GeeksforGeeks Question · Aug 2017 · Bangalore

HP Enterprise Experience | Set 6 (On-Campus)

Question Details

Hewlett Packard Enterprise, India (formerly HP RD) visited our campus in mid August.Broadly there were 3 profiles : Servers, Storage and Networking. Location offered was ...

Full Details

Hewlett Packard Enterprise, India (formerly HP R&D) visited our campus in mid August. Broadly there were 3 profiles : Servers, Storage and Networking. Location offered was Bangalore.

Round 1 Online Test (75 minutes) 20 Aptitude Questions (Level was bit tough) 20 Technical Questions ( Level was average) 8 OOPS Questions(We had to select one language out of C++ or Java. C++ questions were mostly from pointers, Java was mostly about OOPs. The questions were tough) Out of 385 students 50 were selected for the

next round.

Round 2 Technical Interview (1 hour) 1. Asked which technology I am into 2. Questions from project (in great detail) 3. Questions about what I did as a member of Robotics Club 4. Write a program(any language) to read incoming byte stream and display the respective string 5. Design a system to store Articles (DBS concepts) and retrieve the most popular article (My answers: Sorting, Sorting using Map-reduce, Max Heap) 6. Given a big text file containing different sections, randomly access a user provided section and display on the screen. # He was impressed because I did one program in Java and one in C. # Don't mention anything on the CV which you cannot defend.

Round 3 Technical/Managerial Interview (1 hour) 1. Tell me about your Parents 2. Tell me about your city (in great detail) 3. About the sports I play and the things I like in my favorite sportsman (this was an important physiological test) 4. Asked me which language I prefer, I said Java, so he made me write a basic C++ program and asked to explain every line of the code. 5. Write down your laptop configuration and explain each term. (Basic questions about processors, primary/secondary memory, and a little bit of OS concepts) 6. What do you mean by the clock speed of the processor. 7. Made me ask him 4 questions (which took about half of the time of the whole interview) # Do not mention any term which you don't know about, the interviewers quickly catch it and asks question about it.

Round 4 HR (Telephonic, 15 minutes) 1. Introduction. 2. Strength/Weakness. 3. About the company. 4. Who is the CEO of HPE. 5. What kind of work I am looking for. 6. What non-technical things I learnt in my previous internship. 7. Ask me a question # Always learn about the company before the interviews. # Always ask the interviewer questions if asked to. The interviews started at 8AM and went till 9PM. Everyone in the HPE team were very friendly. Out of 50, 7 were finally selected for FTE and 12 were selected just for the 6-month Internship.

Free preview — 6 questions shown. Unlock all Hp questions →

About This Question

This is a reported interview question from a hp interview for a swe role (intern level) during the oa round reported in 2017.

It covers the following topics: Sorting, Heap, Sql, Strings .

Difficulty rating: Easy

About Hp Interview Reports

This question was reported by a candidate who interviewed at Hp. LeakCode aggregates interview reports from 10+ sources, including 1Point3Acres, Glassdoor, LeetCode Discuss, Blind, Reddit, Indeed, and Nowcoder. Each report is translated where necessary, deduplicated against existing entries, and tagged by company, role, round type, and reporting date.

Use this question as one calibration data point, not a memorization target. Companies typically rotate their question pools every 2-4 months; the exact wording of a 2024 question may differ from what you encounter today. The underlying pattern, difficulty level, and follow-up depth at Hp are the higher-signal extractions to take from this report.

For broader preparation context, the Hp interview process typically includes a recruiter screen, one or two technical phone screens, and a 4-5 round on-site loop covering coding, system design (at L4+ levels), and behavioral. Reports tagged on LeakCode show the round-by-round distribution and typical difficulty calibration. To browse questions filtered by round type and seniority, use the company hub linked above.

How To Practice This Type of Question

Solve similar problems on LeetCode under timed conditions (25-35 minutes per medium difficulty). The goal is pattern recognition: recognize the underlying technique (sliding window, two-pointer, BFS, memoized recursion, etc.) within 60-90 seconds of reading. Strong candidates verbalize their hypothesis out loud before coding, then iterate based on feedback. Weak candidates dive into implementation immediately, lose time on the wrong approach, and run out of time for follow-ups.

Companies update their question pools every 2-4 months. The exact wording of any given question may have been retired by the time you interview. Focus your prep on the pattern, not the specific problem. The patterns that appear in Hp reports consistently are the ones worth investing in; one-off niche problems are not.

During Your Hp Round

Apply the standard interview round template: clarify requirements (2-3 minutes), state your approach out loud and confirm direction with the interviewer (3-5 minutes), code with narration (15-25 minutes), test with concrete examples including edge cases (5 minutes), discuss optimization or trade-offs if time permits (5 minutes). This template is universally accepted across FAANG and adjacent companies; deviating from it produces weaker interviewer feedback signal.

The single most predictive failure mode in Hp reports tagged "no hire": not asking clarifying questions. Interviewers are explicitly trained to weight this. Strong candidates ask 3-5 clarifying questions even on problems that look obvious; weak candidates dive into code immediately. The clarifying-question check is often the first signal recorded in the interviewer's written notes.