Tip 1 : Clear with you content present in your resume.
Tip 2 : Maintain good knowledge of DSA and all cs fundamentals.
Tip 3 : soft skill is very important along with the technical knowledge (try to practice in front of mirror and camera).
Tip 1 : make it simple and clear and avoid short form.
Tip 2 : Mention only honest details in your resume and avoid spelling errors.
It was for 90min .
Consists of 2coding question and 30 multiple choice question as verbal section, quantitative section, analytical based questions. I remember 1 coding question.



Each pair should be sorted i.e the first value should be less than or equals to the second value.
Return the list of pairs sorted in non-decreasing order of their first value. In case if two pairs have the same first value, the pair with a smaller second value should come first.
This round was based on data structure and algorithm and oops concepts and also cs fundamental subjects.
Also interviewer asked me about the basic of data structure theory and one coding question he gave me to solve.
Asked about the pointer concepts.



You need to return the head to the doubly linked list.
The doubly linked list would be: 1 2 3 4 5 and can be represented as:

Passed because I answered well of all the question which was asked in my interview mainly every detals about my resume.
what is the difference between paging and sehmentation?
Paging: It is generally a memory management technique that allows OS to retrieve processes from secondary storage into main memory. It is a non-contiguous allocation technique that divides each process in the form of pages.
Segmentation: It is generally a memory management technique that divides processes into modules and parts of different sizes. These parts and modules are known as segments that can be allocated to process.
In this round he just asked me about my family background and then he asked me some of the behavioural type question and also he asked if i have any other offer in my hand(i told yes as i was having ORACLE COMPANY)
How will you manage if conflict happen in your team?
I answered properly that at the very first i will try my best to convince all the members who are there in my team and then I will divide the work and responsibilites among the member .
And then i will give the time limit to complete the work.
What does your mother and father do?
I answered as my father is a retired service man from FCI and my mother is a housewife.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?