Tip 1 : Have good projects on your resume to discuss
Tip 2 : Single page resume
Tip 3 : Basics should be cleared
Tip 1: Mention good projects and only those skills in which you are confident.
Tip 2: Dont lie



This was solved by me through dynamic programming. Let dp[i][j] denote the maximum possible weight you can fill in the bag with a total capacity of j using exactly one stone of each color from 1 to i. Now you can club all same-colored stones in a vector. Then this problem is same as the classical knapsack problem and I passed all test cases and selected for the next round.
Technical Questions
1. Explain your projects. (Explained use case, tech stack and my contribution in the project)
2. What have you done in the college apart from academics?(A. TPC and SCOPE courses)
3. Why haven’t you mentioned your Final year project on your resume?
4. He then asked me to explain Inheritance.
1. OSI layers along with functions of each layer.
2. Differentiate between TCP and UDP.
3. DNS.
The interview started by greeting each other and followed by which the panelist asked me to introduce myself. I also mentioned my hobbies in my introduction. So we had a good discussion on it as well. The panelist then gave me a situation where I was asked to design a solution.
Situation: You are given a stream of frames from a CCTV and you are supposed to detect suspicious activity. I talked about everything that I could think of at the moment. The panelist then asked what could be the most difficult thing in designing the solution.
The following questions were discussed in the interview.
1. What are you most inclined to from Platform Engineering, Software Development, and Data Engineering, and why?
Tip 1: Be confident
Tip 2: Work on your communication skill

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