Tip 1 : Do atleast 2 good projects
Tip 2 : Practice as many questions as you can
Tip 3 : Prepare COMPUTER FUNDAMENTALS SUBJECTS ALSO
Tip 1 : Prepare one good project
Tip 2 : Do not put false information on resume
It was a 3 hr long test which consists of aptitude reasoning english essay writing coding questions






S[i] = ‘1’ for each 1 <= ‘i’ <= ‘N’.
1. If the chosen number is 1, then flip all the characters in string.
2. If the chosen number is 2, then flip all the characters at odd indexes.
3. If the chosen number is 3, then flip all the characters at even indexes.
4. If the chosen number is 4, then flip all the characters at (3k + 1) indexes.
1. A binary string is a string in which all characters are either ‘1’ or ‘0’.
2. Flipping a character means that if the character is ‘1’ then change it to 0, or if it is ‘0’ then change it to ‘1’.
This round was conducted on superset platform and it started with Tell me about yourself , Than some questions from DBMS Arrays Linkedlist and from my project. After that basic question related to why you want to join our organisation and do you have any backlog.The interviewer was very helpful throughout.
Normalisation
Joins
ACID Property

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?