Upload Button Icon Add office photos

Roche Diagnostics

Compare button icon Compare button icon Compare

Filter interviews by

Roche Diagnostics Cloud Devops Engineer Interview Questions and Answers

Updated 22 Feb 2024

Roche Diagnostics Cloud Devops Engineer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Devops tools online test multiple choice questions

Round 2 - Technical 

(2 Questions)

  • Q1. Previous experience and tools that are written in cv
  • Q2. Case study type questions
Round 3 - Behavioral 

(2 Questions)

  • Q1. Generic psychological type questions Previous experience challanges
  • Q2. What if type questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Write correct information in cv

Interview questions from similar companies

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

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

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

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

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. BI and excel presentation on sales related data: all the questions were asked from the presentation only.
  • Q2. Why I am switching my job?

Interview Preparation Tips

Topics to prepare for AstraZeneca Data Analyst interview:
  • Power Bi
  • Advanced Excel
  • sales data

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
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What is your Expectations
  • Q2. Qualification and location
Round 2 - Technical 

(4 Questions)

  • Q1. What is LVM,SWAP?
  • Q2. What is difference between Top and Iftop?
  • Q3. What is use of mtr ,traceroute?
  • Q4. In which you are best in technology??
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion

Interview Preparation Tips

Topics to prepare for Utho Platforms Private Limited Cloud Devops Engineer interview:
  • Basic Linux
  • Basic Cloud knowledge
  • Troubleshooting
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What are the architectural details of Kubernetes?
  • Ans. 

    Kubernetes is a container orchestration platform that automates deployment, scaling, and management of containerized applications.

    • Master Node: Manages the Kubernetes cluster and includes components like API server, scheduler, and controller manager.

    • Worker Nodes: Run the containerized applications and include components like Kubelet, Kube-proxy, and container runtime.

    • Pods: The smallest deployable units in Kubernetes, wh...

  • Answered by AI
  • Q2. What is a Continuous Integration and Continuous Deployment (CI/CD) pipeline?
  • Ans. 

    CI/CD pipeline automates software development processes, enabling frequent code changes and faster delivery to production.

    • CI (Continuous Integration) involves automatically testing and merging code changes into a shared repository.

    • CD (Continuous Deployment) automates the release of code changes to production after passing tests.

    • Tools like Jenkins, GitLab CI, and CircleCI are commonly used to implement CI/CD pipelines.

    • E...

  • Answered by AI

Roche Diagnostics Interview FAQs

How many rounds are there in Roche Diagnostics Cloud Devops Engineer interview?
Roche Diagnostics interview process usually has 3 rounds. The most common rounds in the Roche Diagnostics interview process are Aptitude Test, Technical and Behavioral.
What are the top questions asked in Roche Diagnostics Cloud Devops Engineer interview?

Some of the top questions asked at the Roche Diagnostics Cloud Devops Engineer interview -

  1. What if type questi...read more
  2. Case study type questi...read more

Tell us how to improve this page.

Roche Diagnostics Cloud Devops Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Sanofi Interview Questions
4.2
 • 74 Interviews
AstraZeneca Interview Questions
4.1
 • 54 Interviews
Apotex Research Interview Questions
4.0
 • 30 Interviews
Eversana Interview Questions
3.6
 • 23 Interviews
Merck Interview Questions
4.3
 • 17 Interviews
Pharmalex Interview Questions
3.3
 • 14 Interviews
View all
Zonal Manager
29 salaries
unlock blur

₹13.2 L/yr - ₹26 L/yr

Analyst
26 salaries
unlock blur

₹5.7 L/yr - ₹11 L/yr

Senior Analyst
26 salaries
unlock blur

₹9 L/yr - ₹19.1 L/yr

Area Sales Manager
19 salaries
unlock blur

₹11 L/yr - ₹16 L/yr

Service Engineer
18 salaries
unlock blur

₹3.6 L/yr - ₹12 L/yr

Explore more salaries
Compare Roche Diagnostics with

Sanofi

4.2
Compare

AstraZeneca

4.1
Compare

Apotex Research

4.0
Compare

Otsuka Pharmaceutical India Private Limited

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