I applied through an employee referral. The process took 1 week. I interviewed at Accenture (Chennai) in May 2024
Interview
It was good. They interviewer was very knowledgeable. He even gave some tips on what other things I could learn in React to boost my career. The questions tested Vanilla JavaScript heavily.
Interview questions [1]
Question 1
Array manipulation in Vanilla JavaScript. But they didn’t directly ask this as a question. They gave a sample problem statement and asked to figure out how to handle it. We have to figure out that we can use Array manipulation and write a code for that.
I applied through a recruiter. I interviewed at Accenture (Luxembourg) in Nov 2023
Interview
I've got first of all to take a test that I didn't pass. It was on Codingame and was quite frustrating because you get some questions and like 10 seconds to choose the correct answer. Apart from this, the puzzle problem is very confusing and needs much more time to be solved.
1 - Phone Screen
2 - Online Coding Test (Hardest step I believe)
3 - English Test
4 - Technical interview with a front end developer
5 - HR Interview
6 - Offer
Interview questions [1]
Question 1
Technical interview consist of various questions:
- General front end related questions like http protocol, first page optimization, minification, debugging techniques etc.
- If you are interviewing for a specific framework role make sure you know go through general interview questions for that framework and also be ready to answer how to solve common problems like memory leak or performance optimization with that framework's best practices.
- Practice basic data structures and OOP topics because during the interview you might be asked to design a simple solution for a problem and from the basic solution you might get asked to re-implement it with various data structures (linked list, tree or hashmaps) (syntax doesn't matter much)