INTERNSHIP EXPERIENCE
Name Adarsh Singh
College Name NIT WARANGAL
Branch Electrical and electronic engineering
Placement/ Internship Session 2020-21
Company's Name Hotstar
Role SDE -Intern
Eligibility Criteria Cgpa>6
Selection Procedure Round1-OT
Round 2-Technical Interview 1
Round 3- Technical Interview 2
Round 4- HR interview
Description of Online Test Q1.Start with a given array of integers and an arbitrary initial value x. Calculate the running sum of x plus each array element, from left to right. The running sum must never get below 1. Determine the minimum value of x.
Q2.You are a school student who is attending math class, and your teacher has asked everyone in class to bring a calculator so she could teach her class how to use one. The teacher decides that the first lesson would be, where she would tell a positive number and the students just have to type the exact number into the calculator. But, just as the class is about to begin you find that some of the numbers on the calculator are broken totally while some are working, and only the "multiplication" and "equal to" buttons are working. Since you are a smart kid, you decide that you still want to get to the number that the teacher has just told out loud, as quickly as possible with what you have. Example, if your teacher said the number 60, and you can type 1, 2, 5 only. You will push the buttons: 15 (2 clicks) multiplication (1 click) 2 (1 click) multiplication (1 click) 2 (1 click) equal to (1 click) which requires 7 clicks, but since you are smart you use: 12 (2 clicks), multiplication (1 click), 5 (1 click), equal to (1 click) which is just 5 clicks in all. You want to get to the number as fast as possible, so you have to minimize the number of clicks.
Description of Technical interview Q1. Write code for inorder, preorder, post-order, traversals,
Description of HR round Q1. https://www.geeksforgeeks.org/stock-buy-sell/
Solve both to qualify for next round.
What should be the preparation strategy for an aspiring candidate? Study DSA and make good projects. Give mock interviews for practice.
Resources for Preparation (You can provide names or links to useful websites) GFG self paced course, leetcode , Interview bit
Comments