genesys logo

Genesys Interviews

1 experience3 reads
Genesys | Associate Software Engineer | India | 2020 [Offer]
genesys logo
Genesys
Associate Software EngineerindiaOffer
January 10, 20223 reads

Summary

I interviewed for an Associate Software Engineer role at Genesys in 2020, which included an online assessment, three technical rounds, a behavioral round, and an HR round, ultimately resulting in an offer.

Full Experience

I had my interview process for the Associate Software Engineer role at Genesys in 2020. The process started with an Online Assessment which included a Dijkstra problem and a BFS problem. Round 1 involved discussing the solutions from my online assessment and another data structures and algorithms problem. Round 2 focused on basic computer science questions and a coding challenge to rotate a matrix by 90 degrees. Round 3 was a behavioral round that also featured some interesting math puzzles, such as determining the number of zeros between 1 and 1000. Finally, there was an HR Round. I was fortunate enough to receive an offer.

Interview Questions (2)

Q1
Rotate Matrix by 90 Degrees
Data Structures & AlgorithmsMedium

Given a square matrix, rotate it by 90 degrees clockwise in-place. For example, a 3x3 matrix [[1,2,3],[4,5,6],[7,8,9]] becomes [[7,4,1],[8,5,2],[9,6,3]].

Q2
Count Zeros from 1 to 1000
OtherEasy

Determine the total number of zeros that appear when writing out all integers from 1 to 1000 (inclusive). For example, 10 contains one zero, 100 contains two zeros.

Have a Genesys Interview Experience to Share?

Help other candidates by sharing your interview experience. Your insights could make the difference for someone preparing for their dream job at Genesys.