Tip 1 : Be calm and have confidence . Confidence is the key to crack any interview.
Tip 2 : Try to give maximum time on basics of a topic
Tip 3 : Practice interview questions
Tip 4 : Do atleast 2 projects
Tip 1 : Put only those skills in resume which the company requires, but don't put false information in resume
Tip 2 : Write only those things in resume in which you are 100% confident
Tip 3 : Have projects in resume and prepare well for it
Tip 4 : Keep it short and crisp.
Tip 5 : Focus on important things in resume
This round consist of coding questions as well as mcqs based on aptitude as well as some domain sections. This round is hard.
Down: (row+1,col)
Down left diagonal: (row+1,col-1)
Down right diagonal: (row+1, col+1)
You need to make the modifications in the input matrix.
You do not need to print anything, it has already been taken care of.
In this round the interviewer ask few questions related to domain and at last he ask some behavioral questions.
Implement a class which inherits features from another class.
Questions on the topics -
Segmentation
deadloack
virtual memory
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.
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Suppose list1 is [2, 133, 12, 12], what is max(list1) in Python?