Upload Button Icon Add office photos

Filter interviews by

Clear (1)

HP Computing and Printing Systems Intern Interview Questions and Answers

Updated 5 Jul 2024

HP Computing and Printing Systems Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 5 Jul 2024

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

It was a JAM and topic was about higher education

Round 2 - Aptitude Test 

It was 60 mins test , which comprised of verbal , aptitude and tech questions

Round 3 - One-on-one 

(2 Questions)

  • Q1. What is a server ?
  • Ans. 

    A server is a computer or software program that provides functionality for other programs or devices, often to serve data or resources.

    • A server can store and manage data, files, or applications that can be accessed by clients over a network.

    • Examples of servers include web servers, email servers, file servers, and database servers.

    • Servers often have higher processing power, memory, and storage capacity compared to clien...

  • Answered by AI
  • Q2. What do you know about RAID ?
  • Ans. 

    RAID stands for Redundant Array of Independent Disks, a technology used to combine multiple hard drives for performance and/or redundancy.

    • RAID levels include 0, 1, 5, 10, etc.

    • RAID 0 offers striping for increased performance but no redundancy.

    • RAID 1 mirrors data across multiple drives for redundancy.

    • RAID 5 uses striping with parity for both performance and redundancy.

    • RAID 10 combines mirroring and striping for both perf

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - THE communication skills will be tested a lot

Skills evaluated in this interview

Interview questions from similar companies

Intern Interview Questions & Answers

Dell user image HEMANTH RAJ

posted on 30 Aug 2024

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

(2 Questions)

  • Q1. Explain LinkedList
  • Ans. 

    LinkedList is a data structure where each element is connected to the next element through a pointer.

    • Each element in a LinkedList is called a node and contains data and a reference to the next node.

    • LinkedList allows for dynamic size and efficient insertion and deletion of elements.

    • Example: LinkedList can be used to implement a stack or queue data structure.

  • Answered by AI
  • Q2. Explain OOPS concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve problems

    • It involves concepts like inheritance, encapsulation, polymorphism, and abstraction

    • Example: Inheritance allows a class to inherit properties and behavior from another class

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions & Answers

Dell user image Anonymous

posted on 27 Oct 2023

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 Oct 2022. 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Python, personal projects
Round 3 - HR 

(1 Question)

  • Q1. Communication,personal qns

Intern Interview Questions & Answers

Dell user image rohit dabas

posted on 26 Oct 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

Test was kind of moderate

Round 3 - Technical 

(1 Question)

  • Q1. Details about the project
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 medium level DSA questions based on Arrays, priority queue and DP

Round 2 - Technical 

(2 Questions)

  • Q1. Discussion on Projects, one medium DSA question and operating system
  • Q2. Questions based on Implementation of Stacks, queues and linked list, discussion on projects
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to Join company
  • Q2. Basic strength weakness questions quite easy, lasted on a phone call for 10 mins
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Some Linked List questions

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

3 DSA questions are given have easy to medium difficulty.

Round 2 - Technical 

(2 Questions)

  • Q1. One DSA questions easy difficulty, Oops concepts, about project and it improvement.
  • Q2. Given array of 1 to N find missing number
  • Ans. 

    Find missing number in array of 1 to N

    • Iterate through the array and keep track of the sum of all numbers

    • Calculate the sum of numbers from 1 to N using the formula (N * (N + 1)) / 2

    • Subtract the sum of array from the sum of numbers from 1 to N to find the missing number

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. General questions, why do you want to join Samsung, and you have to clear Samsung internal advance coding exam, after joining the same.

Skills evaluated in this interview

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

Dsa is usrd and it is bad

Intern Interview Questions & Answers

Samsung user image Pradeep Annem

posted on 13 Oct 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

Trees, Graphs, 3 Questions in two hours

Round 3 - One-on-one 

(2 Questions)

  • Q1. Merge two sorted arrays
  • Ans. 

    Merge two sorted arrays into a single sorted array

    • Create a new array to store the merged result

    • Iterate through both arrays simultaneously and compare elements to add to the new array

    • Handle cases where one array is longer than the other

  • Answered by AI
  • Q2. Add a node to bst
  • Ans. 

    To add a node to a binary search tree (BST), compare the value of the new node with the current node and traverse left or right accordingly until a suitable spot is found.

    • Start at the root node

    • Compare the value of the new node with the current node

    • If the new node value is less than the current node, move to the left child node

    • If the new node value is greater than the current node, move to the right child node

    • Repeat the...

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What are your biggest strengths?

Interview Preparation Tips

Interview preparation tips for other job seekers - The Ability to never give up
Contribute & help others!
anonymous
You can choose to be anonymous

HP Computing and Printing Systems Interview FAQs

How many rounds are there in HP Computing and Printing Systems Intern interview?
HP Computing and Printing Systems interview process usually has 3 rounds. The most common rounds in the HP Computing and Printing Systems interview process are Group Discussion, Aptitude Test and One-on-one Round.
What are the top questions asked in HP Computing and Printing Systems Intern interview?

Some of the top questions asked at the HP Computing and Printing Systems Intern interview -

  1. what do you know about RAI...read more
  2. what is a serve...read more

Recently Viewed

SALARIES

HP Computing and Printing Systems

INTERVIEWS

Accenture

No Interviews

INTERVIEWS

Accenture

No Interviews

INTERVIEWS

DH Healthcare Software Services India Private Limited (Dedalus)

No Interviews

INTERVIEWS

Cognizant

No Interviews

DESIGNATION

SALARIES

HP Computing and Printing Systems

INTERVIEWS

UnitedHealth

No Interviews

INTERVIEWS

Gibraltar Technologies

5.6k top interview questions

LIST OF COMPANIES

HP Computing and Printing Systems

Overview

Tell us how to improve this page.

HP Computing and Printing Systems Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

HP Computing and Printing Systems Intern Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Financial Analyst
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Operations Associate
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Financial Associate
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare HP Computing and Printing Systems with

Dell

4.0
Compare

Lenovo

4.2
Compare

Acer India

4.2
Compare

ASUS

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