Upload Button Icon Add office photos
Engaged Employer

i

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

Leena AI Verified Tick

Compare button icon Compare button icon Compare
3.1

based on 109 Reviews

Filter interviews by

Leena AI Interview Questions, Process, and Tips

Updated 9 Sep 2024

Top Leena AI Interview Questions and Answers

View all 18 questions

Leena AI Interview Experiences

Popular Designations

14 interviews found

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

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Build testing, shift left testing
  • Ans. 

    Build testing is testing the software build to ensure it meets requirements. Shift left testing is moving testing earlier in the development process.

    • Build testing involves testing the software build to ensure it meets functional and non-functional requirements

    • Shift left testing is the practice of moving testing activities earlier in the software development process to catch defects sooner

    • By shifting testing left, defec...

  • Answered by AI
  • Q2. Write manual test cases for whatapp security features
  • Ans. 

    Manual test cases for WhatsApp security features

    • Verify end-to-end encryption is enabled for all messages

    • Test two-factor authentication setup and login process

    • Check for secure storage of user data on the device

    • Test for secure transmission of media files

    • Verify the effectiveness of blocking and reporting features

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer had a very bad and arrogant attitude. Not approachable and very intimidating.

Skills evaluated in this interview

Senior Sdet Engineer Interview Questions asked at other Companies

Q1. Optimize an existing system. The system currently makes an API call and stores data in its memory. When it tries to serve a request from another component it refers to the memory location by searching the entire memory.
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write a compare function that compares two objects
  • Ans. 

    A compare function to compare two objects

    • Create a function that takes in two objects as parameters

    • Loop through the keys of one object and compare them with the keys of the other object

    • Return true if the objects have the same keys and values, otherwise return false

  • Answered by AI
  • Q2. Longest substring without repeating characters
  • Ans. 

    Find the longest substring without repeating characters

    • Use a sliding window approach to keep track of the current substring

    • Use a hash set to store the characters in the current substring

    • Update the start index of the window when a repeating character is encountered

  • Answered by AI

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Delhi College of Engineering (DCE), Delhi and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 hour coding question array maths hackearth

Round 2 - One-on-one 

(5 Questions)

  • Q1. He asked right view of the binary tree
  • Q2. He asked simple map questions
  • Q3. Form a binary tree
  • Ans. 

    To form a binary tree, create nodes with left and right child pointers.

    • Start by creating a root node.

    • For each node, create left and right child nodes.

    • Repeat the process until all nodes are created.

  • Answered by AI
  • Q4. Design of a map
  • Ans. 

    Design a map

    • Consider the purpose of the map (e.g., navigation, data visualization)

    • Decide on the level of detail and scale of the map

    • Choose appropriate symbols and colors for different features

    • Include a legend or key to explain the map symbols

    • Ensure the map is easy to read and understand

  • Answered by AI
  • Q5. He asked right view of tree

Interview Preparation Tips

Interview preparation tips for other job seekers - easy interview learn basic interview coding question esay to medium level

Skills evaluated in this interview

Software Development Engineer Intern Interview Questions asked at other Companies

Q1. Say you're dealing with really long integers. They're too long to fit into a regular datatype, so linked lists are used to store them, with each node of the list containing one digit. Now the problem is, given two linked lists, i.e. two rea... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - HR 

(4 Questions)

  • Q1. Experience with geography
  • Q2. Targets and KPIS
  • Q3. Why do you want to switch
  • Q4. Salary expectations
Round 2 - Assignment 

Email and call mocks

Round 3 - One-on-one 

(1 Question)

  • Q1. Mostly with sales director and about culture. Motivation to work/switch/fit check

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your numbers and metrics handy

Sales Development Representative Interview Questions asked at other Companies

Q1. How to improve sales skills
View answer (1)

Leena AI interview questions for popular designations

 Customer Success Manager

 (2)

 Finance Executive

 (1)

 Front end Developer

 (1)

 Lead

 (1)

 Project Lead

 (1)

 Revenue Manager

 (1)

 Sales Development Representative

 (1)

 Senior Sdet Engineer

 (1)

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

I applied via Monster and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is Nodejs and how is it useful + 1 leetcode hard problem
  • Ans. 

    Node.js is a runtime environment that allows you to run JavaScript on the server side, making it useful for building scalable network applications.

    • Node.js is built on Chrome's V8 JavaScript engine and uses an event-driven, non-blocking I/O model, making it lightweight and efficient.

    • It is commonly used for building web servers, APIs, real-time applications, and microservices.

    • Node.js has a large ecosystem of libraries an...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Grind Leetcode

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Get interview-ready with Top Leena AI Interview Questions

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

(2 Questions)

  • Q1. What is ACID Prop?
  • Ans. 

    ACID Prop stands for Atomicity, Consistency, Isolation, Durability properties in database transactions.

    • Atomicity ensures that all operations in a transaction are completed successfully or none at all.

    • Consistency ensures that the database remains in a consistent state before and after the transaction.

    • Isolation ensures that multiple transactions can be executed concurrently without affecting each other.

    • Durability ensures...

  • Answered by AI
  • Q2. WHAT IS ER Dia?
  • Ans. 

    ER Dia stands for Entity-Relationship Diagram, a visual representation of entities and their relationships in a database.

    • ER Dia is used to design databases by showing the entities (such as customers, products, orders) and the relationships between them.

    • Entities are represented as rectangles, relationships as diamonds, and attributes as ovals.

    • For example, in a library database, you may have entities like 'Book', 'Author...

  • Answered by AI

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Jobs at Leena AI

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

I applied via Job Portal and was interviewed in May 2023. 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 tips
Round 2 - HR 

(1 Question)

  • Q1. Mainly about introduction and past experience, salary discussion etc
Round 3 - One-on-one 

(3 Questions)

  • Q1. (Deepak Rahl was the interview) Intro, Past experience, KPI's, Salary package,
  • Q2. Past experience and the reason for the switch
  • Q3. Current KPI's and salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be able to In person QBRs for the clients in the US and AU. So be ready to travel it may not show up on the JD though

Customer Success Manager Interview Questions asked at other Companies

Q1. How do you manage if 2 or 3 or even more tasks spontaneously are assigned upon?
View answer (2)

Project Lead Interview Questions & Answers

user image Anonymous

posted on 13 Aug 2024

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

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced project lead with a background in software development and a passion for leading teams to success.

    • Over 5 years of experience in project management

    • Strong background in software development and coding languages such as Java and Python

    • Proven track record of successfully leading teams to meet project deadlines and deliver high-quality results

  • Answered by AI

Project Lead Interview Questions asked at other Companies

Q1. PowerBuilder 1. How to build app in one click? 2. How to read data from web page? 3. Have you used any PDF tools 4. How to save data from datawindow to XML 5. How to read mail from Outlook 6. How you migrate to new version.net SQL 1. Perfor... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Feb 2023. There were 3 interview rounds.

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 - One-on-one 

(1 Question)

  • Q1. Technical Questions regarding revenue like ARR, NPS Score etc.
Round 3 - One-on-one 

(1 Question)

  • Q1. In depth discussion around the last experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep all your data ready in terms of the last job. The last round was with the co-founder, he is not a very experienced fellow and expects the job role to be the same as the last company, which will generally never be the case. This after the resume was shared as the first step itself.

Customer Success Manager Interview Questions asked at other Companies

Q1. How do you manage if 2 or 3 or even more tasks spontaneously are assigned upon?
View answer (2)

Lead Interview Questions & Answers

user image Anonymous

posted on 24 Mar 2023

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

I applied via Referral and was interviewed before Mar 2022. There were 6 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 - HR 

(1 Question)

  • Q1. Whats your strongest suit?
  • Ans. 

    My strongest suit is my ability to effectively communicate and collaborate with team members.

    • Excellent communication skills

    • Strong collaboration and teamwork

    • Active listening and empathy

    • Ability to convey complex ideas clearly

    • Experience in facilitating meetings and discussions

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What do you know about SaaS Industry?
  • Ans. 

    SaaS stands for Software as a Service. It is a cloud-based software delivery model where users can access software applications over the internet.

    • SaaS eliminates the need for users to install and maintain software on their own computers.

    • It allows for easy scalability and flexibility as users can easily upgrade or downgrade their subscription plans.

    • Examples of popular SaaS companies include Salesforce, Dropbox, and Zoom...

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

(1 Question)

  • Q1. Explain about a difficult client you had to navigate without a churn?
  • Ans. 

    Successfully navigated a difficult client without churn

    • Established clear communication channels with the client

    • Listened actively to the client's concerns and addressed them promptly

    • Provided regular updates and progress reports to keep the client informed

    • Offered personalized solutions and tailored services to meet the client's specific needs

    • Built a strong relationship based on trust and mutual understanding

    • Implemented e...

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. How do you work with non performing people?
  • Ans. 

    When working with non-performing people, I focus on understanding their challenges, providing support and guidance, setting clear expectations, and offering opportunities for improvement.

    • Take time to understand the reasons behind their non-performance

    • Provide support and guidance to help them overcome their challenges

    • Set clear expectations and communicate them effectively

    • Offer opportunities for improvement through train...

  • Answered by AI
  • Q2. Did you have to let go off of any one from your team? How did you do it?
  • Ans. 

    Yes

    • Yes, I had to let go of a team member due to performance issues.

    • I followed a structured process to address the situation.

    • First, I provided clear feedback and set performance improvement goals.

    • I offered support and resources to help the team member improve.

    • Regular check-ins were conducted to monitor progress.

    • Unfortunately, despite our efforts, the team member did not meet the expectations.

    • I had a candid conversation ...

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

(1 Question)

  • Q1. Why should we pay you xx Lakhs?
  • Ans. 

    I bring a unique set of skills and experience that will add value to the company and contribute to its growth.

    • My experience in the field and my track record of success make me a valuable asset to the company.

    • I have a proven ability to lead teams and drive results, which will benefit the company's bottom line.

    • My skills and expertise will allow me to make a significant contribution to the company's growth and success.

    • I a...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Leena AI Lead interview:
  • Linkedin
Interview preparation tips for other job seekers - Be open. Talk whats on your mind. Do not share very minute personal details. Only share a global view of things. The more you share, the more questions get asked on those personal details.

Skills evaluated in this interview

Lead Interview Questions asked at other Companies

Q1. Why should we pay you xx Lakhs?
View answer (1)

Leena AI Interview FAQs

How many rounds are there in Leena AI interview?
Leena AI interview process usually has 2-3 rounds. The most common rounds in the Leena AI interview process are One-on-one Round, HR and Resume Shortlist.
How to prepare for Leena AI 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 Leena AI. The most common topics and skills that interviewers at Leena AI expect are CRM, Lead Generation, Cold Calling, Sales Development and SAAS.
What are the top questions asked in Leena AI interview?

Some of the top questions asked at the Leena AI interview -

  1. 5) Find out the heavier ball from 8 identical ball of which one is heavier usin...read more
  2. Why should we pay you xx Lak...read more
  3. What is the default credit term given on a invoice as per MSME a...read more
How long is the Leena AI interview process?

The duration of Leena AI interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Leena AI Interview Process

based on 14 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Vyapar Interview Questions
3.5
 • 48 Interviews
Gupshup Interview Questions
3.7
 • 31 Interviews
Classplus Interview Questions
3.4
 • 27 Interviews
Fleetx.io Interview Questions
3.9
 • 26 Interviews
yellow.ai Interview Questions
3.1
 • 17 Interviews
Jio Haptik Interview Questions
3.4
 • 12 Interviews
Engati Interview Questions
2.4
 • 10 Interviews
View all

Leena AI Reviews and Ratings

based on 109 reviews

3.1/5

Rating in categories

3.1

Skill development

3.0

Work-life balance

3.4

Salary

3.0

Job security

3.1

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 109 Reviews and Ratings
Recruitment Coordinator

Gurgaon / Gurugram

2-4 Yrs

Not Disclosed

Product Support Engineer

Gurgaon / Gurugram

2-6 Yrs

Not Disclosed

Sales Development Representative (SDR) : SaaS Experience

Gurgaon / Gurugram

2-7 Yrs

Not Disclosed

Explore more jobs
Chat Bot Developer
30 salaries
unlock blur

₹7 L/yr - ₹19.3 L/yr

Customer Success Manager
21 salaries
unlock blur

₹7 L/yr - ₹26 L/yr

Senior Software Engineer
16 salaries
unlock blur

₹18.9 L/yr - ₹55 L/yr

Software Engineer
15 salaries
unlock blur

₹16.3 L/yr - ₹31 L/yr

Artificial Intelligence Analyst
8 salaries
unlock blur

₹4.2 L/yr - ₹8 L/yr

Explore more salaries
Compare Leena AI with

Jio Haptik

3.4
Compare

yellow.ai

3.1
Compare

Engati

2.4
Compare

Uniphore Software Systems

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