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

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before May 2022. 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 Resume tips
Round 2 - One-on-one 

(5 Questions)

  • Q1. What is important for you
  • Q2. What is your favorite color
  • Q3. What is your favorite food
  • Q4. Hey r u mad
  • Q5. What is your age

Interview Preparation Tips

Interview preparation tips for other job seekers - No one

Agency Manager Interview Questions asked at other Companies

Q1. How you grow the business and what is idea that put the business in the creat agency channel under which section the tax rebit will get .
View answer (3)

I was interviewed in May 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 Minutes
Round difficulty - Hard

Test Description/Instruction as Mentioned on the portal and mail :

1) The test will consist of 3 algorithmic problems.
2) The test time is 1.5 hours in which you will need to solve the 3 problems. The test link will be active from 10:00 AM onwards.
3) Please do not change the tabs since all the actions will be recorded and logged.

  • Q1. 

    Flood Fill Algorithm Task

    Assist Ninja in altering the color of a specific region in his photo. Given the image as a 2D array where each pixel is a positive integer, update the color of a specified pixel ...

  • Ans. 

    The Flood Fill Algorithm is used to change the color of a particular region in an image and all its adjacent same-colored pixels.

    • The image is represented as a 2D array of positive integers

    • The starting pixel and new color are given

    • Adjacent pixels are connected in up, down, left, or right directions

    • Diagonal pixels are not considered adjacent

    • Implement the Flood Fill Algorithm to replace the color of the given pixel and it...

  • Answered by AI
  • Q2. 

    Kruskal’s Minimum Spanning Tree Algorithm Problem Statement

    You are given a connected undirected weighted graph. Your task is to determine the weight of the minimum spanning tree of this graph.

    A minimum...

  • Ans. 

    The task is to find the weight of the minimum spanning tree of a given connected undirected weighted graph.

    • Implement Kruskal's algorithm to find the minimum spanning tree

    • Use a disjoint set data structure to keep track of connected components

    • Sort the edges in non-decreasing order of their weights

    • Iterate through the sorted edges and add them to the minimum spanning tree if they don't create a cycle

    • Return the sum of weigh

  • Answered by AI
  • Q3. 

    Merge Sort Problem Statement

    You are given a sequence of numbers, ARR. Your task is to return a sorted sequence of ARR in non-descending order using the Merge Sort algorithm.

    Explanation:

    The Merge Sort...

  • Ans. 

    The task is to implement the merge sort algorithm to sort a given sequence of numbers in non-descending order.

    • Merge sort is a divide and conquer algorithm that recursively divides the input array into two halves until the size becomes 1.

    • Then it merges the two sorted halves to produce a single sorted array.

    • The time complexity of merge sort is O(n log n), where n is the size of the input array.

    • The algorithm is efficient ...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in BangaloreEligibility criteriaNo criteriaShareChat interview preparation:Topics to prepare for the interview - DSA, React, Javascript, DBMS, OS, NetworksTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice Atleast 300 Questions on leetcode (150 easy, 100 medium and 50 hard )
Tip 2 : Make atleast one big project which includes (DB, backend and frontend). Because in Hiring Manager round we have to discuss our resume for about 45mins to 1 Hr so having 1 or 2 big projects on the resume is always good to have otherwise HM will go towards core subjects Like OOP/OS/Networks which are often tricky.
Tip 3 : Think out of the box while solving a Question think of all the variants in which this questions can be asked. Let's take an example of simple question like two sum here we have to find a pair in an array whose sum is equal to given value. Now what if Interviewer asked to find three numbers instead of 2 or maybe find k numbers whose sum is equal to a given number. So it is always good to think out of the box and generalise the solution.
Tip 4 : Always try to solve each question in different ways. You should know both the bruteforce solution and the optimal one.
Tip 5 : When you solve a Question try to learn as much possible from a single Question for eg if you try to solve a Tree question then it is good to know both the iterative and recursive solution as sometimes Interviewer may introduce some constraints that due to huge test case recursive solution is not possible.
Tip 6 : 3-4 days before the interview start preparing using interviewbit as it contains all the important questions topic wise. I usually solve Interviewbit before the interview. No doubt Leetcode is good in terms of UI, Test cases and Easy to use but Interviewbit is more organised. I myself have done all the Interviewbit Questions multiple times.

Application resume tips for other job seekers

Tip 1 : Try to add Experience at the top with detailed explanation of work done by you 
Tip 2 : If No Experience: try to add more and more personal projects with the skills required in JD
Tip 3 : If No projects and Experience: Try to add Coding profiles, Achievements (Hackathons and Coding Competitions )

Final outcome of the interviewSelected

Skills evaluated in this interview

Top ShareChat Software Developer Intern Interview Questions and Answers

Q1. Flood Fill Algorithm Task Assist Ninja in altering the color of a specific region in his photo. Given the image as a 2D array where each pixel is a positive integer, update the color of a specified pixel and the adjacent pixels with the sam... read more
View answer (2)

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)
ShareChat Interview Questions and Answers for Freshers
illustration image

UX Designer Interview Questions & Answers

user image Anonymous

posted on 9 Aug 2023

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

I applied via Walk-in and was interviewed before Aug 2022. There were 3 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. What are the projects you have work on before? Explain 2 of your favourite projects from your portfolio.
Round 3 - Technical 

(1 Question)

  • Q1. What is an user Experience Designer job? What is the difference between User Experience and User Interface
  • Ans. 

    A User Experience Designer job involves creating intuitive and user-friendly digital experiences. User Experience focuses on the overall experience, while User Interface focuses on the visual aspects.

    • User Experience Designer focuses on creating intuitive and user-friendly digital experiences for users.

    • User Experience involves understanding user needs, conducting research, creating wireframes, and testing designs.

    • User I...

  • Answered by AI

Skills evaluated in this interview

UX Designer Interview Questions asked at other Companies

Q1. Which software will you use to design a logo and why?
View answer (3)

Interview Questions & Answers

user image Anonymous

posted on 15 Mar 2022

I applied via Approached by Company and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Behavioral 

(1 Question)

  • Q1. Discussion on Projects in Resume

Interview Preparation Tips

Interview preparation tips for other job seekers - I cleared 2 rounds (Problem solving and LLD) to reach to HM round. This guy was very rude. He thinks whatever I did in my current company is a joke. This is so easy. Whereas whatever they have done to copy from tiktok is a huge achievement.

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)

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

I applied via Recruitment Consulltant and was interviewed before Oct 2022. There were 3 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Minimum cut problem
  • Ans. 

    Minimum cut problem involves finding the minimum number of edges that must be removed to disconnect a graph.

    • The minimum cut problem is typically solved using algorithms like Karger's algorithm or Ford-Fulkerson algorithm.

    • The result of the minimum cut problem is a partition of the graph into two sets of vertices.

    • The minimum cut problem is often used in network flow optimization and graph theory.

    • Example: In a network of ...

  • Answered by AI
  • Q2. Binary search tree
Round 3 - Coding Test 

Longest increasing subsequence sum problem

Skills evaluated in this interview

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)

Get interview-ready with Top ShareChat Interview Questions

Interview Questions & Answers

user image Anonymous

posted on 30 May 2022

I applied via LinkedIn and was interviewed before May 2021. There were 4 interview rounds.

Round 1 - Coding Test 

There were 20 MCQ on android
2 coding question

Round 2 - Technical 

(1 Question)

  • Q1. Android interview and some data structure
Round 3 - Technical 

(1 Question)

  • Q1. Android Interview and some data structure
Round 4 - Technical 

(1 Question)

  • Q1. Manager round - Have asked design related questions and also have asked LLD as well as merge sort question.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is medium difficulty you have to have core knowledge in android.

Jobs at ShareChat

View all

I was interviewed in Mar 2022.

Round 1 - Assignment 
Round 2 - Interview 

(1 Question)

  • Q1. Question related to tags, notifications on entertainment category on sharechat. How its different from other apps how can v make it better
Round 3 - Interview 2 

(1 Question)

  • Q1. The things which can make sharechat better etc
  • Ans. 

    Improving ShareChat

    • Enhancing user interface for better user experience

    • Introducing new features like video calling and group chats

    • Improving content moderation to ensure safety and prevent misinformation

    • Expanding user base by targeting new demographics and regions

    • Partnering with brands and influencers for monetization opportunities

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident salary package is good

Process Associate Interview Questions asked at other Companies

Q1. How will you explain a red colour (or any colour) to a person who is blind since his or her birth?
View answer (21)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. About my past Experience
  • Q2. About Technical skills as per my resume
Round 3 - One-on-one 

(2 Questions)

  • Q1. QA skills based questions on programming
  • Q2. Real past situation based question & my actions for the problem solution
Round 4 - HR 

(2 Questions)

  • Q1. Interpersonal & communication skill check
  • Q2. Salary discussion and negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the job requirement very well. And stick true to yourself

QA Technical Lead Interview Questions asked at other Companies

Q1. How we did trouble shooting and fix error
View answer (1)

SDE-2 Interview Questions & Answers

user image Anonymous

posted on 4 Apr 2022

I was interviewed before Apr 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

Technical Interview round with questions on DSA.
Tip : Do variants of Binary Search.

  • Q1. 

    Square Root of an Integer Challenge

    Given an integer 'A', the objective is to find the largest non-negative integer whose square is less than or equal to 'A'.

    The square of a number is defined as the pro...

  • Ans. 

    Find the largest non-negative integer whose square is less than or equal to a given integer.

    • Use binary search to efficiently find the square root of the given integer.

    • Start with a range from 0 to the given integer and iteratively narrow down the range based on the square of the middle value.

    • Return the largest integer whose square is less than or equal to the given integer.

  • Answered by AI
  • Q2. 

    Find Minimum in Rotated Sorted Array

    You are presented with a sorted array that has been rotated an unknown number of times. The nature of this rotation is such that each element shifts to the right with ...

  • Ans. 

    Find the smallest element in a rotated sorted array.

    • Use binary search to find the pivot point where rotation occurs.

    • Compare the element at the pivot point to determine the smallest element.

    • Handle cases where the array is not rotated or has only one element.

    • Time complexity should be O(log(N)) and space complexity O(1).

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAShareChat interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

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 Questions & Answers

user image

posted on 8 Mar 2023

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

I applied via Referral and was interviewed before Mar 2022. 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. They will ask you sports and fantasy related question and giving you a situation related to work that how will you handle it.
  • Q2. You have to make a flow chart of prize distribution process
  • Ans. 

    A flow chart for prize distribution process

    • Identify the criteria for winning the prize

    • Determine the number of winners and their respective prizes

    • Prepare the prize distribution schedule

    • Arrange for the prizes to be delivered or collected by the winners

    • Verify the eligibility of the winners before awarding the prizes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepared about all fantasy platform
Go in the truth manner whatever you know explain otherwise say pardon and skip
Be positive and calm in every situation
Quick and accurate
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

JOBS

ShareChat

No Jobs

INTERVIEWS

JSW Energy

No Interviews

SALARIES

Walmart Labs

INTERVIEWS

Amazon MX Player

No Interviews

SALARIES

ShareChat

INTERVIEWS

ShareChat

No Interviews

SALARIES

Revature

INTERVIEWS

Revature

No Interviews

JOBS

Revature

No Jobs

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