Upload Button Icon Add office photos

Filter interviews by

Ganit Business Solutions Data Analyst Interview Questions, Process, and Tips

Updated 2 Nov 2022

Top Ganit Business Solutions Data Analyst Interview Questions and Answers

Ganit Business Solutions Data Analyst Interview Experiences

3 interviews found

Data Analyst Interview Questions & Answers

user image 1DS19CV096 Sarvagya Chaudhary

posted on 2 Nov 2022

I applied via campus placement at Dayananda Sagar College of Engineering, Bangalore and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Apti questions leval medium it was easy to go for round 2

Round 2 - Video Call 

(1 Question)

  • Q1. Share a video of yourself on the given topic and it should not be more than 2 mins
Round 3 - One-on-one 

(1 Question)

  • Q1. Started with self intro and projects. Coding questions based on your resume. Python preferred. Leval medium. 1 puzzel from gfg or other plateforms.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be clear. Try not to fumble. The overall leval is medium. Question asked from me was remove duplicate from string

Data Analyst Interview Questions & Answers

user image Sayan Mondal

posted on 27 Aug 2021

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. ML project explanation
  • Ans. 

    Developed a machine learning model to predict customer churn for a telecom company.

    • Used logistic regression and decision tree algorithms for classification.

    • Performed feature engineering to extract relevant features from customer data.

    • Achieved an accuracy of 85% on the test set.

    • Provided actionable insights to the company to reduce customer churn.

  • Answered by AI
  • Q2. 2.different performance metric
  • Ans. 

    Different performance metrics are used to measure the effectiveness of a model or system.

    • Accuracy

    • Precision

    • Recall

    • F1 Score

    • ROC Curve

    • AUC

    • Mean Squared Error

    • Root Mean Squared Error

    • R-squared

  • Answered by AI
  • Q3. Diff in Bagging and boosting. Explain XgBoost
  • Ans. 

    Bagging and boosting are ensemble learning techniques. XgBoost is a gradient boosting algorithm.

    • Bagging involves training multiple models on different subsets of the data and combining their predictions.

    • Boosting involves training models sequentially, with each model trying to correct the errors of the previous model.

    • XgBoost is an optimized implementation of gradient boosting that uses a combination of tree-based models...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Logic behind your answer matters

Skills evaluated in this interview

Data Analyst Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Suppose there is a room in the office and X people enter room thr ... read more
asked in Wipro
Q2. Chocolate Distribution Problem You are given an array/list CHOCOL ... read more
asked in Wipro
Q3. Ninja and Substrings Problem Statement Ninja has to determine all ... read more
Q4. Sliding Window Maximum Problem Statement You are given an array/l ... read more
asked in Tredence
Q5. Find First Repeated Character in a String Given a string 'STR' co ... read more

Data Analyst Interview Questions & Answers

user image Harshal Khedkar

posted on 28 Apr 2021

I was interviewed in Mar 2021.

Interview Questionnaire 

1 Question

  • Q1. Current Project
  • Ans. 

    My current project involves analyzing customer behavior on our e-commerce platform.

    • Collecting and cleaning data from various sources

    • Creating visualizations to identify patterns and trends

    • Using statistical models to make predictions and recommendations

    • Collaborating with cross-functional teams to implement changes

    • Tracking and measuring the impact of changes on customer behavior

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly about projects u did

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself and standard tell me about a project

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and practice your answer
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 3 interview rounds.

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 - Assignment 

Assignment Submission

Round 3 - One-on-one 

(5 Questions)

  • Q1. With the manager and Employees.
  • Q2. Explain Pandas Dataframe.
  • Ans. 

    Pandas DataFrame is a 2-dimensional labeled data structure with columns of potentially different types.

    • It is a table-like data structure with rows and columns.

    • Each column can have a different data type.

    • It allows for easy manipulation and analysis of data.

    • Example: df = pd.DataFrame({'A': [1, 2, 3], 'B': ['a', 'b', 'c']})

  • Answered by AI
  • Q3. Dataframe Manipulation.
  • Q4. Numpy array questions.
  • Q5. Questions from statistical Tests

Skills evaluated in this interview

I applied via Referral and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Personality based question and to present slide on a specific topic

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly the HR round for the intro, followed by the TL with personality based questions and lastly the presentation based round
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. The interviewer asked to open a dataset in colab or jupyter ( your choice). Then asked me to perform various kinds of data manipulation on it. The interview was fine. Requirements are python and SQL.
Round 2 - Technical 

(1 Question)

  • Q1. They asked me to create a dataset containing names, phone numbers, and other details. He told me to extract the sum of all the digits of the number in a different column ( free to use any kind of function)...
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Regarding problem-solving

Round 2 - Coding Test 

Regarding sql question

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Assignment 

Assignment Submission

Round 3 - One-on-one 

(5 Questions)

  • Q1. With the manager and Employees.
  • Q2. Explain Pandas Dataframe.
  • Ans. 

    Pandas DataFrame is a 2-dimensional labeled data structure with columns of potentially different types.

    • It is a table-like data structure with rows and columns.

    • Each column can have a different data type.

    • It allows for easy manipulation and analysis of data.

    • Example: df = pd.DataFrame({'A': [1, 2, 3], 'B': ['a', 'b', 'c']})

  • Answered by AI
  • Q3. Dataframe Manipulation.
  • Q4. Numpy array questions.
  • Q5. Questions from statistical Tests

Skills evaluated in this interview

I applied via Referral and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Personality based question and to present slide on a specific topic

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly the HR round for the intro, followed by the TL with personality based questions and lastly the presentation based round

Ganit Business Solutions Interview FAQs

How many rounds are there in Ganit Business Solutions Data Analyst interview?
Ganit Business Solutions interview process usually has 4 rounds. The most common rounds in the Ganit Business Solutions interview process are Resume Shortlist, Aptitude Test and Video Call.
What are the top questions asked in Ganit Business Solutions Data Analyst interview?

Some of the top questions asked at the Ganit Business Solutions Data Analyst interview -

  1. Diff in Bagging and boosting. Explain XgBo...read more
  2. 1. ML project explanat...read more
  3. 2.different performance met...read more

Tell us how to improve this page.

Ganit Business Solutions Data Analyst Salary
based on 106 salaries
₹2 L/yr - ₹9 L/yr
At par with the average Data Analyst Salary in India
View more details

Ganit Business Solutions Data Analyst Reviews and Ratings

based on 12 reviews

2.1/5

Rating in categories

2.1

Skill development

1.6

Work-life balance

1.9

Salary

1.6

Job security

1.9

Company culture

2.4

Promotions

1.5

Work satisfaction

Explore 12 Reviews and Ratings
Data Analyst
106 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Data Analyst
84 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Data Scientist
44 salaries
unlock blur

₹8 L/yr - ₹23 L/yr

Data Engineer
20 salaries
unlock blur

₹6 L/yr - ₹9 L/yr

Senior Data Scientist
8 salaries
unlock blur

₹17 L/yr - ₹25 L/yr

Explore more salaries
Compare Ganit Business Solutions with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview