ShareChat interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

ShareChat
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 9 months
Topics: Data Structures & Algorithms, Object Oriented Programming, Dynamic Programming, Low Level Design, JavaScript Fundamentals, NodeJs Fundamentals
Tip
Tip

Tip 1 : Practicing different variety of problems rather than doing same questions.
Tip 2 : Study about technologies used in project mentioned in resume.

Application process
Where: Other
Eligibility: at least 6 months SDE Experience
Resume Tip
Resume tip

Tip 1 : Highlights the Technology Stack used in the Project.
Tip 2 : Please provide GitHub link of the project mentioned in the project that with give you the authenticity of project.

Interview rounds

01
Round
Medium
Online Coding Test
Duration90 minutes
Interview date31 Aug 2021
Coding problem1

Timing was good and sufficient as per level of questions.

1. Justice league

Moderate
30m average time
70% success
0/80
Asked in companies
ShareChatCGIArgano

There are ‘N’ number of super heroes in DC and each superhero is building his/her team to have a last fight against Darkseid.

Each superhero has his/her criteria to take the candidate into their team in which each superhero has marked an interval (interval[i] = [lefti, righti], inclusive lefti and righti) of integers for which the candidate with a code name (code name is the integer value) will fit into their teams.

But superheroes give the candidates a chance to choose for which superhero team they are willing to work for.

All candidates decide to go into the team for which the size of the interval is minimum and their code name can reside inside the interval (The size of an interval is defined as the number of integers it contains, or more formally righti - lefti + 1).

If the candidate has such a code name that no interval exists to reside him/her. Then he will not be eligible to take part in the Justice League.

You are Batman and you are managing the whole process, so your task is to make a list which contains the smallest size of interval in which each candidate resides for a team.

Note :

If the code name does not match any interval then print -1 for that code name.
Try solving now
02
Round
Easy
Face to Face
Duration60 minutes
Interview date2 Sep 2021
Coding problem2

Question were of type Medium and Easy for this round.

1. Square Root (Integral)

Easy
0/40
Asked in companies
ShareChatAdobeSamsung

Given a number N, find its square root. You need to find and print only the integral part of square root of N.

For eg. if number given is 18, answer is 4.

Try solving now

2. Triplets with Given Sum

Moderate
15m average time
85% success
0/80
Asked in companies
Goldman SachsAdobeAmazon

You are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K.

An array is said to have a triplet {ARR[i], ARR[j], ARR[k]} with sum = 'K' if there exists three indices i, j and k such that i!=j, j!=k and i!=j and ARR[i] + ARR[j] + ARR[k] = 'K'.

Note:
1. You can return the list of values in any order. For example, if a valid triplet is {1, 2, -3}, then {2, -3, 1}, {-3, 2, 1} etc is also valid triplet. Also, the ordering of different triplets can be random i.e if there are more than one valid triplets, you can return them in any order.
2. The elements in the array need not be distinct.
3. If no such triplet is present in the array, then return an empty list, and the output printed for such a test case will be "-1".
Try solving now
03
Round
Easy
Face to Face
Duration60 minutes
Interview date7 Sep 2021
Coding problem1

Question was asked in manner to check the problem solving ability.

1. System Design Question

Design URL Shortener.

Problem approach

Tip 1 : Please clear all the requirements before proceeding to the questions.
Tip 2 : SQL Queries and DBMS Concepts were asked based on the solution provided during the interview.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by ShareChat
1672 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 6 problems
Interviewed by ShareChat
1190 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 4 problems
Interviewed by ShareChat
1260 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 7 problems
Interviewed by ShareChat
2195 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
115097 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
58238 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
35147 views
7 comments
0 upvotes