Tip 1: Prepare topics from different subjects in parallel.
Tip 2: Don’t skip DSA questions; keep solving them consistently.
Tip 3: Give mock interviews—this is the best tip I can give.
Use sites like Pramp to simulate a real interview environment.
Tip 1: You should know every detail about the project you have mentioned.
Tip 2: Core questions mostly revolve around projects, so prepare for them accordingly.
The test was scheduled for around 3 PM on campus. Placement coordinators were present in the room to assist us, and the test was proctored with the camera, microphone, and screen sharing enabled.

The problem can be solved by counting the frequency of elements separated by a distance K and finding the number that appears the maximum number of times. Follow the steps below to solve the problem:
Behavioral questions.
It was also in the evening, around 5 PM.
What would you do if you saw your coworker taking the company’s food home?
What would you do if you were given a task with a very close deadline?
It was a DSA as well as a development round, scheduled around 5 PM.
This was also the decisional round, so anyone who didn’t clear it was not shortlisted.
The interview began with introductions. He then asked about my educational background and moved on to my projects. I had two projects on my resume—one in Machine Learning and the other a C++-based project. Since his background wasn’t in Machine Learning, he only asked me general AI questions.
He then moved on to core questions and finally to coding questions.
P.S. – The interviewer mentioned that he was impressed by my coding speed.

A for loop was used for this question.
The outer loop iterates over the rows from i = 0 to i = n - 1.
The first inner loop controls the number of white spaces printed on each row, which increases as i increases.
The second inner loop controls the number of stars (*) (or numbers/characters) printed on each row, which decreases as i increases.

The steps to solve the problem using this approach are as follows:
Explain concurrency and multithreading. (Learn)
What are the four pillars of OOP? (Learn)
What is ChatGPT, and is it possible to create a model with 100% accuracy?
A few minutes after the previous interview round.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?