Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Hewlett Packard Enterprise Team. If you also belong to the team, you can get access from here

Hewlett Packard Enterprise Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Hewlett Packard Enterprise System Software Engineer Interview Questions, Process, and Tips

Updated 23 Jun 2023

Top Hewlett Packard Enterprise System Software Engineer Interview Questions and Answers

View all 7 questions

Hewlett Packard Enterprise System Software Engineer Interview Experiences

4 interviews found

I applied via LinkedIn and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between Microprocessor and Micro-controller
  • Ans. 

    Microprocessor is a CPU on a single chip while Micro-controller is a CPU with integrated memory and peripherals.

    • Microprocessor is used in general-purpose computing while Micro-controller is used in embedded systems.

    • Microprocessor requires external memory and peripherals while Micro-controller has them integrated.

    • Examples of Microprocessors are Intel Pentium, AMD Ryzen while examples of Micro-controllers are Arduino, Ra...

  • Answered by AI
  • Q2. Describe I2C fundamentals
  • Ans. 

    I2C is a serial communication protocol used to connect multiple devices with two wires.

    • I2C stands for Inter-Integrated Circuit

    • It uses two wires - SDA (Serial Data) and SCL (Serial Clock)

    • It supports multiple devices on the same bus using unique addresses

    • It operates in master-slave mode where the master initiates the communication

    • It uses ACK/NACK signals to confirm successful data transmission

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. Difference between GPOS and RTOS
  • Ans. 

    GPOS is a general-purpose operating system while RTOS is a real-time operating system.

    • GPOS is designed to handle a wide range of applications while RTOS is designed to handle time-critical applications.

    • GPOS has a higher latency and lower determinism compared to RTOS.

    • RTOS has a smaller footprint and faster response time compared to GPOS.

    • Examples of GPOS include Windows, Linux, and macOS while examples of RTOS include Fr

  • Answered by AI
  • Q2. Describe bootup sequence
  • Ans. 

    Bootup sequence is the process of starting up a computer system.

    • Power on self-test (POST) is performed

    • BIOS is loaded and executed

    • Bootloader is loaded and executed

    • Operating system kernel is loaded and executed

    • Device drivers are loaded and initialized

    • User login prompt is displayed

  • Answered by AI
  • Q3. How will you select a particular hardware / vendor for a system
  • Ans. 

    Hardware selection depends on system requirements, vendor reputation, and cost.

    • Identify system requirements and ensure hardware compatibility

    • Research vendor reputation and reliability

    • Consider cost and budget constraints

    • Evaluate vendor support and maintenance options

    • Compare hardware specifications and features

    • Consider future scalability and upgrade options

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for answering qns on debugging different types of bugs encountered in embedded systems. Difficult to answer unless you have done actual hands-on debugging on embedded systems

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Dec 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 Resume tips
Round 2 - Coding Test 

Basic coding easy/medium level, having a decent understanding of oops and practicing will help

Round 3 - Coding Test 

A scenario case about buy/selling and maintaining tokens related to it , needs basic understanding of oops

Round 4 - Case Study 

Discussion on projects and how to handle certain scenario if changes suggested were made

Interview Preparation Tips

Interview preparation tips for other job seekers - Have basics coding practices in place and know the ins and outs of the projects worked on, the flaws and how it could have been handled better.

System Software Engineer Interview Questions Asked at Other Companies

asked in Sasken
Q1. Reverse a string in following format If the string is Have a good ... read more
asked in Infosys
Q2. In between the single player games and group games what will you ... read more
Q3. How will you select a particular hardware / vendor for a system
Q4. Introduced yourself, what is Selenium, what is webdriver, what Ag ... read more
asked in Infosys
Q5. What is memory loss or when we will use static keyword

I applied via Campus Placement and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding questions, dsa mcq computer networks operating system mcq

Round 2 - Technical 

(2 Questions)

  • Q1. Implement queue using linksd list
  • Ans. 

    Queue can be implemented using linked list by maintaining head and tail pointers.

    • Create a node structure with data and next pointer

    • Maintain head and tail pointers to keep track of front and rear of queue

    • Enqueue by adding node at tail and dequeue by removing node from head

  • Answered by AI
  • Q2. Print 1 to n using recursion
  • Ans. 

    Print 1 to n using recursion

    • Define a recursive function that takes n as input

    • Base case: if n is 1, print 1 and return

    • Recursive case: call the function with n-1 and print n

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice coding and read operating system

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jun 2021. There were 4 interview rounds.

Round 1 - Coding Test 

There were 2 coding questions that were to be done in 40 minutes. Toggling between the questions was NOT allowed and there was 20 minutes timer for each question. The codes were of easy-medium difficulty level. Also, 50 MCQs of core CSE topics were asked which were to be completed in 60 minutes. The difficulty level was high.
Sectional cutoffs was there to qualify for the next round. Time to completion was also taken into account.

Round 2 - Technical 

(2 Questions)

  • Q1. This round consisted of an in-depth discussion on C/Java, OS, and cloud computing. The discussion was also done on personal projects. The difficulty was of medium level. The round was of approx 40 minutes...
  • Q2. A coding question on merge sort was asked which had to be done in notepad.
Round 3 - Technical 

(2 Questions)

  • Q1. This round consisted of an in-depth discussion on OS and computer networking questions. The discussion was also done on previous internship experiences. Also, some behavioral questions were asked. The dif...
  • Q2. A coding question on linked list was asked which had to be done in notepad.
Round 4 - HR 

(1 Question)

  • Q1. Normal HR questions were asked.

Interview Preparation Tips

Topics to prepare for Hewlett Packard Enterprise System Software Engineer interview:
  • OS
  • Computer Networking
  • DSA
  • Cloud Computing
  • Linux
Interview preparation tips for other job seekers - Knowledge of core CSE fundamentals are very important and its also very crucial to explain the code well.

Hewlett Packard Enterprise interview questions for designations

 System Engineer

 (2)

 System Software Engineer 2

 (1)

 Software System Engineer 2

 (1)

 Software Engineer

 (9)

 System Administrator

 (1)

 Software Development Engineer

 (1)

 Software Engineer Intern

 (1)

 Principal Software Engineer

 (1)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

The medium level questions are present

Round 2 - Group Discussion 

There was no gd

Round 3 - HR 

(5 Questions)

  • Q1. What is your family background?
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.
  • Q5. Hr round and the technical discussion was combined into one round

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to enhance your skills and be prepared for hard work

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a basic aptitude test.

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview was fine. Mostly asked about my final year project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with cool head. All the best.

I applied via Campus Placement and was interviewed before Oct 2021. 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 Resume tips
Round 2 - Aptitude Test 

Focus on basis aptitude questions and english

Round 3 - Coding Test 

C C++ Java and DBMS basic are must

Round 4 - HR 

(2 Questions)

  • Q1. Why you want to join Infosys
  • Q2. How are you good fit for company

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck for your interview and other process.
Contribute & help others!
anonymous
You can choose to be anonymous

Hewlett Packard Enterprise Interview FAQs

How many rounds are there in Hewlett Packard Enterprise System Software Engineer interview?
Hewlett Packard Enterprise interview process usually has 3-4 rounds. The most common rounds in the Hewlett Packard Enterprise interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Hewlett Packard Enterprise System Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Hewlett Packard Enterprise. The most common topics and skills that interviewers at Hewlett Packard Enterprise expect are Python, Debugging, Medical Coding, SQL and Coding.
What are the top questions asked in Hewlett Packard Enterprise System Software Engineer interview?

Some of the top questions asked at the Hewlett Packard Enterprise System Software Engineer interview -

  1. How will you select a particular hardware / vendor for a sys...read more
  2. Difference between Microprocessor and Micro-control...read more
  3. Difference between GPOS and R...read more

Recently Viewed

INTERVIEWS

Hewlett Packard Enterprise

No Interviews

INTERVIEWS

Futures First info Services

No Interviews

INTERVIEWS

Hemani Industries

No Interviews

LIST OF COMPANIES

Discover companies

Find best workplace

INTERVIEWS

Sedemac Mechatronics

No Interviews

INTERVIEWS

Sedemac Mechatronics

No Interviews

SALARIES

Futures First info Services

INTERVIEWS

Hewlett Packard Enterprise

No Interviews

INTERVIEWS

VVDN Technologies

No Interviews

INTERVIEWS

embedUR Systems

No Interviews

Tell us how to improve this page.

Hewlett Packard Enterprise System Software Engineer Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more
Hewlett Packard Enterprise System Software Engineer Salary
based on 169 salaries
₹8 L/yr - ₹27 L/yr
136% more than the average System Software Engineer Salary in India
View more details

Hewlett Packard Enterprise System Software Engineer Reviews and Ratings

based on 22 reviews

3.5/5

Rating in categories

3.4

Skill development

4.3

Work-life balance

2.9

Salary

4.3

Job security

4.0

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 22 Reviews and Ratings
Technical Support Engineer
881 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Process Associate
637 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Solutions Consultant
587 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
559 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Financial Analyst
431 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Hewlett Packard Enterprise with

Dell

4.0
Compare

IBM

4.0
Compare

Cisco

4.1
Compare

Oracle

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent