Swym
Details
Job Status
(Internship + Full Time Employment Mandatory)
Criteria
None mentiond
Round 1
09/08/23
First round was conducted in 4 batches for Associate Software Engineer, Customer Experience Engineer was on 10/08/23. Each batch had different questions, some did repeat though.
There were 4 sections.
- Scenario Based Questions (6)
- Aptitude
- MCQ
- Coding (3)
Coding Questions
- Captcha Validity: Given N string, the captcha is valid if for each string, the frequence of each unique character in the string is the same. Otherwise invalid.
- Profile Picture: Given S, W, H, if either W or H is less than S, print “CHANGE”, otherwise if it’s a square print “ACCEPTED” else print “CROP”.
- 2D Array Less Than: Given a 2D matrix, return count of for i < j, arr[i] > arr[j].
- Infinite 1D Jungle: Given M, choose starting position from 1 - M (included) such that most number of places is visited. For all N, if N is even, go to N / 2, if N is odd go to 3 * N + 1.
Round 2 (ASE)
10/08/23
The second round for ASE was in the form of an assignment. The shortlisted candidates were told to choose one of two assignment statements, and given 4 hours to complete the code, create a repo and 1 additional hour to create a video demo and a README file containing:
- explanation
- technologies used
- how to install and run
At the end of this 5-hour round, best solutions were selected and the candidate was asked to present to a panel of judges. This was followed by HR round and then results.
Assignments
The two assignment choices given were different for each candidate, but the themes were the same:
- Assignment 1: Database + UI
- Assignment 2: Data Processing + ML/Data Analytics