Ho presentato la mia candidatura online. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso Boston Consulting Group
Colloquio
After passing the CodeSignal and the HR interview, I had my first 1:1 technical interview with a senior software engineer. The entire interview consisted of questions and tasks related to skills that were not mentioned anywhere in my CV. I actually provided a solution to the task using the technologies I am familiar with, but the interviewer refused and kept insisting that I use other tools.
Honestly, it felt like the interviewer didn’t even take the time to read my résumé or prepare the interview based on my actual skill set. Overall, it was the worst interview experience I’ve ever had. Even when I clearly stated that I wasn’t familiar with certain technologies but could solve the problem using others, the interviewer didn’t consider that at all. [BCGX CASABLANCA]
Domande di colloquio [1]
Domanda 1
Docker - Type of joins in sql - backend related Qs -
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Boston Consulting Group nel mese di mar 2026
Colloquio
Multi-stage process for a fullstack internship (React/Node/TS/REST APIs/databases/clean code). Started with CodeSignal assessment (4 coding exercises), HireVue one-way video (6 behavioral questions), and first live coding (60 mins, collaborative with helpful hints from Senior Engineer). Advanced to second 60-min technical round with Lead Engineer. The provided case study (datasets + fullstack skeletons) was discarded; instead, focused on unrelated CV project and gave vague task to build a mathematical expression parser/evaluator from scratch. No guidance, frequent silence, camera/mic off. Felt dismissive and non-collaborative. Rejected immediately after with no feedback.
Domande di colloquio [1]
Domanda 1
"Make something that takes a mathematical expression, parses, and evaluates it or whatever" (from scratch, using any language, but unrelated to the fullstack JD or provided case study).
Ho sostenuto un colloquio presso Boston Consulting Group (Casablanca, )
Colloquio
The interview process usually has several rounds. First, there is a CodeSignal assessment, where you solve coding problems online to test your algorithm and programming skills. Next, there is an HR interview, where they ask about your background, motivation, and personality. Then, you have a technical interview on a Zoom call, where engineers evaluate your problem-solving skills. Finally, there is an on-site interview, which includes multiple technical and behavioral discussions with different team members.
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Boston Consulting Group (Casablanca, ) nel mese di feb 2026
Colloquio
Fill the details on careers page , wait approximately for 1 week to get an email to pass a general coding assessment at CodeSignal with C# , Java , Python or javaScript. General Coding assessment at CodeSignal has 4 problems , if you pass just 2 of them , you get an email after 1 or 2 weeks depending on the recruiter to pass a recorded motivation interview at HireVue .
Domande di colloquio [1]
Domanda 1
first problem : given an integer n, return an array of string asterisks * or space " " to build a square of size n = 3.
ex: ["***",
"* *",
"***"]