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 19 Mar 2025

Top HP India Interview Questions and Answers

View all 88 questions

HP India Interview Experiences

Popular Designations

142 interviews found

Interview Questions & Answers

user image

posted on 14 Nov 2015

Interview Questionnaire 

17 Questions

  • Q1. He asked me difference between static and dynamic linking
  • Q2. He asked me to define a macro to add two numbers
  • Q3. Then asked to do the same above using inline functions
  • Q4. Asked me the difference between macro and inline functions
  • Q5. Next one was where will the auto variables be stored?
  • Q6. Then dynamically allocated variables .. where will the be stored?
  • Ans. 

    Dynamically allocated variables are stored in the heap memory.

    • Dynamically allocated variables are stored in the heap memory, which is separate from the stack memory.

    • The memory for dynamically allocated variables is allocated at runtime using functions like malloc() or new().

    • The programmer is responsible for managing the memory allocated for dynamically allocated variables to prevent memory leaks.

    • Example: int *ptr = new...

  • Answered by AI
  • Q7. Allocate memory for a single dimensional array and two dimensional array  dynamically
  • Q8. How will u access private data members outside class?I told friend functions.He asked  me any other way?Another way is also there.But i forgot it at that time. So i just tackled
  • Q9. When will u get segmentation fault?I told when pointer is not dealt properly.If your  interviewer is cunning he will expect illegal memory access as the answer
  • Q10.  1+++5. gave me the expression. asked me what will be the output. Its error. He  asked  me what error? Lvalue required. Then he extended  the quetion. Output for i+++5. It wont show error.Correct value wi...
  • Q11. When will linker error occur?
  • Q12. Write a prog implementing all oops concepts(operator overloading,copy  constructor,friend functions)
  • Q13. Implement stacks
  • Q14. How will u find e power 24 in C.He was trying 2 ask whether ill implement using  pow..I told we cant . Just do that basic method for loop
  • Q15. Three access specifiers in C++ ? default access  specifier in structure, class
  • Ans. 

    Access specifiers in C++ control the visibility of class members.

    • Three access specifiers in C++ are public, private, and protected.

    • Default access specifier in a class is private, while in a structure it is public.

    • Example: class MyClass { private: int x; public: void display(); protected: int y; }

  • Answered by AI
  • Q16. Are you tired?
  • Q17. How was the process till now?

Interview Preparation Tips

Round: Test
Experience: 1. c programming and data structures ­ 15 min 15 questions
            a)average time complexity for quick sort
            b)DFS for a graph
            c)int a[10];a[10] = 5;What is the difference in 10 used in first and second statement?
            d)what is space complexity?
e)Operator used to refer address of any memory .
f) how will you declare a pointer to an array of 10 integers.
2. apps  ­ 15 min 15 questions
            Some DI questions, then Data sufficiency questions,then some relationship questions:)
            How many parallelograms are there in the given figure(that sort of questions)
3. os and networks  ­ 10 min 10 questions
            a)I want to design a network where installation must be easy.Failure of a single node 
must not affect others. Answer star topology
           b) class b address range 128 ­ 191.
            4. c++/java                                                            ­ 10 min 10 questions
             a)for(i=0;i<14;i++);
                printf(“%d”,i);
              all questions were easy . If u are thorough in basics u can crack it.

Round: Technical Interview
Experience: Again here only basics.That too i got only C , C++ and few prog
Asked me my favourite sub in 5th semester.i told System sw.

So u can crack  the interview if u know the basics :)
           In other panels the following questions were asked:
            1.Print the number in words.
            2.what is real time operating system?
            3.char *a=null;
               printf(“%c”,a);What will be printed?
            4.What is the difference between static and local variable?

Round: HR Interview
Experience:

Which part of the ppt did u like the most?(so do listen ppt)
I told i liked one printer of their company.He asked me do u have any idea how it works?I just 
blabbered.
Are u going to do higher studies?(always say no....)
Why HP?
What your friends like u in u?hate in u?
HR Round 2:
Projects
What is the thing u want 2 change in chennai ?How would you use your tech knowledge to do that?
Challenges you faced during project
how is your project different from others?
Finally they informed the results when i was eating in the morning :) :)was delighted :)
So whatever be the company in dream job you need to learn all subjects (even shell prog and unix 
commands in some cases). We cant expect them to ask only from area of interests. In Hr be 
confident, cool,smiling , use technical and proper english to attract HR :) 
Projects u must be thorough .

Skills:
College Name: Anna University Chennai

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image sushmitha sj

posted on 8 Jan 2025

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

I applied via LinkedIn

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Behaviour role
Round 2 - Technical 

(1 Question)

  • Q1. Based on Postman and Functional and scenario based
Round 3 - HR 

(1 Question)

  • Q1. Hiring Manager Round. Expectation is they need a unrealistic candidate who has history of doing wonders like cost cutting, implement advanced technology alone. save revenue

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(3 Questions)

  • Q1. What made you consider HP while applying?
  • Ans. 

    HP's reputation for innovation and impact in the tech industry attracted me.

    • HP's history of innovation and cutting-edge technology

    • HP's impact on the tech industry

    • Positive reviews from current and former employees

    • Opportunities for growth and development at HP

  • Answered by AI
  • Q2. How eeficient are you managing Scrum ceremonies?
  • Ans. 

    I am highly efficient in managing Scrum ceremonies, ensuring they are well-planned, executed, and productive.

    • I have experience in facilitating daily stand-ups, sprint planning, sprint reviews, and retrospectives.

    • I ensure that all team members actively participate in ceremonies and that they stay focused on the goals.

    • I use tools like Jira or Trello to track progress and keep ceremonies organized.

    • I adapt ceremonies to su...

  • Answered by AI
  • Q3. How equipped you are on Azure Devops?
  • Ans. 

    I am highly proficient in Azure DevOps with hands-on experience in managing projects, pipelines, and repositories.

    • Extensive experience in setting up and managing CI/CD pipelines in Azure DevOps

    • Proficient in creating and managing work items, backlogs, and sprints in Azure DevOps Boards

    • Skilled in version control using Azure Repos and Git repositories

    • Familiar with Azure DevOps integrations with other tools like Jira, Jenk...

  • Answered by AI
Round 2 - Case Study 

Enquired about Azure Devops and how to create dashboards

Technical Program Manager Interview Questions asked at other Companies

Q1. consider a scenario where you are collaborating with multiple PoDs (product teams), each of these are working on business critical deliverables with dedicated engineering teams but a common QA team for all. How will you ensure that the QA b... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Coding Test 

Three coding questions to be solved in this round

Round 2 - Technical 

(4 Questions)

  • Q1. Based on projects, you have done so far
  • Q2. How you did this project
  • Ans. 

    I completed the project by conducting thorough research, collaborating with team members, and implementing innovative solutions.

    • Researched relevant literature and studies

    • Collaborated with team members to brainstorm ideas and troubleshoot issues

    • Implemented innovative solutions using programming languages such as Python and R

    • Tested and validated the results to ensure accuracy

    • Documented the entire process for future refer

  • Answered by AI
  • Q3. How many days it took to complete
  • Q4. What and all you learnt from this
  • Ans. 

    I have learned various research methodologies, data analysis techniques, and how to work effectively in a team.

    • Learned how to conduct literature reviews and gather relevant information

    • Acquired skills in data collection, analysis, and interpretation

    • Improved teamwork and communication skills through collaboration with colleagues

    • Developed problem-solving abilities by working on research projects

    • Enhanced my knowledge of ex

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. How different are you from this crowd
  • Ans. 

    I bring a unique combination of technical skills, creativity, and a strong passion for innovation.

    • I have a diverse background in both engineering and design, allowing me to approach problems from multiple perspectives

    • I am constantly seeking out new technologies and trends in the industry to stay ahead of the curve

    • I have a proven track record of successfully implementing innovative solutions in previous projects

  • Answered by AI

Research and Development Intern Interview Questions asked at other Companies

Q1. SDLC/STLC lifecycle explain. What do you understand by Agile development.Some theory concept of Software Testing subject.
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 experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write a code to find frequency of each character.
  • Ans. 

    Code to find frequency of each character in a given string.

    • Use a hashmap to store character frequencies.

    • Iterate through the string and update the hashmap accordingly.

    • Return the hashmap with character frequencies.

  • Answered by AI
  • Q2. Explain the process flow of your project.

Skills evaluated in this interview

Software Engineer Intern Trainee Interview Questions asked at other Companies

Q1. find average salary of employees from given table for each designation where employee age greater than 30
View answer (1)

Get interview-ready with Top HP India Interview Questions

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

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. A lot on SQL
  • Q2. Discussed almost all the ML models

Interview Preparation Tips

Topics to prepare for HP India Senior Data Scientist interview:
  • ML model
  • ensamble

Senior Data Scientist Interview Questions asked at other Companies

Q1. What is the difference between logistic and linear regression?
View answer (4)

Intern Interview Questions & Answers

user image Anonymous

posted on 13 Oct 2024

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

Coding,aptitude coding is quite easy

Round 2 - Technical 

(2 Questions)

  • Q1. OOPs concepts and real time examples
  • Ans. 

    OOPs concepts are fundamental principles in object-oriented programming. Real-time examples include classes, objects, inheritance, polymorphism, and encapsulation.

    • Classes: Blueprint for creating objects with attributes and methods.

    • Objects: Instances of classes that contain data and behavior.

    • Inheritance: Allows a class to inherit attributes and methods from another class.

    • Polymorphism: Ability to present the same interfa...

  • Answered by AI
  • Q2. Sql queries and bst implementation

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Intern Interview Questions & Answers

user image Anonymous

posted on 4 Sep 2024

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

I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Graduated with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Completed internships at tech companies

    • Proficient in programming languages like Java, Python, and C++

  • Answered by AI
  • Q2. Everything about college experience Goals aspirations measure

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic is very important

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was nice contents 3 questions

Round 2 - Coding Test 

It contents 2 dsa questions

Round 3 - Technical 

(2 Questions)

  • Q1. Project related
  • Q2. Dsa questions and oops concept

Interview Preparation Tips

Interview preparation tips for other job seekers - nice

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

ml engineer Interview Questions & Answers

user image Anonymous

posted on 21 Jul 2024

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

(2 Questions)

  • Q1. How do you monitor and train a LLM if you have already built and deployed one?
  • Ans. 

    Monitor and train a LLM by tracking performance metrics, updating data, retraining model, and implementing feedback loops.

    • Track performance metrics such as accuracy, precision, recall, and F1 score to monitor model performance.

    • Update training data regularly to keep the model up-to-date with new information and trends.

    • Retrain the model periodically using the updated data to improve its performance and adapt to changes.

    • I...

  • Answered by AI
  • Q2. What are the metrics that you use to evaluate a LLM and decide to fine tune that?
  • Ans. 

    Metrics used to evaluate a LLM and decide to fine tune it

    • Accuracy

    • Precision and Recall

    • F1 Score

    • Confusion Matrix

    • ROC Curve and AUC

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Strong with fundamentals ML engineering is not about using libraries but its more about the mathematics behind the libraries and efficient implementation of calculations. Get used to granular level of exploration on topics concepts. Because when you are strong at that level, that gives you confidence to speak or even design a new solution in the spot.

Skills evaluated in this interview

ml engineer Interview Questions asked at other Companies

Q1. How to evaluate regression models? explain r squared and adjusted r squared and difference between them
View answer (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 1 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. All the questions was based on the previous experience

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)

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 106 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

OPPO Interview Questions
4.0
 • 216 Interviews
LG Electronics Interview Questions
4.0
 • 202 Interviews
Blue Star Interview Questions
4.1
 • 167 Interviews
Daikin Interview Questions
4.1
 • 152 Interviews
Samsung Research Interview Questions
3.1
 • 133 Interviews
Voltas Interview Questions
4.0
 • 131 Interviews
Bajaj Electricals Interview Questions
4.0
 • 127 Interviews
IFB Interview Questions
3.7
 • 96 Interviews
LG Soft India Interview Questions
3.1
 • 90 Interviews
View all

HP India Reviews and Ratings

based on 711 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.8

Work satisfaction

Explore 711 Reviews and Ratings
Technical Support Engineer
235 salaries
unlock blur

₹2.2 L/yr - ₹6.4 L/yr

Software Engineer
128 salaries
unlock blur

₹4.2 L/yr - ₹14.7 L/yr

Software Developer
82 salaries
unlock blur

₹6.2 L/yr - ₹21.7 L/yr

Financial Analyst
82 salaries
unlock blur

₹4.2 L/yr - ₹16 L/yr

Area Sales Manager
72 salaries
unlock blur

₹4.5 L/yr - ₹16.6 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