The interview process is very subtle, they will take one technical interview than Group discussion rounds proceeding with Personal Interview.
To note above is process usually for freshers it may vary according to experience of a applicant.
Domande di colloquio [1]
Domanda 1
About Networking basics concepts like routing, subnetting.
Ho presentato la mia candidatura online. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso IAMOPS
Colloquio
Truly terrible interview. While thinking of answers for the questions I was asked, the interviewer kept attacking me saying the question is super easy, if I don't manage to answer the question then there's no point proceeding, and just being very antagonizing and not letting me think. The questions also felt not relevant to devops at all. Eventually after 3 questions like these I ended the interview saying I don't think we'd be a good fit.
Domande di colloquio [2]
Domanda 1
items = ('a', 'b', 'c', 'd', 'e')
for item in items:
if item == 'b':
items.remove(item)
else:
print(item)