Tip 1 : Practice 20-30 question of String to get the overall working of string program
Tip 2 : Linked List questions was asked
Tip 3 : Practicing SQL queries is must
Tip 1 : Go through your projects technology very well because direct questions was from there
Tip 2 : Try to make sure if you mentioned anything in your resume then you should be having decent Idea of those things then only mention.
30 questions on quants+ reasoning and 30 questions on programming mcq.
She asked me two problem one was on string and second one was on Linked List. and then she asked some topics from DBMS as Normalization, Keys and Query of getting second highest salary.



The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Can you solve this problem in O(N) time and O(1) space complexity?



If the given input string is "Welcome to Coding Ninjas", then you should return "Ninjas Coding to Welcome" as the reversed string has only a single space between two words and there is no leading or trailing space.
He asked me about myself and ask me to explain my projects. and asked me about some latest technologies in which I am interested.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?