Upload Button Icon Add office photos

Koo App

Compare button icon Compare button icon Compare

Filter interviews by

Koo App Interview Questions and Answers

Updated 28 Sep 2024
Popular Designations

Koo App Interview Experiences

5 interviews found

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

I applied via Approached by Company and was interviewed in Dec 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 - HR 

(1 Question)

  • Q1. What are you looking for at Koo?
  • Ans. Fast moving, growth opportunity, big impact and responsibilities
  • Answered Anonymously
Round 3 - Technical 

(3 Questions)

  • Q1. 1. Max Sum subarray 2. Detect loop in linked list
  • Ans. 

    Two technical questions related to algorithms and data structures.

    • Max Sum subarray: Find the contiguous subarray with the largest sum. Kadane's algorithm is a popular solution.

    • Detect loop in linked list: Use two pointers, one moving at twice the speed of the other. If they meet, there is a loop.

  • Answered by AI
  • Q2. 1. How is session authenticated in facebook and other websites when we login? 2. How to store large databases? Hashing related.
  • Ans. 

    Session authentication in websites and storing large databases using hashing.

    • Session authentication in websites involves creating a unique session ID for each user upon login and storing it in a cookie or server-side session storage.

    • The session ID is then used to authenticate subsequent requests from the user.

    • Large databases can be stored using hashing techniques such as sharding, consistent hashing, and hash tables.

    • Sh...

  • Answered by AI
  • Q3. 1. Binary Search tree and B+ trees difference
  • Ans. 

    Binary search trees are used for searching and sorting data, while B+ trees are used for indexing and storing data.

    • Binary search trees have a maximum of two children per node, while B+ trees have multiple children per node.

    • Binary search trees are best for small datasets, while B+ trees are better for large datasets.

    • Binary search trees have a faster search time, while B+ trees have a faster insertion and deletion time.

    • B...

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. 1. Dynamic Programming on Longest Pallindromic Subsequence 2. Greedy Algorithm for Job Scheduling 3. DFS related graph problem
  • Q2. 1. Current company role 2. Most Challenging aspect

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Data Structures and Algorithms properly. Know your resume in and out.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Basic Kotlin and Android
  • Q2. MVVM clean Architecutres
Round 2 - Technical 

(3 Questions)

  • Q1. About Jetpack Compose
  • Q2. Kotlin Coroutines
  • Q3. Android App Security

Team Lead Interview Questions & Answers

user image Anonymous

posted on 27 Apr 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell us about your previous work experiences.
Round 2 - Assignment 

To check how customer centric

Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Sde1 Interview Questions & Answers

user image Anonymous

posted on 5 Jun 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

I have been asked 1 DSA question and 1 SQL question as the company came for campus recruitment.

Round 2 - Technical 

(3 Questions)

  • Q1. Discussion on Java and its fundamentals.
  • Q2. Dynamic Programming question.
  • Q3. Discussion over projects.
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions like why you want to join us and all.

Team Lead Interview Questions & Answers

user image Anonymous

posted on 23 Sep 2022

I applied via LinkedIn and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Guys , this operation manager only ask your experience-based question.
  • Q2. Make sure what you guys mentioned on your CV, please elaborate properly with projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare self introduction more than enough to get this company job

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Koo App?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Qualification and job profile
Round 2 - One-on-one 

(1 Question)

  • Q1. Managerial round
Round 3 - Technical 

(1 Question)

  • Q1. Senior manager round
Round 4 - Group Discussion 

Client round and process related questions

I applied via Indeed and was interviewed before Jun 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Business problems and case studies
  • Q2. Guesstimates
  • Q3. Experience to date
  • Ans. 

    I have 3 years of experience working as a Data Analyst in the finance industry.

    • Analyzed financial data to identify trends and make recommendations

    • Created reports and dashboards using tools like Tableau and Excel

    • Collaborated with cross-functional teams to improve data quality and accuracy

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Use your basic aptitude.
Are these interview questions helpful?

I applied via Naukri.com and was interviewed before Feb 2021. There were 2 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 - Group Discussion 

Market related question

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep knowledge in advance. Marketing and sales related.

I applied via Recruitment Consultant and was interviewed in Aug 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Questions only, Oops concept, Android basic questions, work manager related, MVVM pattern, why kotlin?

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a well-motivated place in terms of work, they are really making the best use of technology that they can. The interview can be clarified by someone who has clear basics of technology, how things are really moving in technology. They are only examining the basics of technology.

Interview Questionnaire 

1 Question

  • Q1. Three 2d matrix questions in first round from leetcode. One was simple dp question. Two questions in second round one questions was on trees. One questions was of strings. In third round which was engineer...

Koo App Interview FAQs

How many rounds are there in Koo App interview?
Koo App interview process usually has 2-3 rounds. The most common rounds in the Koo App interview process are Technical, HR and Resume Shortlist.
How to prepare for Koo App 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 Koo App. The most common topics and skills that interviewers at Koo App expect are Database Testing, Android, Sharepoint, Supervision and Case.
What are the top questions asked in Koo App interview?

Some of the top questions asked at the Koo App interview -

  1. 1. How is session authenticated in facebook and other websites when we login? 2...read more
  2. 1. Binary Search tree and B+ trees differe...read more
  3. 1. Max Sum subarray 2. Detect loop in linked l...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.2/5

based on 5 interview experiences

Difficulty level

Moderate 50%
Hard 50%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

MagicPin Interview Questions
2.6
 • 56 Interviews
Park Plus Interview Questions
2.9
 • 47 Interviews
Tokopedia Interview Questions
4.1
 • 26 Interviews
CoLive Interview Questions
3.3
 • 25 Interviews
Meritto Interview Questions
3.5
 • 24 Interviews
JUSPAY Interview Questions
3.3
 • 23 Interviews
AstroTalk Interview Questions
3.4
 • 23 Interviews
Furlenco Interview Questions
3.5
 • 21 Interviews
View all

Koo App Reviews and Ratings

based on 31 reviews

2.8/5

Rating in categories

3.0

Skill development

2.4

Work-life balance

2.6

Salary

2.1

Job security

2.3

Company culture

1.9

Promotions

2.9

Work satisfaction

Explore 31 Reviews and Ratings
Operations Manager
8 salaries
unlock blur

₹11 L/yr - ₹20 L/yr

growth manager
5 salaries
unlock blur

₹12 L/yr - ₹16 L/yr

Director Media
5 salaries
unlock blur

₹37 L/yr - ₹37 L/yr

SDE (Software Development Engineer)
5 salaries
unlock blur

₹15 L/yr - ₹18 L/yr

Product Manager
5 salaries
unlock blur

₹20 L/yr - ₹30.5 L/yr

Explore more salaries
Compare Koo App with

MagicPin

2.5
Compare

Awign Enterprises

3.8
Compare

Nestaway

3.8
Compare

Ketto

4.0
Compare
write
Share an Interview