Upload Button Icon Add office photos

IQVIA

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

IQVIA Senior Devops Engineer Interview Questions and Answers

Updated 3 Oct 2024

IQVIA Senior Devops Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. General Questions on Devops
  • Q2. Question related to work experience
Round 2 - Technical 

(2 Questions)

  • Q1. About interested area to work
  • Q2. Package related discussuion

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to devops and considering my experience some team management questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and have in-depth knowledge on skill
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Mostly Cloud related questions
Round 2 - Technical 

(1 Question)

  • Q1. If round 1 is clear , then be confident in round 2
Round 3 - HR 

(1 Question)

  • Q1. Salary related mainly

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Mostly they ask questions on your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for write code for Jenkins file, terraform, ansible-playbook
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Related to cloud
  • Q2. Related to CICD
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between ext and xfs?
  • Ans. 

    ext is the default file system for many Linux distributions, while xfs is known for better performance and scalability.

    • ext is the default file system for many Linux distributions

    • xfs is known for better performance and scalability

    • xfs supports larger file systems and files compared to ext

  • Answered by AI
  • Q2. What is the difference between CentOS/RHEL 6 & 7?
  • Ans. 

    CentOS/RHEL 6 & 7 differ in kernel version, package management, systemd, and support lifecycle.

    • Kernel version: CentOS/RHEL 6 uses kernel version 2.6.x while CentOS/RHEL 7 uses kernel version 3.x.

    • Package management: CentOS/RHEL 6 uses yum for package management, while CentOS/RHEL 7 uses yum and dnf.

    • Systemd: CentOS/RHEL 6 uses SysV init system, while CentOS/RHEL 7 uses systemd as the init system.

    • Support lifecycle: CentOS...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Questions on Cloud, Kubernetes and ADO

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

I applied via Naukri.com and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basics in resume and all the projects you have worked on mostly.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be ready and prepared with your resume.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Jenkins ci-cd meaning
  • Q2. Grep and egrep in linux
  • Ans. 

    grep and egrep are command line tools used for searching text patterns in files in Linux.

    • grep is a basic command line tool for searching text patterns in files.

    • egrep is an extended version of grep with support for regular expressions.

    • grep is case-sensitive by default, use -i flag for case-insensitive search.

    • egrep supports extended regular expressions without escaping special characters.

    • Example: grep 'pattern' file.txt

    • E

  • Answered by AI
  • Q3. How to print forth coloumn
  • Ans. 

    Use awk command to print the fourth column of a file

    • Use awk command with '{print $4}' to print the fourth column of a file

    • Example: awk '{print $4}' file.txt

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your job role.
  • Ans. 

    As a Sr Devops Engineer, my job role involves managing and improving the infrastructure, deployment pipelines, and automation processes to support development teams.

    • Managing and maintaining infrastructure using tools like Terraform, Ansible, or Kubernetes

    • Designing and implementing CI/CD pipelines for automated testing and deployment

    • Monitoring system performance and troubleshooting issues

    • Collaborating with development t...

  • Answered by AI
  • Q2. My company migrate on- premises server to aws rds what points to remeber during this migration.
Round 2 - Technical 

(3 Questions)

  • Q1. Jenkins CI-CD Pipelines how to declare that and how to integrate which plung'ins to integrated with jenkins actually plung'ins name.
  • Ans. 

    Jenkins CI-CD pipelines are declared using Jenkinsfile and can be integrated with various plugins for additional functionality.

    • Declare Jenkins CI-CD pipelines using Jenkinsfile in the root directory of the project.

    • Integrate plugins like Git, Docker, Slack, SonarQube, etc., for specific functionalities.

    • Use declarative syntax or scripted syntax in Jenkinsfile based on requirements.

    • Configure stages, steps, post actions, a...

  • Answered by AI
  • Q2. Write terra form to create multipal EC2 instances.
  • Ans. 

    Use Terraform to create multiple EC2 instances

    • Use Terraform's EC2 instance resource to define the instances

    • Specify the number of instances using count parameter

    • Use a for_each loop to create multiple instances with unique names and configurations

  • Answered by AI
  • Q3. Write to playbook for spinup to Tom cat server.
  • Ans. 

    Playbook for spinning up a Tomcat server

    • Install Java on the server

    • Download and extract Tomcat

    • Configure Tomcat server.xml file

    • Start the Tomcat server

    • Verify Tomcat is running

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

IQVIA Interview FAQs

How many rounds are there in IQVIA Senior Devops Engineer interview?
IQVIA interview process usually has 2 rounds. The most common rounds in the IQVIA interview process are Technical.
What are the top questions asked in IQVIA Senior Devops Engineer interview?

Some of the top questions asked at the IQVIA Senior Devops Engineer interview -

  1. General Questions on Dev...read more
  2. About interested area to w...read more
  3. package related discussu...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

SALARIES

Persistent Systems

SALARIES

Persistent Systems

SALARIES

State Bank of India

SALARIES

State Bank of India

SALARIES

Persistent Systems

SALARIES

Persistent Systems

INTERVIEWS

Eviden

No Interviews

JOBS

Persistent Systems

No Jobs

Tell us how to improve this page.

IQVIA Senior Devops Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
IQVIA Senior Devops Engineer Salary
based on 12 salaries
₹10.1 L/yr - ₹31 L/yr
26% more than the average Senior Devops Engineer Salary in India
View more details
Consultant
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Clinical Data Specialist
761 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Drug Safety Associate
743 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
718 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare IQVIA with

Cognizant

3.7
Compare

Accenture

3.8
Compare

TCS

3.7
Compare

Infosys

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