Category Archives: Interview Experiences

Practo Interview Questions – Set 1

I recently got an offer from Practo, here is my interview experience: There were four rounds. Round 1: Coding Test on HackerRank. Round 2: Q1. Implement queue with the help of two stacks. Q2. Given a table “student” of with columns Name and Marks. You have to write a SQL query to get the 2nd Read More →

InMobi Interview Questions – Set 1

Company : InMobi College & Profile: IIT Delhi for SDET There were about 20 MCQs (30 minutes) to be done after the coding section. MCQs were totally nonsense. Can be done in 10 mins. For coding section 60 mins.  It was hosted on Hackerrank. Q1. In a line where words are separated by spaces, , and Read More →

Linkedin Interview Questions – Set 1

Company : Linkedin College: IIT Kanpur Q1. Design question. What interesting and useful feature would you add to LinkedIn website, which is not yet present in the website. Q2. Convert Roman number string to integers. Convert decimal integers to roman number strings. Q3. Compute all multiples of a number. Q4. Paint the houses such that Read More →

VM Ware Interview Questions – Set 1

VM Ware Interview Questions College: IIT KGP Asked OS Questions- Q1. Communication b/w threads? Q2. Heap memory and stack memory related questions? Java Questions- Q1. Annotation? Q2. Method overloading?. inheritance? Data structure- Q1. Common ancestors to two given nodes of tree? Q2. Find top 5 elements of 1000 element? Q3. Queue using stack? Q4. Merge Read More →

Nagarro Interview Questions – Set 2

Round 1: Aptitude test : 2 papers 40+6 questions 20 question was on reasoning (Moderate) 20+6 was maths questions (difficulty level was good) Round 2 : Telephonic round on the spot: 1. Tell me about yourself? 2. Define Automation framework? 3. Difference between High severity and low severity with example, what is important as QA point Read More →

Myntra Interview Questions – Set 2

Profile: Backend Software Developer Process: 5 technical ( 3 rounds+ SVP round + CTO round ) + 1 HR Interview Question at Myntra Round 1: Q1. Change Binary tree so that parent node is the sum of root nodes. Q2. Reverse a linkedlist ? Q3. Given an array of +ve and -ve numbers , have to rearrange them Read More →

Quikr Interview Questions – Set 2

Quikr Interview Questions for Developer Profile Location: Mumbai Written Test: One problem statement was given: You have been given stack of documents that have already been processed and some that have not. your task is to classify these documents into one of the eight categories: [1,2,3..8]. However you notice that there are already large amount Read More →

Quikr Interview Questions – Set 1

Company: Quikr Profile: Software Developer Profile, Bangalore location Round 1: Q1. Given a no K and an array. Find pair of elements whose sum is equal to given no K. Q2. If there is a website run by 2 servers. These 2 servers balances the load using Load Balancer. So, if 1 session is created Read More →

MakeMyTrip Interview Questions – Set 1

MakeMyTrip Interview Questions Q1. find out the subset of an array of continuous positive numbers from a larger array whose sum of of the elements is larger in comparision to other subset. eg: {1,2 5 -7, 2 5} .The two subarrays are {1,2,5} {2,5} and the ans is {1,2, 5} as its sum is larger Read More →

Bharti SoftBank (HIKE) Interview Questions – Set 2

Written Test 1. The test consisted of 10 MCQ’s on Aptitude and 10 MCQ’s on C programming. 2. It also consisted of 2 programming questions which were easy. Technical Interview: Q1. Find the mirror image of a binary tree. Q2. Maximum length path between any two nodes in a tree. Q3. A question on Btrees? Read More →

Samsung Interview Questions – Set 3

Samsung Bangalore placement process consists of three sections: 1.Written test 2.Technical interview 3.HR interview Aptitude: The questions are easy to crack provided you understand the questions well. Technical Questions: Questions from Algorithms,Computer Networks,Data Structures,Database Management,Operating Systems(IMP). Q1. You are given a string and a number.Count the no of ‘-’ characters in the string and return Read More →

Flipkart Interview Questions – Set 3

Company : Flipkart I was interviewed for Flipkart SDE 2 role few days back. I want to share interview experience with other geeks. Written Test: It was online coding round on interview street. (1Hr) Technical Rounds: Q1. Check whether given Binary Tree is a Binary Search Tree. Discuss various approaches? Q2. Given a large list Read More →