Upload Button Icon Add office photos

Filter interviews by

Roadzen Senior Data Scientist Interview Questions and Answers

Updated 1 Dec 2024

Roadzen Senior Data Scientist Interview Experiences

1 interview found

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

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

SQL and Python data analysis questions

Round 2 - Technical 

(1 Question)

  • Q1. How do you match the data in different columns.
  • Ans. 

    Matching data in different columns involves comparing the values in the columns and identifying similarities or patterns.

    • Use string matching techniques like exact match, partial match, or fuzzy matching.

    • Apply data cleaning and preprocessing techniques to standardize the data before matching.

    • Utilize advanced algorithms like Levenshtein distance or Jaccard similarity for more complex matching.

    • Consider using database join...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - HR 

(2 Questions)

  • Q1. Run through ur resume
  • Ans. 

    I have a diverse background in finance, consulting, and project management.

    • Started my career in finance at XYZ Company, where I gained experience in financial analysis and reporting

    • Transitioned to consulting at ABC Consulting, working on various projects for clients in different industries

    • Currently working as a project manager at DEF Corporation, leading cross-functional teams to deliver successful projects

  • Answered by AI
  • Q2. Run through ur resume could have done through call also ...not required to call F to F and say u can leave...

Interview Preparation Tips

Interview preparation tips for other job seekers - To everyone out their looking to join this company think twice as one will be called for interview stating ur shortlisted from any job portal site. After almost 2 weeks interview will be scheduled. Then u go all prepared and end of the day only HR interview will be done and theyl ask u to leave for the day. Hr just asks you to run through ur resume. Then thyl inform u after u checking repeatedly, theyl say u r not selected without even conducting any interview. Crazy isn't it .. Beware..
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Template and Reactive Forms in Angular
  • Ans. 

    Template and Reactive Forms in Angular are two ways to handle forms in Angular applications.

    • Template Forms are based on the traditional HTML forms and are easy to use for simple forms.

    • Reactive Forms are more flexible and powerful, allowing for complex form validation and dynamic form controls.

    • Template Forms use two-way data binding, while Reactive Forms use a more reactive approach with observables.

    • Reactive Forms are r...

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About General Insurannce bancasurance experience
  • Q2. Let it be very clear when you are speaking about general Insurance and also about your chanel sales developement.

Interview Preparation Tips

Interview preparation tips for other job seekers - be cool and very genuine when you are anwering.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Job experience, introduction
Round 2 - HR 

(1 Question)

  • Q1. Working experienced
Round 3 - Assignment 

Final assignment to complete

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What is event loop, how it works.
  • Ans. 

    Event loop is a mechanism in programming that allows for asynchronous execution of code by continuously checking for and handling events.

    • Event loop is commonly used in JavaScript to handle asynchronous operations like setTimeout, setInterval, and AJAX requests.

    • It works by continuously checking the event queue for any pending events, executing them one by one, and then moving on to the next event.

    • Event loop helps in pre...

  • Answered by AI
  • Q2. Micro task queue and macro task queue.
  • Q3. Is node.js single threaded or multi-threaded, also discuss threadpool and it's usages.
  • Q4. Tell the order of output, among process, promise, setTimeout, fs, setInterval.
  • Ans. 

    The order of output is fs, process, setTimeout, setInterval, promise.

    • fs module is synchronous and will output first

    • process is next in line

    • setTimeout will be executed after process

    • setInterval will be executed after setTimeout

    • promise will be executed last

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. JavaScript usages compiler or interpreter.
  • Ans. 

    JavaScript is an interpreted language.

    • JavaScript is an interpreted language, meaning it is executed line by line at runtime.

    • There is no separate compilation step in JavaScript like in languages that use compilers.

    • Examples of interpreted languages include Python, Ruby, and PHP.

  • Answered by AI
  • Q2. Tell the output among various for loops using var, let and bind.
  • Ans. 

    Output comparison of for loops using var, let, and bind in JavaScript.

    • Using var: variable is function-scoped, may lead to unexpected behavior in loops.

    • Using let: variable is block-scoped, recommended for loop iterations.

    • Using bind: creates a new function with a specified 'this' value and initial arguments.

  • Answered by AI
  • Q3. A medium level dsa question on array, solved it using pre-sum.
  • Q4. Situation based question, on how to pick a suitable database.
Round 3 - Technical 

(4 Questions)

  • Q1. What do you do on daily basis, and how to decide a tech-stack on high level.
  • Ans. 

    I work on coding, debugging, testing, and collaborating with team members. Tech stack decisions are based on project requirements, scalability, performance, and team expertise.

    • Daily tasks include coding, debugging, testing, and collaborating with team members

    • Tech stack decisions are based on project requirements, scalability, performance, and team expertise

    • Consider factors like language compatibility, libraries/framewo...

  • Answered by AI
  • Q2. Design an online scalable, real-time document sharing application like google docs.
  • Ans. 

    Design a scalable, real-time document sharing app like Google Docs.

    • Use websockets for real-time collaboration

    • Implement version control to track changes

    • Utilize a distributed database for scalability

    • Include user authentication and access control

    • Support offline editing with automatic sync

  • Answered by AI
  • Q3. How to handle images also in the future.
  • Ans. 

    Utilize cloud storage for scalability, implement image compression techniques, and regularly update image processing libraries.

    • Utilize cloud storage for scalability

    • Implement image compression techniques

    • Regularly update image processing libraries

  • Answered by AI
  • Q4. Any other way to solve the problem, of high I/O on same document to overcome throughput and conflicts.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair

Round 1 - Technical 

(1 Question)

  • Q1. Create a controller , service and repository methods and classes to save userDeatils in table using Spring Data JPA .
  • Ans. 

    Create a controller, service, and repository to save user details using Spring Data JPA.

    • Create a UserController class with appropriate mappings for saving user details.

    • Create a UserService class with a method to save user details.

    • Create a UserRepository interface that extends JpaRepository to handle database operations.

    • Implement the saveUserDetails method in the UserService class to call the save method of the UserRepo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Digit Insurance Senior Software Engineer interview:
  • Sping Boot
  • Rest Full Api
  • Spring Data JPA
Interview preparation tips for other job seekers - Just prepare top 50 spring boot question and you can easily crack interview .

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Why do you want to join digit?
  • Ans. 

    I want to join digit because of its innovative approach to technology and its reputation for fostering professional growth.

    • Digit's focus on cutting-edge technology aligns with my passion for innovation.

    • I am impressed by Digit's track record of supporting employee development and career advancement.

    • I believe Digit's collaborative work environment will allow me to thrive and contribute effectively.

  • Answered by AI
  • Q2. Tell us about yourself
  • Ans. 

    Experienced Senior Associate with a background in finance and project management.

    • Over 5 years of experience in financial analysis and reporting

    • Skilled in project management and leading cross-functional teams

    • Strong communication and presentation skills

    • Proficient in data analysis and financial modeling

    • Previous experience working with Fortune 500 companies

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck , keep it simple.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Questions from arrays and strings and some aptitude questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. How to merge 2 csv files
  • Ans. 

    To merge two CSV files, you can use software like Microsoft Excel or programming languages like Python.

    • Open both CSV files in a software like Microsoft Excel.

    • Copy the data from one CSV file and paste it into the other CSV file.

    • Save the merged CSV file with a new name.

    • Alternatively, you can use programming languages like Python to merge CSV files by reading both files, combining the data, and writing to a new file.

  • Answered by AI
  • Q2. Basic questions on arrays
Round 3 - HR 

(1 Question)

  • Q1. 3 reasons why u choose this company
  • Ans. 

    I applied to this company because of its reputation in the industry, opportunities for growth, and company culture.

    • Reputation in the industry - I have heard great things about the company's innovative projects and successful track record.

    • Opportunities for growth - The company offers various training programs and career advancement opportunities for employees.

    • Company culture - I value a positive work environment and the...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Questions on python

Skills evaluated in this interview

Roadzen Interview FAQs

How many rounds are there in Roadzen Senior Data Scientist interview?
Roadzen interview process usually has 1 rounds. The most common rounds in the Roadzen interview process are Technical.
What are the top questions asked in Roadzen Senior Data Scientist interview?

Some of the top questions asked at the Roadzen Senior Data Scientist interview -

  1. Optimisers and their us...read more
  2. Data Sparsity handl...read more

Tell us how to improve this page.

Roadzen Senior Data Scientist Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 434 Interviews
CARS24 Interview Questions
3.5
 • 337 Interviews
Udaan Interview Questions
3.9
 • 336 Interviews
Meesho Interview Questions
3.7
 • 335 Interviews
Zepto Interview Questions
3.5
 • 244 Interviews
BlackBuck Interview Questions
3.8
 • 180 Interviews
AmbitionBox Interview Questions
4.9
 • 153 Interviews
Tata 1mg Interview Questions
3.6
 • 153 Interviews
Digit Insurance Interview Questions
3.9
 • 146 Interviews
Paisabazaar.com Interview Questions
3.4
 • 142 Interviews
View all
Data Scientist
5 salaries
unlock blur

₹9.2 L/yr - ₹44.4 L/yr

Operations Coordinator
5 salaries
unlock blur

₹2.8 L/yr - ₹4.2 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

Explore more salaries
Compare Roadzen with

Udaan

3.9
Compare

Swiggy

3.8
Compare

CARS24

3.5
Compare

BlackBuck

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview