Upload Button Icon Add office photos
Engaged Employer

i

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

Testbook.com Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 552 Reviews

Filter interviews by

Testbook.com Data Engineer Interview Questions and Answers

Updated 22 Sep 2024

Testbook.com Data Engineer Interview Experiences

1 interview found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Sep 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Spark related questions
  • Q2. Previous projects done
  • Ans. 

    Developed a real-time data processing system for a retail company to optimize inventory management.

    • Designed and implemented data pipelines to ingest, process, and analyze large volumes of data

    • Utilized technologies like Apache Kafka, Spark, and Hadoop for real-time processing

    • Built dashboards and reports for stakeholders to monitor inventory levels and make data-driven decisions

  • Answered by AI

Interview questions from similar companies

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

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

Round 1 - Technical 

(1 Question)

  • Q1. About cypress and manual
Round 2 - One-on-one 

(1 Question)

  • Q1. Cultural fit interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Two dynamic programming challenges at the hard level on LeetCode and 10 medium-level SQL challenge.

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 Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Android architecture mvvm mvc kotlin
  • Q2. Coroutines flows
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain request lifecycle in rails?
  • Ans. 

    Request lifecycle in Rails involves routing, controller actions, rendering views, and responding to the client.

    • 1. Request comes in through the browser or API endpoint.

    • 2. Rails router determines which controller and action to route the request to.

    • 3. Controller action processes the request, interacts with the model, and prepares data for the view.

    • 4. View template is rendered with the data from the controller.

    • 5. Response ...

  • Answered by AI
  • Q2. Code Merge Sort using Ruby
  • Ans. 

    Implement Merge Sort algorithm in Ruby

    • Divide the array into two halves recursively

    • Merge the sorted halves back together

    • Use a helper method to merge the two halves

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

DS algo questions with about 3 questions in topic like graph, strings ,arrays

Round 2 - One-on-one 

(2 Questions)

  • Q1. DS algo question on LinkedIn list
  • Q2. DS algo question on graph
Interview experience
5
Excellent
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Asked 3 technical questions on heaps, Ll, treees

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

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

Round 1 - Aptitude Test 

Verbal, logical, Quantative test

Round 2 - HR 

(1 Question)

  • Q1. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good job promotion for development of data
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 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 - HR 

(2 Questions)

  • Q1. The first round of interviews was smooth; I had to visit their office in Andheri and then have a face-to-face conversation with Neeraj sir (Hr). The questions were to introduce yourself, what is big data, ...
  • Q2. After answering, he seemed somehow satisfied, but later he was encouraging me to enroll in their course and enhance my skills. And I'm still getting their emails and promotional messages for the same.
Round 3 - Technical 

(2 Questions)

  • Q1. The second round was on the call, which was rescheduled thrice. Then finally I got a call where Ashish sir (Hr) asked me to introduce myself, what are T&Z testing, overfitting, K neighbour algorithm, can w...
  • Q2. The job position was for a fresher Data analyst, but they were asking questions related to Data scientist position. Basically, they were looking for a candidate who has hands-on experience with real-time d...

Interview Preparation Tips

Topics to prepare for Imarticus Learning Data Analyst interview:
  • Data Science
  • R
  • Python
  • Excel
Interview preparation tips for other job seekers - Learn more about Data science, the company is into placing students in MNC's if they are skillful.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2022. 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 - One-on-one 

(3 Questions)

  • Q1. Basics of js and react
  • Q2. What are closures and give an example
  • Ans. 

    Closures are functions that have access to variables from their outer scope even after the outer function has finished executing.

    • Closures are created when a function is defined within another function and has access to the outer function's variables.

    • They can access variables from the outer function even after the outer function has returned.

    • Closures are commonly used in event handlers and callbacks in JavaScript.

  • Answered by AI
  • Q3. What is event loop and features of es5
  • Ans. 

    Event loop is a mechanism that allows JavaScript to perform non-blocking operations by handling asynchronous events.

    • Event loop is responsible for executing code, collecting and processing events, and executing queued sub-tasks.

    • ES5 features include strict mode, JSON object, Array methods like forEach, map, filter, and reduce, and Object.create method.

    • ES5 also introduced new methods for manipulating strings, such as trim

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

(1 Question)

  • Q1. General management round and past experience

Skills evaluated in this interview

Testbook.com Interview FAQs

How many rounds are there in Testbook.com Data Engineer interview?
Testbook.com interview process usually has 1 rounds. The most common rounds in the Testbook.com interview process are Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Planet Spark Interview Questions
3.7
 • 356 Interviews
upGrad Interview Questions
3.7
 • 204 Interviews
Unacademy Interview Questions
3.0
 • 202 Interviews
Chegg Interview Questions
4.2
 • 153 Interviews
Simplilearn Interview Questions
3.2
 • 99 Interviews
Skill Lync Interview Questions
3.1
 • 91 Interviews
LEAD School Interview Questions
3.3
 • 84 Interviews
Teachnook Interview Questions
3.2
 • 82 Interviews
Scaler Academy Interview Questions
3.8
 • 78 Interviews
View all
Testbook.com Data Engineer Salary
based on 13 salaries
₹8 L/yr - ₹20 L/yr
24% more than the average Data Engineer Salary in India
View more details
SME
126 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Business Development Associate
117 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Senior Business Development Associate
114 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Business Development Executive
69 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Software Developer
59 salaries
unlock blur

₹7.5 L/yr - ₹28.8 L/yr

Explore more salaries
Compare Testbook.com with

BYJU'S

3.1
Compare

Unacademy

3.0
Compare

upGrad

3.8
Compare

MeritNation

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