Upload Button Icon Add office photos

Filter interviews by

CES Information Technologies Lead Data Analyst Interview Questions and Answers

Updated 28 Mar 2024

CES Information Technologies Lead Data Analyst Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Made to write few queries and analytics questions to assess
Round 2 - HR 

(1 Question)

  • Q1. This is cultural fitment round
Round 3 - Salary 

(1 Question)

  • Q1. This was on salary discussion
Round 4 - Behavioral 

(1 Question)

  • Q1. There was unexpected another round which was by account manager to see if we can handle multiple projects as they felt the expected salary was out of budget

Interview questions from similar companies

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

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

Round 1 - Technical 

(1 Question)

  • Q1. 1.Difference between loc and iloc in pandas. SQL queries 2.Pivot the table. 3.find the cummaltive sum of orders till the current day. Scenario based questions like - How will you address decline in revenu...
  • Ans. 

    loc and iloc are two methods in pandas used for selecting data from a DataFrame based on labels or integer index.

    • loc is label-based, meaning you specify the row and column labels to select data

    • iloc is integer index-based, meaning you specify the row and column indices to select data

    • Example: df.loc['row_label', 'column_label'] vs df.iloc[row_index, column_index]

  • Answered by AI

Skills evaluated in this interview

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

(3 Questions)

  • Q1. What is Overfitting in decision tree
  • Ans. 

    Overfitting in decision trees occurs when the model learns noise in the training data rather than the underlying pattern.

    • Overfitting happens when the decision tree is too complex and captures noise in the training data.

    • It leads to poor generalization on unseen data, as the model is too specific to the training set.

    • To prevent overfitting, techniques like pruning, setting a minimum number of samples per leaf, or using en

  • Answered by AI
  • Q2. What is bagging
  • Ans. 

    Bagging is a machine learning ensemble technique where multiple models are trained on different subsets of the training data and their predictions are combined.

    • Bagging stands for Bootstrap Aggregating.

    • It helps reduce overfitting by combining the predictions of multiple models.

    • Random Forest is a popular algorithm that uses bagging by training multiple decision trees on random subsets of the data.

  • Answered by AI
  • Q3. What is neuron How its used in DL
  • Ans. 

    A neuron is a basic unit of a neural network that receives input, processes it, and produces an output.

    • Neurons are inspired by biological neurons in the human brain.

    • They receive input signals, apply weights to them, sum them up, and pass the result through an activation function.

    • Neurons are organized in layers in a neural network, with each layer performing specific tasks.

    • In deep learning, multiple layers of neurons ar...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was having basic aptitude questions

Round 2 - Communication 

(2 Questions)

  • Q1. They asked basic english question
  • Q2. And alos topic was provided so we had to speak on it.
Round 3 - Technical 

(2 Questions)

  • Q1. SQL syntax and difference between having and where clause
  • Ans. 

    HAVING clause is used with GROUP BY to filter grouped rows, WHERE clause is used to filter individual rows.

    • HAVING clause is used with GROUP BY to filter grouped rows based on aggregate functions

    • WHERE clause is used to filter individual rows based on conditions

    • HAVING clause is applied after GROUP BY, WHERE clause is applied before GROUP BY

    • HAVING clause can only be used with SELECT statement that contains a GROUP BY clau

  • Answered by AI
  • Q2. Difference between array and linkedlist,stack and queue
  • Ans. 

    Arrays store elements in contiguous memory, while linked lists use nodes with pointers. Stacks follow LIFO, queues follow FIFO.

    • Arrays store elements in contiguous memory locations, allowing for constant time access to elements using indices.

    • Linked lists use nodes with pointers to the next node, allowing for dynamic memory allocation and insertion/deletion at any position.

    • Stacks follow Last In First Out (LIFO) principle...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a data science enthusiast with a strong background in statistics and machine learning.

    • Completed coursework in data analysis, statistical modeling, and predictive analytics

    • Proficient in programming languages such as Python, R, and SQL

    • Experience with data visualization tools like Tableau and Power BI

    • Worked on projects involving regression analysis, clustering, and classification algorithms

  • Answered by AI
  • Q2. Why you want to join this role
  • Ans. 

    I am passionate about using data to solve complex problems and make informed decisions.

    • I have a strong background in statistics, mathematics, and programming, which are essential skills for a data science role.

    • I am excited about the opportunity to work with real-world data and apply machine learning algorithms to extract valuable insights.

    • I am eager to learn from experienced data scientists and contribute to innovative

  • Answered by AI

Skills evaluated in this interview

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 

Basic test with Data Structures, algorithms, SQL questions

Round 3 - Technical 

(1 Question)

  • Q1. Questions about basic ML Algorithms

Senior Data Analyst Interview Questions & Answers

Subex user image Narendra Pendurthi

posted on 6 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Questions about SQL
  • Q2. Questions about python dataframes
  • Q3. Difference between random forest and decision tree
  • Ans. 

    Random forest is an ensemble learning method using multiple decision trees to improve accuracy and reduce overfitting.

    • Random forest uses multiple decision trees to make predictions.

    • Decision tree is a single tree structure used for classification and regression.

    • Random forest reduces overfitting by averaging the predictions of multiple trees.

    • Decision tree can be prone to overfitting if not pruned properly.

    • Random forest i...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Verbal reasoning is a type of aptitude test that assesses your ability to understand,analyze,and interpret written information.

Round 2 - communication round 

(5 Questions)

  • Q1. TELL ME ABOUT YOURSELF
  • Ans. 

    I am a data science enthusiast with a strong background in statistics and machine learning.

    • Completed coursework in data analysis, statistical modeling, and predictive analytics

    • Proficient in programming languages such as Python, R, and SQL

    • Experience with data visualization tools like Tableau and Power BI

    • Completed projects involving regression analysis, clustering, and classification algorithms

  • Answered by AI
  • Q2. TELL ME ABOUT PROJECT
  • Ans. 

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

    • Used Python and scikit-learn for data preprocessing and model building

    • Performed feature engineering to create new variables for the model

    • Evaluated model performance using metrics like accuracy, precision, and recall

  • Answered by AI
  • Q3. About skills and how did u learn them
  • Q4. Why do u want to work with us
  • Ans. 

    I am passionate about data science and believe in the impact it can have on driving insights and decision-making.

    • I am excited about the opportunity to work with a team of experienced data scientists and learn from their expertise.

    • I am impressed by the innovative projects and cutting-edge technologies that your company is involved in.

    • I am eager to apply my skills and knowledge in data science to real-world problems and

  • Answered by AI
  • Q5. How do you stay clam when talking to difficult people
  • Ans. 

    I remain calm by actively listening, staying patient, and focusing on finding common ground.

    • Practice active listening to understand their perspective

    • Stay patient and avoid reacting emotionally

    • Focus on finding common ground or a solution to the issue

    • Use positive body language and tone of voice to convey understanding and empathy

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

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

Basic statistics questions and coding questions on modeling

Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion was mainly on the project I have worked on
Round 4 - One-on-one 

(1 Question)

  • Q1. Project discussion 2 case studies Questions on sensitivity analysis Precision recall with non binary data
Round 5 - HR 

(1 Question)

  • Q1. How would you solve conflicts between two people in your team? Why are you leaving your company?
  • Ans. 

    To solve conflicts between two people in my team, I would encourage open communication, facilitate a discussion, and find a mutually agreeable solution.

    • Encourage open and honest communication between the two individuals involved

    • Facilitate a discussion where both parties can express their concerns and perspectives

    • Identify common ground and areas of agreement

    • Encourage empathy and understanding towards each other's viewpo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on the skills that your are showing in your CV. Be truthful if you don't know anything and don't bush around. If you are okay working for more than 14hrs and also in the weekends then please go ahead :)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. 1.Difference between loc and iloc in pandas. SQL queries 2.Pivot the table. 3.find the cummaltive sum of orders till the current day. Scenario based questions like - How will you address decline in revenu...
  • Ans. 

    loc and iloc are two methods in pandas used for selecting data from a DataFrame based on labels or integer index.

    • loc is label-based, meaning you specify the row and column labels to select data

    • iloc is integer index-based, meaning you specify the row and column indices to select data

    • Example: df.loc['row_label', 'column_label'] vs df.iloc[row_index, column_index]

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2022. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Asked about scenario-based Small case study questions
  • Q2. Explain statistical concepts like Hypothesis testing, and type 1 and type 2 errors.
  • Ans. 

    Hypothesis testing is a statistical method to test a claim about a population parameter. Type 1 error is rejecting a true null hypothesis, and type 2 error is failing to reject a false null hypothesis.

    • Hypothesis testing involves formulating a null hypothesis and an alternative hypothesis.

    • Type 1 error occurs when we reject a null hypothesis that is actually true.

    • Type 2 error occurs when we fail to reject a null hypothes...

  • Answered by AI
  • Q3. Coding questions about Python and SQL
  • Q4. Questions about Machine learning algorithms, AUC ROC, Classification metrics
Round 2 - Technical 

(3 Questions)

  • Q1. Explain about projects working on.
  • Q2. About a small scenario-based case study, how will you perform
  • Q3. How will you handle angry clients
Round 3 - HR 

(2 Questions)

  • Q1. Situation-based questions, small management scenario, what you will do
  • Q2. More questions about you? what you like and how the organization is good for you

Interview Preparation Tips

Topics to prepare for MathCo Associate Data Scientist interview:
  • Statistics
  • Python
  • Pandas
  • SQL
  • Machine Learning
Interview preparation tips for other job seekers - Be confident, and clear your basics. Go through some real-world end-to-end projects. To get referral, search company on LinkedIn there will be many people who can refer you.

CES Information Technologies Interview FAQs

How many rounds are there in CES Information Technologies Lead Data Analyst interview?
CES Information Technologies interview process usually has 4 rounds. The most common rounds in the CES Information Technologies interview process are Technical, HR and Behavioral.
What are the top questions asked in CES Information Technologies Lead Data Analyst interview?

Some of the top questions asked at the CES Information Technologies Lead Data Analyst interview -

  1. There was unexpected another round which was by account manager to see if we ca...read more
  2. Made to write few queries and analytics questions to ass...read more
  3. This is cultural fitment ro...read more

Tell us how to improve this page.

CES Information Technologies Lead Data Analyst Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Oracle Interview Questions
3.7
 • 896 Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
View all
Senior Software Technologist
17 salaries
unlock blur

₹9.3 L/yr - ₹16 L/yr

Software Technologist
14 salaries
unlock blur

₹6 L/yr - ₹11 L/yr

Senior Software Engineer
13 salaries
unlock blur

₹11 L/yr - ₹24 L/yr

Senior Software Quality Analyst
12 salaries
unlock blur

₹9 L/yr - ₹17.9 L/yr

Fraud Analyst
12 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Explore more salaries
Compare CES Information Technologies 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