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
3.7

based on 579 Reviews

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

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)
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 (54)

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)

ShareChat interview questions for popular designations

 Senior Software Engineer

 (5)

 Associate Product Manager

 (3)

 Production Analyst

 (3)

 SDE-2

 (3)

 Software Developer

 (3)

 Agency Manager

 (2)

 Data Analyst

 (2)

 Lead Operator

 (2)

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)

Get interview-ready with Top ShareChat Interview Questions

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)

Jobs at ShareChat

View all
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 SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
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. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

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 NumberNinja is given an array of integers that contain numbers in random order. He needs to write a program to find and return the number which occurs the maximum times in the given input. He needs your help to solve this ... read more
View answer (6)
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)

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.

Tell us how to improve this page.

ShareChat Interview Process

based on 67 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 427 Interviews
Udaan Interview Questions
4.0
 • 335 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
CARS24 Interview Questions
3.6
 • 322 Interviews
Trell Interview Questions
3.2
 • 14 Interviews
MX Player Interview Questions
3.6
 • 7 Interviews
Chingari Interview Questions
3.7
 • 6 Interviews
Josh India Interview Questions
4.8
 • 2 Interviews
MOJ Interview Questions
3.6
 • 1 Interview
Roposo Interview Questions
4.4
 • 1 Interview
View all

ShareChat Reviews and Ratings

based on 579 reviews

3.7/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

4.0

Salary

2.7

Job security

3.6

Company culture

3.3

Promotions

3.4

Work satisfaction

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

Bangalore / Bengaluru

0-1 Yrs

Not Disclosed

Intern - Kannada (User support - Trust & Safety)

Bangalore / Bengaluru

0-1 Yrs

Not Disclosed

Senior Associate - HRBP (Tech)

Bangalore / Bengaluru

5-6 Yrs

Not Disclosed

Explore more jobs
Senior Associate Operations
135 salaries
unlock blur

₹4.3 L/yr - ₹9 L/yr

Operations Associate
104 salaries
unlock blur

₹3.5 L/yr - ₹6.1 L/yr

Lead Operator
86 salaries
unlock blur

₹6 L/yr - ₹12.7 L/yr

Territory Sales Manager
76 salaries
unlock blur

₹4 L/yr - ₹8.8 L/yr

Associate Manager
69 salaries
unlock blur

₹9.2 L/yr - ₹18 L/yr

Explore more salaries
Compare ShareChat with

MOJ

3.6
Compare

Chingari

3.7
Compare

Roposo

4.4
Compare

MX Takatak

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