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

Filter interviews by

Leena AI Software Engineer Interview Questions and Answers

Updated 20 Jun 2024

Leena AI Software Engineer Interview Experiences

1 interview found

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

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: PAPER DURATION: 3 hours
NO. OF QUESTIONS: 2 (20 marks each)
MAXIMUM MARKS: 20*2 = 40 marksQUESTION 1:
JSON Prettier:-Write a program which takes JSON as input and gives prettified JSONYou need to read JSON from STDIN. Input gives one line of uglified JSON.Output should be formatted JSON. Check the standard output link.Use 2 white spaces (not‘\t’) for one indentation.SAMPLE INPUT:{“group” : {list : [1,2,3]}, “list” : [“a”,”b”,”c”]}SAMPLE OUTPUT:{“group” : {List : [1,2,3]},“list” : [“a”,”b”,”c”]}EXPLANATION: Input will be uglifiedjson in one line and output will be prettified format of that. QUESTION 2:XML parse plus series computationEvaluate an expression given in XML format. Keys will be Expr- contains the entire expression. Elem – contains the digit, sum, Prod- contains two or more keys whose evaluation needs to be summed or multiplied respectively. Sub will contain 2 keys or more, where the second key onwards will have to be subtracted from the first one. Div- will contain 2 keys in which first key will need to be divided by second. SAMPLE INPUT:4673 SAMPLE OUTPUT:
20EXPLANATION:Input will be xml file through standard input. End of xml file marked by .
Duration: 180 minutes
Total Questions: 2

College Name: NA
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Carbon footprint and ways to achieve

Round 2 - Coding Test 

1. which data structure is used to create an editor?

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Given 5 coding questions to be solved in an hour

Round 2 - Technical 

(1 Question)

  • Q1. Asked questions on coding, machine learning, deep learning, Natural language processing and LLMs
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2022. There were 4 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 - Coding Test 

Chrome and Firefox Browser automation

Round 3 - Assignment 

Log file tail last n lines where n is configurable. Followup question on how you can optimize it further incase log file size is in TBs and incase it is cluster of servers

Round 4 - Technical 

(4 Questions)

  • Q1. Detailed Technical background check and discussion on past projects.
  • Q2. Messaging queue and best practices
  • Ans. 

    Messaging queues are used to manage asynchronous communication between different components of a system.

    • Use a reliable messaging queue system like RabbitMQ or Apache Kafka

    • Ensure messages are properly formatted and serialized

    • Implement message acknowledgement and retry mechanisms

    • Monitor queue health and performance

    • Consider message ordering and partitioning for scalability

    • Avoid long-running tasks in message handlers

  • Answered by AI
  • Q3. Binary Search Tree twisted question
  • Q4. Map Reduce concept for solving dictionary keywords
  • Ans. 

    MapReduce is a programming model for processing large data sets in parallel.

    • MapReduce divides the input data into chunks and processes them in parallel.

    • It consists of two phases: Map and Reduce.

    • Map function takes input data and converts it into key-value pairs.

    • Reduce function takes the output of Map as input and combines the values with the same key.

    • It is used for solving dictionary keywords by mapping each word to a k

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on above 2 rounds, they seem to keep their round formats same

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

MCQ based Questions from topics of DSA , web development

Round 2 - Asked to live code a unix comman 

(1 Question)

  • Q1. Asked us to live code tail -f unix command
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Machine coding round

Round 2 - Technical 

(2 Questions)

  • Q1. TCP/IP related questions, what happens when you search a webpage?
  • Q2. Past projects discussions
Round 3 - HR 

(1 Question)

  • Q1. Behavioural questions on how would you tackle a particular scenario
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Normal 3 leetcode medium questions

Round 2 - Assignment 

Machine coding round to design tail -f

Round 3 - One-on-one 

(2 Questions)

  • Q1. Questions on internal working of os
  • Q2. Questions on projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
-

I applied via Naukri.com

Round 1 - Coding Test 

MCQ test based on Java,if you are confident with the basics of Java you could easily crack it

Round 2 - Technical 

(1 Question)

  • Q1. Based on classes,super key word
Round 3 - HR 

(1 Question)

  • Q1. It was also a technical round though termed as manager round

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with basics,it pulls you to the end of the interview.Be clear and be concise.Perform well by being honest.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Naukri.com

Round 1 - Coding Test 

1. How to make an immutable class?
2.How to achieve loosely coupling?
3. Write an program to to print the 2 table like this upto 10 (2 × 1 = 2) like this pattern in java?
4. Remove duplicates from an integer array and sort in descending order multiple by 2 find the number count that are greater then 10 ?
5. Some basic of oops concept ?

Interview Preparation Tips

Interview preparation tips for other job seekers - I have no additional comments; my experience with Servion was very smooth.

Leena AI Interview FAQs

How many rounds are there in Leena AI Software Engineer interview?
Leena AI interview process usually has 1 rounds. The most common rounds in the Leena AI interview process are Technical.
What are the top questions asked in Leena AI Software Engineer interview?

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

  1. What is ACID Pr...read more
  2. WHAT IS ER D...read more

Tell us how to improve this page.

Leena AI Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Leena AI Software Engineer Salary
based on 15 salaries
₹16.3 L/yr - ₹31 L/yr
118% more than the average Software Engineer Salary in India
View more details

Leena AI Software Engineer Reviews and Ratings

based on 6 reviews

4.5/5

Rating in categories

4.1

Skill development

3.7

Work-life balance

4.0

Salary

4.6

Job security

3.6

Company culture

4.1

Promotions

4.0

Work satisfaction

Explore 6 Reviews and Ratings
Chat Bot Developer
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Success Manager
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Development Representative
11 salaries
unlock blur

₹0 L/yr - ₹0 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