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

Updated 23 Feb 2025

Top HP India Interview Questions and Answers

View all 84 questions

HP India Interview Experiences

Popular Designations

139 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 13 Sep 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Knowledge of sql
  • Q2. Analytics solutions

Interview Preparation Tips

Interview preparation tips for other job seekers - Knowledge on SQL and analytics

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
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

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
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

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

C Developer Interview Questions & Answers

user image Anonymous

posted on 20 Apr 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. Explain linked list
  • Ans. 

    A linked list is a linear data structure where each element is a separate object with a pointer to the next element.

    • Linked list is made up of nodes

    • Each node contains data and a pointer to the next node

    • Can be singly or doubly linked

    • Insertion and deletion is faster than arrays

    • Traversal is slower than arrays

  • Answered by AI
  • Q2. Interace and abstract class

Skills evaluated in this interview

C Developer Interview Questions asked at other Companies

Q1. String Transformation Problem Given a string (STR) of length N, you are tasked to create a new string through the following method: Select the smallest character from the first K characters of STR, remove it from STR, and append it to the n... read more
View answer (1)

HP India interview questions for popular designations

 Software Developer

 (10)

 Technical Support Engineer

 (7)

 Software Engineer

 (7)

 Intern

 (5)

 Technician

 (3)

 Data Analyst

 (3)

 Financial Analyst

 (2)

 Senior R&D Engineer

 (2)

Interview Questions & Answers

user image Anonymous

posted on 6 Jan 2023

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2022. 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 tips
Round 2 - HR 

(1 Question)

  • Q1. Introduce your self. Day today activities. Number of applications worked on and skills. Why should we hire you? When you will join?
Round 3 - Technical 

(1 Question)

  • Q1. Roles and responsibility of major incident manager, explain the roles of Change manager, Could you tell us about your projects, If you have 2 major incident in place, you are alone so what will you do? Wha...
Round 4 - HR 

(1 Question)

  • Q1. Expected Salary and Current Salary, Explained about joining fromalitues.

Interview Preparation Tips

Interview preparation tips for other job seekers - I request you all that please be sure about your subject 100% so everything will easy. Always be crazy answer questions if you are not knowing say I will come back on this.

Get interview-ready with Top HP India Interview Questions

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

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Hardware questions
  • Q2. Desktop motherboard
  • Q3. Motherboard display not coming
Round 2 - Technical 

(3 Questions)

  • Q1. Motherboard problems ram problem
  • Q2. Smps problem software problem trouble shooting
  • Q3. Speaker problem

Interview Preparation Tips

Interview preparation tips for other job seekers - Hp is one of the best company i like it

Computer Hardware Engineer Interview Questions asked at other Companies

Q1. Are u able to travel in city with two wheeler.
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Basic java questions
  • Q2. Oops concepts Multithreading C++
  • Q3. String memory pool
  • Q4. Hashmap internal working
  • Q5. Concurrency in java
  • Ans. 

    Concurrency in Java allows multiple tasks to run simultaneously, improving performance and efficiency.

    • Concurrency in Java is achieved through threads, which are lightweight processes within a program.

    • Threads can run concurrently, allowing multiple tasks to be executed simultaneously.

    • Java provides built-in support for concurrency with classes like Thread and Executor.

    • Concurrency can lead to issues like race conditions a...

  • Answered by AI

Skills evaluated in this interview

Software Consultant Interview Questions asked at other Companies

Q1. Palindrome String Validation Determine if a given string 'S' is a palindrome, considering only alphanumeric characters and ignoring spaces and symbols. Note: The string 'S' should be evaluated in a case-insensitive manner. Example: Input: "... read more
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 23 Jun 2022

I applied via Referral and was interviewed in May 2022. There were 3 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 tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Question was asked regarding accounting background
  • Q2. About profit n all account ledgers
  • Q3. Salary discussion work timings n roles n responsibilities of the job
Round 3 - Group Discussion 

A self interdiction about my self and employes

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to stay positive and work politely be on time to work stay humble

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me about your project
  • Q3. Can you speak Hindi?
Round 2 - Technical 

(2 Questions)

  • Q1. It was technical Test, regarding Hardware and Networking
  • Q2. Questions related to Operating system, Networking, Hardware.
Round 3 - HR 

(3 Questions)

  • Q1. 1) What is command to know IP address?
  • Ans. 

    The command to know IP address is 'ipconfig' on Windows and 'ifconfig' on Unix/Linux.

    • On Windows, open Command Prompt and type 'ipconfig'. Look for 'IPv4 Address' under the Ethernet or Wi-Fi adapter section.

    • On Unix/Linux, open Terminal and type 'ifconfig'. Look for 'inet' under the Ethernet or Wi-Fi adapter section.

    • There are also online tools and websites that can display your IP address, such as whatismyip.com.

  • Answered by AI
  • Q2. Ready to relocate? What is RAM?
  • Ans. 

    RAM stands for Random Access Memory. It is a type of computer memory that allows data to be accessed in any order.

    • RAM is volatile memory, meaning it loses its data when the computer is turned off.

    • It is used to temporarily store data that the computer is currently using.

    • The more RAM a computer has, the more programs it can run simultaneously without slowing down.

    • Examples of RAM include DDR3, DDR4, and SDRAM.

  • Answered by AI
  • Q3. Which is latest USB version?
  • Ans. 

    The latest USB version is USB 4.

    • USB 4 was announced in 2019 and released in 2020.

    • It offers a maximum speed of 40 Gbps.

    • It is backward compatible with USB 3.2, USB 2.0, and Thunderbolt 3.

    • USB 4 supports multiple data and display protocols.

    • It requires USB Type-C connectors.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Searching jobs related to Hardware, Networking, Operating Software, Software.

Skills evaluated in this interview

Top HP India Technical Support Engineer Interview Questions and Answers

Q1. What's the basic requirements for a windows 10 operating system?
View answer (4)

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Mar 2023.

Round 1 - Coding Test 

Coding and Aptitude test

Round 2 - Technical 

(1 Question)

  • Q1. Mainly asked about OS, Computer Architecture, some code using C and cpp
Round 3 - One-on-one 

(1 Question)

  • Q1. Mainly Managerial round discussing about projects and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Do the coding well , know about OS and architecture

System Software Engineer Interview Questions asked at other Companies

Q1. Reverse a string in following format If the string is Have a good day The resulting string should be day good a Have
View answer (1)

HP India Interview FAQs

How many rounds are there in HP India interview?
HP India interview process usually has 1-2 rounds. The most common rounds in the HP India interview process are Technical, One-on-one Round and HR.
How to prepare for HP India 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 Python, Project Management, SQL, AWS and Java.
What are the top questions asked in HP India interview?

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

  1. What's the basic requirements for a windows 10 operating syst...read more
  2. main ( ) { unsigned int i=3; while( i >=0) printf( "%d", i--); } How many times...read more
  3. What is BSOD? (Blue Screen of Dea...read more
How long is the HP India interview process?

The duration of HP India interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

HP India Interview Process

based on 102 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 847 Interviews
Samsung Interview Questions
3.9
 • 545 Interviews
Dell Interview Questions
4.0
 • 386 Interviews
Cisco Interview Questions
4.1
 • 371 Interviews
Apple Interview Questions
4.3
 • 137 Interviews
Lenovo Interview Questions
4.2
 • 38 Interviews
View all

HP India Reviews and Ratings

based on 698 reviews

4.1/5

Rating in categories

3.8

Skill development

4.1

Work-life balance

3.6

Salary

3.9

Job security

4.1

Company culture

3.3

Promotions

3.9

Work satisfaction

Explore 698 Reviews and Ratings
Technical Support Engineer
220 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
127 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Sales Manager
78 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Financial Analyst
74 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Process Associate
63 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare HP India with

Dell

4.0
Compare

Lenovo

4.2
Compare

Apple

4.3
Compare

Samsung

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