Tip 1 : Confidence is the key to excel any interview. Practice more questions and build up your confidence level.
Tip 2 : Practice, practice and Practice. You have to code regularly. You won't remember the approach of a question if you just mentally solve it and don't code. Practicing will also enhance your speed on the day of the test.
Tip 3 : In an interview, if you get stuck in any question, don't panic. Try to ask about the constraints and cases from the interviewer and extract hints from it. Interviewers usually help you to reach to a solution.
Tip 1 : Keep it short and crisp. Utilize one full page wisely to describe yourself. It should not be more than a page.
Tip 2 : Try to use good templates present on the internet. My interviewer was quite impressed with my template.
Timing - Test Link is active for 5 days. It can be taken anytime between that window.
It was conducted on Hackerrank.
Duration - 60 mins
Try to quickly solve the coding question first in around 20 mins and give rest of the time to MCQs. MCQs were of medium level.
Practice the MCQs from codezen. 7-8 questions were similar to those on codezen
Environment - Google Docs shared
The interviewer from Adobe was interactive and helpful throughout the round.
The Linked Lists, where a1, a2, c1, c2, c3 is the first linked list and b1, b2, b3, c1, c2, c3 is the second linked list, merging at node c1.
Asked concepts like - Segmentation, Swapping using Virtual Memory, Kernel .
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which operator is used for exponentiation in Python?