Tip 1 : Prepare each concept and implement it by developing an application, to have a better understanding of topics learned
Tip 2 : A few questions from DB were also asked like SQL aggregate functions, joins, and Stored procedures Interviewer will ask to write a SQL query, so prepare this part very well
Tip 3 : learn git commands, how to push and pull your code , resolve merge conflicts, and use Continous Integration, deploy code using Jenkins
Tip 1 : In Resume Mention the topics you know very well, don't write the topics like Docker, Machine learning just to impress
Tip 2 : Explain your Internship, Projects in detail(In bullet Points, Specify tech stack used in the projects) and you should have a clear idea of the Project you implemented
This round consists of Aptitude questions, Java oops concepts MCQ questions, SQL questions, and 2 Coding questions
This round conducted around 11 AM
The environment is good, You can't change the window so googling the answers is not possible. you have to be quick to answer most of the questions, Don't spend too much time on 1 question, Just mark that question, so that if you have time you can complete it in the end
The interviewer was strict, no cheating allowed, Mobiles are kept in Bag



(1) Do not use data types with the capacity of more than 32-bit like ‘long int’ or ‘long long int’ in C++. The problem is meant to reverse the integer using a 32-bit data type only.
(2) You should assume that the environment does not allow storing signed or unsigned 64-bit integers.



Consider ARR = [“coding”, ”codezen”, ”codingninja”, ”coders”]
The longest common prefix among all the given strings is “cod” as it is present as a prefix in all strings. Hence, the answer is “cod”.
It was night when my interview was scheduled ,Interviewer asked the questions on SQL, Angular, DBMS,OOPS Concepts, Java programming, Operating system ,Some 1-2 is tough and others questions I answered very well, He asked me to explain oops concepts like polymorphism ,Encapsulation, Inheritance with the help of real life examples.He asked to code 1 pattern question at end.



Selection Sort implementation for the given array: {29,72,98,13,87,66,52,51,36} is shown below :-
It was round at next day morning,this round time duration is 30 minutes, interviewer was medium not too strict
Main surprising part of this round is ,Interviewer ask technical questions on Computer Networks and Pointers-they asked me OSI Model, IPV4 and types of protocols used in Different layers of OSI model and few Questions on Pointers,I didn't expect technical questions in HR round

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?