Upload Button Icon Add office photos

Filter interviews by

Razor Group Senior Data Scientist Interview Questions and Answers

Updated 11 Jul 2024

Razor Group Senior Data Scientist Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your experiences
  • Q2. Tell me about your past projects

I applied via Approached by Company and was interviewed before Jul 2021. There were 6 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Detailed discussion on previous projects done and skillset. Also a discussion on Ambition and what the candidate is looking for in his/her career.
Round 2 - Assignment 

Assignment included a dataset which had to be cleaned, feature engineered and then a ML based solution had to be submitted in Jupyter notebook.

Round 3 - Technical 

(1 Question)

  • Q1. Discussion with Peer Senior Data Scientists on Assignment solution. And Previous project discussion.
Round 4 - One-on-one 

(1 Question)

  • Q1. 1:1 with the CTO on projects handled and deep dive on experience.
Round 5 - One-on-one 

(1 Question)

  • Q1. 1:1 with a Functional Lead. In my case it was the Head of Supply Chain in Berlin.
Round 6 - HR 

(1 Question)

  • Q1. Offer and benefits discussion

Interview Preparation Tips

Topics to prepare for Razor Group Senior Data Scientist interview:
  • Machine Learning
  • Analytical skills
  • Python
  • SQL
Interview preparation tips for other job seekers - The Organisation is fast paced. Great learning experience. Leadership is sharp and kind.

Senior Data Scientist Interview Questions Asked at Other Companies

Q1. What is the difference between logistic and linear regression?
asked in SAP
Q2. Count all pairs of numbers from a list where the ending digit of ... read more
asked in Kyndryl
Q3. Print rows where a certain criterion is met (ex - in a dataset of ... read more
asked in Kyndryl
Q4. Extract only India Players from dictionary (using list comprehens ... read more
Q5. How do you handle large amount of data in financial domain?

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
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

Razor Group Interview FAQs

How many rounds are there in Razor Group Senior Data Scientist interview?
Razor Group interview process usually has 3-4 rounds. The most common rounds in the Razor Group interview process are HR, One-on-one Round and Technical.
How to prepare for Razor Group Senior Data Scientist 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 Razor Group. The most common topics and skills that interviewers at Razor Group expect are Data Analysis, Information Technology, Python, SQL Queries and Analytics.
What are the top questions asked in Razor Group Senior Data Scientist interview?

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

  1. Discussion with Peer Senior Data Scientists on Assignment solution. And Previou...read more
  2. 1:1 with a Functional Lead. In my case it was the Head of Supply Chain in Berli...read more

Tell us how to improve this page.

Razor Group Senior Data Scientist Interview Process

based on 1 interview

Interview experience

4
  
Good
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
 • 334 Interviews
Meesho Interview Questions
3.7
 • 334 Interviews
Zepto Interview Questions
3.5
 • 242 Interviews
BlackBuck Interview Questions
3.8
 • 180 Interviews
AmbitionBox Interview Questions
4.9
 • 153 Interviews
Tata 1mg Interview Questions
3.6
 • 151 Interviews
Digit Insurance Interview Questions
3.9
 • 146 Interviews
Paisabazaar.com Interview Questions
3.4
 • 142 Interviews
View all
Razor Group Senior Data Scientist Salary
based on 7 salaries
₹20 L/yr - ₹48 L/yr
22% more than the average Senior Data Scientist Salary in India
View more details

Razor Group Senior Data Scientist Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

3.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Senior Accountant
9 salaries
unlock blur

₹11 L/yr - ₹18 L/yr

Senior BI Manager
8 salaries
unlock blur

₹35 L/yr - ₹65 L/yr

Accountant
7 salaries
unlock blur

₹5 L/yr - ₹9 L/yr

Marketing Manager
7 salaries
unlock blur

₹11 L/yr - ₹14 L/yr

Senior Data Scientist
7 salaries
unlock blur

₹20 L/yr - ₹48 L/yr

Explore more salaries
Compare Razor Group 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