Premium Employer

i

This company page is being actively managed by Livpure Team. If you also belong to the team, you can get access from here

Livpure Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Livpure Engineer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Senior Engineer Interview Questions & Answers

HP India user image Abhishek Bandejia

posted on 5 Feb 2015

Interview Questionnaire 

2 Questions

  • Q1. Coding questions on data structures and oops
  • Q2. Various questions on cv, projects, por's, etc

Interview Preparation Tips

Round: Test
Experience: Questions were normal like any other aptitude or coding tests.
Tips: Time given was enough for other sections but you need to hurry a little in aptitude part.
Duration: 60 minutes
Total Questions: 60

Round: Technical Interview
Experience: The questions were basic, some where well known like reversing a link list using recursion, designing of car parking lot using concept of oops, find tree height/diameter, etc.
Tips: 1. They ask you to write complete code on paper. This sometimes turn out to be a challenging task when you don't have compiler to correct you on basic things. Practice writing codes on paper.
2. They surely ask questions on oops, like polymorphism, inheritance, etc. besides their definition, also practice writing sudo codes to explain them

Round: HR Interview
Experience: Mainly i was asked questions on my internship experience and POR's.
Tips: They will try to grill you on some questions like 'Why we should hire you?', have a clear reason in your mind. Your other answers should not contradict with your reasons

General Tips: I don't know about other colleges but HP recruits small number of students from my university. Coding questions were average level and can easily be tackled. Many students were rejected after HR interview so don't take it lightly. They do grill you in a very good style if they are in doubt about your selection
Skills: willingness, Enthusiasm, Coding skills, Aptitude skills
College Name: IIT Guwahati

I applied via Monster and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. It was a written test based on Core Java . It had questions of the level SCJP (Sun Certified Java Program), Then an interview mostly the platform which I used in my previous company.
  • Q2. Core Java code snippets ( inheritance, class etc.)
  • Q3. Interview was struts framework (it was mentioned in my resume)

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice Java code snippets

I applied via Referral and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Question about my qualifications
  • Q2. Question about my family and personal details
Round 2 - Technical 

(3 Questions)

  • Q1. Questioning about my field
  • Q2. Question about electronic and electric
  • Q3. Question about production department

Interview Preparation Tips

Interview preparation tips for other job seekers - Please study about your feild and personal details

I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Strictly,Technical related to works

Interview Preparation Tips

Interview preparation tips for other job seekers - Straight to point,
2 technical rounds,
1 HR round.
Finish
Since company is quite huge
Process is quite slow,have some patiencea.

Interview Questionnaire 

1 Question

  • Q1. All technical questions raised

I applied via Hirist and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. DS & Algo, 5G NR, Call flows.

Interview Preparation Tips

Interview preparation tips for other job seekers - Data Structures is the must.
5G Layer basics should be clear.

I appeared for an interview in Nov 2021.

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 - Technical 

(2 Questions)

  • Q1. Projects and how was the risk management.
  • Q2. Cross functional requirements understanding and how it impacts the systesm
  • Ans. 

    Cross functional requirements understanding is crucial for successful system development.

    • Cross functional requirements understanding involves identifying and addressing the needs of all stakeholders involved in the system development process.

    • It impacts the system by ensuring that all requirements are met and that the system functions as intended.

    • Examples of cross functional requirements include usability, security, per...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Understanding the current experience and reasons for job change
  • Q2. Few basics about products

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer to your best knowledge and try to seek clarity if the questions are not clear

I applied via LinkedIn

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 

(1 Question)

  • Q1. Explain 5G Architecture
  • Ans. 

    5G architecture is a network of multiple technologies that work together to provide faster and more reliable wireless communication.

    • 5G architecture includes a core network, radio access network, and user equipment.

    • The core network is responsible for managing and routing data traffic.

    • The radio access network connects user equipment to the core network.

    • User equipment includes devices like smartphones and tablets.

    • 5G archi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple, stick to the basics, understand communication basics and explain the transition from 4g-B4g-5g

Skills evaluated in this interview

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
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2023. 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 - Technical 

(1 Question)

  • Q1. NABL, HVAC related all questions
Round 3 - Technical 

(1 Question)

  • Q1. NABL HVAC related questions in second round also.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion
Round 5 - HR 

(2 Questions)

  • Q1. HR & plant head round ...
  • Q2. Introduction, 3-4 technical questions also...

Livpure Interview FAQs

How to prepare for Livpure Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Livpure. The most common topics and skills that interviewers at Livpure expect are CAD, CATIA, Cae, Customer Engagement and Customer Retention.

Tell us how to improve this page.

Livpure Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Livpure To deliver purity, health & wellness to our customers
Livpure Engineer Salary
based on 15 salaries
₹3.5 L/yr - ₹5.2 L/yr
25% less than the average Engineer Salary in India
View more details

Livpure Engineer Reviews and Ratings

based on 7 reviews

4.5/5

Rating in categories

2.8

Skill development

3.6

Work-life balance

3.8

Salary

4.7

Job security

4.3

Company culture

3.8

Promotions

3.8

Work satisfaction

Explore 7 Reviews and Ratings
Assistant Manager
75 salaries
unlock blur

₹4.5 L/yr - ₹10.4 L/yr

Service Engineer
67 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Senior Sales Executive
58 salaries
unlock blur

₹3.6 L/yr - ₹6.5 L/yr

Sales Executive
56 salaries
unlock blur

₹1.7 L/yr - ₹5.3 L/yr

Area Service Incharge
50 salaries
unlock blur

₹2.8 L/yr - ₹6.7 L/yr

Explore more salaries
Compare Livpure 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