Upload Button Icon Add office photos

HP India

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

HP India Engineer Trainee Interview Questions and Answers

Updated 9 Jun 2024

HP India Engineer Trainee Interview Experiences

1 interview found

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

90 mins and mostly aptitute based on analytics , quntitative etcc...

Round 2 - Coding Test 

Coding questions based on python

Round 3 - Technical 

(2 Questions)

  • Q1. Deep learning questions
  • Q2. Project questions from my resume

Interview questions from similar companies

I applied via Walk-in and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About my last job description

Interview Preparation Tips

Interview preparation tips for other job seekers - Says limited and point to point thing, and be clear....

Interview Questionnaire 

5 Questions

  • Q1. Tell me about yourself
  • Q2. About the B.Tech and M.Tech Project
  • Q3. Job experience
  • Ans. 

    I have over 8 years of experience working as a Sr Engineer in various industries.

    • Managed multiple engineering projects simultaneously

    • Led cross-functional teams to successful project completion

    • Developed and implemented innovative solutions to complex engineering challenges

  • Answered by AI
  • Q4. Why you want to change
  • Q5. Tell me something that is not in resume
  • Ans. 

    I have experience leading cross-functional teams and successfully delivering complex projects.

    • Led a team of engineers, designers, and product managers to develop and launch a new mobile app

    • Managed a project with a budget of $1 million and delivered it on time and within scope

    • Implemented agile methodologies to improve team efficiency and collaboration

    • Received recognition for outstanding leadership skills and ability to

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

It was 1 coding question with 10 test cases. They asked a question based on binary search. I got 3 hrs to clear that test. I went in as a campus fresher. For lateral joinees, it is a much more difficult question that you have to clear in 4hrs.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What's the best way to find majority element in an array?
  • Ans. 

    The best way to find the majority element in an array is by using the Boyer-Moore Voting Algorithm.

    • Initialize a candidate variable and a count variable.

    • Iterate through the array and for each element:

    • - If the count is 0, set the current element as the candidate.

    • - If the current element is the same as the candidate, increment the count.

    • - Otherwise, decrement the count.

    • After the iteration, the candidate will be the ...

  • Answered by AI
  • Q2. Reverse a linked list in K groups.
  • Ans. 

    Reverse a linked list in K groups

    • Iterate through the linked list in groups of size K

    • Reverse each group of nodes using a temporary pointer

    • Connect the reversed groups to form the final reversed linked list

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Samsung Research Senior Engineer interview:
  • DSA
  • Algorithms
Interview preparation tips for other job seekers - Have strong DSA skills.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding round with medium complexity

Round 2 - Technical 

(2 Questions)

  • Q1. Implementation of linkedlist
  • Ans. 

    A linked list is a data structure where each element points to the next element in the sequence.

    • Create a Node class with data and a reference to the next Node

    • Initialize a LinkedList class with a head Node

    • Implement methods to add, remove, search, and traverse the linked list

  • Answered by AI
  • Q2. Sorting algoritgms
Round 3 - HR 

(2 Questions)

  • Q1. General expectations
  • Q2. Role clarity discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

C coding questions on bitwise concepts
DSA coding concepts

Round 2 - Technical 

(2 Questions)

  • Q1. What I have fone in previous organization
  • Q2. About work and projects
Round 3 - Puzzles Interview 

(2 Questions)

  • Q1. Excel sheet cell determining logic
  • Q2. Calculate the number of complete squares inscribed in a circle
  • Ans. 

    The number of complete squares inscribed in a circle can be calculated using a formula based on the number of sides of the square.

    • The formula to calculate the number of complete squares inscribed in a circle is n*(n+1)*(2n+1)/6, where n is the number of sides of the square.

    • For example, if the circle has a square with 4 sides inscribed in it, the number of complete squares would be 30 (4*(4+1)*(2*4+1)/6 = 30).

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What are my expectations from company
  • Q2. Why am I leaving previous organisation
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Desire for new challenges and growth

    • Opportunity for career advancement

    • Seeking a change in work environment

    • Exploring new technologies or industries

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1. Revere Linked List
2. Maximum water in a container

Round 2 - Technical 

(1 Question)

  • Q1. 1. ArrayList 2. Types of locaters in Appium 3. D/b UI automator1 and ui Automator 2?
  • Ans. 

    ArrayList is a resizable array implementation in Java. Appium locators include ID, name, class name, xpath, etc. UI Automator 1 and 2 are tools for testing Android apps.

    • ArrayList is a dynamic array that can grow or shrink in size. Example: ArrayList list = new ArrayList<>();

    • Appium locators include ID, name, class name, xpath, etc. Example: driver.findElement(By.id("elementID"));

    • UI Automator 1 is a testing framework for...

  • Answered by AI
Round 3 - Aptitude Test 

1. What is same for you and even for PM of US?

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed before Dec 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Normal aptitude test along with a section of technical aptitude

Round 3 - Group Discussion 

Discussion in batches of 8 people on common topics

Round 4 - Technical 

(2 Questions)

  • Q1. Interview with VP
  • Q2. Going through resume BTech Project questions Aspirations Why HVAC
Round 5 - HR 

(1 Question)

  • Q1. Why HVAC Trick questions
  • Ans. 

    HVAC offers a challenging and rewarding career with opportunities for innovation and problem-solving.

    • HVAC allows me to work with complex systems and technologies.

    • I enjoy the problem-solving aspect of HVAC engineering.

    • HVAC offers a diverse range of projects and industries to work in.

    • I find satisfaction in creating comfortable and efficient indoor environments.

    • HVAC is a field that constantly evolves, providing opportunit

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company and culture.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Discuss about last job role
  • Q2. Ask about product and market
Round 3 - One-on-one 

(2 Questions)

  • Q1. General discussion and last job role
  • Q2. Background and contacts
Round 4 - Technical 

(2 Questions)

  • Q1. How are you fit for this role
  • Q2. Technical knowledge about product
Round 5 - HR 

(2 Questions)

  • Q1. Salary discussion and joining details
  • Q2. Documents for joining
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2022. There were 2 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 - HR 

(2 Questions)

  • Q1. Tell me about your self?
  • Ans. 

    I am a highly experienced Senior Engineer with a strong background in software development and project management.

    • Over 10 years of experience in software development

    • Proficient in multiple programming languages such as Java, C++, and Python

    • Led successful projects from conception to completion, ensuring on-time delivery and high-quality results

    • Strong problem-solving and analytical skills

    • Excellent communication and teamwo...

  • Answered by AI
  • Q2. Refrigeration cycle?
  • Ans. 

    The refrigeration cycle is a thermodynamic process used in refrigerators and air conditioners to transfer heat from a cooler environment to a warmer one.

    • The cycle consists of four main components: compressor, condenser, expansion valve, and evaporator.

    • The refrigerant is compressed by the compressor, which raises its temperature and pressure.

    • The high-pressure refrigerant then flows to the condenser, where it releases he...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Thermodynamics is must, They are very experienced and professional.

HP India Interview FAQs

How many rounds are there in HP India Engineer Trainee interview?
HP India interview process usually has 3 rounds. The most common rounds in the HP India interview process are Aptitude Test, Coding Test and Technical.

Tell us how to improve this page.

HP India Engineer Trainee Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

OPPO Interview Questions
4.0
 • 213 Interviews
LG Electronics Interview Questions
4.0
 • 199 Interviews
Blue Star Interview Questions
4.1
 • 161 Interviews
Daikin Interview Questions
4.1
 • 147 Interviews
Samsung Research Interview Questions
3.1
 • 131 Interviews
Voltas Interview Questions
4.0
 • 130 Interviews
Bajaj Electricals Interview Questions
4.0
 • 124 Interviews
IFB Interview Questions
3.6
 • 95 Interviews
LG Soft India Interview Questions
3.1
 • 90 Interviews
View all

HP India Engineer Trainee Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

1.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Technical Support Engineer
232 salaries
unlock blur

₹2.2 L/yr - ₹7.5 L/yr

Software Engineer
128 salaries
unlock blur

₹4.1 L/yr - ₹14.7 L/yr

Financial Analyst
77 salaries
unlock blur

₹3.4 L/yr - ₹13.9 L/yr

Area Sales Manager
74 salaries
unlock blur

₹4.5 L/yr - ₹16.5 L/yr

Process Associate
61 salaries
unlock blur

₹1.6 L/yr - ₹4.2 L/yr

Explore more salaries
Compare HP India with

OPPO

4.0
Compare

LG Electronics

4.0
Compare

Bajaj Electricals

4.0
Compare

Voltas

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