Open In App

MindTickle Interview Experience for Backend SDE

Last Updated : 21 Apr, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

Telephonic Round: The HR talked about my experience and the tech I am currently working on.

Interview Rounds

Round 1: Asked two questions also told to write the code:

  1. Permutation(https://leetcode.com/problems/permutations/)
  2. Allocate minimum number of pages

In this, I have completed the first question but for the second could not get enough time, so only the logic was explained.

Round 2: It was a low-level design interview.

  1. I was told to design for BookMyShow. Like this: https://github.com/Rajdp07/BookMyShow-LLD-SystemDesign-/blob/master/BookMyShow/BMSService.java

It took time to design that, but I designed it.

Round 3:

  1. First, he asked me a Database question on the difference between MySQL and MongoDB. 
  2. Then there were few questions on DBMS and OS.
  3. After that, there is a backtracking problem: https://www.geeksforgeeks.org/the-knights-tour-problem-backtracking-1/

Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads