Shell Scripting, Linux is a must.
Devops Interview Questions
13,143 devops interview questions shared by candidates
Why did you choose to pursue a career in the Cloud?
What is Virtualization concept for Container and Kubernetes
what is label in kubernetes ?
Tell me about yourself . What kind of job are you looking out for?
Did you work with any of the AWS Services
Technical knowledge of cloud services, containerization, automation, and CI/CD is crucial for a DevOps role at Infosys. Problem-solving skills are tested in both coding and system design rounds. The managerial round is an opportunity to highlight your soft skills, teamwork experience, and approach to handling challenges.
Can you describe the key stages of a CI/CD pipeline and the tools you’ve used for each stage? How do these stages contribute to faster software delivery?
1. Fundamentals of Networking and OS 2. Questions on AWS Cloud 3. Questions related to Docker and Terraform 4. Basic debugging issue Coding question | Scripting | Open book Writing scripts to work with various AWS resources to extract certain set of data.
what's wrong with the following code? items = ['a', 'b', 'c', 'd', 'e'] for item in items: if item == 'b': items.remove(item) else: print(item)
Viewing 901 - 910 interview questions