Upload Button Icon Add office photos

Filter interviews by

Hewlett-Packard India Software Operation Senior Software Engineer Interview Questions and Answers

Updated 30 Jan 2022

Hewlett-Packard India Software Operation Senior Software Engineer Interview Experiences

1 interview found

I applied via Walk-in and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Normal project related

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics questions mostly related to project and technology

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(10 Questions)

  • Q1. A scenario to create a new Android service
  • Ans. 

    Creating a new Android service

    • Define a class that extends Service class

    • Override onStartCommand() method to handle service logic

    • Register the service in AndroidManifest.xml file

  • Answered by AI
  • Q2. 2 puzzles. one was to find min no of weighs to find faulty item among 8 items and the other one was to min no of races required to find top three horses among 25 horses
  • Q3. How to manage gralloc buffers
  • Ans. 

    Managing gralloc buffers involves allocating, locking, and freeing memory for graphics rendering in Android.

    • Allocate gralloc buffer using gralloc_alloc() function

    • Lock buffer for reading or writing using gralloc_lock() function

    • Free buffer using gralloc_free() function

    • Example: gralloc_alloc(usage, width, height, format, &handle)

    • Example: gralloc_lock(handle, usage, left, top, width, height, &vaddr)

  • Answered by AI
  • Q4. What is HIDL vs AIDL
  • Ans. 

    HIDL stands for Hardware Interface Definition Language and is used for communication between HAL and framework. AIDL stands for Android Interface Definition Language and is used for inter-process communication in Android.

    • HIDL is used for communication between Hardware Abstraction Layer (HAL) and framework in Android

    • AIDL is used for inter-process communication in Android

    • HIDL is more efficient and faster than AIDL

  • Answered by AI
  • Q5. How Android buffers are passed from application to drivers.
  • Ans. 

    Android buffers are passed from application to drivers through shared memory and buffer queues.

    • Android applications communicate with drivers through the HAL (Hardware Abstraction Layer)

    • Buffers are typically passed using shared memory regions

    • Buffer queues are used to manage the flow of data between application and driver

    • Example: Camera application passing image data to camera driver for processing

  • Answered by AI
  • Q6. What happens if LINUX faces a hardware interrupt
  • Ans. 

    When LINUX faces a hardware interrupt, it stops executing the current code and jumps to a specific interrupt handler.

    • LINUX stops executing the current code and jumps to a specific interrupt handler

    • The interrupt handler processes the interrupt and resumes normal execution afterwards

    • Different hardware interrupts are handled by different interrupt handlers

  • Answered by AI
  • Q7. What is the challenge while creating multiple services in Android
  • Ans. 

    The challenge while creating multiple services in Android is managing communication between services and ensuring proper synchronization.

    • Managing communication between services can be complex and error-prone.

    • Ensuring proper synchronization between services to avoid race conditions and data inconsistencies.

    • Handling dependencies between services and coordinating their interactions.

    • Testing and debugging multiple services ...

  • Answered by AI
  • Q8. Boot up Android sequence
  • Ans. 

    The Android boot up sequence involves several stages including power on, bootloader, kernel initialization, system server startup, and app launch.

    • Power on the device

    • Bootloader loads the Android OS kernel

    • Kernel initializes the system and drivers

    • System server starts up and launches essential services

    • Apps are launched and user interface becomes accessible

  • Answered by AI
  • Q9. Describe about Permission files/SE Linux policy
  • Ans. 

    Permission files/SE Linux policy control access to resources based on rules set by administrators.

    • Permission files define who can access a file or directory and what actions they can perform.

    • SE Linux policy is a security mechanism that enforces rules on how processes interact with resources.

    • SE Linux policy is based on labels assigned to processes and resources, determining access permissions.

    • SE Linux policy can be cust...

  • Answered by AI
  • Q10. What is manifestation file and how is it used?
  • Ans. 

    A manifestation file is a configuration file used to define the properties and settings of a software application.

    • Manifestation files typically include information such as the application's name, version, dependencies, and permissions.

    • They are commonly used in software development to ensure that the application runs correctly and has access to necessary resources.

    • Examples of manifestation files include AndroidManifest....

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is broadcast receiver
  • Ans. 

    Broadcast receiver is a component in Android that allows the system to deliver events to the app.

    • Component in Android system

    • Receives and handles broadcast messages

    • Used to respond to system-wide events

    • Registered in the AndroidManifest.xml file

  • Answered by AI
  • Q2. What is intent service
  • Ans. 

    IntentService is a class in Android that performs long-running operations in the background without blocking the main thread.

    • IntentService is a subclass of Service that handles asynchronous requests (expressed as Intents) on demand.

    • It is typically used for tasks like downloading files, syncing data, or performing any other background task.

    • IntentService runs on a separate worker thread, so it does not interfere with the...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to join
  • Ans. 

    I am passionate about developing innovative software solutions and believe this company aligns with my career goals.

    • Excited about the opportunity to work on cutting-edge technologies

    • Impressed by the company's reputation for fostering a collaborative work environment

    • Seeking a challenging role that allows for professional growth and development

  • Answered by AI
  • Q2. What is your highest qualification
  • Ans. 

    Master's degree in Computer Science

    • Master's degree in Computer Science

    • Specialization in software engineering

    • Thesis on machine learning algorithms

    • Graduated with honors

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Python and sql questions
Round 2 - Technical 

(1 Question)

  • Q1. Client interview
Round 3 - HR 

(1 Question)

  • Q1. General discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Previous role related technical questions
Round 2 - Technical 

(1 Question)

  • Q1. Same as round 1 from onsite team
Round 3 - HR 

(1 Question)

  • Q1. General HR questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Trees, Arrays, DP, Graphs, Leetcode Questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Personal Projects
  • Q2. System design interview, HP Products
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology (NIT), Hamirpur and was interviewed before Sep 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

It had aptitude questions related tk dsa, dbms and os.

Round 2 - Coding Test 

There were 3 coding question with different leetcode level. (Medium, medium. Hard(

Round 3 - Technical 

(4 Questions)

  • Q1. Regarding Operating System
  • Q2. Regarding OOPS(Abstraction)
  • Q3. Bitwise related questions
  • Q4. Linked list related questions
Round 4 - Technical 

(2 Questions)

  • Q1. Questions related to computer network
  • Q2. Graph related question like bfs and dfs
Round 5 - HR 

(2 Questions)

  • Q1. Why you want to join the company?
  • Ans. 

    I am impressed by the company's innovative projects and collaborative work culture.

    • Impressed by innovative projects

    • Attracted to collaborative work culture

    • Excited about potential for growth and learning opportunities

  • Answered by AI
  • Q2. What is the expectations from the company?
  • Ans. 

    The company expects a Senior Software Engineer to have strong technical skills, problem-solving abilities, teamwork, and a commitment to continuous learning.

    • Strong technical skills in programming languages and software development tools

    • Ability to solve complex problems efficiently and effectively

    • Collaboration and teamwork with other team members

    • Commitment to continuous learning and staying updated with industry trends

    • E...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Samsung Research Senior Software Engineer interview:
  • Graphs
  • Operating Systems
  • DBMS
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. System design round about ott
  • Q2. Leetcode rain water problem
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic and medium level coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Medium and advanced flutter dart question
  • Q2. Normal opps question
Round 3 - Technical 

(2 Questions)

  • Q1. One more client round their they ask regarding flutter and dart
  • Q2. Coding questions on paper

Interview Preparation Tips

Interview preparation tips for other job seekers - If u got better client and better product then u will learn otherwise there will be no learning in service based company.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Write a code to fill the water tank

Round 2 - Technical 

(2 Questions)

  • Q1. How to measure slope of random voltage waveform?
  • Ans. 

    The slope of a random voltage waveform can be measured by calculating the rate of change of voltage over time.

    • Calculate the difference in voltage between two points on the waveform

    • Divide the voltage difference by the time interval between the two points to get the slope

    • Repeat this process for multiple points on the waveform to get an average slope

  • Answered by AI
  • Q2. Design a circuit for Water Tank Filling
  • Ans. 

    Design a circuit for Water Tank Filling

    • Use a float switch to detect water level in the tank

    • Connect the float switch to a relay to control the water flow

    • Include a solenoid valve to regulate the water flow

    • Use a microcontroller to monitor the water level and control the relay and solenoid valve

  • Answered by AI

Tell us how to improve this page.

People are getting interviews through

based on 1 Hewlett-Packard India Software Operation interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
26% less than the average Senior Software Engineer Salary in India
View more details

Hewlett-Packard India Software Operation Senior Software Engineer Reviews and Ratings

based on 2 reviews

3.2/5

Rating in categories

3.0

Skill development

3.4

Work-Life balance

2.2

Salary & Benefits

5.0

Job Security

4.0

Company culture

3.0

Promotions/Appraisal

2.2

Work Satisfaction

Explore 2 Reviews and Ratings
Software Engineer
15 salaries
unlock blur

₹6 L/yr - ₹15 L/yr

Softwaretest Engineer
14 salaries
unlock blur

₹4 L/yr - ₹10.2 L/yr

Senior Specialist
12 salaries
unlock blur

₹24 L/yr - ₹37 L/yr

System Software Engineer
9 salaries
unlock blur

₹10 L/yr - ₹26 L/yr

Specialist
9 salaries
unlock blur

₹15.6 L/yr - ₹29.3 L/yr

Explore more salaries
Compare Hewlett-Packard India Software Operation with

IBM

4.1
Compare

Microsoft Corporation

4.1
Compare

Oracle

3.7
Compare

SAP

4.2
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