I applied online. I interviewed at Dassault Systèmes (Pune) in Nov 2021
Interview
Rounds-
1. Coding/MCQ Test
2. Technical Round L1
3. managerial Round L2
NOTE-Mostly questions were on vanilla javascript
Try to answer most of the questions because they mainly test the approach and attitude of solving problems and not just the answer.
Interview questions [1]
Question 1
1.Coding MCQ Test
a. Code to write function to find nearest number closest
to 0
b. Write a function to find factorial of a number
c. Prototype of a class based question
d. Output questions on var/let/const,prototype,hoisting,typeOf, "4"==4
2. Technical Round
a. Write code in vanilla Javascript to create an input box taking number and two buttons of + and - to increment and decrement and some css on buttons
b. Write code to find sum (a) (b) in es6 syntax
c. What is Hoisting,how to avoid it?
d. What is currying and bind,call,apply method?
e. What is this keyword?
f. How to define a function globally in js?
g. What is inheritence in js?
h. Write a generic function to add an array object in a
json object
i. Selectors in html
j. Closure and its purpose of use
3. Managerial Round
a. General Questions about Introduction
b. Code to solve this pattern [11 ,6, 1, -4 ,1 ,6, 11, 16]
c. CTC and Expected CTC
I applied online. I interviewed at Dassault Systèmes (Pune)
Interview
Interview process was fine. They asked about work experience, what did you work on, what was your contribution, what was team size, if agile methodology was used etc. And then technical questions.
I applied through a recruiter. The process took 3 days. I interviewed at Dassault Systèmes (Pune) in Apr 2025
Interview
In the interview, I was given a real-world scenario with a specific requirement and asked to build a solution using HTML, CSS, and JavaScript. I had to understand the problem, plan the structure, and implement the functionality accordingly. The task tested my ability to translate requirements into a working UI. It also evaluated my coding, problem-solving, and time management skills. I completed the solution by ensuring responsiveness and clean code.
Difficulty range - medium
JavaScript basics
React basics
HTML advance
Css basics to advance.
JavaScript async await
Promise chain.
Variable scope in JavaScript
Closure related concepts
Clouser implementation in real time coding. With code example. What id hoisting in JavaScript. Advance concept of JavaScript stack executions with promise and async operations.
Interview questions [1]
Question 1
Will we get the reference of window object in nested IFrames