L'entretien d'embauche se fait en deux phases. Une phase avec le responsable de l'entité d'accueil et une ressource RH.
Après cette phase de pré selection, un second entretien se fait avec le responsable de la direction
Interview questions [1]
Question 1
Décrire le cycle de vie du processus de developpement logiciel et préciser votre rôle dans les différentes étapes.
I applied online. I interviewed at Orange (Bukarest, ) in Apr 2022
Interview
I had to fill out a form with a project idea and some personal questions, then a 30-minute phone talk about my projects and a one-hour technical interview where I had to answer several questions and solve a problem.
Interview questions [1]
Question 1
OOP questions, an easy problem in Java, database questions, networking and Linux
I applied through a recruiter. The process took 4 weeks. I interviewed at Orange (Kairo, ) in Dec 2021
Interview
i was interviewd for software engineer role at orange-egypt at Data platform team, i was contacted by the TL via linkedin then i i got a technical interview with him which lasted about 90 minutes, then an HR interview then a meeting with the head of BI department.
Interview questions [2]
Question 1
Given a list of pairs (u, v) and you are allowed to remove zero or more elements from the list, get the maximum sum of v such that the list is increasing.
test input 1:
[{1,10}, {2,20}, {5,50}, {3,30}, {4,40}]
test output 1:
100