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.

  1. Scenario Based Questions (6)
  2. Aptitude
  3. MCQ
  4. Coding (3)

Coding Questions

  1. 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.

  1. 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”.

  1. 2D Array Less Than: Given a 2D matrix, return count of for i < j, arr[i] > arr[j].

  1. 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