Tip 1 : Write only those things in your resume that you really know
Tip 2 : Focus on SQL advanced concepts like window functions
Tip 1 : Highlight important keywords in your resume like Analytics, Data warehousing, etc
Tip 2 : Keep it simple
There were 2 coding questions in this round



Two or more workers may split simultaneously so that the cost would be ‘SPLIT’ at that time.



The given linked lists may or may not be null.
If the first list is: 1 -> 4 -> 5 -> NULL and the second list is: 2 -> 3 -> 5 -> NULL
The final list would be: 1 -> 2 -> 3 -> 4 -> 5 -> 5 -> NULL
Tip 1 : Prepare SQL properly with hands on problem solving practise

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?