Upload Button Icon Add office photos

Roche Diagnostics

Compare button icon Compare button icon Compare

Filter interviews by

Roche Diagnostics Data Analyst Interview Questions and Answers

Updated 7 Jun 2024

Roche Diagnostics Data Analyst Interview Experiences

2 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 6 Jun 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain example of window function
  • Ans. 

    Window functions are used to perform calculations across a set of table rows related to the current row.

    • Window functions are used in SQL to perform calculations within a specific window or subset of rows.

    • They allow you to perform aggregate functions like SUM, AVG, COUNT, etc. over a specific range of rows.

    • Examples include ROW_NUMBER(), RANK(), DENSE_RANK(), and NTILE().

  • Answered by AI
  • Q2. A question using aggregate function and case when in sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for skills that are required in the jd

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 6 Jun 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Do you know adobe analytics
  • Ans. 

    Yes, I am familiar with Adobe Analytics and have experience using it for data analysis.

    • I have used Adobe Analytics to track website traffic and user behavior

    • I have created custom reports and dashboards using Adobe Analytics

    • I am proficient in extracting insights from Adobe Analytics data to drive business decisions

  • Answered by AI
  • Q2. Explain example of window function
  • Ans. 

    Window functions are used to perform calculations across a set of table rows related to the current row.

    • Window functions are applied to a set of rows related to the current row in a query result.

    • They can be used to calculate running totals, averages, ranks, and more.

    • Examples include ROW_NUMBER(), RANK(), DENSE_RANK(), and NTILE().

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for real life scenarios and learn skills that they need

Data Analyst Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Suppose there is a room in the office and X people enter room thr ... read more
asked in Wipro
Q2. Chocolate Distribution Problem You are given an array/list CHOCOL ... read more
asked in Wipro
Q3. Ninja and Substrings Problem Statement Ninja has to determine all ... read more
Q4. Sliding Window Maximum Problem Statement You are given an array/l ... read more
asked in Tredence
Q5. Find First Repeated Character in a String Given a string 'STR' co ... read more

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning numerical English sum

Round 2 - Coding Test 

Python power bi sql tablue

Interview Preparation Tips

Topics to prepare for Merck Data Analyst interview:
  • Python
  • SQL
  • Power Bi
  • Tablu
Interview preparation tips for other job seekers - No
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are the basics of power bi
  • Ans. 

    Power BI is a business analytics tool by Microsoft for visualizing and analyzing data.

    • Power BI is a business analytics tool by Microsoft

    • It allows users to visualize and analyze data from various sources

    • Users can create interactive reports and dashboards

    • Power BI offers a wide range of data connectors for seamless integration

    • It provides features like data modeling, data preparation, and data visualization

    • Power BI can be ...

  • Answered by AI

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

Eversana user image ANIRUDH Jagtap

posted on 15 May 2024

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

(1 Question)

  • Q1. About your self

I applied via Recruitment Consulltant and was interviewed before May 2021. There were 4 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 

(3 Questions)

  • Q1. Questions related to Data analytics and SharePoint for my role.
  • Q2. Previous projects and their solutions.
  • Q3. Tool used in previous company. (SharePoint, Power BI, Nintex, InfoPath, Power Apps, Workflows)
Round 3 - Interview 

(1 Question)

  • Q1. Related to professional life and assurance to work.
Round 4 - HR 

(1 Question)

  • Q1. Salary details and candidature check.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with you technical rounds. It will be medium level (not to easy or difficult in cracking the interview).
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Project based discussion
Round 2 - One-on-one 

(1 Question)

  • Q1. Project based questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Good and not that much difficult

Round 3 - Technical 

(1 Question)

  • Q1. Good, interview was gone very smooth and you should know about what you mentioned in resume
Round 4 - HR 

(1 Question)

  • Q1. They will ask about personal information and inform you about your role

Interview Preparation Tips

Interview preparation tips for other job seekers - Everything goes well and interview was also good they will check our confidence and communication skills

Data Analyst Interview Questions & Answers

Merck user image Nishant Deswal

posted on 19 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was a 90 mins round, and we have to do 85 questions. Coding was also a part of it.

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

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is lamda function
  • Ans. 

    Lambda function is an anonymous function in programming that can have multiple arguments but can only have one expression.

    • Lambda functions are used for creating small, one-time use functions without the need to define a formal function.

    • They are often used in functional programming languages like Python.

    • Lambda functions can take any number of arguments, but can only have one expression.

    • Example: lambda x: x*2 defines a l

  • Answered by AI
  • Q2. Difference between list and tuple
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List can be modified after creation, tuple cannot.

    • List uses square brackets [], tuple uses parentheses ().

    • List is used for collections of items that may change, tuple for fixed collections.

    • Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Explain your previous work experience
  • Q2. Explain with example how your work related to real life example

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare very well for the job description give most of the questions will be based on that

Skills evaluated in this interview

Roche Diagnostics Interview FAQs

How many rounds are there in Roche Diagnostics Data Analyst interview?
Roche Diagnostics interview process usually has 1 rounds. The most common rounds in the Roche Diagnostics interview process are Technical.
How to prepare for Roche Diagnostics Data Analyst 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 Roche Diagnostics. The most common topics and skills that interviewers at Roche Diagnostics expect are Data Analysis, Healthcare, IT Architecture, Information Technology and Nephrology.
What are the top questions asked in Roche Diagnostics Data Analyst interview?

Some of the top questions asked at the Roche Diagnostics Data Analyst interview -

  1. Do you know adobe analyt...read more
  2. explain example of window funct...read more
  3. a question using aggregate function and case when in ...read more

Tell us how to improve this page.

Roche Diagnostics Data Analyst Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Abbott Interview Questions
4.1
 • 146 Interviews
Sanofi Interview Questions
4.2
 • 72 Interviews
AstraZeneca Interview Questions
4.1
 • 53 Interviews
Apotex Research Interview Questions
4.0
 • 29 Interviews
Eversana Interview Questions
3.6
 • 23 Interviews
View all
Roche Diagnostics Data Analyst Salary
based on 18 salaries
₹3.5 L/yr - ₹9.4 L/yr
6% more than the average Data Analyst Salary in India
View more details

Roche Diagnostics Data Analyst Reviews and Ratings

based on 3 reviews

3.3/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

2.3

Salary

3.6

Job security

4.3

Company culture

2.3

Promotions

3.0

Work satisfaction

Explore 3 Reviews and Ratings
Zonal Manager
29 salaries
unlock blur

₹13.2 L/yr - ₹26 L/yr

Senior Analyst
25 salaries
unlock blur

₹9 L/yr - ₹19.1 L/yr

Analyst
24 salaries
unlock blur

₹5.7 L/yr - ₹10.5 L/yr

Area Sales Manager
19 salaries
unlock blur

₹11 L/yr - ₹16 L/yr

Data Analyst
18 salaries
unlock blur

₹3.5 L/yr - ₹9.4 L/yr

Explore more salaries
Compare Roche Diagnostics with

Siemens Healthineers

4.0
Compare

Abbott

4.1
Compare

Thermo Fisher Scientific

3.9
Compare

Beckman Coulter

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