Upload Button Icon Add office photos

HP India

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

HP India SSA Engineer Interview Questions and Answers

Updated 17 Aug 2023

HP India SSA Engineer Interview Experiences

1 interview found

SSA Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Aug 2023

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

I applied via Company Website and was interviewed in Jul 2023. There were 3 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 tips
Round 2 - Coding Test 

15 MCQ 2 rounds of coding qu

Round 3 - One-on-one 

(5 Questions)

  • Q1. Qu related to your project
  • Q2. Qu on opps concept like data protection
  • Q3. Qu on data structures like linked list
  • Q4. Do stack using queue data structures
  • Ans. 

    Yes, a stack can be implemented using two queues.

    • To push an element, enqueue it to one of the queues.

    • To pop an element, dequeue all elements from one queue to the other until the last element is reached.

    • The last element in the queue will be the top element of the stack.

  • Answered by AI
  • Q5. Puzzles related to egg drop

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. All technical questions raised

I applied via Campus Placement and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Projects undertaken
  • Ans. 

    I have worked on various projects including software development, automation, and system integration.

    • Developed a web-based application for tracking employee attendance using Java and MySQL

    • Automated the testing process for a mobile application using Appium and Python

    • Integrated multiple systems for a client to streamline their workflow using REST APIs

    • Designed and implemented a data analytics platform for a healthcare com

  • Answered by AI
  • Q2. Experience gained
  • Q3. Cost to Company

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be transparent

Interview Questionnaire 

5 Questions

  • Q1. Tell me about yourself
  • Q2. About the B.Tech and M.Tech Project
  • Q3. Job experience
  • Ans. 

    I have over 8 years of experience working as a Sr Engineer in various industries.

    • Managed multiple engineering projects simultaneously

    • Led cross-functional teams to successful project completion

    • Developed and implemented innovative solutions to complex engineering challenges

  • Answered by AI
  • Q4. Why you want to change
  • Q5. Tell me something that is not in resume
  • Ans. 

    I have experience leading cross-functional teams and successfully delivering complex projects.

    • Led a team of engineers, designers, and product managers to develop and launch a new mobile app

    • Managed a project with a budget of $1 million and delivered it on time and within scope

    • Implemented agile methodologies to improve team efficiency and collaboration

    • Received recognition for outstanding leadership skills and ability to

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It was 1 coding question with 10 test cases. They asked a question based on binary search. I got 3 hrs to clear that test. I went in as a campus fresher. For lateral joinees, it is a much more difficult question that you have to clear in 4hrs.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What's the best way to find majority element in an array?
  • Ans. 

    The best way to find the majority element in an array is by using the Boyer-Moore Voting Algorithm.

    • Initialize a candidate variable and a count variable.

    • Iterate through the array and for each element:

    • - If the count is 0, set the current element as the candidate.

    • - If the current element is the same as the candidate, increment the count.

    • - Otherwise, decrement the count.

    • After the iteration, the candidate will be the ...

  • Answered by AI
  • Q2. Reverse a linked list in K groups.
  • Ans. 

    Reverse a linked list in K groups

    • Iterate through the linked list in groups of size K

    • Reverse each group of nodes using a temporary pointer

    • Connect the reversed groups to form the final reversed linked list

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Samsung Research Senior Engineer interview:
  • DSA
  • Algorithms
Interview preparation tips for other job seekers - Have strong DSA skills.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding round with medium complexity

Round 2 - Technical 

(2 Questions)

  • Q1. Implementation of linkedlist
  • Ans. 

    A linked list is a data structure where each element points to the next element in the sequence.

    • Create a Node class with data and a reference to the next Node

    • Initialize a LinkedList class with a head Node

    • Implement methods to add, remove, search, and traverse the linked list

  • Answered by AI
  • Q2. Sorting algoritgms
Round 3 - HR 

(2 Questions)

  • Q1. General expectations
  • Q2. Role clarity discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1. Revere Linked List
2. Maximum water in a container

Round 2 - Technical 

(1 Question)

  • Q1. 1. ArrayList 2. Types of locaters in Appium 3. D/b UI automator1 and ui Automator 2?
  • Ans. 

    ArrayList is a resizable array implementation in Java. Appium locators include ID, name, class name, xpath, etc. UI Automator 1 and 2 are tools for testing Android apps.

    • ArrayList is a dynamic array that can grow or shrink in size. Example: ArrayList list = new ArrayList<>();

    • Appium locators include ID, name, class name, xpath, etc. Example: driver.findElement(By.id("elementID"));

    • UI Automator 1 is a testing framework for...

  • Answered by AI
Round 3 - Aptitude Test 

1. What is same for you and even for PM of US?

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

C coding questions on bitwise concepts
DSA coding concepts

Round 2 - Technical 

(2 Questions)

  • Q1. What I have fone in previous organization
  • Q2. About work and projects
Round 3 - Puzzles Interview 

(2 Questions)

  • Q1. Excel sheet cell determining logic
  • Q2. Calculate the number of complete squares inscribed in a circle
  • Ans. 

    The number of complete squares inscribed in a circle can be calculated using a formula based on the number of sides of the square.

    • The formula to calculate the number of complete squares inscribed in a circle is n*(n+1)*(2n+1)/6, where n is the number of sides of the square.

    • For example, if the circle has a square with 4 sides inscribed in it, the number of complete squares would be 30 (4*(4+1)*(2*4+1)/6 = 30).

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What are my expectations from company
  • Q2. Why am I leaving previous organisation
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Desire for new challenges and growth

    • Opportunity for career advancement

    • Seeking a change in work environment

    • Exploring new technologies or industries

  • Answered by AI

I applied via Recruitment Consulltant and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Question was related to dynamic programming. There was only one question and I had solve it within 4 hours. There were 50 test cases. All test cases must pass.

Round 2 - Technical 

(1 Question)

  • Q1. Basic Java questions and some behavioural questions.
Round 3 - HR 

(1 Question)

  • Q1. Behavioural questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be good in dynamic programming and graph to crack the coding round.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Ans. 

    I am a Senior Engineer with 10+ years of experience in designing and implementing complex systems.

    • 10+ years of experience in engineering

    • Specialize in designing and implementing complex systems

    • Strong problem-solving skills

    • Experience with various programming languages such as Java, Python, and C++

  • Answered by AI
  • Q2. Tell me about project
  • Ans. 

    Designed and implemented a cloud-based data analytics platform for real-time monitoring of industrial equipment performance.

    • Led a team of 5 engineers in developing the platform from scratch

    • Utilized AWS services such as Lambda, S3, and DynamoDB for data storage and processing

    • Implemented machine learning algorithms for predictive maintenance

    • Integrated with existing industrial IoT devices for data collection

    • Achieved 20% r...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiations

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared for tough questions

HP India Interview FAQs

How many rounds are there in HP India SSA Engineer interview?
HP India interview process usually has 3 rounds. The most common rounds in the HP India interview process are Resume Shortlist, Coding Test and One-on-one Round.
What are the top questions asked in HP India SSA Engineer interview?

Some of the top questions asked at the HP India SSA Engineer interview -

  1. Do stack using queue data structu...read more
  2. Qu on opps concept like data protect...read more
  3. Qu on data structures like linked l...read more

Tell us how to improve this page.

HP India SSA Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

OPPO Interview Questions
4.0
 • 216 Interviews
LG Electronics Interview Questions
4.0
 • 201 Interviews
Blue Star Interview Questions
4.1
 • 165 Interviews
Daikin Interview Questions
4.1
 • 151 Interviews
Samsung Research Interview Questions
3.1
 • 132 Interviews
Voltas Interview Questions
4.0
 • 130 Interviews
Bajaj Electricals Interview Questions
4.0
 • 126 Interviews
IFB Interview Questions
3.6
 • 96 Interviews
LG Soft India Interview Questions
3.1
 • 90 Interviews
View all
Technical Support Engineer
235 salaries
unlock blur

₹2.2 L/yr - ₹6.4 L/yr

Software Engineer
128 salaries
unlock blur

₹4.2 L/yr - ₹14.7 L/yr

Software Developer
82 salaries
unlock blur

₹6.2 L/yr - ₹21.7 L/yr

Financial Analyst
82 salaries
unlock blur

₹4.2 L/yr - ₹16 L/yr

Area Sales Manager
72 salaries
unlock blur

₹4.5 L/yr - ₹16.6 L/yr

Explore more salaries
Compare HP India with

OPPO

4.0
Compare

LG Electronics

4.0
Compare

Bajaj Electricals

4.0
Compare

Voltas

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview