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 Intern Interview Questions and Answers

Updated 13 Oct 2024

HP India Intern Interview Experiences

5 interviews found

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 & 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

asked in Accenture
Q1. Case. There is a housing society “The wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman Coding Challenge Given an array ARR of integers containin ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more

Intern Interview Questions & Answers

user image Anonymous

posted on 4 May 2024

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 Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

There were around 30 questions in aptitude

Round 2 - Coding Test 

There are 2 coding questions

Round 3 - Technical 

(1 Question)

  • Q1. Regarding my resume and dsa

Intern Interview Questions & Answers

user image Anonymous

posted on 26 Apr 2024

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

I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What are your experiences

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

HP India interview questions for designations

 Software Developer Intern

 (2)

 Research and Development Intern

 (1)

 Software Engineer Intern Trainee

 (1)

 Technical Support Engineer

 (7)

 Data Analyst

 (3)

 Process Associate

 (2)

 Sales Coordinator

 (1)

 Diploma Computer Engineer

 (1)

Intern Interview Questions & Answers

user image Anonymous

posted on 9 Jan 2022

I applied via Campus Placement and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1. Your Strengths?
  • Q2. 2. Brief 2 issues that made you challenge and how have you overcome?
  • Q3. 3. Previous experience - Companies and Education?
  • Q4. 4. Tell me about yourslef?

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall it was a good experience

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding questions along with multiple choice questions

Round 2 - Technical 

(2 Questions)

  • Q1. Fibonacci series coding question
  • Q2. Strong number coding problem
  • Ans. 

    Strong number coding problem involves finding numbers whose sum of factorial of digits is equal to the number itself.

    • Iterate through numbers and check if sum of factorial of digits equals the number

    • Use a function to calculate factorial of digits

    • Examples: 145, 40585

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - easy and must be good in any of the programming languages

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Self intro and myself

Interview Preparation Tips

Interview preparation tips for other job seekers - all the best
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Technology (IIT), Kharagpur and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

3 questions medium leetcode

Round 2 - Technical 

(3 Questions)

  • Q1. Dfs write whole pseudo code.
  • Ans. 

    Depth First Search (DFS) pseudo code

    • Initialize a stack to keep track of nodes to visit

    • Start with the initial node and push it onto the stack

    • While the stack is not empty, pop a node from the stack and visit its neighbors

    • Push unvisited neighbors onto the stack

    • Repeat until all nodes are visited

  • Answered by AI
  • Q2. Bfs write whole pseudo code.
  • Ans. 

    BFS (Breadth First Search) algorithm pseudo code

    • Start by enqueueing the starting node

    • While the queue is not empty, dequeue a node and process it

    • Enqueue all adjacent nodes that have not been visited yet

    • Repeat until all nodes have been visited

  • Answered by AI
  • Q3. Find the middle of the linked list.
  • Ans. 

    To find the middle of a linked list, use the slow and fast pointer technique.

    • Initialize two pointers, slow and fast, both pointing to the head of the linked list.

    • Move the slow pointer by one step and the fast pointer by two steps until the fast pointer reaches the end of the list.

    • The position of the slow pointer at this point will be the middle of the linked list.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Cv grilling some questions on projects.

Skills evaluated in this interview

Intern Interview Questions & Answers

Xiaomi user image Anonymous

posted on 13 May 2023

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

I applied via Company Website and was interviewed in Apr 2023. 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 - HR 

(1 Question)

  • Q1. What do you know about the company
Round 3 - One-on-one 

(1 Question)

  • Q1. What is your long term goal
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Oct 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 

(5 Questions)

  • Q1. Introduce yourself
  • Q2. Tell me about stovekraft ltd
  • Ans. 

    Stovekraft Ltd is a leading kitchen appliances company in India.

    • Founded in 1999 by Rajendra Gandhi

    • Known for brands like Pigeon and Gilma

    • Offers a wide range of products including pressure cookers, non-stick cookware, and gas stoves

  • Answered by AI
  • Q3. What made u to join stovekraft
  • Q4. How usefull you can make this internship in stovekraft
  • Q5. Why do we need to intern you

Interview Preparation Tips

Topics to prepare for Stovekraft Intern interview:
  • SAP
Interview preparation tips for other job seekers - It's good industry to join

HP India Interview FAQs

How many rounds are there in HP India Intern interview?
HP India interview process usually has 1-2 rounds. The most common rounds in the HP India interview process are Technical, Aptitude Test and Coding Test.
What are the top questions asked in HP India Intern interview?

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

  1. OOPs concepts and real time examp...read more
  2. sql queries and bst implementat...read more

Tell us how to improve this page.

HP India Intern Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more

Intern Interview Questions from Similar Companies

Amazon Intern Interview Questions
4.1
 • 26 Interviews
IBM Intern Interview Questions
4.0
 • 14 Interviews
Samsung Intern Interview Questions
4.0
 • 9 Interviews
Oracle Intern Interview Questions
3.7
 • 8 Interviews
Dell Intern Interview Questions
4.0
 • 5 Interviews
Cisco Intern Interview Questions
4.1
 • 3 Interviews
OPPO Intern Interview Questions
4.0
 • 3 Interviews
View all

HP India Intern Reviews and Ratings

based on 3 reviews

4.0/5

Rating in categories

1.1

Skill development

4.0

Work-life balance

2.1

Salary

3.1

Job security

3.1

Company culture

2.1

Promotions

3.1

Work satisfaction

Explore 3 Reviews and Ratings
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