Real Interview Questions
HP Interview Questions (Real, Asked)
13 real questions candidates were actually asked at HP interviews. Practice any of them out loud with Roundd AI and get instant feedback — free, no signup.
Practice these questions with AI feedback →- 1.
What is the difference between Java and C?
Software Engineer
- 2.
Write a circular linked list program and explain how a circular linked list works.
Software Engineer
- 3.
What is a memory leak? Write a program demonstrating dynamic memory allocation.
Software Engineer
- 4.
Write a program in C to convert a string to a number.
Software Engineer
- 5.
What are the ACID properties of DBMS? What is a deadlock?
Software Engineer
- 6.
Walk me through the phases of the Software Development Life Cycle (SDLC).
Software Engineer
- 7.
Why did you pursue a Master's degree after your Bachelor's?
Software Engineer
- 8.
Why engineering, and specifically why CSE? Why HP R&D?
Software Engineer
- 9.
Find the sum of all "Nobita numbers" in a given range.
Software Engineer · Online Assessment
- 10.
Remove all characters from a string that are not lowercase letters or digits.
Software Engineer · Online Assessment
- 11.
Explain exception handling in Python.
Software Engineer · Technical
- 12.
With multiple inheritance in C++, what order are the constructors called in?
Software Engineer · Technical
- 13.
Find the minimum number of steps needed to cover a set of points on an infinite grid, where 8 directions of movement are allowed.
Software Engineer · Technical