Tip 1 : Focus on your skill
Tip 2 : you should know everything in your resume
Tip 3 : Networking part is important such routing and switching
Tip 1 : You should have some good projects.
Tip 2 : Keep your resume simple use bullet point according to the job description
Tip 3 : Try to use numbers instead of words
First-round was written round with MCQ related to subjects like operating system, DBMS, networking and data structure.
my exam timing was 12:00pm-1:00pm,
Exam was in two parts first one is common mcq and second one is specific for networking and one coding question


• The left subtree of a node contains only nodes with data less than the node’s data.
• The right subtree of a node contains only nodes with data greater than the node’s data.
• Both the left and right subtrees must also be binary search trees.
Consider the following binary search tree. Suppose the given range is [ 15, 32 ] so we return ‘2’ as an answer as there are two nodes whose subtree is in the given range, the nodes are 20 and 30.
You should have knowledge related to switching ,routing , IP ,mac , osi layer
First problem was related to data sciences more related to security part face recognition.
Second problem is related to coal mining traffic and iot.
there were 30 mcq and 1 coding question and timing was from 5-6pm level of coding question was medium



Try solving this problem in O(N) time complexity.
real world problem more related to networking and everything form resume



The Linked Lists, where a1, a2, c1, c2, c3 is the first linked list and b1, b2, b3, c1, c2, c3 is the second linked list, merging at node c1.

all related to your resume and previous internship experience and challenges , time was in approx 3pm
Discussion about Project.
Previous internship experiences.
this round is more like related to you and asking why should we here you , and some real world problem how you face them ,and issues in company
Why should we hire you?
Why do you want to join us?

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