Tip 1 : Practice Data structures
Tip 2 : practice competitive programming questions
Tip 3 : MySQL language
Tip 1 : No fake pieces of information
Tip 2 : Concise and accurate as per your skills.
QUESTIONS FROM DSA,DBMS,CODING
Number Of MCQs - 32






Anagrams are defined as words or names that can be formed by rearranging the letters of another word. Such as "spar" can be formed by rearranging letters of "rasp". Hence, "spar" and "rasp" are anagrams.
'triangle' and 'integral'
'listen' and 'silent'
Since it is a binary problem, there is no partial marking. Marks will only be awarded if you get all the test cases correct.



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?
Tell me about yourself.
What are your hobbies?
Why do you want to join this company?
Who is your role model?

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