Upload Button Icon Add office photos
Engaged Employer

i

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

Celebal Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Celebal Technologies Associate Data Engineer Interview Questions and Answers

Updated 29 May 2024

Celebal Technologies Associate Data Engineer Interview Experiences

2 interviews found

I applied via LinkedIn and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Coding Test 

First round is basically on python multiple choice questions and then it was asking 6 python easy-moderate question(Don't worry it's not like DSA) then 6 SQL questions which is kind of midium level questions.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Interviewer asked more about pandas, numpy and according to my resume. 1.what's Linear Regression (As on my resume mentioned that algorithm.)?? I can't remember such pandas and numpy questions but I can sa...
  • Q2. How is an empty class created in python.
  • Ans. 

    An empty class can be created in Python using the 'pass' keyword.

    • Use the 'class' keyword to define a class.

    • Add the class name and a colon after the 'class' keyword.

    • Use the 'pass' keyword to indicate an empty class body.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Celebal Technologies Associate Data Engineer interview:
  • Python
  • sql
Interview preparation tips for other job seekers - 1.If you are good in python and sql then you got this job.
2.If you get the job then they would definitely put you in a contract of 2 or 3 years, So remember you can negotiate as much as you can.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 SQL questions with some dsa and python mqs.

Round 2 - Technical 

(4 Questions)

  • Q1. Mostly asked SQL questions.
  • Q2. Joins, normalisation, aggregate functions etc
  • Q3. SQL queries to find duplicate values
  • Ans. 

    Use SQL queries with GROUP BY and HAVING clause to find duplicate values in a table.

    • Use GROUP BY clause to group the records based on the columns you want to check for duplicates.

    • Use HAVING clause to filter out the groups that have more than one record, indicating duplicates.

    • Example: SELECT column_name, COUNT(*) FROM table_name GROUP BY column_name HAVING COUNT(*) > 1;

  • Answered by AI
  • Q4. SQL queries to find second highest salary
  • Ans. 

    Use SQL query with subquery to find second highest salary

    • Use ORDER BY clause to sort salaries in descending order

    • Use LIMIT clause to get the second row after skipping the first row

    • Use a subquery to avoid duplicates if multiple employees have the same highest salary

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Generic behavioral questions

Skills evaluated in this interview

Associate Data Engineer Interview Questions Asked at Other Companies

asked in Cognizant
Q1. Datastge - How will you remove Header and trailer from Sequential ... read more
asked in Cognizant
Q2. How to delete duplicate rows in Sql
asked in Capgemini
Q3. How would you recommend customer to migrate on cloud
asked in Cognizant
Q4. How to find process id in linux
asked in Cognizant
Q5. Reading Data from a .log file and finding out each column with a ... read more

Interview questions from similar companies

Data Engineer Interview Questions & Answers

AVASOFT user image Harshavarthini Ganesh

posted on 4 Mar 2025

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

I appeared for an interview before Mar 2024.

Round 1 - Group Discussion 

The group discussion (GD) round is expected to last 20 minutes. The topics were straightforward and easily comprehensible. The primary focus when participating in the GD should be on English fluency. It is not primarily about how content-rich or intellectually impressive your speech is, but rather about the level of fluency in communication.

Round 2 - Technical 

(1 Question)

  • Q1. Most of the questions will be based on our resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrate on effective communication and include only the skills and experiences you are truly familiar with in your resume. If you are targeting a specific domain, such as data science or mobility, emphasize that domain and highlight the relevant work you have completed.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude available in YouTube and Google

Round 2 - One-on-one 

(1 Question)

  • Q1. Basics and methodologies of software testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold, convincing and clear.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Basic coding questions

Round 2 - Group Discussion 

Given a topic and asked to speak about it. half members are supporting the statement, half are against the statement

Round 3 - Technical 

(3 Questions)

  • Q1. Questions based on resume
  • Q2. Linked list code
  • Q3. Sql query for salary of the employee
  • Ans. 

    Use SQL query to retrieve the salary of an employee.

    • Use SELECT statement to retrieve the salary column from the employee table.

    • Specify the employee's ID or name in the WHERE clause to filter the results.

    • Consider joining the employee table with other tables if necessary.

    • Use appropriate functions like SUM, AVG, MAX, MIN if needed.

    • Example: SELECT salary FROM employee WHERE employee_id = 123;

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Where do u see your self in 5 years
  • Q2. Do you think you are a good fit

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

It was well designed

Round 2 - Technical 

(2 Questions)

  • Q1. Basic Questions about data warehousing
  • Q2. Dbt Scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for dbt and other ETL tools

I applied via Naukri.com and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1.joins and all basic SQL questions
  • Q2. 2. Oops knowledge advantage but not necessary.
  • Ans. 

    Object-oriented programming (OOP) knowledge is an advantage but not necessary for a data engineer.

    • OOP concepts like inheritance, encapsulation, and polymorphism can be useful in designing data models.

    • OOP languages like Java and Python are commonly used in data engineering.

    • Understanding OOP can help with debugging and maintaining code.

    • However, OOP is not a requirement for data engineering and other programming paradigms

  • Answered by AI
  • Q3. 3.er relationship

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.gd
2.tech1
3.tech2
4.hr

I applied via Campus Placement and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. About my projects
  • Q2. Machine learning(From my resume)
  • Q3. Data structures
  • Q4. Java basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for OOPS concepts. If you're technically strong in OOPS, you can definitely crack the interview
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 - Technical 

(1 Question)

  • Q1. One coding question
Round 3 - One-on-one 

(1 Question)

  • Q1. Question about spring boot and spring data

I applied via Campus Placement and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Covers the simple aptitude question and basic CS fundamental and oops concepts.

Round 2 - Technical 

(1 Question)

  • Q1. Give some code example and asked to say the output. Indetail about oops and DBMS concepts.
Round 3 - HR 

(1 Question)

  • Q1. Intro and some group discussion with the HR about the company.

Interview Preparation Tips

Interview preparation tips for other job seekers - You can crack it if you completely prepared.

Celebal Technologies Interview FAQs

How many rounds are there in Celebal Technologies Associate Data Engineer interview?
Celebal Technologies interview process usually has 2-3 rounds. The most common rounds in the Celebal Technologies interview process are Coding Test, One-on-one Round and Technical.
What are the top questions asked in Celebal Technologies Associate Data Engineer interview?

Some of the top questions asked at the Celebal Technologies Associate Data Engineer interview -

  1. How is an empty class created in pyth...read more
  2. SQL queries to find second highest sal...read more
  3. SQL queries to find duplicate val...read more

Tell us how to improve this page.

Celebal Technologies Associate Data Engineer Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Chetu Interview Questions
3.2
 • 176 Interviews
AVASOFT Interview Questions
2.9
 • 166 Interviews
Oracle Cerner Interview Questions
3.7
 • 158 Interviews
Brane Enterprises Interview Questions
2.0
 • 135 Interviews
ivy Interview Questions
3.6
 • 129 Interviews
DE Shaw Interview Questions
3.8
 • 121 Interviews
ServiceNow Interview Questions
4.1
 • 121 Interviews
Axtria Interview Questions
3.0
 • 118 Interviews
Thomson Reuters Interview Questions
4.1
 • 114 Interviews
View all
Celebal Technologies Associate Data Engineer Salary
based on 159 salaries
₹4 L/yr - ₹10.5 L/yr
17% less than the average Associate Data Engineer Salary in India
View more details

Celebal Technologies Associate Data Engineer Reviews and Ratings

based on 22 reviews

2.7/5

Rating in categories

3.4

Skill development

3.0

Work-life balance

2.5

Salary

2.2

Job security

2.3

Company culture

2.3

Promotions

2.8

Work satisfaction

Explore 22 Reviews and Ratings
Data Engineer
412 salaries
unlock blur

₹4.5 L/yr - ₹13 L/yr

Associate
259 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Associate Consultant
160 salaries
unlock blur

₹5 L/yr - ₹15 L/yr

Associate Data Engineer
159 salaries
unlock blur

₹4 L/yr - ₹10.5 L/yr

Data Scientist
129 salaries
unlock blur

₹4.5 L/yr - ₹16 L/yr

Explore more salaries
Compare Celebal Technologies with

Intellect Design Arena

3.9
Compare

Thomson Reuters

4.1
Compare

Oracle Cerner

3.7
Compare

NextComm Corporation

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