DBMS Question Topics
Java Question Topics
DSA Question Topics
Scenario
Suppose one of your team members has not completed his/her work, then what's your approach?
Online coding assessment of 4 questions with a time limit of 70 minutes. The questions were story-based, given a scenario to solve a particular problem. Try to attempt all the questions and initially break down the large question into smaller parts and try to understand it. Be careful with edge cases and understand through sample test cases.
The results were announced after 2 days of coding assessments. The interview process was of 3 rounds.
Started with candidate's introduction and was asked 2 coding questions based on strings. The interviewer just asked them about the approach and not the code. He was more interested in the way candidate approached the problem and initially started with brute force and then optimized one. Then later asked about projects (focused mainly on personal projects rather than college projects). Then asked a few questions on DBMS (joins and it's types, group by clauses..), Storage classes in C++, and SQL queries. Lasted for about 45-50 minutes.
This round was also technical and lasted for about 45 minutes. Started with candidate's introduction. Questions based on OOP's concepts (try to explain with real-time examples), Networking questions, and then conceptual questions based on stacks, queues, and linked lists. They expect the best and optimized solution for every question and try to be thorough with it. Asked what you know about the company ( try to know it in depth, this shows your interest in the company).