Upload Button Icon Add office photos

Filter interviews by

Kuaishou Tech Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. What is just dial
  • Ans. 

    Just Dial is an Indian search engine and local business directory that provides information about businesses and services in various cities across India.

    • Just Dial allows users to search for businesses and services based on their location and category.

    • It provides contact information, user reviews, ratings, and photos of the businesses listed.

    • Just Dial also offers advertising services to businesses to promote their servi...

  • Answered by AI
  • Q2. Just dial is the marketing platform

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Sql questions based on group by , windows functions , functions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Understand the role very clearly.

Interview Questionnaire 

1 Question

  • Q1. They asked 3 Coding questions and 5 MCQ all of them were very simple. One was related to fibbonaci. Another one was like there was 2d array and at i,j sum till row i and sum till j was given and all the el...

Interview Preparation Tips

Interview preparation tips for other job seekers - I got all three questions correct and also I got a call from recruiter saying that be prepared for interview at tuesday but when i tried calling, He wasn't picking it up. Overall, It was a pathetic experience.

I appeared for an interview before Nov 2019.

Interview Questionnaire 

6 Questions

  • Q1. Visualize a Uber database of drivers and riders(users) and write a SQL query to get the top 100 drivers by city.
  • Ans. 

    SQL query to get top 100 Uber drivers by city

    • Join drivers and users tables on city

    • Aggregate driver ratings and count of rides

    • Order by rating and count of rides

    • Limit to top 100

  • Answered by AI
  • Q2. How do you optimize the listing of Restaurants on Swiggy?
  • Ans. 

    Optimizing the listing of Restaurants on Swiggy involves using data-driven strategies to improve visibility, relevance, and user experience.

    • Analyze user behavior and preferences to understand their needs and preferences

    • Implement a ranking algorithm based on factors like ratings, reviews, popularity, and delivery time

    • Optimize search functionality to ensure accurate and relevant results

    • Collaborate with restaurants to imp...

  • Answered by AI
  • Q3. What are the major differences between a Linear Regression and a Logistic Regression?
  • Ans. 

    Linear Regression is used for continuous data while Logistic Regression is used for categorical data.

    • Linear Regression predicts continuous values while Logistic Regression predicts probabilities.

    • Linear Regression uses a straight line to fit the data while Logistic Regression uses an S-shaped curve.

    • Linear Regression uses Mean Squared Error as the cost function while Logistic Regression uses Log Loss.

    • Linear Regression is...

  • Answered by AI
  • Q4. What is the Bias Variance trade-off and name some models with high bias and low variance?
  • Ans. 

    Bias-Variance trade-off is the balance between overfitting and underfitting. High bias models are simple but inaccurate, low variance models are complex but overfit.

    • Bias-Variance trade-off is a fundamental concept in machine learning.

    • High bias models are simple and have low variance, but are inaccurate.

    • Low bias models are complex and have high variance, but can overfit the data.

    • Examples of high bias models are linear r...

  • Answered by AI
  • Q5. A car manufacturer has observed a decline in profits by 40% year over year. What would be the possible reasons for this?
  • Ans. 

    Possible reasons for a car manufacturer's decline in profits by 40% year over year

    • Decreased demand for cars due to economic downturn

    • Increased competition from other car manufacturers

    • Rising production costs and expenses

    • Decline in consumer confidence and spending

    • Changes in government regulations impacting the automotive industry

  • Answered by AI
  • Q6. If you have 100 unbiased coins and one of them is defective. You have a weighing balance to check the weight of the coins. What is the minimum number of times you need to weigh the coins to identify the de...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the projects which you have worked upon. Practice case studies on varied businesses from a problem-solving perspective with an analytical approach.

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Jun 2021. There were 2 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 - Group Discussion 

Public vs Govt sector

Interview Preparation Tips

Interview preparation tips for other job seekers - GOOD COMMUNICATION SKILLS AND VERBAL AND WRITTEN

I applied via Referral and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Work experiance and process knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join this company very bad work culture

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

2 coding questions and 20 mcq
 

  • Q1. 

    Rotting Oranges Problem Statement

    You are given a grid containing oranges where each cell of the grid can contain one of the three integer values:

    • 0 - representing an empty cell
    • 1 - representing a fre...
  • Ans. 

    Find the minimum time required to rot all fresh oranges in a grid.

    • Use Breadth First Search (BFS) to simulate the rotting process.

    • Track the time taken to rot all oranges and return -1 if any fresh oranges remain.

    • Handle edge cases like no fresh oranges or all oranges already rotten.

    • Consider using a queue to efficiently process adjacent oranges.

    • Ensure to update the grid with the new state of oranges after each second.

  • Answered by AI
  • Q2. 

    Calculate Sum of Proper Divisors

    Given a natural number N, return the sum of all its proper divisors.

    A proper divisor of Y is defined as a number X such that X < Y and Y % X = 0.

    Example:

    Input:
    T...
  • Ans. 

    Calculate the sum of proper divisors of a given natural number.

    • Iterate from 1 to sqrt(N) and check for divisors

    • If a divisor is found, add it to the sum and also add N/divisor if it is not the same as divisor

    • Return the sum as the result

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

Technical interview

  • Q1. 

    Rearrange Array to Form Largest Number

    Given an array ARR consisting of non-negative integers, rearrange the numbers to form the largest possible number. The digits within each number cannot be changed.

    ...

  • Ans. 

    Rearrange the array elements to form the largest possible number by concatenating them.

    • Sort the array elements in a custom comparator function to get the largest number.

    • Convert the sorted array elements to strings and concatenate them to form the final number.

    • Handle cases where the numbers have the same prefix by comparing the concatenated forms.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in DelhiEligibility criteriaCriteria not revealed to candidateAmazon interview preparation:Topics to prepare for the interview - Array, Linkedlist, Tree, Graph, Stack, OOPS, Geeksforgeeks archives, coding ninjas interview experience blogsTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Be clear about whatever you have mentioned in resume, don't mention buzz words, because interviewer can go in depth
Tip 2 : Along with DS and Algo, if you have 3-4 months experience or internship experience, then be ready to answer scenario based technical questions like scaling the application that you developed and design concepts that can be used for improving
Tip 3 : Last but most important tip is to be calm through out the whole process ,don't loose hope if any round didn't go well ,if you have explained your thought process there is still chance to procees to next round so keep preparating for next rounds.

Application resume tips for other job seekers

Tip 1 : Keep it one page resume and mention keywords which align with your technical and personal competencies.
Tip 2 : Mention 3-4 projects in the order that , project which you can explain best should be at top,then the next, and so on.

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Company Website and was interviewed before Jul 2021. There were 2 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 

(1 Question)

  • Q1. How often are you able to handle tasks without assistance

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and give all information about your achievements or qualifications properly.

I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your Journey
  • Ans. Share your schooling to present job summary, then share role and responsibilities. Achievement and share you are best in what
  • Answered by Jyotirmay Halder

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and don't give Bluff. If you don't know say I don't have idea about that particular job or duty.

I applied via Campus Placement and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Heavily focused on DSA with emphasis on DP

Interview Preparation Tips

Interview preparation tips for other job seekers - PrepLook at previous years Flipkart Questions on GFG. Questions don't repeat but you will see the tyes of questions they will ask

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.0
 • 5.1k Interviews
Flipkart Interview Questions
3.9
 • 1.4k Interviews
BigBasket Interview Questions
3.9
 • 362 Interviews
JustDial Interview Questions
3.5
 • 330 Interviews
Uber Interview Questions
4.2
 • 149 Interviews
Expedia Group Interview Questions
3.8
 • 75 Interviews
Practo Interview Questions
3.1
 • 74 Interviews
Times Internet Interview Questions
3.5
 • 65 Interviews
LinkedIn Interview Questions
4.3
 • 65 Interviews
View all
Compare Kuaishou Tech with

Amazon

4.0
Compare

Flipkart

3.9
Compare

BigBasket

3.9
Compare

JustDial

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