Upload Button Icon Add office photos

Filter interviews by

Lybrate Interview Questions and Answers

Updated 10 Jan 2023

Lybrate Interview Experiences

Popular Designations

5 interviews found

Interview Questionnaire 

2 Questions

  • Q1. Round 1: Why java doesn't support multiple inheritance, interface vs abstract class, final vs static keyword, Launch modes, Difference between Constraint layout and Relative layout, Recycler view vs List v...
  • Q2. Round 2 : LinkedList, Binary search, Complexities, SQL queries : DISTINCT, JOINS, OOPS concepts.

Android Developer Interview Questions asked at other Companies

Q1. BST Iterator Problem Statement You are tasked with creating a class named BSTIterator that acts as an iterator for the inorder traversal of a binary search tree. Implement the following functions: BSTIterator(Node root): A constructor that... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2022. There were 2 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 - HR 

(2 Questions)

  • Q1. General discussion about selling and previous employer
  • Q2. Tell me something about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - They will ask to sell a pen or kajal just want to know the attitude of selly

Area Sales and Marketing Manager Interview Questions asked at other Companies

Q1. How much business you can give per month for NGS service sales from Academics market ?
View answer (1)

I applied via Campus Placement and was interviewed in Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is your long term goal and how you are going to achieve ?
  • Ans. 

    My long term goal is to become a sales manager and I plan to achieve it by gaining experience, developing leadership skills, and continuously learning.

    • Gain experience in different sales roles to understand the industry and customer needs

    • Take on leadership opportunities within the sales team to develop management skills

    • Continuously learn and stay updated on sales techniques, market trends, and product knowledge

    • Network w...

  • Answered by AI
  • Q2. What are your convincing strategies that you could use to convince your clients, (given a particular situation)

Interview Preparation Tips

Interview preparation tips for other job seekers - Just make sure you are confident about your answers. Whatever going to your head , must come up to your tongue framed so wisely and nicely. Even if you get stuck in any of the ques. Then just don't get panic, be confident , try at once and then ask the interviewer that you do not know as of now but will seek the info. Regarding the same in near future . Also ask ques. At the end.

Inside Sales Specialist Interview Questions asked at other Companies

Q1. If you are selling courses to IIT graduates , how would you do it?
View answer (3)

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

Round 1 - Group Discussion 

Valentines Day

Round 2 - HR 

(4 Questions)

  • Q1. What is your family background?
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence and thinks in larger prospective while speaking in Interview

Customer Success Associate Interview Questions asked at other Companies

Q1. How to deal with angry customer?
View answer (4)

Lybrate interview questions for popular designations

 Inside Sales Specialist

 (1)

 Customer Success Associate

 (1)

 Area Sales and Marketing Manager

 (1)

 Sales Specialist

 (1)

 Android Developer

 (1)

I was interviewed in Nov 2016.

Interview Questionnaire 

3 Questions

  • Q1. Please go through your resume
  • Q2. Explain briefly about work profile
  • Ans. 

    Sales specialists are responsible for selling products or services to customers, building relationships, and meeting sales targets.

    • Developing and implementing sales strategies

    • Identifying potential customers and generating leads

    • Building and maintaining relationships with clients

    • Meeting sales targets and quotas

    • Providing excellent customer service

    • Keeping up to date with industry trends and competitors

    • Preparing sales repor

  • Answered by AI
  • Q3. I was given Three situations in which I was supposed to pitch them.. And convince the customer on skype

Interview Preparation Tips

Round: HR Interview
Experience: These normal questions were asked and I think it doesn't requires anything special
Tips: Just know about yourself

Round: Technical + HR Interview
Experience: This interview held for more than an hour.. Where u need to use your sales skills.
Tips: Just think normally nd understand what skills are required in sales.. Like convincing, pitching, negotiating skills... So work on that...

Round: SALARY NEGOTIATIONS
Experience: HR gave me a call, and salary negotiation was done.
Tips: Negotiate with the HR and negotiate properly, they'll try to pull u at less salary

Sales Specialist Interview Questions asked at other Companies

Q1. What do you feel about digital education for kids ?
View answer (1)

Interview questions from similar companies

I applied via Other and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Arrange odd and even numbers in an array , so that all even are placed on RHS and odd on LHS
  • Ans. 

    Arrange odd and even numbers in an array, even on RHS and odd on LHS.

    • Create two pointers, one at the start and one at the end of the array.

    • Swap the elements at the pointers if they are in the wrong position.

    • Continue swapping until the pointers meet in the middle.

  • Answered by AI
  • Q2. Evaluate BODMAS expression
  • Ans. 

    BODMAS is a mathematical rule used to evaluate expressions with multiple operators.

    • BODMAS stands for Brackets, Orders, Division, Multiplication, Addition, and Subtraction.

    • It is used to determine the order in which operations are performed in an expression.

    • Brackets are evaluated first, followed by orders (exponents and roots), then division and multiplication, and finally addition and subtraction.

    • For example, in the exp...

  • Answered by AI
  • Q3. Infix and Post fix expression
  • Q4. Android questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DS Algo, and Android core fundamentals.

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Why do you want to join

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Round 1 - One-on-one 

(3 Questions)

  • Q1. Remove duplicates from array
  • Ans. 

    Remove duplicates from array of strings

    • Create a new empty array

    • Loop through the original array

    • Check if the current element exists in the new array

    • If not, add it to the new array

    • Return the new array

  • Answered by AI
  • Q2. Check if num is int or not
  • Ans. 

    Use isinstance() function to check if num is int or not.

    • Use isinstance(num, int) to check if num is an instance of int class.

    • This function returns True if num is an instance of int class, else False.

    • Example: isinstance(5, int) will return True.

    • Example: isinstance(5.0, int) will return False.

  • Answered by AI
  • Q3. JS questions and fundamentalss

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn JS concepts and DSA really well.

Skills evaluated in this interview

I applied via Naukri.com

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

(1 Question)

  • Q1. About you and your previous company experience
  • Ans. Be cool and answer..its all about how you & the company can contribute mutually.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Take a deeep breathe and Be confident

I applied via Walk-in and was interviewed in Mar 2022. There were 2 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 - One-on-one 

(1 Question)

  • Q1. As per experience and position they will ask questions and give some casestudy

Interview Preparation Tips

Interview preparation tips for other job seekers - Its bit difficult need to clear casesruddy

Lybrate Interview FAQs

How many rounds are there in Lybrate interview?
Lybrate interview process usually has 2 rounds. The most common rounds in the Lybrate interview process are HR, Group Discussion and Resume Shortlist.
How to prepare for Lybrate 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 Lybrate. The most common topics and skills that interviewers at Lybrate expect are Java, OOPS, Hibernate, Internship and Maven.
What are the top questions asked in Lybrate interview?

Some of the top questions asked at the Lybrate interview -

  1. Round 1: Why java doesn't support multiple inheritance, interface vs abstract c...read more
  2. What are your convincing strategies that you could use to convince your clients...read more
  3. I was given Three situations in which I was supposed to pitch them.. And convin...read more

Tell us how to improve this page.

Lybrate Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Tata 1mg Interview Questions
3.6
 • 146 Interviews
PharmEasy Interview Questions
3.7
 • 80 Interviews
MedPlus Interview Questions
3.6
 • 79 Interviews
Practo Interview Questions
3.2
 • 74 Interviews
Cogoport Interview Questions
2.9
 • 53 Interviews
Netmeds.com Interview Questions
3.6
 • 42 Interviews
MediBuddy Interview Questions
3.8
 • 31 Interviews
Medlife Interview Questions
3.7
 • 27 Interviews
Portea Medical Interview Questions
4.3
 • 27 Interviews
HealthKart Interview Questions
4.0
 • 25 Interviews
View all

Lybrate Reviews and Ratings

based on 65 reviews

3.5/5

Rating in categories

3.2

Skill development

3.4

Work-life balance

3.3

Salary

3.1

Job security

3.3

Company culture

2.8

Promotions

3.2

Work satisfaction

Explore 65 Reviews and Ratings
Relationship Manager
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Inside Sales Specialist
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Success Specialist
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Analyst
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Lybrate with

Practo

3.2
Compare

Tata 1mg

3.6
Compare

Netmeds.com

3.6
Compare

PharmEasy

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