Tip 1 : be well versed with the DS basics ,go with previous year interview experience.
Tip 2 : have a good sound knowledge on DBMS
Tip 3 : cool and thinkative person during interview
Tip 1 : Highlight the technology you're well versed because you will be caught if you're putting wrong info on resume
Tip 2 : add any certification that you have done from Microsoft or Google like top tier organization.
Online test containing mcqs and 2 coding questions



'arr '= [1,2,3,4,5]
'k' = 1 rotated array = [2,3,4,5,1]
'k' = 2 rotated array = [3,4,5,1,2]
'k' = 3 rotated array = [4,5,1,2,3] and so on.
By right shifting the elements of an array
Again ds and algo.



The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Can you solve this problem in O(N) time and O(1) space complexity?
Taking the temporary reference and then swaping
It was an basic core subject knowledge checking round.
What is 3NF?
Loopback address
IPV4 and IPvV6
Basic relocation questions
1. Will you be able to relocate?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: