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
4.2

based on 3.7k Reviews

Filter interviews by

Hewlett Packard Enterprise Software Engineering Specialist Interview Questions and Answers

Updated 27 Feb 2024

Hewlett Packard Enterprise Software Engineering Specialist Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

To automate REST API calls using ROBOT Framework.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic coding, logic implementation

Round 2 - Technical 

(1 Question)

  • Q1. Knowledge test regarding domain of require skills
Round 3 - Technical 

(1 Question)

  • Q1. Same like technical one with some other interviewer
Round 4 - HR 

(1 Question)

  • Q1. Salary and Documents, Discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Technical Experience
  • Q2. Challenged faced
  • Q3. Solutions provided
  • Q4. Toughest Project Handled
  • Ans. 

    Developing a real-time monitoring system for a large-scale financial trading platform

    • Implemented complex algorithms to analyze market data in real-time

    • Designed a scalable architecture to handle high volume of transactions

    • Worked closely with traders and analysts to understand requirements and make necessary adjustments

    • Managed a team of developers to ensure project milestones were met

  • Answered by AI
  • Q5. Other Technical languages

Interview Preparation Tips

Interview preparation tips for other job seekers - If they feel you can fill their need then u r in
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Activity, mvvm, service, oops concepts, architecture
Round 2 - One-on-one 

(1 Question)

  • Q1. Architecture, java , kotlin,
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Java project experience
  • Q2. Azure related discussions and questions
  • Q3. Springboot annotations and microservices
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Notice period negotiable
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Java questions, spring boot
  • Q2. Microservices, devops, react js
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Given some JavaScript program to solve

Round 2 - Technical 

(3 Questions)

  • Q1. Difference between Pure and Impure Pipe?
  • Ans. 

    Pure pipes do not have any side effects and always return the same output for the same input, while impure pipes can have side effects and may not return the same output for the same input.

    • Pure pipes are stateless and deterministic.

    • Impure pipes can have side effects like modifying global variables or making network requests.

    • Pure pipes always return the same output for the same input.

    • Impure pipes may not return the same...

  • Answered by AI
  • Q2. Explain Angular life cycle hook with example
  • Ans. 

    Angular life cycle hooks are methods that allow you to tap into specific points in a component's life cycle.

    • ngOnChanges: called when an input property changes

    • ngOnInit: called once after the first ngOnChanges

    • ngDoCheck: called during every change detection run

    • ngAfterContentInit: called after content is projected into the component

    • ngAfterContentChecked: called after every check of projected content

    • ngAfterViewInit: called ...

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

    An interceptor is a software component that intercepts incoming and outgoing requests, allowing for manipulation or monitoring of the data.

    • Interceptors are commonly used in web development frameworks to add cross-cutting concerns such as logging, authentication, or caching.

    • They can be used to modify the request or response before it reaches the intended destination.

    • Examples include HTTP interceptors in AngularJS or req

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on JavaScript program for codding assignment and prepare on Angular features like Component, directive, services, Interceptor, Routing etc.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Salesforce related questions and coding scenarios
Round 2 - Technical 

(1 Question)

  • Q1. Salesforce related interview questions and scenario based questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - Coding Test 

One python question was given

Round 2 - Technical 

(2 Questions)

  • Q1. Write an SQL query
  • Ans. 

    SQL query to retrieve all employees from a specific department

    • Use SELECT statement to retrieve data

    • Specify the columns to be selected

    • Use WHERE clause to filter by department

  • Answered by AI
  • Q2. Questions on Cloud Platform

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Promise in JavaScript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() method to handle success and failure.

    • Example: const myPromise = new Promise((resolve, reject) => { ... });

  • Answered by AI
  • Q2. Difference between Transient, Scoped and Singleton
  • Ans. 

    Transient, Scoped, and Singleton are different types of dependency injection lifetimes in software engineering.

    • Transient: New instance is created every time it is requested. Suitable for lightweight objects with no shared state.

    • Scoped: Instance is created once per request within the scope. Suitable for objects that are shared within a single request.

    • Singleton: Single instance is created and shared throughout the applic...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Everything about JWT Token
  • Q2. Related to Azure Function
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a dedicated software engineer with a passion for problem-solving and creating innovative solutions.

    • Experienced in multiple programming languages such as Java, Python, and C++

    • Strong background in software development methodologies like Agile and Scrum

    • Skilled in database management and cloud computing technologies

    • Have worked on projects involving machine learning and artificial intelligence

  • Answered by AI
  • Q2. Salary Expectation

Skills evaluated in this interview

Hewlett Packard Enterprise Interview FAQs

How many rounds are there in Hewlett Packard Enterprise Software Engineering Specialist interview?
Hewlett Packard Enterprise interview process usually has 1 rounds. The most common rounds in the Hewlett Packard Enterprise interview process are Coding Test.

Tell us how to improve this page.

People are getting interviews through

based on 1 Hewlett Packard Enterprise interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 888 Interviews
View all
Hewlett Packard Enterprise Software Engineering Specialist Salary
based on 41 salaries
₹15.5 L/yr - ₹36.4 L/yr
45% more than the average Software Engineering Specialist Salary in India
View more details

Hewlett Packard Enterprise Software Engineering Specialist Reviews and Ratings

based on 2 reviews

3.0/5

Rating in categories

2.0

Skill development

4.0

Work-Life balance

1.0

Salary & Benefits

2.0

Job Security

4.0

Company culture

1.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 2 Reviews and Ratings
Technical Support Engineer
887 salaries
unlock blur

₹1.8 L/yr - ₹9 L/yr

Process Associate
645 salaries
unlock blur

₹1.1 L/yr - ₹6 L/yr

Technical Solutions Consultant
596 salaries
unlock blur

₹4.1 L/yr - ₹16.5 L/yr

Software Engineer
561 salaries
unlock blur

₹9.7 L/yr - ₹18 L/yr

Financial Analyst
419 salaries
unlock blur

₹3.5 L/yr - ₹12.8 L/yr

Explore more salaries
Compare Hewlett Packard Enterprise with

Dell

4.0
Compare

IBM

4.1
Compare

Cisco

4.2
Compare

Oracle

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview