I applied through a referral and received the mail for getting shortlisted within 3 days.
Total number of rounds = 3.
Round1 - Samsung SWC Advanced Test
It was an online test of 3 hours duration. The instructions to install SWC software were provided 3-4 days prior to the test.
In the software (virtual test environment), the internet doesn't work and the test is proctored by installing another app on mobile and joining a meeting with the HR.
Round 1:
Online Assessment Question:
SHOOTING GAME:
(variation of Burst Balloons - https://leetcode.com/problems/burst-balloons/)
There are n balloons and n bullets and each balloon is assigned with a particular number (score).
The score starts from zero.
Whenever a balloon is shot the score increases by
1.the multiplication of point assigned to balloon on left and that of right side.
2.point assigned to left if no right exists
3.point assigned to right if no left exists.
4.the point assigned to itself if no other balloon exists.
You have to output the maximum no of points possible.
Input
1 2 3 4
Output
20
Round 2: Technical Interview
A Google form was required to be filled prior to the interviews and candidates were requested to create and share the Google Meet link (keeping it for a validity of 90 days) while filling the form.
Questions asked:
I was not able to solve the first question and hence did not get the call for HR interview.
Thanks for reading!