Message on Whatsapp 8879355057 for DSA(OA + Interview) + Fullstack Dev Training + 1-1 Personalized Mentoring to get 10+LPA Job
0 like 0 dislike
946 views

in Interview-Experiences by Expert (30,360 points) | 946 views

1 Answer

0 like 0 dislike

There was a total of 3 rounds of interviews.

Round 1(Online Test): I got a Hacker earth test link. There were 3 questions of easy and medium. The problem in this test is we need to get input, parse it and then write the code logic. I spent more time on getting the input and parsing it rather than working on the logic alone. One of the 3 questions https://www.geeksforgeeks.org/minimum-cost-to-reach-the-top-of-the-floor-by-climbing-stairs/ I don’t remember the other 2 questions but those were easy like finding duplicates etc.

Round 2: Technical Interview

Round 3: Technical Interview

 

  •  Given a Input string like this ” 3 6 + 5 *” , output -> 45. Need to find this logic and implement it. Logic here is it needs to be calculated like (3 + 6 )* 5. I used stack to implement it
  • Design questions
  • Advantages and Disadvantages of Microservices
  • Design an e-commerce site like Flipkart ( LLD)

I managed to answer all the questions and got the offer.

Verdict: Selected

by Expert (30,360 points)