Tip 1 : Practice as much as you can for SQL queries.
Tip 2 : Make Fundamentals Strong.
Tip 3 : Having experience in Web development is good.
Tip 1 : Have some projects on your resume
Tip 2 : Do not put false things on your resume.
Contains Basic MCQ questions on Aptitude, English, CS Fundamentals, 2 Coding Questions.


The attendees holding numbers from 1, 4, 3 are shown:

For the above example 1 -> 4 -> 3, 1 -> 3 -> 4 is the only correct answer, i.e nodes should be grouped sequentially. Hence, 3 -> 1 -> 4 is the wrong answer as we have to preserve the same order.
Step 1: While taking input of input store all even and odd numbers in different in two separate vectors.
Step 2: Print them
2 Interviewers
It contains 2 Basic Coding Questions.



If the given string is: STR = "abcde". You have to print the string "edcba".
Try to solve the problem in O(1) space complexity.
You can use the stack for that or it can be solved by 2 pointers.

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?