Upload Button Icon Add office photos
Engaged Employer

i

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

ShareChat Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ShareChat Interview Questions, Process, and Tips

Updated 21 Nov 2024

Top ShareChat Interview Questions and Answers

View all 47 questions

ShareChat Interview Experiences

Popular Designations

77 interviews found

I applied via Referral and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Find average n days retention for all users given the user ID, date and activity table. Also another table with the date of joining for each user.
  • Ans. 

    Calculate the average n days retention for all users given their user ID, date, activity table, and a table with the date of joining for each user.

    • Join the activity table with the user table using the user ID

    • Calculate the number of days between the date of joining and the activity date

    • Filter out the activities that occurred after n days

    • Calculate the average retention for all users

  • Answered by AI
  • Q2. 25 horses, find 5 fastest horses, with the constraint that you're only allowed to race 5 horses at a time.
  • Ans. 

    Race 5 horses at a time to find the 5 fastest horses out of 25.

    • Divide the horses into 5 groups of 5 horses each.

    • Race all the horses in each group and note down the timings.

    • The top 3 horses from each group move to the next round.

    • Race all the horses that made it to the next round and note down the timings.

    • The top 2 horses from this round move to the final round.

    • Race these 2 horses and the fastest one is the winner.

    • The to...

  • Answered by AI
  • Q3. Find nth item without using limit and rank Remove duplicates from combination of two columns, so A1 A2 a b b a Given two columns, remove duplicates for any combination. So the above would be duplicates...
  • Ans. 

    To remove duplicates from two columns, use DISTINCT keyword in SELECT statement.

    • Use SELECT DISTINCT to retrieve unique combinations of two columns.

    • Combine the two columns using CONCAT function before applying DISTINCT.

    • Example: SELECT DISTINCT CONCAT(column1, column2) FROM table_name;

  • Answered by AI
  • Q4. Discussion about skewed Normal distribution, types of skew, impact of skew on mean and median.

Interview Preparation Tips

What is your professional and academic background?At the time of the interview, I had 1 - 3 years of experience.Sharechat interview Rounds:Round 1
Round type - Technical
Round duration - 60 Minutes
Round description -
Round to test basic sql, probability, statistics, and general ability.

Round 2
Round type - Technical
Round duration - 60 Minutes
Round description -
Multiple sql questions, advanced stats and probability questions

Round 3
Round type - General discussion
Round description -
Discussion based on the work that you have done, in depth questions about share chat app and why you're a good fit for the role.
Sharechat interview Preparation:What topics did you prepare for the interview? - SQL, data warehouses, statistical testing.What resources did you refer to prepare for the interview? - Gfg puzzles, introductory books on statistics and probability.What tips would you give to other job seekers? - 1. Be proficient in sql and statistics.
2. Do have a look at the sharechat app and the ecosystem in which it operates.
3. Prepare for puzzles and general problem solving on gfg or some other platform.What was the final outcome of your interview?Selected

Skills evaluated in this interview

Production Analyst Interview Questions asked at other Companies

Q1. Minimum Time To Solve The Problems Given 'N' subjects, each containing a certain number of problems, and 'K' friends, assign subjects to friends such that each subject goes to exactly one friend, maintaining contiguity in assignment, aiming... read more
View answer (1)

Senior Product Analyst Interview Questions & Answers

user image B Devanarayanan

posted on 21 Nov 2024

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

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Sql question around finding the retention rate for moj
  • Q2. Tell me about a product you hate but need to use everyday

Senior Product Analyst Interview Questions asked at other Companies

Q1. Which is better. 5% discount to get 30% increase in trips or 10% discount to get 50% increase in trips or 15% discount to get 65% increase in trips, considering avg trip value is constant
View answer (1)
ShareChat Interview Questions and Answers for Freshers
illustration image
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 Medium level DSA questions

Round 2 - Technical 

(2 Questions)

  • Q1. Find the row with maximum number of 1's
  • Ans. 

    Find the row with maximum number of 1's in a matrix

    • Iterate through each row of the matrix

    • Count the number of 1's in each row

    • Track the row with maximum number of 1's

  • Answered by AI
  • Q2. Design Book My Show

Interview Preparation Tips

Interview preparation tips for other job seekers - It all depends on the interviewers mood.

Skills evaluated in this interview

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)
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

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (57)

ShareChat interview questions for popular designations

 Senior Software Engineer

 (5)

 SDE-2

 (3)

 Associate Product Manager

 (3)

 Software Developer

 (3)

 Production Analyst

 (3)

 Operations Associate

 (2)

 Data Analyst

 (2)

 Senior Associate Operations

 (2)

Lead Operator Interview Questions & Answers

user image Anonymous

posted on 14 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Basic, Easy Assignments

Round 2 - One-on-one 

(2 Questions)

  • Q1. Easy HR Questions
  • Q2. East HR questions
Round 3 - Technical 

(2 Questions)

  • Q1. Content related questions
  • Q2. Content related technical questions

Lead Operator Interview Questions asked at other Companies

Q1. what is your approach toward cross training and utilization of employee
View answer (1)

Get interview-ready with Top ShareChat Interview Questions

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

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Share chat support Chatroom
  • Ans. 

    Chat support chatroom is a platform where customers can interact with support agents in real-time.

    • Chat support chatroom allows customers to ask questions and receive immediate assistance.

    • Support agents can handle multiple customer inquiries simultaneously in a chatroom.

    • Chat support chatroom can be integrated with AI chatbots to provide automated responses.

    • Customers can also share files, screenshots, and other relevant ...

  • Answered by AI
  • Q2. And technical support Chatroom

Interview Preparation Tips

Interview preparation tips for other job seekers - Officel

Technical Support Executive Interview Questions asked at other Companies

Q1. 1. How to install windows 2. How to make pen drive bootable 3.What is taskbar 4.what is task manager 5.How to make partition in hard drive 6. How to activate windows
View answer (2)

Jobs at ShareChat

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

I applied via Job Fair and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Assignment 

Assignment related to local language to know our local language skills

Round 2 - HR 

(2 Questions)

  • Q1. How much you know about yout local language
  • Ans. 

    I am fluent in my local language and can communicate effectively in both spoken and written forms.

    • I am a native speaker of my local language

    • I have received formal education in my local language

    • I regularly use my local language in daily conversations and interactions

  • Answered by AI
  • Q2. How much you Can accomodate for your language

Operations Associate Interview Questions asked at other Companies

Q1. How do you get use to bulk of invoices comes at a time and how do you work on it
View answer (7)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 question only simple

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse linked list
  • Q2. Detect loop in linked list
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect loop in linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at any point, there is a loop in the linked list.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patient

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA Problems from leetcode

Round 2 - Technical 

(1 Question)

  • Q1. Basics about Android and iOS

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

SDE-2 Interview Questions & Answers

user image Anonymous

posted on 5 Sep 2024

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

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was a leetcode medium, related BFS,

Round 2 - Technical 

(2 Questions)

  • Q1. Basic of android like fragment activity communication
  • Q2. Why ViewModel is necessary, how does it save state
  • Ans. 

    ViewModel is necessary in Android development to save and manage UI-related data during configuration changes.

    • ViewModel helps in retaining data during configuration changes like screen rotations

    • It separates UI-related data from UI controller (Activity/Fragment)

    • ViewModel survives configuration changes and can be shared between fragments

    • It helps in maintaining data consistency and prevents memory leaks

    • ViewModel is lifecy...

  • Answered by AI

Skills evaluated in this interview

SDE-2 Interview Questions asked at other Companies

Q1. Maximum Frequency Number Problem Statement Given an array of integers with numbers in random order, write a program to find and return the number which appears the most frequently in the array. If multiple elements have the same maximum fre... read more
View answer (5)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. I am online new member celebrate
  • Q2. Online new member join

Interview Preparation Tips

Topics to prepare for ShareChat Banking Executive interview:
  • Technical Support

Banking Executive Interview Questions asked at other Companies

Q1. What do you know about bank, loans, credit cards ?
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

ShareChat Interview FAQs

How many rounds are there in ShareChat interview?
ShareChat interview process usually has 2-3 rounds. The most common rounds in the ShareChat interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for ShareChat 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 ShareChat. The most common topics and skills that interviewers at ShareChat expect are Social Media, POP, Networking, Excel and Interpersonal Skills.
What are the top questions asked in ShareChat interview?

Some of the top questions asked at the ShareChat interview -

  1. Find average n days retention for all users given the user ID, date and activit...read more
  2. Find nth item without using limit and rank Remove duplicates from combination ...read more
  3. 25 horses, find 5 fastest horses, with the constraint that you're only allowe...read more
How long is the ShareChat interview process?

The duration of ShareChat interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

INTERVIEWS

DENSO

No Interviews

INTERVIEWS

Revature

No Interviews

INTERVIEWS

JSW Energy

No Interviews

INTERVIEWS

DENSO

5.6k top interview questions

INTERVIEWS

JSW Energy

No Interviews

INTERVIEWS

Revature

No Interviews

INTERVIEWS

DENSO

No Interviews

INTERVIEWS

Revature

No Interviews

INTERVIEWS

Walmart Labs

No Interviews

Tell us how to improve this page.

ShareChat Interview Process

based on 68 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 428 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
CARS24 Interview Questions
3.5
 • 330 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Trell Interview Questions
3.2
 • 14 Interviews
Chingari Interview Questions
3.7
 • 6 Interviews
Josh India Interview Questions
4.7
 • 2 Interviews
MOJ Interview Questions
3.4
 • 1 Interview
Roposo Interview Questions
4.3
 • 1 Interview
View all

ShareChat Reviews and Ratings

based on 593 reviews

3.6/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.9

Salary

2.7

Job security

3.6

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 593 Reviews and Ratings
Intern - Punjabi (User support - Trust & Safety)

Bangalore / Bengaluru

0-1 Yrs

Not Disclosed

Staff MLE

Bangalore / Bengaluru

1-3 Yrs

Not Disclosed

Senior Product Analyst

Bangalore / Bengaluru

2-5 Yrs

₹ 19-27 LPA

Explore more jobs
Senior Associate Operations
134 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Associate
122 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Operator
87 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Manager
69 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Territory Sales Manager
68 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ShareChat with

MOJ

3.4
Compare

Chingari

3.7
Compare

Roposo

4.3
Compare

MX Takatak

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