Jobs
Interviews
Interview Questions for ShareChat

1. 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 algorithm is a Divide and Conquer approach. It recursively divides the input array into two halves until the size of each array is 1, then merges the sorted halves to produce a completely sorted array. Input: The first line of the input contains an integer ‘T’ representing the number of test cases.The following 2 * T lines provide the test cases.For each test case:- The first line contains an integer ‘N’, representing the number of elements in ‘ARR’.- The second line contains ‘N’ space-separated integers representing the elements of ‘ARR’. Output: For each test case, return the numbers sorted in non-descending order. Example: Input:T = 1N = 5ARR = [3, 1, 4, 1, 5] Output:[1, 1, 3, 4, 5] Constraints: 1 <= T <= 50 1 <= N <= 10^4 -10^9 <= arr[i] <= 10^9 Time Limit: 1 second Note: You are not required to print the output; just implement the function as specified by the problem statement.

2. How would you design a Facebook feed with integrated ads?

3. Given a non-negative integer x, compute and return the square root of x.

4. What are some negative test cases for a money transaction?

5. How would you improve Swiggy's revenue?

ShareChat logo

ShareChat

|

Social Media

Bengaluru

500+ Employees

55 Jobs

cta

Start Your Job Search Today

Browse through a variety of job opportunities tailored to your skills and preferences. Filter by location, experience, salary, and more to find your perfect fit.

Job Application AI Bot

Job Application AI Bot

Apply to 20+ Portals in one click

Download Now

Download the Mobile App

Instantly access job listings, apply easily, and track applications.

Job Titles Overview