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.
Questions d'entretien [1]
Question 1
About Networking basics concepts like routing, subnetting.
J'ai postulé en ligne. Le processus a pris 1 semaine. J'ai passé un entretien chez IAMOPS
Entretien
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.
Questions d'entretien [2]
Question 1
items = ('a', 'b', 'c', 'd', 'e')
for item in items:
if item == 'b':
items.remove(item)
else:
print(item)