Tip 1 : Make your self introduction powerful(Mention that you can adapt new things)
Tip 2 : They mostly prefer dbms and data structure, prepare basic definitions
Tip 3 : Have vocal practice on your projects and learn to explain your codes
Tip 1 : They prefer Java language
Tip 2 : Put some projects in your resume, have angular based and backend related projects also
2 coding question which were supposed to given in c# language
Quantitative aptitude
1) Probability
2) Work
3) Blood relation
Number Of MCQs - 40
Consider the array { 1, 1, 0, 2, 0 }.
For the given array the modified array should be {0,0,1,1,2} .
Arrays { 0, 0, 1, 2, 1 } and { 0, 0, 2, 1, 1 } are not the correctly reorganized array even if they have all the zero values pushed to the left as in both the arrays the relative order of non-zero elements is not maintained.
Can you solve the problem in linear time, and constant space?
1) What is DBMS?
2) Difference between DBMS and data?
3) Any example of DBMS, what have you worked in?
4) Two SQL queries on LIMIT and ORDER.
5) Project related.
Tip 1 : Explain everything in details even your sql queries
Tip 2 : Learn differences
Tip 3 : Learn and practice about OOPs and it's definitions and characteristics with code
1) My introduction.
2) What I like to do?
3) What I will do if someone bully me in company?
4) What is success for me?
Tip 1 : Try to be confident
Tip 2 : Rehearse your introduction and make it attractive
Tip 3 : Make him feel that you are optimistic
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which keyword is used for inheritance?