Tip 1 : You should learn each and every question in practical way.
Tip 2 : You must check previous years' questions.
Tip 3 : You should practice using mocks.
Tip 1 : Mention only those skills, in which you are skilled.
Tip 2 : Make an attractive and professional Resume.

Let 'X' = 3 and 'Y' = 6, Alice adds 1 to 'X' since 'X' is odd. Now 'X' will become 4. Then, Alice will add 2 to 'X', since 'X' is even, and it will become 6. 'X' becomes equal to 'Y'. Hence we will return 1 as the answer.
For example, input is 4567 explanation: - Odd positions are 4 and 6 as they are pos: 1 and pos: 3, both have sum 10. Similarly, 5 and 7 are at even positions pos: 2 and pos: 4 with sum 12. Thus, the difference is 12 – 10 = 2
This was a Technical+Managerial Round.
Tip 1 : Try to explain concepts using technical terms.
Tip 2 : You should use real-life examples to explain topics.
Tip 3 : Watch interview experiences and reviews on internet
They just asked some simple HR questions
Tip 1 : You should check HR questions on the internet before the interview for an idea

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?