General Aptitude 27 Math and Reasoning Aptitude questions No negative marks 50 minutes
We had a choice between Aptitude and Coding For Coding 2 coding questions 50 minutes
Self Introduction 3 aptitude questions from round 1 were asked to be explained. 1 coding question: (Asked to code in a text editor of your preference
Given an array nums = [1,2,4,8] and target = 10
Return a pair of number that results in target sum
First i have given bruteforce solution and was asked to reduce the time complexity and have given hashmap approach Went on for 40 minutes
Self Introduction and was asked about my Area of Interest and Hobbies Totally 5 Questions in this round (was allowed to use anything, even google search was allowed for syntax references in this round)
Self Introduction and was asked about my Project and few questions related to the project.
Two puzzles were asked :
1. https://www.geeksforgeeks.org/puzzle-18-torch-and-bridge/
2. https://www.relativelyinteresting.com/8-marbles-balance-scale-puzzle
And 3 Pattern printing programs :
1.
*
**
***
****
*****
2.
1****
12***
123**
1234*
12345
3.
*
* * *
* * * * *
* * *
*
Self Introduction
(Coding) - Given a MxN matrix, find the each row and column sum and store it in an array
and it must be sorted
(Puzzle) - Same 8 marble puzzle with some modifications, the defective ball may be either
weighs higher or lower that the normal bal
Gokul A P — xxx@student.tce.edu — 19C024