Tip 1 : Practice at least 400 questions
Tip 2 : Make good and useful projects
Tip 1 : Make 2 projects at least and provide their link on the resume
Tip 2 : Don't overextend the resume, keep it short
Tip 3 : Try to cover everything in less amount of words
This was a Technical round or called a machine round, where i was given 2 codes. We were supposed to run and execute both the codes within a span of 45 minutes. After that, each and every candidate got the link of aptitude test which contains mathematical problems, numeral, and logical activity. But the major task was the speed because every question was limited and restrained to some time limit, So speed is the major tool to develop in one
For the above-linked list, if k=2, then the value at the kth i.e second node from the end is ‘12’.
1.You don’t need to take any input. It has already been taken care of. Just implement the given function and return a pointer pointing to the k-th element from the last of the linked list.
2.It is guaranteed that k<=size of the linked list.
Make the linked list and start from the end
For the given binary tree:
The Inorder traversal will be [5, 3, 2, 1, 7, 4, 6].
Try to break the code into pieces like divide and conquer
This was easy round compared to the first one
Tip 1 : Read Galvin for OS thoroughly.
Tip 1 : Do practice for SQL queries.
Tip 2 : Strengthen basics of DBMS
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which collection class forbids duplicates?