Tip 1 : Learn atleast one tech stack especially react.js
Tip 2 : Learn system design
Tip 3 : Prepare basic HR interview questions like why looking for switch, what you know about company etc.
Tip 1: Should be precise and crisp about your skills
Tip 2: Remember to put projects links and details about your project or hackathons if attended any.



You are given an array consisting of n integers which denote the position of a stall. You are also given an integer k which denotes the number of aggressive cows. You are given the task of assigning stalls to k cows such that the minimum distance between any two of them is the maximum possible.The first line of input contains two space-separated integers n and k.The second line contains n space-separated integers denoting the position of the stalls.



Given information about N petrol pumps (say arr[]) that are present in a circular path. The information consists of the distance of the next petrol pump from the current one (in arr[i][1]) and the amount of petrol stored in that petrol pump (in arr[i][0]). Consider a truck with infinite capacity that consumes 1 unit of petrol to travel 1 unit distance. The task is to find the index of the first starting point such that the truck can visit all the petrol pumps and come back to that starting point.
Low level design of Netflix and tinyurl. You can find both on interview bit system design interview questions.
general tech stack based questions and api design questions which were in reference to the companies work. Which involved making api design for kyc of customers and the journey of customers while doing kyc using that api.
Tell me about urself, why you are interested in this company although having better offers, How you handled challenges in your internships period, most difficult task you performed in internships.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?