Tip 1 : Thorough with your details mentioned in your resume.
Tip 2 : Be confident
Tip 3 : Mention some good projects and internship on resume
Tip 4 : Practice atleast 200 to 250+ Data Structures and Algorithms Questions
Tip 1 : Mention projects which you can explain properly , don't copy someone else projects
Tip 2 : Having some achievements is plus point
Tip 3 : Resume should always be of 1 page (max 2)
Tip 4 : You can put links of your various online platforms profiles
This was the first round and it consisted of MCQs and programming questions. This round was difficult.
A substring is a contiguous segment of a string.
You do not need to print anything, just return the head of the reversed linked list.
This round is last round in this round they give some coding questions as well as few questions they ask related to computer science main subjects. We have to correct all the questions in this round, to clear this round.
n = 4, ARR1 = {1, 2, 3, 4}, ARR2 = {-1, 3, 4, 2}
The maximum value of the expression is obtained when indexes ‘i = 0’ and ‘j = 3’. After evaluating the expression, we get:
|ARR1[0] - ARR2[3]| + |ARR2[0] - ARR2[3]| + |0 - 3| => |1 - 4| + |-1 - 2| + |-3| => |-3| + |-3| + 3 => 9
So the answer is 9.
What is a checkpoint in DBMS?
Define a Relation Schema and a Relation.
What are the three levels of data abstraction?
What is normalization?
What are the integrity rules in DBMS?
Tip 1 : Clear all basics of dbms
Tip 2 : Just go through some important questions from google
What are the different states of a process?
What is the use of paging in operating system?
What is deadlock? Explain.
What is semaphore?
What are the advantages of multithreaded programming?
Tip 1 : Do practice important questions
Tip 2 : Try to give answers by using examples
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is the output of print(type("Python"))?