What is paas? (he pronounced as pass)
Devops Manager Interview Questions
13,087 devops manager interview questions shared by candidates
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.
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 ....
We are moving from 3 days a week in the office to 4 days a week in the office, and this may increase in the future. There is no flexibility regarding this. Do you agree to this?
Basics of Linux,git,puppet/chef,docker,scripting
Viewing 11 - 20 interview questions