Upload Button Icon Add office photos

Indeed

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Indeed Data Engineer Interview Questions and Answers

Updated 14 Feb 2024

Indeed Data Engineer Interview Experiences

1 interview found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Feb 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between pyspark dataframe and pandas dataframe
  • Ans. 

    Pyspark DataFrame is distributed and optimized for big data processing, while Pandas DataFrame is for single-machine processing.

    • Pyspark DataFrame is distributed and can handle large datasets that don't fit in memory.

    • Pandas DataFrame is designed for single-machine processing and is suitable for smaller datasets.

    • Pyspark DataFrame supports parallel processing and can leverage distributed computing resources.

    • Pandas DataFra...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About yourself, your current project, Skillset you have, question related Excel.

Interview Preparation Tips

Interview preparation tips for other job seekers - HR is very unprofessional, she shortlisted people on their English speaking skills for a technical role she sent me wrong meeting invite twice and when I called her after week she told me I was not shortlisted.
Than why the short listed mail was sent ?
If you are applying make sure you have some internal links
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Joins and null value handling
  • Q2. Tableau server in depth
  • Ans. 

    Tableau Server is a business intelligence tool that allows organizations to share and collaborate on data visualizations.

    • Tableau Server is a platform for sharing and distributing Tableau workbooks and dashboards.

    • It allows users to access and interact with visualizations through a web browser.

    • Administrators can manage permissions, schedules, and data sources on Tableau Server.

    • Tableau Server can be integrated with other ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learning

Skills evaluated in this interview

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

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

Round 1 - Group Discussion 

24 Nov 2023- The Central Armed Police (CAPFS) and other paramilatiry groups in india hire General Duty ( GD) Constables
through the staff.........

Round 2 - Assignment 

Appĺy To 35099 Assessment Text Jobs On Naukari.com, #1 Job Portal In India. Explore Assessment Text Job Openings In Your Desired Now! 12 August 2023 - First Naukari Aptitude Questions and Answers 2023 is given here on this page along with Frst Naukari Aptitude Text Practice Questions.

Round 3 - Assignment 

The meaning of "Job Assignments" differs based on where it is used.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared to Face Concern
Keep your yourself
Know Your Audience
Use An Online Resume Builder
Do You Research.
Back-Up Your Claims
Be Specific.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2023. There were 2 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 Resume tips
Round 2 - HR 

(2 Questions)

  • Q1. What’s your previous experience
  • Ans. 

    I have 3 years of experience as a data analyst in the finance industry.

    • Worked with large datasets to extract meaningful insights

    • Performed data cleaning, transformation, and visualization

    • Created and maintained dashboards and reports for stakeholders

    • Conducted statistical analysis and built predictive models

    • Collaborated with cross-functional teams to identify business opportunities

  • Answered by AI
  • Q2. What’s your skills for the current role
  • Ans. 

    I have strong skills in data analysis, including proficiency in statistical analysis, data visualization, and programming languages such as Python and SQL.

    • Proficient in statistical analysis techniques

    • Skilled in data visualization using tools like Tableau

    • Strong programming skills in Python and SQL

    • Experience with data cleaning and preprocessing

    • Ability to interpret and communicate insights from data

    • Familiarity with machin...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Udaan Data Analyst interview:
  • SQL
  • Python
Interview preparation tips for other job seekers - Good to have python and sql skills and for data analyst these skills are must plus one visualisation tool

I applied via Company Website and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What answer did you give?

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majorly a stress test
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2023. There were 4 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 Resume tips
Round 2 - Aptitude Test 

Number sires, clock, logic, arithmetic, geometry

Round 3 - Coding Test 

Code test basic, ans the basic knowledge, write code

Round 4 - Technical 

(5 Questions)

  • Q1. What is python?
  • Ans. 

    Python is a high-level programming language known for its simplicity and readability.

    • Python is widely used for web development, data analysis, artificial intelligence, and scientific computing.

    • It emphasizes code readability and uses indentation to define code blocks.

    • Python has a large standard library and a vibrant community of developers.

    • Example: print('Hello, World!')

    • Example: import pandas as pd

  • Answered by AI
  • Q2. What is python used for?
  • Ans. 

    Python is a versatile programming language used for data analysis, web development, artificial intelligence, automation, and more.

    • Data analysis and visualization

    • Web development (Django, Flask)

    • Artificial intelligence and machine learning (TensorFlow, PyTorch)

    • Automation and scripting

    • Scientific computing (NumPy, SciPy)

  • Answered by AI
  • Q3. What type of language is python?
  • Ans. 

    Python is a high-level programming language known for its simplicity and readability.

    • Python is an interpreted language, meaning it does not need to be compiled before running.

    • It supports multiple programming paradigms, including object-oriented, imperative, and functional programming.

    • Python has a large standard library and a thriving community, making it versatile and widely used.

    • Example: Python is used for web develop...

  • Answered by AI
  • Q4. What is oops in python?
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm based on the concept of 'objects', which can contain data and code.

    • OOP allows for the organization of code into reusable components called classes.

    • Classes can have attributes (variables) and methods (functions) associated with them.

    • In Python, everything is an object, and classes can be defined using the 'class' keyword.

    • Encapsulation, inheritance, and polymorph

  • Answered by AI
  • Q5. What is array in python?
  • Ans. 

    An array in Python is a data structure that stores a collection of elements of the same type.

    • Arrays can store elements such as integers, floats, or strings.

    • Arrays are indexed starting from 0, with elements accessed using their index.

    • Example: arr = ['apple', 'banana', 'cherry']

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Swiggy Data Analyst interview:
  • Advanced Excel
  • SQL Server
  • Python
Interview preparation tips for other job seekers - online interview

Skills evaluated in this interview

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

(1 Question)

  • Q1. Start with statistics and focus on core
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

SQL query optimisation

Round 2 - HR 

(1 Question)

  • Q1. Regular discussion, about job role, why swiggy

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare excel, and sql
Contribute & help others!
anonymous
You can choose to be anonymous

Indeed Interview FAQs

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

Recently Viewed

INTERVIEWS

Indeed

No Interviews

JOBS

Vrinsoft Technology

No Jobs

JOBS

Metascope Services

No Jobs

JOBS

O3 Hire

No Jobs

JOBS

O3 Hire

No Jobs

JOBS

Jade Global

No Jobs

LIST OF COMPANIES

ICCS

Locations

JOBS

Workenstein

No Jobs

COMPANY BENEFITS

LinkedIn

No Benefits

JOBS

ICCS

No Jobs

Tell us how to improve this page.

Indeed Data Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 428 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Info Edge Interview Questions
3.9
 • 317 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Team Lease Interview Questions
3.9
 • 201 Interviews
Naukri Interview Questions
4.0
 • 185 Interviews
Blinkit Interview Questions
3.7
 • 182 Interviews
BlackBuck Interview Questions
3.8
 • 176 Interviews
Spinny Interview Questions
3.7
 • 170 Interviews
View all
Indeed Data Engineer Salary
based on 5 salaries
₹32 L/yr - ₹60 L/yr
333% more than the average Data Engineer Salary in India
View more details
Senior Accounts Executive
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Accounts Manager
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Indeed with

Naukri

4.0
Compare

Foundit

3.5
Compare

Timesjobs.com

1.6
Compare

Freshersworld.com

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