Are you a consultant?
Devops Engineer Interview Questions
11,269 devops engineer interview questions shared by candidates
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.
We will pass you a weight. Using the letters in the alphabet, give us back the combination which accomplishes that weight using the fewest number of letters. Letters can repeat. A= 1 B = A*2+ 1 ....
Basics of Linux,git,puppet/chef,docker,scripting
Questions about experience with different virtualization stacks and certain scenarios when working with those.
I was asked to submit solution with implementation for a complex architecture.
Viewing 11 - 20 interview questions