Software Engineer applicants have rated the interview process at Orange with 2.7 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 67% positive. To compare, the company-average is 74.9% positive. This is according to Glassdoor user ratings.
Common stages of the interview process at Orange as a Software Engineer according to 3 Glassdoor interviews include:
Phone interview: 33%
Skills test: 33%
One on one interview: 33%
Here are the most commonly searched roles for interview reports -
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 (Bucarest, ) 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 (Le Caire, ) 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