Upload Button Icon Add office photos
Engaged Employer

i

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

Hewlett Packard Enterprise Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 3.7k Reviews

Filter interviews by

Hewlett Packard Enterprise Data Engineer Interview Questions and Answers

Updated 28 Mar 2024

3 interviews found

Sort by: Popular

Data Engineer Interview Questions

user image Anonymous

posted on 28 Mar 2024

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

I applied via Job Portal and was interviewed in Feb 2024.

2 Interview Rounds

1

Group Discussion Round

Gd on Data boon or bane?

2

Technical Round (1 Question)

  • Q1. Zumple nava,c++ questions

Data Engineer Interview Questions

user image Anonymous

posted on 12 Nov 2022

I applied via Walk-in and was interviewed in Oct 2022.

2 Interview Rounds

1

Resume Shortlist Round

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
2

One-on-one Round (3 Questions)

  • Q1. SQL, Spark, Kafka, python
  • Q2. Python unpickling and pickling
  • Q3. Kafka brokers, dictionary in python

Interview Preparation Tips

Interview preparation tips for other job seekers - Positive interview experience. And prepare for big data well

Data Engineer Interview Questions

user image Anonymous

posted on 5 Nov 2022

I applied via campus placement at Centre for Development of Advanced Computing (CDAC) and was interviewed in Oct 2022.

2 Interview Rounds

1

Resume Shortlist Round

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
2

One-on-one Round (2 Questions)

  • Q1. SQL python Kafka Hadoop Spark Graduation Project
  • Q2. SQL Python Kafka Project

Interview Preparation Tips

Topics to prepare for Hewlett Packard Enterprise Data Engineer interview:
  • SQL
  • Python
  • Big Data
Interview preparation tips for other job seekers - You need to go fully prepared. Overall the interview went okay.

Interview questions from similar companies

Data Engineer Interview Questions

Genpact user image Sashikanta Parida

posted on 17 Dec 2024

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024.

2 Interview Rounds

1

Technical Round (3 Questions)

  • Q1. What are different type of joins available in Databricks?
  • Q2. How do you make your data pipeline fault tolerant?
  • Q3. What is AutoLoader?
2

Technical Round (2 Questions)

  • Q1. How do you connect to different services in Azure?
  • Q2. What are linked Services?

Data Engineer Interview Questions

Accenture user image Anonymous

posted on 17 Jul 2024

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

I applied via Recruitment Consulltant and was interviewed in Jun 2024.

1 Interview Round

1

One-on-one Round (20 Questions)

  • Q1. Tell me about yourself
  • Q2. Project Architecture
  • Q3. Rate yourself out of 5 in Pyspark , Python and SQL
  • Q4. How to handle duplicates in python ?
  • Q5. Methods of migrating Hive metdatastore to unity catalog in Databricks ?
  • Q6. Read a CSV file from ADLS path ?
  • Q7. There was a table provided on coding screen and asked to write different programs and SQL queries from the table and tell the approach you are taking ? Like age...read more
  • Q8. How many stages will create from the above code that I have written
  • Q9. Narrow vs Wide Transformation ?
  • Q10. What are action and transformation ?
  • Q11. What happens when we enforce the schema and when we manually define the schema in the code ?
  • Q12. What all the optimisation are possible to reduce the overhead of reducing the reading part of large datasets in spark ?
  • Q13. Write a sql query to find the name of person who logged in last within each country from Person Table ?
  • Q14. Difference between List and Tuple ?
  • Q15. Difference between Rank , Dense Rank and Row Number and when we are using each of them ?
  • Q16. What is List Comprehension ?
  • Q17. Tell me about the performance optimization done in your project ?
  • Q18. Difference between the interactive cluster and job cluster ?
  • Q19. How to add a column in dataframe ? How to rename the column in dataframe ?
  • Q20. Difference between Coalesce and Repartition and In which case we are using it ?

Interview Preparation Tips

Topics to prepare for Accenture Data Engineer interview:
  • Spark
  • Databricks
  • SQL
  • Python
  • ETL
Interview preparation tips for other job seekers - Focus on Basics , definitions and Understand the spark internals . Write SQL codes efficiently.

Skills evaluated in this interview

Data Engineer Interview Questions

Cognizant user image Abhishek Paithankar

posted on 16 Nov 2024

Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

3 Interview Rounds

1

Aptitude Test Round

Aptitude test involved with quantative aptitude, logical reasoning and reading comprehensions.

2

Technical Round (2 Questions)

  • Q1. Tell me your introduction.
  • Q2. Tell me about your skills.
3

HR Round (2 Questions)

  • Q1. Are you ready relocate,?
  • Q2. Document verification

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are fresher first prepare for aptitude, because once aptitude get cleared you will get selected from the large compitition and then focus on your technical knowledge and managerial skills about the company.

Data Engineer Interview Questions

IBM user image Anonymous

posted on 11 Dec 2024

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Technical Round (2 Questions)

  • Q1. About python, sql, pyspark
  • Q2. Spark Architecture.
2

HR Round (2 Questions)

  • Q1. When can you join.
  • Q2. .

Data Engineer Interview Questions

Capgemini user image Anonymous

posted on 25 Jul 2024

Interview experience
3
 Average
Difficulty level
 Easy
Duration
 Less than 2 weeks
Result
 No response

I was interviewed in Jun 2024.

1 Interview Round

1

Technical Round (13 Questions)

  • Q1. How to remove Duplicates in Data frame using pyspark?
  • Q2. What is Broadcast join ? How is this useful
  • Q3. What is Re-Partition and Coalesce? How are these used?
  • Q4. Write Python code to Extract Pincode from Address Field in Dataframe using Pyspark?
  • Q5. Write a SQL to get Student names who got marks>45 in each subject from Student table
  • Q6. How to Enable Hive support in spark?
  • Q7. Explain Joins in spark using pyspark
  • Q8. How will you Join if two tables are large in pyspark?
  • Q9. What is df.explain() in pyspark
  • Q10. Explain spark architecture
  • Q11. What Purpose of Lineage graph ?
  • Q12. External Table vs Internal table
  • Q13. Assume below Dataframes DF1 (UserID,Name) DF2 (UserID,PageID,Timestamp,Events) Write code to Join the DF's, Count the No of Events and filter Users with 0 Event...read more

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice Pyspark,python and SQL Hands on

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Mar 2024.

1 Interview Round

1

Technical Round (2 Questions)

  • Q1. Tell. me about youself
  • Q2. Sql question , pyspark questions
Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via Naukri.com and was interviewed in May 2024.

1 Interview Round

1

Coding Test Round

1. Questions on spark basica
2. Sql coding questions
3. Java or scala basics

Hewlett Packard Enterprise Interview FAQs

How many rounds are there in Hewlett Packard Enterprise Data Engineer interview?
Hewlett Packard Enterprise interview process usually has 2 rounds. The most common rounds in the Hewlett Packard Enterprise interview process are Resume Shortlist, One-on-one Round and Group Discussion.
How to prepare for Hewlett Packard Enterprise 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 Hewlett Packard Enterprise. The most common topics and skills that interviewers at Hewlett Packard Enterprise expect are Python, SQL, Agile Coaching, Analytical and Analytics.
What are the top questions asked in Hewlett Packard Enterprise Data Engineer interview?

Some of the top questions asked at the Hewlett Packard Enterprise Data Engineer interview -

  1. SQL python Kafka Hadoop Spark Graduation Proj...read more
  2. SQL Python Kafka Proj...read more
  3. Kafka brokers, dictionary in pyt...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 Hewlett Packard Enterprise interviews
WalkIn
Job Portal
Campus Placement
33%
33%
33%
1% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Hewlett Packard Enterprise Data Engineer Salary
based on 68 salaries
₹5.5 L/yr - ₹21.5 L/yr
24% more than the average Data Engineer Salary in India
View more details

Hewlett Packard Enterprise Data Engineer Reviews and Ratings

based on 7 reviews

2.9/5

Rating in categories

2.5

Skill development

3.3

Work-Life balance

2.9

Salary & Benefits

3.0

Job Security

3.5

Company culture

2.8

Promotions/Appraisal

2.9

Work Satisfaction

Explore 7 Reviews and Ratings
Technical Support Engineer
891 salaries
unlock blur

₹1.8 L/yr - ₹9.5 L/yr

Process Associate
653 salaries
unlock blur

₹1.5 L/yr - ₹6.5 L/yr

Software Engineer
628 salaries
unlock blur

₹10 L/yr - ₹19.5 L/yr

Technical Solutions Consultant
620 salaries
unlock blur

₹4 L/yr - ₹16.2 L/yr

Financial Analyst
438 salaries
unlock blur

₹3.5 L/yr - ₹12.9 L/yr

Explore more salaries
Compare Hewlett Packard Enterprise with

Dell

4.1
Compare

IBM

4.1
Compare

Cisco

4.2
Compare

Oracle

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