Upload Button Icon Add office photos

Filter interviews by

GeoIQ Interview Questions and Answers

Updated 4 Oct 2024
Popular Designations

GeoIQ Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1 round was technically discussion based on python and the projects you worked on. Dataset was given and asked to perform some operations using pandas like using group , count and nunique
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Project discussion and questions on them
  • Q2. Coding question related to string manipulation
Round 2 - One-on-one 

(2 Questions)

  • Q1. Behavioral questions were asked
  • Q2. A case study on how to decide locations to open new stores of Nike shoes
Round 3 - Technical 

(2 Questions)

  • Q1. In depth project discussion on one project
  • Q2. General discussion on career journey
Round 4 - One-on-one 

(1 Question)

  • Q1. Discussion with CEO. It was very weird and upleasant experience. At the end of it, I was not sure if I wanted to work for the company. It was a sermon more than a discussion on what the guy believed and hi...

Interview Preparation Tips

Interview preparation tips for other job seekers - You can prepare well and pass technical stages but it won't matter if your thoughts don't resonate with the leadership. Honestly my experience was good for first 3 rounds and I believe there are good people in the company. Just the CEO interview was a bad experience. But it did make me reflect on the kind of workplace and leadership I would want to work with.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain end to end project
  • Ans. 

    End to end project involves all stages of a project from data collection to deployment.

    • Start with defining the problem and objectives

    • Collect and preprocess data

    • Perform exploratory data analysis and feature engineering

    • Build and train machine learning models

    • Evaluate model performance and fine-tune

    • Deploy the model and monitor its performance

  • Answered by AI
  • Q2. What left skewed and right skewed data. And how to treat them
  • Ans. 

    Left skewed data has a long tail on the left side, while right skewed data has a long tail on the right side.

    • Left skewed data: mean < median < mode. Example: income distribution in a developing country.

    • Right skewed data: mean > median > mode. Example: age distribution in a population.

    • Treatment: For left skewed data, consider log transformation. For right skewed data, consider square root transformation.

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about GeoIQ?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Build a simple cat and dog image classifier

Round 3 - Technical 

(1 Question)

  • Q1. ML related questions
Round 4 - HR 

(1 Question)

  • Q1. Behavioural questions, basically to check if you will be fit in a team
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Explain your approach if you were given this problem statement: "Timeseries forecasting model has to be trained for predicting quantity of medicines required on 500 medical stores associated with TATA 1mg ...
  • Q2. Follow-up questions were there based on the approach which I explained for Question 1 which includes data collection and data preparation steps involved, choosing the right model for training, how to divid...
  • Q3. How underfitting and overfitting can be avoided when dealing with Machine Learning models?
  • Ans. 

    Avoiding underfitting and overfitting involves techniques like regularization, cross-validation, and proper model selection.

    • Use cross-validation to assess model performance on unseen data, helping to identify overfitting.

    • Implement regularization techniques (L1, L2) to penalize overly complex models.

    • Choose the right model complexity; simpler models can prevent overfitting.

    • Increase training data to provide more examples ...

  • Answered by AI
  • Q4. Can we use linear regression model for given problem considering till today's data as input to the model and forecasting for tomorrow?
  • Ans. 

    Linear regression can be used for forecasting, but its effectiveness depends on data patterns and relationships.

    • Linear regression assumes a linear relationship between input and output variables.

    • If the data shows a consistent trend, linear regression can provide reasonable forecasts.

    • Example: Predicting tomorrow's temperature based on historical temperature data.

    • However, it may not capture complex patterns or seasonalit...

  • Answered by AI
  • Q5. Coding question on rotation of matrix 'n' times by 90 degrees.
  • Ans. 

    Rotate a square matrix 90 degrees clockwise 'n' times efficiently.

    • A 90-degree clockwise rotation can be achieved by transposing the matrix and then reversing each row.

    • Example: For matrix [[1, 2], [3, 4]], after one rotation it becomes [[3, 1], [4, 2]].

    • To rotate 'n' times, calculate effective rotations as n % 4 since every 4 rotations return the matrix to its original state.

    • If n = 1, rotate once; if n = 2, rotate twice ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on reasoning when explaining a solution to the problem statement presented by the interviewer. My interviewer emphasized the importance of the effort expended and the approach taken to address the problem effectively.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your projects?
  • Q2. How do you approach the project if you are using logistic regression model?
  • Ans. 

    Approach involves data preprocessing, model training, evaluation, and interpretation.

    • Perform data preprocessing such as handling missing values, encoding categorical variables, and scaling features.

    • Split the data into training and testing sets.

    • Train the logistic regression model on the training data.

    • Evaluate the model using metrics like accuracy, precision, recall, and F1 score.

    • Interpret the model coefficients to under...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are you future goals?
  • Q2. What would you do if your interested field doesnt have any work in the company?
  • Ans. 

    I would seek opportunities to apply my skills in related fields within the company.

    • Explore other departments or teams within the company that may have projects related to my field of interest

    • Offer to collaborate with colleagues in different departments to bring a new perspective to their projects

    • Seek out professional development opportunities to expand my skills and knowledge in related areas

  • Answered by AI

Skills evaluated in this interview

Data Scientist Interview Questions & Answers

Zepto user image Anubhav Kesari

posted on 20 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Questions on Past Project
  • Q2. SQL Dense Rank - also having the option to do in Pandas
  • Q3. Pandas groupby on a dataset given - required to calculate group wise yoy rate of a column
  • Ans. 

    Calculate year-over-year (YoY) rates using Pandas groupby for a specific column in a dataset.

    • Use the Pandas 'groupby' method to group data by the desired category (e.g., 'year').

    • Apply the 'pct_change()' function to calculate the percentage change between years.

    • Example: df.groupby('year')['sales'].sum().pct_change() to get YoY sales growth.

    • Ensure the data is sorted by year before applying the calculation for accurate re...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Past project ( which he chose , he chose my very first project , which I had forgotten) so ended up screwing it
  • Q2. SQL / Pyspark question - difficult question
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Case study design oka6y

Round 2 - One-on-one 

(2 Questions)

  • Q1. Case study explain
  • Ans. 

    A case study involves analyzing a specific situation to derive insights and solutions using data science techniques.

    • Define the problem clearly: Identify the key issues to address.

    • Collect relevant data: Gather data from various sources, ensuring quality and relevance.

    • Analyze the data: Use statistical methods and machine learning to uncover patterns.

    • Draw insights: Interpret the results to provide actionable recommendatio...

  • Answered by AI
  • Q2. Ml concept advance
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Questions related to basic coding were asked, and some background on projects and discussions alongside maths and statistics concepts

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to projects done at my previous company
Round 3 - Technical 

(2 Questions)

  • Q1. Questions related to my work at previous company
  • Q2. ML system design use case type of discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure to be good at coding wrt DSA basics like array, strings, stacks and recursion.
Also practice some level of basic PyTorch stuff and specially Bert architecture (in terms of code)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Coding Test 

Easy topics arrays, sequence sum.

GeoIQ Interview FAQs

How many rounds are there in GeoIQ interview?
GeoIQ interview process usually has 2 rounds. The most common rounds in the GeoIQ interview process are Technical and One-on-one Round.
How to prepare for GeoIQ interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at GeoIQ. The most common topics and skills that interviewers at GeoIQ expect are Hospitality, Logistics, Machine Learning, Health Insurance and Analytics.
What are the top questions asked in GeoIQ interview?

Some of the top questions asked at the GeoIQ interview -

  1. what left skewed and right skewed data. And how to treat t...read more
  2. explain end to end proj...read more
  3. A case study on how to decide locations to open new stores of Nike sh...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.3/5

based on 4 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 473 Interviews
Meesho Interview Questions
3.7
 • 368 Interviews
CARS24 Interview Questions
3.5
 • 361 Interviews
Udaan Interview Questions
3.9
 • 347 Interviews
Zepto Interview Questions
3.5
 • 296 Interviews
BlackBuck Interview Questions
3.7
 • 194 Interviews
Tata 1mg Interview Questions
3.6
 • 186 Interviews
Digit Insurance Interview Questions
3.8
 • 158 Interviews
Paisabazaar.com Interview Questions
3.4
 • 153 Interviews
AmbitionBox Interview Questions
4.8
 • 150 Interviews
View all

GeoIQ Reviews and Ratings

based on 3 reviews

3.4/5

Rating in categories

2.3

Skill development

2.3

Work-life balance

3.1

Salary

2.3

Job security

2.6

Company culture

3.3

Promotions

2.8

Work satisfaction

Explore 3 Reviews and Ratings
Data Scientist
6 salaries
unlock blur

₹13.4 L/yr - ₹29.2 L/yr

Data Analyst
5 salaries
unlock blur

₹6 L/yr - ₹15.2 L/yr

Lead Data Scientist
4 salaries
unlock blur

₹37 L/yr - ₹60 L/yr

Content Writer
3 salaries
unlock blur

₹5.4 L/yr - ₹10 L/yr

Explore more salaries
Compare GeoIQ with

Udaan

3.9
Compare

Swiggy

3.7
Compare

CARS24

3.5
Compare

BlackBuck

3.7
Compare
write
Share an Interview