Upload Button Icon Add office photos
Engaged Employer

i

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

phData Verified Tick

Compare button icon Compare button icon Compare
4.1

based on 35 Reviews

Filter interviews by

phData Senior Data Engineer Interview Questions and Answers

Updated 17 Jul 2024

phData Senior Data Engineer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Spark interviews
  • Q2. Architecture rounds
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Duration was 1 hour, coding question was easy and it was take home test

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to your project, Python, SQL, Spark
Round 3 - Technical 

(2 Questions)

  • Q1. Deep dive into your project
  • Q2. End to end of project flow, challenges faced, technical questions around core DE skills
Round 4 - HR 

(1 Question)

  • Q1. No questions, just discussion

Interview Preparation Tips

Topics to prepare for phData Senior Data Engineer interview:
  • python
  • SQL
  • Spark
  • Pyspark
  • Any cloud
  • Snowflake
  • dbt
Interview preparation tips for other job seekers - Be honest about your project experience
Speak out loud for every work you have done , even it's a poc
They respect enthusiasm to learn skills, so don't shy on speaking about in-progress courses
Prepare core DE topics like python, SQL, spark upto intermediate level

Senior Data Engineer Interview Questions Asked at Other Companies

asked in 7 Eleven
Q1. Write a query to get the customer with the highest total order va ... read more
asked in 7 Eleven
Q2. There are 10 million records in the table and the schema does not ... read more
asked in 7 Eleven
Q3. How do you handle data pipeline when the schema information keeps ... read more
asked in 7 Eleven
Q4. Difference between Parquet and ORC file. Why industry uses parque ... read more
asked in 7 Eleven
Q5. What is Normalisation and Denormalisation? When do we use them? G ... read more

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Diff btw vite and webpack
  • Q2. What is currying in js
Round 2 - Technical 

(2 Questions)

  • Q1. What is currying in javascript?
  • Q2. Diff btw webpack and vite

Interview Preparation Tips

Interview preparation tips for other job seekers - Just cover the basics of javascript. Learn about polyfills.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.

Round 2 - Technical 

(2 Questions)

  • Q1. Was asked to write a code on basic DSA concept
  • Q2. Then was asked basic questions on DSA and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have good understanding of everything you mentioned on your resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the full form of ETL?
  • Ans. 

    ETL stands for Extract, Transform, Load. It is a process used in data warehousing to extract data from various sources, transform it into a consistent format, and load it into a target database.

    • ETL stands for Extract, Transform, Load

    • Extract: Involves extracting data from various sources such as databases, applications, and files

    • Transform: Involves cleaning, filtering, and transforming the extracted data into a consiste...

  • Answered by AI
  • Q2. ETL Full form is Exact, Transform, Load.

Interview Preparation Tips

Interview preparation tips for other job seekers - "Stay persistent, network, actively, continuously upgrade your skills."
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Four Pillars of OOPS in Java?
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction are the four pillars of OOPS in Java.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the implementation details and showing only the necessary features.

  • Answered by AI
  • Q2. What is a constructor in Java?
  • Ans. 

    A constructor in Java is a special type of method that is used to initialize objects.

    • Constructors have the same name as the class they are in.

    • They do not have a return type, not even void.

    • Constructors are called when an object of a class is created.

    • Example: public class Car { public Car() { // constructor code } }

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is jdk, string related questions, basic java oops questions?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Basic all type questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Project related and technology se related

phData Interview FAQs

How many rounds are there in phData Senior Data Engineer interview?
phData interview process usually has 2-3 rounds. The most common rounds in the phData interview process are Technical, Coding Test and HR.
How to prepare for phData Senior 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 phData . The most common topics and skills that interviewers at phData expect are Python, SQL, NoSQL, Analytics and Coding.
What are the top questions asked in phData Senior Data Engineer interview?

Some of the top questions asked at the phData Senior Data Engineer interview -

  1. End to end of project flow, challenges faced, technical questions around core D...read more
  2. Questions related to your project, Python, SQL, Sp...read more
  3. No questions, just discuss...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 phData interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.7
 • 224 Interviews
Tiger Analytics Interview Questions
3.7
 • 216 Interviews
Fractal Analytics Interview Questions
4.0
 • 203 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Axtria Interview Questions
3.0
 • 114 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
View all
phData Senior Data Engineer Salary
based on 20 salaries
₹17 L/yr - ₹28 L/yr
30% more than the average Senior Data Engineer Salary in India
View more details

phData Senior Data Engineer Reviews and Ratings

based on 6 reviews

3.8/5

Rating in categories

3.8

Skill development

3.6

Work-Life balance

3.7

Salary & Benefits

3.9

Job Security

3.8

Company culture

3.6

Promotions/Appraisal

3.4

Work Satisfaction

Explore 6 Reviews and Ratings
Data Engineer
32 salaries
unlock blur

₹6.3 L/yr - ₹19 L/yr

Associate Data Engineer
20 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Senior Data Engineer
20 salaries
unlock blur

₹17 L/yr - ₹28 L/yr

Solution Architect
13 salaries
unlock blur

₹22 L/yr - ₹53 L/yr

Devops Engineer
9 salaries
unlock blur

₹4.3 L/yr - ₹13.7 L/yr

Explore more salaries
Compare phData with

Fractal Analytics

4.0
Compare

Mu Sigma

2.7
Compare

LatentView Analytics

3.7
Compare

Tiger Analytics

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview