Interview Preparation for Hiring Manager Round

Question List Role Team Company Culture Values What are the company’s mission and value statements? Why: This is a basic check on whether the interviewer know about company culture or not. Why: This is to check whether the interviewer acknowledge / care about big picture of the company What is the part of the company culture that you are proud of? Why: This is to check whether the interviewer is truly engaged and believe with company culture or not....

September 20, 2015 · 2 min · 274 words · Eric

Hive Query Performance Tuning

There are several parameters that we can tune in Hive to improve the overall query performance. For instance, 1 2 3 4 5 6 7 8 9 10 11 12 -- refers to http://hortonworks.com/community/forums/topic/mapjoinmemoryexhaustionexception-on-local-job/ -- before running your query to disable local in-memory joins and force the join to be done as a distributed Map-Reduce phase. -- After running your query you should set the value back to true with: set hive....

May 11, 2015 · 1 min · 108 words · Eric

Something about GeoJSON

Introduction GeoJSON is a subset of JSON. According to GeoJSON site, GeoJSON is a format for encoding a variety of geographic data structures. Currently GeoJSON supports: Point LineString Polygon MultiPoint MultiLineString MultiPolygon With in the geometric objects, we need to add an extra object called Feature. A set of features will be contained in a FeatureCollection objects. Examples Point LineString Polygon Reference GeoJSON site GeoJSON Specification Learn GeoJSON GeoJSON.io JSON Lint

May 10, 2015 · 1 min · 71 words · Eric

Python Libraries

Stats & exploratory analysis Numpy. Pandas. SciPy. Statsmodels. Patsy. Emcee. Machine Learning Scikit-learn. TensorFlow. Keras. Theano. Lifelines. Data Visualization Matplotlib. Plotly. Seaborn. Geomap. Folium. Networkx. Basemap. Web Scraping BeautifulSoup. ScraPy. Requests. Natural Language Processing NLTK. Gensim. TextBlob. Utility when-changed. tenacity .

March 6, 2015 · 1 min · 41 words · Eric

Interview Preparation for HR Round

What is a HR Round Interview? Companies use HR round interviews to assess Your strengths Your personality skills & quality to match for Job Description whether will be suited to the organisation Is the HR round just a formality? Absolutely Not! HR has a significant influence on recruitment decisions within organisations. Make sure to take it as seriously as you would do for a HR round. Common HR Round Interview Questions Q: Tell me about yourself?...

January 7, 2015 · 5 min · 1003 words · Eric