Upload Button Icon Add office photos

Filter interviews by

Lokal App Analyst Interview Questions and Answers

Updated 11 Oct 2024

Lokal App Analyst Interview Experiences

1 interview found

Analyst Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2024

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

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

Round 1 - Aptitude Test 

Basic Maths with topics like Time and Distance, Distribution

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard and give your best as it matters

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Details of past roles
Round 2 - Aptitude Test 

15 mins aptitude test

Round 3 - Case Study 

Case study on the role

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy process to follow. Turnaround is quick
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. There was just 1 to on chatting - i believe the interviewer himself doesn't know anything
  • Q2. What's your name?
  • Q3. Previous job detials
  • Q4. Expectations in this company

Interview Preparation Tips

Interview preparation tips for other job seekers - do not apply to this company - worst company ever

I was interviewed in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself tell me about your internship My interview was unstructured(i.e based on your reply interviewer was asking Questions)

Interview Preparation Tips

Round: Test
Experience: Questions were very difficult and solving one Question gets you shortlisted for interview
I don't remember the Questions
Duration: 1 hour 30 minutes
Total Questions: 2

Skills: Internship Work, Inter Person Communication Skills
College Name: IIT Roorkee
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

(1 Question)

  • Q1. Merge Sort based question
Round 3 - Technical 

(1 Question)

  • Q1. DP based question
Round 4 - Behavioral 

(1 Question)

  • Q1. Design API Rate Limiter
  • Ans. 

    Design an API rate limiter to control the number of requests a user can make within a certain time frame.

    • Implement a token bucket algorithm to track and limit the number of requests per user.

    • Set a maximum limit of requests per user per time frame (e.g. 100 requests per hour).

    • Use a sliding window to track the requests and reset the limit after the time frame expires.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just medium leetcode questions

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Sep 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 - Technical 

(2 Questions)

  • Q1. DSA round and medium level
  • Q2. Merge sort type/variation
Round 3 - Technical 

(1 Question)

  • Q1. Data Structure and Algorithms
Round 4 - Technical 

(1 Question)

  • Q1. System Design LLD round

I was interviewed in May 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

This round consisted of DSA questions and they were looking for good coding practices.

  • Q1. 

    Aggressive Cows Problem Statement

    Given an array representing positions of stalls and an integer ‘K’ representing the number of aggressive cows, determine the largest minimum distance between any two cows ...

  • Ans. 

    The problem is to assign aggressive cows to stalls in a way that maximizes the minimum distance between any two cows.

    • Sort the array of stall positions in ascending order.

    • Use binary search to find the largest minimum distance between cows.

    • Check if it is possible to assign cows with this minimum distance by iterating through the sorted array.

    • If it is possible, update the maximum distance and continue binary search for a ...

  • Answered by AI
  • Q2. 

    Next Greater Element Problem Statement

    Given a list of integers of size N, your task is to determine the Next Greater Element (NGE) for every element. The Next Greater Element for an element X is the firs...

  • Ans. 

    The task is to find the next greater element for each element in the given array.

    • Iterate through the array from right to left.

    • Use a stack to keep track of the elements that are greater than the current element.

    • For each element, pop elements from the stack until a greater element is found or the stack is empty.

    • If a greater element is found, it is the next greater element for the current element.

    • If the stack becomes empt...

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 Minutes
Round difficulty - Easy

This round consisted of React related questions, javascript questions.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from J.C. Bose University of Science and Technology, YMCA. I applied for the job as SDE - 1 in BangaloreEligibility criteriaNeed projects in Front endShareChat interview preparation:Topics to prepare for the interview - Data Structures , Javascript , Algorithms , Object Oriented Programming ,Data Base Management System,OSTime required to prepare for the interview - 12 MonthsInterview preparation tips for other job seekers

Tip 1 : Write Production ready code in during the interview
Tip 2 : Study about subjects well.

Application resume tips for other job seekers

Tip 1 : Have good explanations of projects.
Tip 2 : Mention about problem solving skills.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was a DSA ALGO Medium round

Round 2 - Technical 

(1 Question)

  • Q1. Design an analytics system
  • Ans. 

    Designing an analytics system for data analysis and visualization

    • Define the goals and objectives of the analytics system

    • Identify the data sources and types of data to be collected

    • Choose appropriate tools and technologies for data processing and analysis

    • Design a data model and architecture for storing and accessing data

    • Implement data visualization techniques for presenting insights to users

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. General HR questions about salary, workstyle, motivation etc

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Basic stack and array questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Design question on creating a funnel for referral approvals in company
  • Q2. Which DB is the best choice
  • Ans. 

    There is no one-size-fits-all answer to which DB is the best choice, as it depends on the specific requirements of the project.

    • Consider the type of data being stored (structured, unstructured, etc.)

    • Evaluate the scalability and performance needs of the project

    • Take into account the budget and resources available for maintenance and support

    • Look at the existing technology stack and compatibility with other systems

    • Consider ...

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

(1 Question)

  • Q1. Creating feed of fb with ads integrated
  • Ans. 

    Integrate ads into Facebook feed for monetization

    • Utilize Facebook Audience Network for ad integration

    • Implement native ads for seamless user experience

    • Use targeting options to display relevant ads to users

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell about event loop.
  • Ans. 

    Event loop is a mechanism in programming that allows for asynchronous execution of code by continuously checking for and handling events.

    • Event loop is commonly used in JavaScript to handle asynchronous operations.

    • It allows for non-blocking I/O operations by delegating tasks to the operating system.

    • Event loop continuously checks the event queue for any pending events and executes them in a sequential manner.

    • Example: In ...

  • Answered by AI

Skills evaluated in this interview

Lokal App Interview FAQs

How many rounds are there in Lokal App Analyst interview?
Lokal App interview process usually has 1 rounds. The most common rounds in the Lokal App interview process are Aptitude Test.

Tell us how to improve this page.

Lokal App Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

ShareChat Interview Questions
3.6
 • 77 Interviews
Cogoport Interview Questions
2.9
 • 53 Interviews
Treebo Hotels Interview Questions
3.2
 • 22 Interviews
Simpl Interview Questions
2.8
 • 17 Interviews
Inshorts Interview Questions
3.9
 • 16 Interviews
EazyDiner Interview Questions
3.2
 • 14 Interviews
KrazyBee Interview Questions
3.7
 • 14 Interviews
TripFactory Interview Questions
2.0
 • 13 Interviews
View all
Business Analyst
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Content Writer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Production Analyst
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Product Manager
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Digital Marketing Executive
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Lokal App with

Dailyhunt

3.6
Compare

Inshorts

3.9
Compare

ShareChat

3.6
Compare

Pratilipi

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