Tip 1 : Practice Data Structures and Algorithms
Tip 2 : Know everything related to your project
Tip 3 : Prepare subjects like dbms,oops,os
Tip 1 : Have some projects on resume.
Tip 2 : Mention only those things on which you have confidence
MCQs(20 minutes): (aptitude, logical reasoning, English, programming and CS subjects (OS, DBMS))
Coding/programming (40 minutes): 2 easy but lengthy codes
Coding/programming (60 minutes): 2 moderate but lengthy codes
SQL Query commands (40 minutes): 2 query have multiple tables
Given multiples table we have to find the name ,Region and type of account of person having max salary
Tip 1 : choose the table wisely
Tip 2 : It is only about the join operation
Timming -10:30 am
First the interview asked about the brief introduction about my both projects and asked me to share the screen and show
one of the project and few questions regarding how you implemented that part and how did you got the that idea
Asked me some questions from javascript
then in dsa he asked me to give the approach of prime number
and last spiral print in matrix (implementation)



I use a for loop to iterate the numbers from 1 to N
Then check for each number to be a prime number. If it is a prime number,stores in a vector
and in the optimisation I told that I would only be traversing the odd numbers
Run a loop from 3 to square root of n.
Then I was going to start with the sieve method but then he moved on with the next question




I take 4 pointers start_row, end_row, Start_col, end_col and intialise with the respective values
start_row=0,end_row=r-1,start_col-0,end_col=c-1
Print the first row using for loop and updated the start_row value by 1
then print the end col using for loop and end_col--
print the end row using for loop and end_row--
print end col using for loop and start_col++
Basic Hr questions
Intro
Long term and short term goal
What are your hobbies?
Tip 1 : Know about the company in which you are applying

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: