Roadzen Software Developer

roadzen logo
roadzen
Software Developer
October 1, 20212 reads

Summary

I interviewed for a Software Developer position at Roadzen, which consisted of two rounds covering resume-based questions, JavaScript, React, a coding problem, an introduction, and a data structures question.

Full Experience

As a fresher, I went through two interview rounds for the Software Developer role. The first round began with questions related to my resume, followed by inquiries on advanced JavaScript and intermediate React concepts. Towards the end, I was given a coding challenge, which was the Valid Parentheses problem. The second round was quite brief, lasting about 15 minutes. It started with a general introduction, and then the interviewer asked a specific data structures question: 'What is the best data structure to store the positions in the Snake and Ladder game?'

Interview Questions (2)

Q1
Valid Parentheses
Data Structures & AlgorithmsEasy

Given a string s containing just the characters '(', ')', '{', '}', '[', ']', determine if the input string is valid. An input string is valid if: Open brackets must be closed by the same type of brackets. Open brackets must be closed in the correct order. Every close bracket has a corresponding open bracket of the same type.

Q2
Data Structure for Snake and Ladder Game Positions
Data Structures & Algorithms

What is the best data structure to store the positions in the Snake and Ladder game?

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!