Upload Button Icon Add office photos

Filter interviews by

Roadzen Interview Questions and Answers

Updated 1 Dec 2024

Roadzen Interview Experiences

Popular Designations

4 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. How does LSTM solves problems of GRU and RNN.
  • Ans. 

    LSTM addresses vanishing gradient problem in RNN and captures long-term dependencies better than GRU.

    • LSTM has three gates (input, output, forget) which help in preserving long-term dependencies.

    • GRU has two gates (reset, update) which are simpler but may not capture long-term dependencies as effectively as LSTM.

    • LSTM is better at avoiding vanishing gradient problem compared to RNN due to its gating mechanism.

    • LSTM is more

  • Answered by AI

Skills evaluated in this interview

Data Scientist Interview Questions asked at other Companies

Q1. Special Sum of ArrayYou have been given an array/list ‘arr’ of length ‘N’, which contains single digit elements at every index. Your task is to return the sum of all elements of the array. But the final sum should also be a single digit. To... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. About Selenium Java Oops Concept Scenario Based
Round 2 - HR 

(1 Question)

  • Q1. Salary Expectations Work Culture

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)

Senior Data Scientist Interview Questions & Answers

user image Shobhit Maheshwari

posted on 1 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Optimisers and their usage
  • Ans. 

    Optimisers are algorithms used to minimize or maximize an objective function.

    • Optimisers are used in machine learning to find the best parameters for a model.

    • Common optimisers include Gradient Descent, Adam, RMSprop, and Adagrad.

    • The choice of optimiser can impact the training speed and performance of a model.

    • Hyperparameter tuning may involve selecting the best optimiser for a specific task.

  • Answered by AI
  • Q2. Data Sparsity handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Try and gain an understanding of the ML concepts

Senior Data Scientist Interview Questions asked at other Companies

Q1. What is the difference between logistic and linear regression?
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Valid Parenthesis question Question based on my resume Basic React questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Design a data structure for the snake and ladder problem
  • Ans. 

    Design a data structure for the snake and ladder problem

    • Use a 1D array to represent the board with each index representing a square on the board

    • Use a hashmap to store the positions of snakes and ladders

    • Include methods to move the player based on dice rolls and handle snake/ladder transitions

  • Answered by AI

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)

Roadzen interview questions for popular designations

 Data Scientist

 (1)

 Front end Developer

 (1)

 Sdet Automation Test Engineer

 (1)

 Senior Data Scientist

 (1)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

The test consists of 60 questions to be answered in 50 minutes, primarily focusing on basic aptitude, and does not require any preparation.

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview with senior manager a single guesstimate and few questions around resume
Round 3 - One-on-one 

(1 Question)

  • Q1. Interview with AVP also a single guesstimate and few questions around resume and previous experience
Round 4 - One-on-one 

(1 Question)

  • Q1. Interview with VP/business lead a quick intro and a simple case study and culture fit kinda round

Interview Preparation Tips

Interview preparation tips for other job seekers - If you consider yourself to be a diligent yet hardworking individual with minimal operational experience, you can easily crack it.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Monster and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - HR 

(4 Questions)

  • Q1. Self introduction
  • Q2. Self introduction
  • Q3. Personal details
  • Q4. Personal details
Round 2 - HR 

(3 Questions)

  • Q1. Education family background
  • Q2. Education family background
  • Q3. Personal information
Round 3 - One-on-one 

(2 Questions)

  • Q1. Story reading and writing
  • Q2. Graping information
Round 4 - Technical 

(2 Questions)

  • Q1. Code Speed type
  • Q2. Having good attitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Good knowledge, spreading knowledge
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Sep 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789"...
  • Ans. 

    Calculate sum of large numeric comma separated strings without converting to integers.

    • Split the strings by comma to get individual numbers

    • Iterate from right to left and add digits, carrying over if necessary

    • Maintain correct position of commas in the output string

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. It was Low Level Design Round. Question - Design a file system just like google drive. Functional Requirements - i) It should have functionality of file uploading, downloading, sharing. ii) Need to handle...
Round 3 - Technical 

(5 Questions)

  • Q1. It was Hiring Manager round and it tested my knowledge over HLD & LLD. Tell me about the most challenging project which you did till now. Follow Up Questions - i) Draw HLD & write LLD of it. ii) How muc...
  • Q2. What all initiatives I have taken in my career?
  • Ans. 

    I have taken various initiatives in my career to improve processes and drive innovation.

    • Led a team to implement a new agile development process, resulting in faster delivery of products

    • Introduced automated testing tools to improve software quality and reduce manual effort

    • Organized coding workshops for junior developers to enhance their skills and knowledge

    • Initiated a mentorship program to help new hires acclimate to th

  • Answered by AI
  • Q3. How many microservices do I own & at what scale they handle the traffic?
  • Ans. 

    I own 5 microservices that handle traffic at a scale of 10,000 requests per minute.

    • I own 5 microservices

    • They handle traffic at a scale of 10,000 requests per minute

  • Answered by AI
  • Q4. Tell me the incidents where you went beyond your limits for the work
  • Ans. 

    I have consistently gone above and beyond in my work by taking on additional projects and working extra hours when needed.

    • Volunteering to lead a high-priority project that required long hours and weekend work

    • Staying late to troubleshoot and resolve a critical issue before a major deadline

    • Taking on extra tasks to help a team member who was overwhelmed with their workload

  • Answered by AI
  • Q5. Why are you leaving your current organization?
  • Ans. 

    Seeking new challenges and growth opportunities.

    • Desire for career advancement

    • Looking for new challenges

    • Seeking better work-life balance

    • Company restructuring or changes in management

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zepto Software Development Engineer II interview:
  • DSA
  • HLD
  • LLD

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. How to verify car is Major accidental
  • Q2. How to check apron replace
  • Q3. 1 check car piller roboting punching are proper visible aur not than confirm car are accidental aur not ..
  • Q4. Check apron replace1 point check apron selent are are original and 2 roboting punching than confirm apron replace ya repair..
  • Q5. Check uppar member lower member radiator support both side legs apron col top head light support than confirm car is Major accidental aur not ..

Interview Preparation Tips

Interview preparation tips for other job seekers - Verify the car is accidental to 1 point check body structure parts like piller roof and boot floor and upar cross member lower cross member and radiator support and both side legs than confirm car are major accidental aur not ..
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you describe your past professional experiences and provide some information about yourself?
  • Q2. Can you describe your day-to-day responsibilities and experiences in your last job?
Round 2 - Assignment 

A data dump will be provided, and you will need to perform the analysis and organize the information.

Interview Preparation Tips

Interview preparation tips for other job seekers - Look for other company...this is really bad organisation you will regret it later
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. What basic questions have you been asked regarding your accomplishments and achievements?
  • Q2. Technical regarding excel
Round 2 - HR 

(1 Question)

  • Q1. Why do you believe you are a good fit for this role?
  • Ans. 

    I have a proven track record of successfully managing key accounts and developing strong relationships with clients.

    • Extensive experience in key account management

    • Strong communication and negotiation skills

    • Ability to identify and capitalize on business opportunities

    • Track record of exceeding sales targets

    • Excellent relationship-building skills

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Excel questions about vlookup

Roadzen Interview FAQs

How many rounds are there in Roadzen interview?
Roadzen interview process usually has 1-2 rounds. The most common rounds in the Roadzen interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Roadzen interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Roadzen. The most common topics and skills that interviewers at Roadzen expect are Full Stack, Javascript, MongoDB, Node.Js and RDBMS.
What are the top questions asked in Roadzen interview?

Some of the top questions asked at the Roadzen interview -

  1. Design a data structure for the snake and ladder prob...read more
  2. How does LSTM solves problems of GRU and R...read more
  3. Optimisers and their us...read more

Tell us how to improve this page.

Roadzen Interview Process

based on 3 interviews in last 1 year

Interview experience

4.7
  
Excellent

People are getting interviews through

based on 2 Roadzen interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 423 Interviews
PolicyBazaar Interview Questions
3.6
 • 308 Interviews
Digit Insurance Interview Questions
4.0
 • 128 Interviews
ACKO Interview Questions
3.8
 • 47 Interviews
Turtlemint Interview Questions
3.6
 • 39 Interviews
RenewBuy Interview Questions
3.4
 • 38 Interviews
Coverfox Interview Questions
4.3
 • 3 Interviews
View all

Roadzen Reviews and Ratings

based on 12 reviews

3.3/5

Rating in categories

3.2

Skill development

4.5

Work-Life balance

2.5

Salary & Benefits

3.1

Job Security

3.0

Company culture

1.9

Promotions/Appraisal

3.1

Work Satisfaction

Explore 12 Reviews and Ratings
Data Scientist
5 salaries
unlock blur

₹9.2 L/yr - ₹44.4 L/yr

Backend Developer
4 salaries
unlock blur

₹14.5 L/yr - ₹18 L/yr

Product Manager
4 salaries
unlock blur

₹15 L/yr - ₹32 L/yr

Senior HR Executive
4 salaries
unlock blur

₹6 L/yr - ₹6 L/yr

Operations Coordinator
4 salaries
unlock blur

₹2.8 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Roadzen with

PolicyBazaar

3.6
Compare

Coverfox

4.3
Compare

ACKO

3.8
Compare

Digit Insurance

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview