How would you design a presence (ie: friends online list) system?
Devops Engineer Interviews
Devops Engineer Interview Questions
"DevOps is a quickly growing space for tech companies. Employers hiring DevOps engineers are looking for candidates with strong programming abilities, a knowledge of re-engineering processes, and great communication skills to fast-track projects between IT professionals and software engineers. Expect to answer various technical questions that will evaluate your knowledge of tech tools and processes such as HTTP. Experience in software engineering or a related field is expected."
Top DevOps Engineer Interview Questions & How to Answer
Question #1: What are the top DevOps tools, and which ones have you worked with before?
Question #2: What is the need for DevOps?
Question #3: What are the most important things that DevOps help achieve?
13,096 devops engineer interview questions shared by candidates
I was asked to to participate in several thought experiments. They were cleverly designed for you to showcase your skillset.
how do you connect to your Linux servers?
What is paas? (he pronounced as pass)
Are you a consultant?
Do you know C++ programing language ?
If a developer came up to you and just said "Oh this is broken and I'm not sure what's wrong with it, can you help me," how would you begin troubleshooting?
items = ('a', 'b', 'c', 'd', 'e') for item in items: if item == 'b': items.remove(item) else: print(item)
In coding round they asked to implement a file server, which will be used to store and list files.
Using a pen and paper(and over the phone) write a function that shows all permutations of a given string. Given the string 'abc' it should return 'abc', 'acb', 'bac', 'bca'... etc.
Viewing 11 - 20 interview questions