i
Hewlett Packard Enterprise
Filter interviews by
Clear (1)
I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.
First Round was Aptitude and coding both together. Logical Reasoning, Blood Relations. In coding part there were 3 questions of easy level . Topics were array , string.
Rate your
company
🤫 100% anonymous
How was your last interview experience?
I applied via campus placement at Coimbatore Institute of Technology, Coimbatore and was interviewed in Sep 2023. There were 2 interview rounds.
There was Aptitude, Technical and Coding. Coding there were 4 sections for 4 languages (C, C++, java, Python) We had to do atleast 2. Technical MCQs were based on OS, CN, DSA, C, C++, Python (Numpy, Panda) and Java
Hewlett Packard Enterprise interview questions for designations
I applied via campus placement at National Institute of Technology, Surathkal and was interviewed before Sep 2022. There were 3 interview rounds.
Multiple choice questions
A classroom management system to track student attendance, grades, assignments, and communication with parents.
Track student attendance using RFID cards or biometric scanners
Record grades for each assignment and calculate overall grade
Manage assignments and deadlines with notifications for students
Enable communication between teachers, students, and parents through messaging system
Get interview-ready with Top Hewlett Packard Enterprise Interview Questions
I was interviewed in Feb 2021.
Round duration - 70 Minutes
Round difficulty - Medium
This round had 40 MCQ's followed by 2 questions of DS and Algo. The programming questions were preety standard and can be solved within 30 minutes.
Given an integer array ARR
of size N
, your task is to find the total number of inversions that exist in the array.
An inversion is defined for a pair of integers in the...
Given an array ARR
of N integers and an integer S, determine if there exists a contiguous subarray within the array with a sum equal to S. If such a subarray exis...
Round duration - 60 Minutes
Round difficulty - Easy
This round had 1 question from Linked List in which I had to first explain my approach and then code the solution. This was followed by some questions from OOPS , C++ and OS.
You are given the head node of a singly linked list. Your task is to return a pointer pointing to the middle of the linked list.
If there is an odd number of elements, return the ...
Round duration - 30 Minutes
Round difficulty - Easy
This is a cultural fitment testing round. HR was very frank and asked standard questions. Then we discussed about my role.
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
I was interviewed in Nov 2020.
Round duration - 50 Minutes
Round difficulty - Easy
OOPs concept
Round duration - 80 Minutes
Round difficulty - Medium
OOPs concept.
Polymorphism and its types.
Compile-time polymorphism
Write a code to show operator overloading.
Difference between method overloading and method overriding.
Threading, multilevel scheduling, and its drawbacks and how it can be overcome.
DBMS -sql queries, same data but write using IN instead of WHERE
Given a string str
and a character X
, write a function to remove all occurrences of X
from the string.
If the character X
does not exist in the input string, t...
Given an array ARR
of N integers and an integer S, determine if there exists a contiguous subarray within the array with a sum equal to S. If such a subarray exis...
You are given a string 'S' of length 'N'. Your task is to find the frequency of each character from 'a' to 'z' in the string.
S : abcdg
1...
Given an integer array 'ARR' of size 'N' containing numbers from 0 to (N - 2). Each number appears at least once, and there is one number that appears twice. Yo...
Given a string str
and a character 'X', develop a function to eliminate all instances of 'X' from str
and return the resulting string.
The first lin...
Tip 1 : Study about the company
Tip 2 : Go through interview questions and experiences
Tip 1 : Know your resume thoroughly
Tip 2 : Mention good projects on which you can talk about and explain properly
I applied via Walk-in and was interviewed before Feb 2020. There were 4 interview rounds.
I am highly adaptable to changes in technology and have a structured learning process to ensure smooth knowledge transfer.
I stay up-to-date with the latest technology trends and advancements
I am open to learning new technologies and tools
I have a structured learning process that involves researching, reading documentation, and practicing
I collaborate with team members to share knowledge and learn from each other
I atten...
ITIL is a framework for IT service management that helps in application management practices.
ITIL stands for Information Technology Infrastructure Library.
It provides a set of best practices for IT service management.
ITIL helps in improving the quality of IT services and reducing costs.
It includes processes for incident management, problem management, change management, and more.
ITIL helps in aligning IT services with ...
I was interviewed before Feb 2021.
Round duration - 70 Minutes
Round difficulty - Medium
This round had 40 MCQ's followed by 2 questions of DS and Algo. The programming questions were preety standard and can be solved within 30 minutes.
Given an array arr
of length N
consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.
Given a string str
and a character 'X', develop a function to eliminate all instances of 'X' from str
and return the resulting string.
The first lin...
Round duration - 60 Minutes
Round difficulty - Medium
This round had questions from DSA, OS, DBMS and Computer Networks. The programming question was quiet easy and I coded it preety fast after discussing the appropriate approach and complexity analysis.
You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list.
Your task is to determine t...
A process is an instance of a program, while a thread is a unit of execution within a process.
A process has its own memory space, while threads share the same memory space.
Processes are independent and isolated, while threads can communicate and share resources.
Creating a new process is more resource-intensive than creating a new thread.
Processes have their own program counter, while threads share the same program coun...
UNION combines and removes duplicate rows, UNION ALL combines without removing duplicates.
UNION combines the result sets of two or more SELECT statements into a single result set
UNION removes duplicate rows from the result set
UNION ALL combines the result sets without removing duplicates
UNION is slower than UNION ALL as it requires additional processing to remove duplicates
Use UNION when you want to combine and remove ...
Views provide a virtual representation of data, offering advantages such as simplifying complex queries, enhancing security, and improving performance.
Views simplify complex queries by predefining commonly used joins, filters, and aggregations.
Views enhance security by allowing users to access only specific columns or rows of a table.
Views improve performance by storing the results of complex queries, reducing the need...
Round duration - 30 Minutes
Round difficulty - Easy
This is a cultural fitment testing round. HR was very frank and asked standard questions. Then we discussed about my role.
I should be hired because of my strong technical skills, problem-solving abilities, and passion for software development.
I have a solid understanding of data structures and algorithms.
I have experience in developing and debugging complex software systems.
I am a quick learner and can adapt to new technologies and programming languages.
I have a track record of delivering high-quality code on time.
I am a team player and c...
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
Top trending discussions
Some of the top questions asked at the Hewlett Packard Enterprise Software Developer interview -
based on 5 interviews
1 Interview rounds
Anonymously discuss salaries, work culture, and many more
Get Ambitionbox App
based on 40 reviews
Rating in categories
Technical Support Engineer
905
salaries
| ₹1.8 L/yr - ₹7.5 L/yr |
Process Associate
637
salaries
| ₹1.1 L/yr - ₹5.5 L/yr |
Technical Solutions Consultant
599
salaries
| ₹4 L/yr - ₹16.6 L/yr |
Software Engineer
559
salaries
| ₹10.2 L/yr - ₹18.4 L/yr |
Financial Analyst
435
salaries
| ₹3.6 L/yr - ₹12.9 L/yr |
Dell
IBM
Cisco
Oracle