0% found this document useful (0 votes)
2 views

Devops Interview Questions

The document lists a series of interview questions categorized by technology areas including Terraform, Jenkins, Docker, Kubernetes, Maven, Linux, AWS Cloud, Agile, Helm, General Questions, Ansible, and Java. Each category contains specific questions that cover various topics such as configuration management, CI/CD pipelines, cloud services, and programming concepts. The questions are designed to assess a candidate's knowledge and experience in these technologies.

Uploaded by

Natraj Kuruba
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Devops Interview Questions

The document lists a series of interview questions categorized by technology areas including Terraform, Jenkins, Docker, Kubernetes, Maven, Linux, AWS Cloud, Agile, Helm, General Questions, Ansible, and Java. Each category contains specific questions that cover various topics such as configuration management, CI/CD pipelines, cloud services, and programming concepts. The questions are designed to assess a candidate's knowledge and experience in these technologies.

Uploaded by

Natraj Kuruba
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

Terraform

Asked questions in interviews

1.How to handle multiple environments in Terraform


2.How to deploy a service across multiple environments in terraform
3.How to manage state across different workspaces
4.How to configure DMS in AWS steps
5.Difference blw local and remote exac
6.If two of the team members are working on same file in terraform how to avoid
conflicts
7.How to run shell script in terraform
8.Local and remote exec difference
9.How to create multiple ec2 machines using terraform
10.What do you know about prevent and delete in terraform
11.How did you perform cloud migrations And especially aws database migrations
12.You need to manage secrets in your terraform configuration , such as api keys or
database passwords . How can you handle sensitive information securely
13.You have to implement infrastructure drift detection and remediation with
terraform . How can you accomplish this
14.You want to manage multi cloud environments using terraform,with resources
provisioned across aws ,azure and gcp .How can you achieve this
15.You need to manage the life cycle of existing resources that were not
provisioned using terraform. How can you integrate these existing resources into
your terraform configuration and manage them going forward
16.Explain tradition of providers from one cloud to another,terraform
17.You need to provision multiple resources that have dependencies on each other,
such as creating a VPC before creating Ec2 instances inside it how can you handle
this dependency in terraform Both implicit and explicit
18.Difference between list and set in Terraform
19.Explain the terraform project structure , real time
20.How can you ensure statefile is secure and safe in your project
21.Null resource and tentative resource in terraform
22.What are the challenges did you face in terraform project
23.How will you create cluster using Terraform
24.Tentative resources in Terraform
25.What is the module structure in Terraform
26.we have 5 instances using foreach and now I want to delete a instance need to
remove index number also and apply changes in terraform.
27.How to manage dependencies in Terraform
28.Explain Terraform flow for one resource creation
29.Write Terraform code to load balancer
30.Terraform workspaces
31.How do you track code changes changes in AWS console we are using only
commandline terraform.. drift

Jenkins

Asked Questions

1.Where the Jenkins files store path


2.How to upgrade or downgrade Jenkins
3.What will you do when Jenkins master running stop
4.Can you explain your ci CD pipeline
5.Can you write just one stage in Jenkins pipeline?
6.What is Multi environment pipeline?
7.If some other team didn't able to see perticular dashboards how will check in
Jenkins?
Docker

Asked questions

1.Explain docker file


2.Difference between copy and add comand in docker
3.How will you check running container logs.. command
4.Docker expose command
5.Docker file keywords explain
6.What is Docker compose and explain practical usage
7.What is init container who is responsible for creating it? Worker nodes only
8.What is sidecar container ? Does it a supporting container or dependent on
anything?

Kubernetes

Asked Questions
1.How to check pods issues in kubernets
2.How to check pods issues in AWS ECS
3.How will you check the procedure if application slow in kubernets
4.Difference between config map and secrets
5.How to reduce the minimal downtime in kubernets
6.Difference between application load balancer and network load balancer
7.How many set of nodes will you use in your project
8.How do you know the nodes requirement
9.Explain different environments you used in kubernets and in your project
10. What is configmap?
11. What is difference between pv and pvc in kubernetes
12.What are core components of kubernetes
13.Who will taker of jobs related things?
14.What is ephermal storage?
15.How will you check if pod status?
16.How will the kubernetes checks whether the pod is ready to take traffic?
17.What is readiness prob and live prob difference?
18.On what basis readiness prob will now it's ready? Httpstatus
19.What is live prob and what it will check ?
20.How will you create pod?Will you use packaging managerr? How will you create
package?
21.Commands for scale up and scaledown HPA?
22.How to check the pod logs or application logs? Commands ?
23.Difference between statfull and deployments
24.Does pod has 2 or more containers example?

Maven

Asked Questions

1.What are the different types of repositories in Maven


2.What is super pom

Linux

Asked questions

1.We have lot of databases we need to apply patch how to do that using shell script
2.How do you change the default file settings in linux
3.What are the linux commands you are using daily?
4.Command to add ip address?
Aws cloud
Asked questions

1.AWS firewalls
2.Difference between SG and WebCl
3.Difference between SG and NACL
4.How do you configure aws dms in console
5.Explain aws schema configuration, how to convert data or schema from source to
target
6.Managing AWS accounts in our current project
7.What is vpc endpoint
8.If we have 100 vpcs ,need to provide connectivity between them how?
9.About transit gateway routetable?
10.how can we differentiate public and private subnet?
11.Different types of storage in S3 and usage of them
12.How to secure an S3 bucket
13.How will you ensure the High availability in aws
14.load balancer , auto scaling group and multi region and az explain
15.Explain kubernetes services in detail and monitoring tools for the same

Agile
Asked Questions

1. Difference between SDLC and agile methodology


2. What type of meetings will happen during sprint
3. Did you use sonar in your code ? What type of sonar gateways you used in sonar.

Helm
Asked questions

1.How do you integrate various charts in helm


2.What is umbarella chart and how will you configure ?

General Questions asked in interview

1.What are the challenges you faced in production deployments?


2.What is your day to day activities and current project?
3.What is the process or pipeline in generally or your project?
4.Do you have any knowledge on database ? mysquel ..tell me the basic commands?
5.What is your day to day activities in current project?
6.Jenkins, kubernetes what is your contribution explain in depth.
7. Will you be comfortable with Azure cloud
8. Highlight your key skill mentioned in your resume
9. What is the latest project you worked and roles and responsibilities
10. What automation scripts you used for cloud
11. Did you worked on various environments

Ansible
Asked Questions

1.How will you connect master and worker nodes in ansible?


2.Can you list out some playbooks?
3.What is notify in ansible?
Java
Asked questions

1.How to validate api is secure or not


2.How to create rest api in Java
3.Difference between abstraction and encapsulation
4.What is polymorphism
5.Write a code for anagram

You might also like