Genesys international Corporation Ltd interview experience Real time questions & tips from candidates to crack your interview

SDET

Genesys international Corporation Ltd
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1 Month
Topics: django, JS, tool management, dsa, api interaction
Tip
Tip

Tip 1 : yt tutorials on django projects
Tip 2 : yt tutorials on js practical uses in frontend dev like date libraries, event management..etc
Tip 3 : blogs on api integration in backend dev in web tool

Application process
Where: Referral
Eligibility: some prior exp required
Resume Tip
Resume tip

Tip 1 : keep it clean
Tip 2 : know everything you put there

Interview rounds

01
Round
Easy
Online Coding Interview
Duration60 Minutes
Interview date12 Sep 2022
Coding problem1

1. Largest Island

Moderate
30m average time
90% success
0/80
Asked in companies
OYOIBMAmazon

You are given two integers 'n' and 'm', the dimensions of a grid. The coordinates are from (0, 0) to (n - 1, m - 1).


The grid can only have values 0 and 1.


The value is 0 if there is water and 1 if there is land.


An island is a group of ‘1’s such that every ‘1’ has at least another ‘1’ sharing a common edge.


You are given an array 'queries' of size 'q'.


Each element in 'queries' contains two integers 'x' and 'y', referring to the coordinates in the grid.


Initially, the grid is filled with 0, which means only water and no land.


At each query, the value of 'grid' at (x, y) becomes 1, which means it becomes land.


Find out, after each query, the number of islands in the grid.


Example :
Input: 'n' = 3, 'm' = 4
'queries' = [[1, 1], [1, 2], [2, 3]]

Output: [1, 1, 2]

Explanation:

Initially, the grid was:
0 0 0 0
0 0 0 0
0 0 0 0

After query (1, 1):
0 0 0 0
0 1 0 0
0 0 0 0
There is one island having land (1, 1).

After query (1, 2):
0 0 0 0
0 1 1 0
0 0 0 0
Since (1, 1) and (1, 2) share a common edge, they form one island. So there is one island having lands (1, 1) and (1, 2).

After query (2, 3):
0 0 0 0
0 1 1 0
0 0 0 1
Now there are two islands, one having lands (1, 1) and (1, 2), and another having land (2, 3).

So the number of islands after each query is [1, 1, 2].
Try solving now
02
Round
Medium
Face to Face
Duration60 Minutes
Interview date14 Sep 2022
Coding problem1

Face-to face round with a technical interviewer

1. System Design Question

Scenario provided to develop a tool to develop a tool which manages company's internal labs and plots metrics (lab utilisation) and manages permission management and managing lab's wireless comm. setups

Problem approach

Tip 1 : Visualize the goal of the project to be fulfilled
Tip 2 : Think of the 1st framework which can be used to develop the project, then start thinking more, you will find a better alternative, and this critical thinking is what they look for
Tip 3 : prior experience in web dev frameworks is an added benefit

03
Round
Easy
HR Round
Duration30 Minutes
Interview date15 Sep 2022
Coding problem1

1. Basic HR Questions

Team collaboration,
Work environment
ability to handle tasks independently
team inter-dependency
exact kind of responsibilities assigned to me

Problem approach

Tip 1 : these things, you learn with exp
Tip 2 : have a clarity on how teams operate in general in service/product base companies

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

Which keyword is used for inheritance?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
7532 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS Associates
779 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
2894 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2226 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDET
5 rounds | 6 problems
Interviewed by Sprinklr
2471 views
0 comments
0 upvotes