Upload Button Icon Add office photos
Engaged Employer

i

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

TO THE NEW Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 595 Reviews

Filter interviews by

TO THE NEW Data Engineer Interview Questions and Answers

Updated 13 Dec 2024

TO THE NEW Data Engineer Interview Experiences

2 interviews found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Dec 2024

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

Mostly verbal and maths questions.

Round 2 - Technical 

(2 Questions)

  • Q1. What is DDL, DML?
  • Ans. 

    DDL stands for Data Definition Language and is used to define the structure of database objects. DML stands for Data Manipulation Language and is used to manipulate data within the database.

    • DDL is used to create, modify, and delete database objects such as tables, indexes, and views

    • DML is used to insert, update, delete, and retrieve data from the database

    • Examples of DDL statements include CREATE TABLE, ALTER TABLE, DRO...

  • Answered by AI
  • Q2. SQL queries
Round 3 - HR 

(2 Questions)

  • Q1. Strength and weakness
  • Q2. Why TTN
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Indeed and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Project based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Scenario Specific question will be asked as they need people who already know stuff. This makes the innovation within the organisation very minimal as per my opinion. Innovation require one to step out of conventional way.

Data Engineer Interview Questions Asked at Other Companies

asked in Cisco
Q1. Optimal Strategy for a Coin Game You are playing a coin game with ... read more
asked in Sigmoid
Q2. Next Greater Element Problem Statement You are given an array arr ... read more
asked in Sigmoid
Q3. Problem: Search In Rotated Sorted Array Given a sorted array that ... read more
asked in Cisco
Q4. Covid Vaccination Distribution Problem As the Government ramps up ... read more
asked in Sigmoid
Q5. K-th Element of Two Sorted Arrays You are provided with two sorte ... read more

Interview questions from similar companies

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

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL problem window function
  • Q2. SQL code like join and scenerio
Round 2 - Technical 

(2 Questions)

  • Q1. Design round for adf pipeline
  • Ans. 

    Designing an ADF pipeline for data processing

    • Identify data sources and destinations

    • Define data transformations and processing steps

    • Consider scheduling and monitoring requirements

    • Utilize ADF activities like Copy Data, Data Flow, and Databricks

    • Implement error handling and logging mechanisms

  • Answered by AI
  • Q2. Azure synapses and adf adb
Round 3 - HR 

(2 Questions)

  • Q1. Expected ctc and current ctc negotiations
  • Ans. 

    Discussing expected and current salary for negotiation purposes.

    • Be honest about your current salary and provide a realistic expectation for your desired salary.

    • Highlight your skills and experience that justify your desired salary.

    • Be open to negotiation and willing to discuss other benefits besides salary.

    • Research industry standards and salary ranges for similar positions to support your negotiation.

    • Focus on the value y...

  • Answered by AI
  • Q2. Relocation and remote work until ofc open for Pune location

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for sql and problem solving

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Azure Scenario based questions
  • Q2. Pyspark Coding based questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. ADF, Databricks related question
  • Q2. Spark Performance problem and scenarios
  • Ans. 

    Spark performance problems can arise due to inefficient code, data skew, resource constraints, and improper configuration.

    • Inefficient code can lead to slow performance, such as using collect() on large datasets.

    • Data skew can cause uneven distribution of data across partitions, impacting processing time.

    • Resource constraints like insufficient memory or CPU can result in slow Spark jobs.

    • Improper configuration settings, su...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Question based on big data
  • Q2. Cloud based messaging system
Round 2 - Technical 

(1 Question)

  • Q1. Cloud based operations
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. SCD questions. Iceberg questions
  • Q2. Basic python programing, pyspark architechture.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Spark basic question , hive related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good question asked, It covers sql , spark and python.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

1- sql adn 10 spark questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Python programs - 4
  • Q2. Sql questions - 4
Round 3 - Technical 

(1 Question)

  • Q1. Project related and work experience questions
Round 4 - HR 

(1 Question)

  • Q1. Managerial question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude test had few quant and verbal questions then SQL MCQs and 3 Coding question

Round 2 - Technical 

(2 Questions)

  • Q1. Questions about guesstimates and puzzles
  • Q2. Which coding language is better and why?
  • Ans. 

    There is no one 'better' coding language, as it depends on the specific use case and requirements.

    • The best coding language depends on the project requirements, team expertise, and ecosystem support.

    • For data engineering, languages like Python, Scala, and SQL are commonly used for their data processing capabilities.

    • Python is popular for its simplicity and extensive libraries like Pandas and NumPy, while Scala is known fo...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Python Lambda Function
  • Q2. What are pods in Kubernetes
  • Ans. 

    Pods are the smallest deployable units in Kubernetes, consisting of one or more containers.

    • Pods are used to run and manage containers in Kubernetes

    • Each pod has its own unique IP address within the Kubernetes cluster

    • Pods can contain multiple containers that share resources and are scheduled together

    • Pods are ephemeral and can be easily created, destroyed, or replicated

    • Pods can be managed and scaled using Kubernetes contr

  • Answered by AI

Skills evaluated in this interview

TO THE NEW Interview FAQs

How many rounds are there in TO THE NEW Data Engineer interview?
TO THE NEW interview process usually has 2 rounds. The most common rounds in the TO THE NEW interview process are Technical, Aptitude Test and HR.
How to prepare for TO THE NEW Data Engineer 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 TO THE NEW. The most common topics and skills that interviewers at TO THE NEW expect are Hadoop, Hive, Spark, SCALA and AWS.
What are the top questions asked in TO THE NEW Data Engineer interview?

Some of the top questions asked at the TO THE NEW Data Engineer interview -

  1. What is DDL, D...read more
  2. Project based questi...read more
  3. SQL quer...read more

Tell us how to improve this page.

TO THE NEW Data Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
TO THE NEW Data Engineer Salary
based on 43 salaries
₹4.5 L/yr - ₹12.7 L/yr
27% less than the average Data Engineer Salary in India
View more details

TO THE NEW Data Engineer Reviews and Ratings

based on 7 reviews

4.0/5

Rating in categories

4.0

Skill development

3.8

Work-life balance

3.8

Salary

3.8

Job security

4.3

Company culture

4.0

Promotions

3.6

Work satisfaction

Explore 7 Reviews and Ratings
Senior Software Engineer
596 salaries
unlock blur

₹9 L/yr - ₹27.5 L/yr

Software Engineer
564 salaries
unlock blur

₹3.5 L/yr - ₹13.8 L/yr

Associate Technical Leader
207 salaries
unlock blur

₹13.8 L/yr - ₹35.4 L/yr

Senior Quality Engineer
168 salaries
unlock blur

₹7 L/yr - ₹22.5 L/yr

Devops Engineer
157 salaries
unlock blur

₹4.5 L/yr - ₹14.5 L/yr

Explore more salaries
Compare TO THE NEW 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