Premium Employer

i

This company page is being actively managed by Cheil India Team. If you also belong to the team, you can get access from here

Cheil India Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Cheil India Data Analyst Interview Questions and Answers

Updated 5 Nov 2022

Cheil India Data Analyst Interview Experiences

1 interview found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 5 Nov 2022

I applied via Naukri.com and was interviewed in Oct 2022. There were 4 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 - Aptitude Test 

Mathematics, English and Reasoning..

Round 3 - Technical 

(2 Questions)

  • Q1. What is python? What is uses of python?
  • Ans. 

    Python is a high-level, interpreted programming language used for web development, data analysis, artificial intelligence, and more.

    • Python is easy to learn and has a simple syntax.

    • It is used for web development with frameworks like Django and Flask.

    • Python is popular for data analysis and visualization with libraries like Pandas and Matplotlib.

    • It is used for artificial intelligence and machine learning with libraries li...

  • Answered by AI
  • Q2. Some coding based questions of python.
Round 4 - HR 

(3 Questions)

  • Q1. Salary and work discussionion
  • Q2. Short and long term goals.
  • Q3. Work Role, post and company work.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be careful during interview and hear all the instruction carefully.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w
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 Cheil India?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Questions were on my resume
  • Q2. And also questions more on SQL and python
  • Q3. Asked have you worked on any dash boards

Data Analyst Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Write code to calculate the number of people in a room at the end ... 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
asked in Capgemini
Q4. Ninja and His Secret Information Encoding Problem Ninja, a new me ... read more
Q5. Sliding Window Maximum Problem Statement You are given an array/l ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Difference between union and union all in SQL?
  • Q2. How to show top 5 in pandas?
  • Ans. 

    To show top 5 in pandas, use the nlargest() function.

    • Use the nlargest() function with the 'n' parameter set to 5 to get the top 5 values in a pandas DataFrame.

    • For example: df['column_name'].nlargest(5) will return the top 5 values in the specified column.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. If we have 3 numerical columns, which chart is a better representation these column?
  • Ans. 

    A scatter plot is a better representation for 3 numerical columns.

    • Use a scatter plot to show the relationship between the numerical columns.

    • Scatter plots are effective for visualizing correlations and patterns in data.

    • Each point on the plot represents a data point with values from all 3 columns.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Omnicom Media Group Data Analyst interview:
  • SQL Server
  • Pandas
  • Power Bi

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Little discussion on my project
  • Q2. Given a chessboard and the initial position of horse. If “n” is the number of steps the horse can make then what is probability that it goes out of board ?
  • Ans. 

    Probability of a horse going out of a chessboard in 'n' steps.

    • The total number of possible moves for a horse is 8.

    • The probability of going out of the board depends on the position of the horse.

    • For example, if the horse is at a corner, the probability of going out of the board is higher.

    • The probability can be calculated using combinatorics and geometry.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: They did not expect any code in this round. An algo or pseudo code is fine.



1) You are given 2 vessels with capacity M liters and N liters capacity and infinite supply of water. You need to find the minimum number of steps required to get P liters. Any of the below action is considered a step



     a) Filling vessel with water



     b) Emptying vessel



     c) Pouring water from one vessel to another vessel.



2) Given n sets each containing m integers. You need to create MinDiff set by picking exactly 1 element from each set. The difference between the maximum and minimum elements in the MinDiff set should be minimum.



eg: for the sets {30, 20, 10, 40},{ 22, 33, 44, 99},{ 16, 17, 18, 19} min diff set is {19, 20, 22}. Max and min elements in MinDiff set are 22 and 19 and their difference is 3.

Round: Technical Interview
Experience: 1) you will be given the binary representation of the numbers in the form of 2D array.eg: r1- 00001

r2- 00100

r3- 01010

r4- 00110

r5- 00111 This means the elements are 1, 4, 10 , 6 and 7.

A number “n” is given. Let us say that n can be formed by doing bitwise OR operation on rows of given matrix. What is the minimum number of rows that needs to be deleted from the matrix so that “n” can never be formed by doing the OR of the rows.

If n is 14(01110) then it can be formed by doing r2|r3 or r3|r4. You can prevent n formation either by deleting {r2,r4} or {r3}. But {r3} has least number of elements so it is the required set.2) Find the average of mid 50% of elements in the running stream of integersI have not cleared round-II so no further questions.

College Name: IIT GANDHINAGAR
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Questions on SQL excel and BI tools

Round 2 - Case Study 

Technical skills deep understanding

Round 3 - Technical 

(1 Question)

  • Q1. Execution of SQL
  • Ans. 

    Execution of SQL involves writing and running queries to retrieve, manipulate, and manage data in a database.

    • Write SQL queries to retrieve specific data from database tables

    • Use SQL functions and operators to manipulate data

    • Execute SQL statements to update or delete records in database

    • Manage database schema by creating, altering, or dropping tables

    • Optimize SQL queries for better performance

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Fitment round and cultural

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

45 min very easy MCQ test on hacker rank covering aptitude , MySQL and MS Excel topics.

Round 3 - Interview 

(1 Question)

  • Q1. SQL queries,Python,Pandas,Numy,MS Excel
Round 4 - HR 

(1 Question)

  • Q1. Behavioural questions

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on resume,sql and python along with MS Excel if needed!
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Prepare SQL and Pyspark well
  • Q2. Prepare well on SQL Joins
Round 2 - One-on-one 

(1 Question)

  • Q1. Read about Programmatic advertising
Are these interview questions helpful?

Analyst Interview Questions & Answers

InMobi user image abishek saju

posted on 15 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Why do you want to work here
Round 2 - One-on-one 

(1 Question)

  • Q1. Explain your previous work experience
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. EXPLAINATION of DSP and SSP
  • Ans. 

    DSP stands for Demand-Side Platform and SSP stands for Supply-Side Platform in the context of programmatic advertising.

    • DSP is a platform used by advertisers to purchase ad inventory in real-time auctions.

    • SSP is a platform used by publishers to sell their ad inventory to advertisers.

    • DSPs and SSPs work together in programmatic advertising to automate the buying and selling of ad space.

    • DSPs use data and algorithms to targ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Test on Hackerrank SQL

Round 2 - Technical 

(1 Question)

  • Q1. Questions on SQL, R, Case study
Round 3 - Case Study 

Detailed discussion on use cases

Cheil India Interview FAQs

How many rounds are there in Cheil India Data Analyst interview?
Cheil India interview process usually has 4 rounds. The most common rounds in the Cheil India interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for Cheil India Data Analyst 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 Cheil India. The most common topics and skills that interviewers at Cheil India expect are Data Analysis, Analytics, Data Analytics, Data Mining and Python.
What are the top questions asked in Cheil India Data Analyst interview?

Some of the top questions asked at the Cheil India Data Analyst interview -

  1. what is python? What is uses of pyth...read more
  2. Some coding based questions of pyth...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Join Cheil India Shaping the future of connected experiences

Interview Questions from Similar Companies

Denave Interview Questions
3.6
 • 43 Interviews
Smollan Group Interview Questions
4.0
 • 39 Interviews
InMobi Interview Questions
3.3
 • 35 Interviews
MiQ Digital Interview Questions
3.3
 • 32 Interviews
Moris Media Interview Questions
4.3
 • 26 Interviews
Performics Interview Questions
3.8
 • 10 Interviews
Express KCS Interview Questions
3.7
 • 10 Interviews
View all
Cheil India Data Analyst Salary
based on 29 salaries
₹3 L/yr - ₹10 L/yr
8% less than the average Data Analyst Salary in India
View more details

Cheil India Data Analyst Reviews and Ratings

based on 7 reviews

3.1/5

Rating in categories

2.3

Skill development

3.7

Work-life balance

2.4

Salary

4.1

Job security

3.5

Company culture

2.4

Promotions

2.9

Work satisfaction

Explore 7 Reviews and Ratings
Associate Account Director
131 salaries
unlock blur

₹8.1 L/yr - ₹21.1 L/yr

Executive Accountant
96 salaries
unlock blur

₹1.8 L/yr - ₹9 L/yr

Account Director
58 salaries
unlock blur

₹10.3 L/yr - ₹25 L/yr

Assistant Manager
45 salaries
unlock blur

₹6.5 L/yr - ₹15 L/yr

Accounts Supervisor
44 salaries
unlock blur

₹6 L/yr - ₹15.6 L/yr

Explore more salaries
Compare Cheil India with

Denave

3.6
Compare

Smollan Group

4.0
Compare

CPM India Sales & Marketing

4.1
Compare

ReachLocal Services

3.6
Compare
write
Share an Interview