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 Software Engineer Interview Questions, Process, and Tips

Updated 21 Oct 2024

Top HP India Software Engineer Interview Questions and Answers

HP India Software Engineer Interview Experiences

7 interviews found

Software Engineer Interview Questions & Answers

user image Mushkan Kumar

posted on 4 Mar 2024

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

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Coding Test 

The coding test was of 2 hours 30 minutes. It was mainly based on python coding questions and MCQ’s like APIs and SQL.

Round 2 - HR 

(1 Question)

  • Q1. The second round was a HR round where all the managerial questions were asked.
Round 3 - Technical 

(1 Question)

  • Q1. The third and the last round was a technical round where all the questions were based on OOPS concepts and SQL queries.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology (NIT), Durgapur and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Medium level aptitude Questions

Round 2 - Coding Test 

Basic C coding on Data structure Linker List and Array

Round 3 - Technical 

(1 Question)

  • Q1. Technical questions on Operating System, Networking concepts
Round 4 - Technical 

(1 Question)

  • Q1. Techincal questions with Program structure, virtual function

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Basic coding questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Aws question was asked
  • Q2. Data structures were asked
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 Sep 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

General aptitude questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Regarding OS and networks
Round 3 - One-on-one 

(1 Question)

  • Q1. My project in last sem
Round 4 - HR 

(1 Question)

  • Q1. Open for bangalore location

HP India interview questions for designations

 System Software Engineer

 (1)

 Senior Software Engineer

 (1)

 Software Developer

 (10)

 Software Designer

 (1)

 Software Consultant

 (1)

 Software Firmware Engineer

 (1)

 Software Developer Intern

 (2)

 Software Engineer Intern Trainee

 (1)

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 tips
Round 2 - Aptitude Test 

Numarical, percentage, data interpretation,arithmatical ability

Round 3 - Coding Test 

Even or odd , sum of two numbers

Round 4 - HR 

(1 Question)

  • Q1. Self intro, weekness

Interview Preparation Tips

Interview preparation tips for other job seekers - i am not good as you know i am just a fresher

I applied via Walk-in and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. What is your family background?
  • Q2. Share details of your previous job.
  • Q3. Why are you looking for a change?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - study hhhhhhhhhhhhhhhhhhhhhhhhhhh

Interview Questionnaire 

13 Questions

  • Q1. ISO / OSI Model all layers
  • Ans. 

    The ISO/OSI model is a conceptual framework that standardizes the functions of a communication system into seven layers.

    • The ISO/OSI model stands for International Organization for Standardization/Open Systems Interconnection model.

    • It is a layered model that helps in understanding and designing network protocols.

    • The seven layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each la...

  • Answered by AI
  • Q2. Socket Programming
  • Q3. Linux : How to lock a file
  • Ans. 

    To lock a file in Linux, use the flock command or the fcntl system call.

    • The flock command can be used to lock a file by acquiring an exclusive or shared lock.

    • The fcntl system call can be used to lock a file by setting the F_SETLK or F_SETLKW command.

    • Locking a file prevents other processes from modifying or accessing it until the lock is released.

    • Locking can be done at the file level or at specific regions within a file...

  • Answered by AI
  • Q4. ACID property
  • Q5. Binary Search
  • Q6. Testing
  • Q7. Normalizaton
  • Q8. CSS Full form . Why we use CSS in HTML page
  • Ans. 

    CSS stands for Cascading Style Sheets. It is used to style the appearance of HTML elements on a webpage.

    • CSS helps in separating the content of a webpage from its design, making it easier to maintain and update.

    • It allows for consistent styling across multiple pages of a website.

    • CSS can be used to control layout, colors, fonts, and other visual aspects of a webpage.

    • It enables responsive design, making websites adapt to d...

  • Answered by AI
  • Q9. How to find a loop in linked list
  • Ans. 

    To find a loop in a linked list, we can use the Floyd's cycle-finding algorithm.

    • Use two pointers, one moving at a speed of one node at a time and the other at a speed of two nodes at a time.

    • If there is a loop, the two pointers will eventually meet at the same node.

    • To find the starting point of the loop, move one pointer back to the head and then move both pointers at a speed of one node at a time.

    • The point where they m...

  • Answered by AI
  • Q10. OOps Concept
  • Q11. Projects
  • Q12. Your interests
  • Ans. 

    I enjoy exploring new technologies, solving complex problems, and collaborating with others to create innovative solutions.

    • Exploring new technologies

    • Solving complex problems

    • Collaborating with others

    • Creating innovative solutions

  • Answered by AI
  • Q13. How do you see software industry after 10 years

Interview Preparation Tips

Round: Test
Experience: 1. Aptitute

2. DS & C : Maninly queue , Dequeue and linked list

3. C++ : Theory part

4. Network : OSI Layer's working

College Name: NA

Skills evaluated in this interview

Interview questions from similar companies

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

(4 Questions)

  • Q1. Why to join WD?
  • Ans. 

    WD offers exciting opportunities for growth and innovation in the software engineering field.

    • Opportunity to work on cutting-edge technologies

    • Collaborative and supportive work environment

    • Career development and growth opportunities

    • Strong company culture and values

    • Global presence and diverse projects

  • Answered by AI
  • Q2. Detect loop in linked list
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect loop in linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at any point, there is a loop in the linked list.

  • Answered by AI
  • Q3. What are different product of WD?
  • Ans. 

    WD offers a variety of products including external hard drives, internal hard drives, SSDs, and network attached storage devices.

    • External hard drives

    • Internal hard drives

    • SSDs

    • Network attached storage devices

  • Answered by AI
  • Q4. Do you want to ask any questions?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't know result yet

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

There was a coding round on techgig which i cleared

Round 2 - Technical 

(3 Questions)

  • Q1. I was invited to the technical round which was also online
  • Q2. I could not attend the online technical round
  • Q3. 2 questions on dsa
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Random c question like pointer even/odd

Round 2 - Group Discussion 

Present news, like covid-19

Interview Preparation Tips

Topics to prepare for Livpure Software Engineer interview:
  • C question
Interview preparation tips for other job seekers - i will clear both round

HP India Interview FAQs

How many rounds are there in HP India Software Engineer interview?
HP India interview process usually has 3 rounds. The most common rounds in the HP India interview process are HR, Coding Test and Aptitude Test.
How to prepare for HP India Software 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 HP India. The most common topics and skills that interviewers at HP India expect are AWS, Python, Azure, Bgp and C++.
What are the top questions asked in HP India Software Engineer interview?

Some of the top questions asked at the HP India Software Engineer interview -

  1. CSS Full form . Why we use CSS in HTML p...read more
  2. How to find a loop in linked l...read more
  3. Linux : How to lock a f...read more

Tell us how to improve this page.

HP India Software Engineer Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more
HP India Software Engineer Salary
based on 128 salaries
₹4 L/yr - ₹13.8 L/yr
18% more than the average Software Engineer Salary in India
View more details
Technical Support Engineer
221 salaries
unlock blur

₹2.2 L/yr - ₹6.4 L/yr

Software Engineer
128 salaries
unlock blur

₹4.1 L/yr - ₹13.9 L/yr

Area Sales Manager
78 salaries
unlock blur

₹4.5 L/yr - ₹16.4 L/yr

Financial Analyst
74 salaries
unlock blur

₹3.6 L/yr - ₹13.3 L/yr

Process Associate
61 salaries
unlock blur

₹1.7 L/yr - ₹4.2 L/yr

Explore more salaries
Compare HP India with

Dell

4.0
Compare

Lenovo

4.2
Compare

Apple

4.3
Compare

Samsung

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