Open In App

Sapient Interview Experience | Set 4

First Round was online test.

4 sections-



Each section had individual cut-off.
It was adaptive test so you cannot go back to your previous answer.
Out of 200 students only 56 were selected.

Second Round was Personal Interview (Technical)
Questions generally asked: Sorting algorithms and their time complexities.
1) What is Bubble sort, Selections sort?
2) What is Shell sort, Counting Sort?
3) How to find a duplicate number in a fixed length array, provided that only one element is duplicated.
4) You are given a String, give the algorithm to find the number of occurrences of that string in the given paragraph.
5) Implement stack using Queues.
6) Give the Linked List Implementation of Stack.
7) What is ACID in Database management?
8) How is Durability maintained in Database?
9) Concepts related to Having clause and when to use where and when to use having?
10) Difference between Delete and Truncate.
11) Write SQL query to select employer name from table, group by department number, and SSN= 24235?
12) Puzzles: There are 49 Horses, and you have to organise a horse racing competition. Maximum of 7 Horses can be made to race at a time. How many minimum races you need to schedule the races such that we can find the horses with first, second and third positions? Ans= 9
Solution:



25 horses 5 tracks 3 fastest puzzle


13) Divide 6 eggs among 6 people and 1 egg still left in basket. How?(Ans. 6th person took the basket too with the last egg)
14) Three ants are moving on equilateral triangle, starting with corners. What is the probability that they never collide, given that their speed remains constant. (Ans. (6/8))
Discussion on my project and Internship.
My technical round went good and I was selected for Third Round (HR)

HR Personal Interview 3rd Round
He was really focussed on my CV. So always justify what is written in your CV. Don’t Say I don’t remember it now but I have done it in past, if you don’t remember then don’t write in CV. I mentioned in my CV – HTML, CSS, MySQL, JAVA project, Data Structures. So they asked me the questions on each Skill

I got selected and I believe the attitude with which you respond matters, check on your conversational and interaction skills, as they play an important part for selection, be confident in what you know and tell clearly what you don’t know , don’t guess or give wrong answers instead.
All the Best!!

Article Tags :