i
Dassault Systemes
Filter interviews by
Clear (1)
I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.
Duration : 1 Hour,
Topics : JS, HTML, CSS,
Coding : 2 Questions
Hoisting is a JavaScript behavior where variable and function declarations are moved to the top of their containing scope during the compilation phase.
In JavaScript, variable and function declarations are hoisted to the top of their scope.
This means that you can use a variable or function before it is declared in the code.
However, only the declarations are hoisted, not the initializations.
To center a div, use CSS properties like margin, display, and text-align.
Set margin to auto on left and right sides
Set display to flex and justify-content to center
Set text-align to center for inline elements
I was interviewed before Jul 2023.
Implementation class for ArrayList in Java
Create a class named ArrayList with a private array to store elements
Implement methods like add, remove, get, size, etc.
Handle resizing of the array when needed
Use generics to allow storing any type of objects
Here is a simple example: public class ArrayList
Dassault Systemes interview questions for designations
I applied via Referral and was interviewed before Jan 2022. There were 3 interview rounds.
Top trending discussions
I was interviewed in Jul 2017.
Code to print * in five consecutive lines
Use a loop to iterate five times
Inside the loop, print a string containing a single * character
Code to calculate number of bounces a ball goes through until it comes to rest.
Use a loop to simulate the bounces until the ball stops bouncing
Calculate the height of each bounce using the given formula
Keep track of the number of bounces in a counter variable
The best and less time consuming way to calculate factorial of a number is using iterative approach.
Iteratively multiply the number with all the numbers from 1 to the given number
Start with a result variable initialized to 1
Multiply the result with each number in the range
Return the final result
Code to find factorial using function recursion
Define a function that takes an integer as input
Check if the input is 0 or 1, return 1 in that case
Otherwise, call the function recursively with input-1 and multiply it with the input
based on 7 interviews
2 Interview rounds
based on 53 reviews
Rating in categories
R&D Engineer
606
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineering Specialist
358
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
350
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
288
salaries
| ₹0 L/yr - ₹0 L/yr |
QA Engineer
135
salaries
| ₹0 L/yr - ₹0 L/yr |
Autodesk
Siemens
PTC
Ansys Software Private Limited