Upload Button Icon Add office photos
Engaged Employer

i

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

LEO 1 Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

LEO 1 Interview Questions and Answers

Updated 28 Aug 2024

LEO 1 Interview Experiences

Popular Designations

3 interviews found

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

I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Introduce about youself
  • Q2. Explain your role in previous company ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Feel free to present yourself at any tough situation

Administration Executive Interview Questions asked at other Companies

Q1. Given a scenario where a supplier is delaying the delivery of the agreed service or products, how would you draft an email to them?
View answer (3)

Coordinator Interview Questions & Answers

user image Anonymous

posted on 25 Jul 2024

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

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - HR 

(4 Questions)

  • Q1. Basic Introduction
  • Q2. About you experiences
  • Q3. Educational & Family Backgrounds
  • Q4. Salary Expectations
Round 2 - One-on-one 

(3 Questions)

  • Q1. Basic Introduction educational Qualifications
  • Q2. Experiences and skill
  • Q3. Abilities to do task on time
  • Ans. 

    I have strong time management skills and prioritize tasks effectively to ensure they are completed on time.

    • Prioritize tasks based on deadlines and importance

    • Break down tasks into smaller steps to manage time effectively

    • Use tools such as calendars and to-do lists to stay organized

    • Set realistic timelines and adjust as needed

    • Communicate with team members to coordinate deadlines and ensure timely completion

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just answer correctly and counter every question answer

Coordinator Interview Questions asked at other Companies

Q1. If you have profits in one hand and employees satisfaction on another, which one you would choose?
View answer (3)
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 Jul 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic questions like name quality introduction
Round 2 - Aptitude Test 

About skills and experience what I have

Project Management Intern Interview Questions asked at other Companies

Q1. How good are you with using excel (Solver, what if analysis, Pivot charts) and are you comfortable with the following features?
View answer (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Javascript,html, CSS and MySQL

Round 2 - Technical 

(2 Questions)

  • Q1. Basic NodeJs and MySQL questions,scenario-based technical questions and basic interview questions
  • Q2. What is an event loop, The second highest from the table
  • Ans. 

    An event loop is a programming construct that waits for and dispatches events or messages in a program.

    • Event loop is commonly used in asynchronous programming to handle tasks like I/O operations without blocking the main thread.

    • It continuously checks for events in a queue and processes them one by one.

    • Examples of event loops include Node.js event loop for handling asynchronous operations in JavaScript.

    • Event loop helps ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Basic nodejs and SQL queries question
Round 4 - Behavioral 

(1 Question)

  • Q1. Basic interview question and technology based

Interview Preparation Tips

Topics to prepare for Airpay Payment Services Senior Software Engineer interview:
  • nodejs
  • MySQL
  • restapi
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2022. 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 - One-on-one 

(2 Questions)

  • Q1. Basic angular and javascript concepts
  • Q2. Life cycle of angular
  • Ans. 

    Angular has a life cycle consisting of several phases that a component goes through from creation to destruction.

    • Angular components go through several life cycle hooks such as ngOnInit, ngOnDestroy, etc.

    • ngOnInit is called after the component has been initialized and its data-bound properties have been checked.

    • ngOnDestroy is called just before the component is destroyed.

    • Other life cycle hooks include ngOnChanges, ngDoCh...

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

(1 Question)

  • Q1. Advanced angular and javascript concepts
Round 4 - One-on-one 

(1 Question)

  • Q1. Advanced javascript html css typescript
Round 5 - HR 

(1 Question)

  • Q1. Common questions on salary expectations and explain about benefits

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hour - Reverse linked list k at a time

Round 2 - Technical 

(2 Questions)

  • Q1. Java 8 stream setup
  • Ans. 

    Java 8 stream setup involves creating a stream from a collection or array and applying operations like filter, map, and reduce.

    • Create a stream from a collection using stream() method

    • Apply operations like filter, map, and reduce to process elements

    • Use terminal operations like collect or forEach to get the final result

  • Answered by AI
  • Q2. CAP Theorem explanation wanted
  • Ans. 

    CAP Theorem states that in a distributed system, it is impossible to simultaneously achieve consistency, availability, and partition tolerance.

    • Consistency: All nodes in the system have the same data at the same time.

    • Availability: Every request gets a response, even if some nodes are down.

    • Partition Tolerance: The system continues to operate despite network partitions.

    • Examples: MongoDB prioritizes consistency and partiti...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. DP on Stock buy n sell
  • Ans. 

    Implement a dynamic programming solution for stock buy and sell problem.

    • Use dynamic programming to find the maximum profit by buying and selling stocks.

    • Keep track of the minimum stock price seen so far and update the maximum profit accordingly.

    • Consider edge cases like no profit or negative profit.

    • Example: Input [7, 1, 5, 3, 6, 4], Output 5 (buy at 1, sell at 6)

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Interview 

(2 Questions)

  • Q1. Dynamo db working style
  • Ans. 

    DynamoDB is a fully managed NoSQL database service provided by AWS, designed for high performance and scalability.

    • DynamoDB is schema-less, allowing for flexible data models

    • It offers high availability and durability through replication and automatic backups

    • DynamoDB uses primary keys for data retrieval, with optional secondary indexes for querying

    • It supports ACID transactions for consistency and reliability

    • DynamoDB is de...

  • Answered by AI
  • Q2. Function vs method
  • Ans. 

    A function is a standalone block of code that can be called independently, while a method is a function that is associated with a class or object.

    • Functions are standalone blocks of code, while methods are functions associated with classes or objects.

    • Functions can be called independently, while methods are called on specific instances of classes or objects.

    • Functions are defined outside of classes, while methods are defi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview is fine, but they rejected
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The first round was a coding test, which was outsourced to an external vendor. I was asked 2 basic DSA questions, and there was discussions around the time and space complexity, and scope of optimizing the solutions. Post that there were a few questions around Spring Boot features and basic system design. The interviewer was professional throughout the interview, and the interview process felt more like a discussion, as compared to the standard interview process.

Round 2 - Coding Test 

There was another round of coding - this time conducted by the organization itself. It consisted of a medium level DSA question on stacks. I wrote the code on my personal IDE and executed it there itself. The interviewer discussed about the possible edge cases and how I would deal with them. Post solving the question I was asked about my previous projects.

Round 3 - Technical 

(3 Questions)

  • Q1. Discuss in detail about a scenario where a challenging production issue was handled.
  • Q2. What are your responsibilities as a senior / team lead in the current organization?
  • Q3. How did you handle conflicts with junior engineers and reporting managers?
Round 4 - Group Discussion 

This was the final round where the discussion was largely around system design and HLD. It started off with questions are system design patterns and concepts. Then I was asked to design a booking design, with discussions around concurrency control and transaction management.

Interview Preparation Tips

Interview preparation tips for other job seekers - The coding questions were easy-medium, so strong basics is important. Be prepared to talk about previous projects in detail. A good knowledge on system design concepts is a must.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. About previous work done

LEO 1 Interview FAQs

How many rounds are there in LEO 1 interview?
LEO 1 interview process usually has 1-2 rounds. The most common rounds in the LEO 1 interview process are HR, One-on-one Round and Aptitude Test.
How to prepare for LEO 1 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 LEO 1. The most common topics and skills that interviewers at LEO 1 expect are B2B Sales, Bfsi Sales, Sales, Accounting and Budgeting.
What are the top questions asked in LEO 1 interview?

Some of the top questions asked at the LEO 1 interview -

  1. Abilities to do task on t...read more
  2. Basic questions like name quality introduct...read more
  3. Basic Introduction educational Qualificati...read more

Tell us how to improve this page.

LEO 1 Interview Process

based on 4 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

CapitalOne Interview Questions
3.7
 • 79 Interviews
Jodo Interview Questions
3.6
 • 22 Interviews
OneCard Interview Questions
3.5
 • 21 Interviews
Credgenics Interview Questions
3.5
 • 18 Interviews
Oportun Interview Questions
3.6
 • 11 Interviews
Prosperr.io Interview Questions
3.8
 • 11 Interviews
PolicyX.com Interview Questions
3.2
 • 10 Interviews
Namaste Credit Interview Questions
3.4
 • 10 Interviews
View all

LEO 1 Reviews and Ratings

based on 41 reviews

4.1/5

Rating in categories

4.0

Skill development

4.2

Work-life balance

3.8

Salary

3.4

Job security

4.0

Company culture

3.7

Promotions

4.0

Work satisfaction

Explore 41 Reviews and Ratings
Assistant Relationship Manager
6 salaries
unlock blur

₹2.9 L/yr - ₹4.1 L/yr

Full Stack Developer
6 salaries
unlock blur

₹12.5 L/yr - ₹19.9 L/yr

Software Engineer
5 salaries
unlock blur

₹6 L/yr - ₹9.2 L/yr

Product Manager
5 salaries
unlock blur

₹21.5 L/yr - ₹23 L/yr

Operations Executive
4 salaries
unlock blur

₹3.1 L/yr - ₹3.5 L/yr

Explore more salaries
Compare LEO 1 with

Fino Paytech

3.9
Compare

Wibmo

3.2
Compare

OneCard

3.5
Compare

ROI NET Solution

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