How would you design a presence (ie: friends online list) system?
Devops Interview Questions
13,097 devops 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