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

Updated 16 Jul 2024

HP India Software Developer Intern Interview Experiences

2 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was in hirepro platform

Round 2 - Technical 

(2 Questions)

  • Q1. About the data structure
  • Q2. Implementation of doubley linked list
  • Ans. 

    A doubly linked list is a data structure that consists of nodes where each node has a reference to the next and previous node.

    • Nodes contain data and two pointers: one to the next node and one to the previous node

    • Insertion and deletion operations require updating the pointers of adjacent nodes

    • Traversal can be done in both directions starting from the head or tail node

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Fundamentals of computer science and programming language

Round 2 - Coding Test 

Medium level logical programming questions

Round 3 - Technical 

(1 Question)

  • Q1. Technical discussion with manager

Software Developer Intern Interview Questions Asked at Other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in CommVault
Q2. Sliding Maximum Problem Statement Given an array of integers ARR ... read more
asked in Amazon
Q3. Fish Eater Problem Statement In a river where water flows from le ... read more
Q4. Find K Closest Elements Given a sorted array 'A' of length 'N', a ... read more
asked in Groww
Q5. Minimum and Maximum Candy Cost Problem Ram is in Ninjaland, visit ... read more

Interview questions from similar companies

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Why you want to join company
  • Q2. Puzzle question

Interview Preparation Tips

Interview preparation tips for other job seekers - solve previous year question of sri delhi 6 month intern and practice some puzzle. focus on topics like tree, graph,dfs,bfs,shortest path , linked list more.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Engineering, Mysore and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are storage classes in c
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • There are four storage classes in C: auto, register, static, and extern.

    • Auto variables are local to the block they are declared in and are automatically destroyed when the block exits.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared outside of any funct

  • Answered by AI
  • Q2. Name the storage classes and explain the uses
  • Ans. 

    Storage classes in C are auto, register, static, and extern. They control the scope and lifetime of variables.

    • Auto - default storage class for local variables, stored in stack memory

    • Register - stored in CPU registers for faster access

    • Static - retains its value between function calls, stored in data segment

    • Extern - used to access global variables across multiple files

  • Answered by AI

Interview Preparation Tips

Topics to prepare for LG Soft India Software Developer Intern interview:
  • C

Skills evaluated in this interview

I applied via Referral and was interviewed in May 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 - Aptitude Test 

Simple DSA and CS Fundamentals

Round 3 - Technical 

(1 Question)

  • Q1. CS Fundamentals, Java, OS, DSA and Project-based questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial and HR Round, basic HR questions and Situational questions by HR

Interview Preparation Tips

Topics to prepare for Western Digital Software Developer Intern interview:
  • Java
  • C++
  • DSA
  • Operating Systems
  • Computer Networking
Interview preparation tips for other job seekers - Prepare DSA well and CS Fundamentals.
Resumes must be well prepared for all questions, even project-based questions.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

Tell about AC industry

Round 2 - Technical 

(3 Questions)

  • Q1. Move zeros to end?
  • Ans. 

    Move all zeros in an array of strings to the end while maintaining the order of non-zero elements.

    • Iterate through the array and move all zeros to the end while keeping the order of non-zero elements.

    • Use two pointers approach to swap elements in-place.

    • Example: Input: ['a', 'b', 'c', '0', 'd', '0'], Output: ['a', 'b', 'c', 'd', '0', '0']

  • Answered by AI
  • Q2. WHat are AWS services?
  • Ans. 

    AWS services are cloud computing services provided by Amazon Web Services.

    • Compute services (e.g. EC2, Lambda)

    • Storage services (e.g. S3, EBS)

    • Database services (e.g. RDS, DynamoDB)

    • Networking services (e.g. VPC, Route 53)

    • Machine learning services (e.g. SageMaker)

    • Analytics services (e.g. Redshift, Athena)

  • Answered by AI
  • Q3. What is dynamodb?
  • Ans. 

    DynamoDB is a fully managed NoSQL database service provided by AWS.

    • Fully managed NoSQL database service

    • Scalable and high-performance

    • Supports key-value and document data models

    • Automatically replicates data across multiple Availability Zones for high availability

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. How good are you at stress handling situations?
  • Ans. 

    I am very good at handling stress situations, remaining calm and focused under pressure.

    • I have experience working on high-pressure projects with tight deadlines.

    • I am able to prioritize tasks effectively and stay organized during stressful situations.

    • I have developed strong problem-solving skills that help me navigate stressful scenarios.

    • I am able to communicate effectively with team members and stakeholders to manage s...

  • Answered by AI
  • Q2. Why daikin eloaborate this?
  • Ans. 

    Daikin may elaborate on a topic to provide more detailed information or explanation.

    • To provide a better understanding of a complex concept or product

    • To address potential questions or concerns from customers

    • To showcase the company's expertise and knowledge in the industry

  • Answered by AI

Skills evaluated in this interview

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

3h test with 1question

Round 2 - Technical 

(1 Question)

  • Q1. Realted to oa and virtual function
Round 3 - HR 

(1 Question)

  • Q1. Normal hr and puzzle
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Coding Test 

A collection of questions based on C/C++ programming language and Object-Oriented Programming (OOP) concepts.

Round 2 - Technical 

(4 Questions)

  • Q1. Find the frequency of each digit or character in the given number or string and print each uniquely.
  • Q2. Implement a linked list
  • Q3. 5 to 10 oops questions
  • Q4. 2-3 Basic OS questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Compilation stages of c++
  • Q2. Coding good practices

Interview Preparation Tips

Interview preparation tips for other job seekers - If u are joining for permanent position then fine.Go ahead
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3hrs of test 1Question was given.

Round 2 - Technical 

(1 Question)

  • Q1. Question related to recurrsion and sudoku question.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and be cool.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

C programming
Cpp programs
Embedded c
Aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between macro and functions
  • Ans. 

    Macros are preprocessor directives that are replaced before compilation, while functions are blocks of code that are executed at runtime.

    • Macros are defined using #define directive, while functions are defined using function keyword.

    • Macros are expanded by the preprocessor before compilation, while functions are executed at runtime.

    • Macros can be used for simple text replacement, while functions can perform complex operat...

  • Answered by AI
  • Q2. Difference between exec and fork
  • Ans. 

    exec replaces the current process with a new one, while fork creates a new process.

    • exec replaces the current process with a new one, while fork creates a new process

    • exec system call loads a new program into the current process's memory space and starts its execution

    • fork system call creates a new process by duplicating the existing process

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. About yourself in 200 words
  • Q2. Tell about our company
  • Ans. 

    Your company is a leading software development firm specializing in creating innovative solutions for various industries.

    • Specializes in creating innovative software solutions

    • Works with clients from various industries

    • Known for high-quality and reliable products

    • Has a strong team of experienced developers

    • Provides excellent customer support

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Plan it and prepare well

HP India Interview FAQs

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

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

  1. Implementation of doubley linked l...read more
  2. About the data struct...read more

Tell us how to improve this page.

HP India Software Developer Intern Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Technical Support Engineer
216 salaries
unlock blur

₹2.2 L/yr - ₹6.4 L/yr

Software Engineer
130 salaries
unlock blur

₹4.1 L/yr - ₹14.5 L/yr

Area Sales Manager
77 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
67 salaries
unlock blur

₹1.7 L/yr - ₹5 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