Upload Button Icon Add office photos

Filter interviews by

HP Computing and Printing Systems Software Engineer Level 1 Interview Questions and Answers

Updated 24 Sep 2023

HP Computing and Printing Systems Software Engineer Level 1 Interview Experiences

1 interview found

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

I applied via campus placement at SRM Institute of Science & Technology, Chennai and was interviewed before Sep 2022. There were 5 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 

Leetcode easy medium level questions

Round 3 - Technical 

(3 Questions)

  • Q1. Describe polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.

  • Answered by AI
  • Q2. Explain your project
  • Q3. How can you optimise memory in your project
  • Ans. 

    Memory optimisation can be achieved by reducing memory usage, improving data structures, and implementing efficient algorithms.

    • Use data structures that require less memory, such as arrays instead of lists

    • Avoid memory leaks by properly managing memory allocation and deallocation

    • Implement caching mechanisms to reduce the need for frequent memory access

    • Optimise algorithms to reduce unnecessary memory usage, such as using

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

(1 Question)

  • Q1. What would you do to keep updating yourself
Round 5 - HR 

(1 Question)

  • Q1. How do you keep yourself cool

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly they hire freshers from universities and they do conduct hiring drives

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between an abstract class and an interface in object-oriented programming?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have method implementations, while interface cannot.

    • A class can implement multiple interfaces, but can only inherit from one abstract class.

    • Interfaces are used to define contracts for classes to implement, while abstract classes are used to provide a common base for subclasses.

    • Example: Abstr...

  • Answered by AI
  • Q2. Abstract classes can have implemented methods; interfaces can only have declarations (before JAVA 8).

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay updated with the latest tools and technologies in your field to remain competitive.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Design tinyurl system design
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Asked to write a bank application - which includes adding,removing,transferring of money

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

30 question -30 min,topics - profit or loss , time work distance ,time speed ,upstreaam downstream percentage ,probability

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

I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

1.30
Basic profit/loss,percentages questions

Round 2 - Technical 

(4 Questions)

  • Q1. 1 hr Asked about closures, hoisting, map, hash
  • Q2. Closures and scopes
  • Q3. Dsa 2 sum problem
  • Q4. Projects and basicjs
Round 3 - HR 

(1 Question)

  • Q1. Basic related to location, timings
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Easy aptitude, 30 min with 20 question

Interview Preparation Tips

Interview preparation tips for other job seekers - learn OOPs concept and thorough about your project
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Encapsulation, abstraction, interface

Round 3 - Technical 

(2 Questions)

  • Q1. Encapsulation constructor method overloading
  • Q2. Interface abstracts
Round 4 - HR 

(3 Questions)

  • Q1. Why chose this company
  • Q2. Why should i hire you
  • Q3. How much salary you are expecting

Interview Preparation Tips

Topics to prepare for Evision Technoserve Java Developer interview:
  • Core Java
  • OOPS
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basic resume based questions
  • Q2. Explain your internship experience
Round 3 - HR 

(1 Question)

  • Q1. Basic resume based questions
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

String , Array ,Collection framework related questions.

Round 3 - Assignment 

Ecommerce site with Login,Review,AddToCart,Order features,Filter features.

Round 4 - Technical 

(1 Question)

  • Q1. Html,Css,Js. Interviewer don't have knowledge on Java,React js.And if you don't able to answer basic html,css related questions they will disqualify you.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply.Totaly time waste.And even if you apply don't share project with them neither the Github link nor the the files via any medium.You are going to regret if you share the project.

HP Computing and Printing Systems Interview FAQs

How many rounds are there in HP Computing and Printing Systems Software Engineer Level 1 interview?
HP Computing and Printing Systems interview process usually has 5 rounds. The most common rounds in the HP Computing and Printing Systems interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in HP Computing and Printing Systems Software Engineer Level 1 interview?

Some of the top questions asked at the HP Computing and Printing Systems Software Engineer Level 1 interview -

  1. How can you optimise memory in your proj...read more
  2. Describe polymorph...read more

Tell us how to improve this page.

HP Computing and Printing Systems Software Engineer Level 1 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Samsung Interview Questions
3.9
 • 556 Interviews
Dell Interview Questions
4.0
 • 391 Interviews
AmbitionBox Interview Questions
4.9
 • 153 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 96 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
View all

HP Computing and Printing Systems Software Engineer Level 1 Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Financial Analyst
33 salaries
unlock blur

₹3.5 L/yr - ₹15 L/yr

Technical Support Engineer
21 salaries
unlock blur

₹2.7 L/yr - ₹7 L/yr

Financial Associate
20 salaries
unlock blur

₹2.4 L/yr - ₹7.5 L/yr

Business Operations Associate
18 salaries
unlock blur

₹2.5 L/yr - ₹6.2 L/yr

Senior Financial Analyst
16 salaries
unlock blur

₹3.2 L/yr - ₹17.7 L/yr

Explore more salaries
Compare HP Computing and Printing Systems with

Dell

4.0
Compare

Lenovo

4.2
Compare

Acer India

4.3
Compare

ASUS

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