Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Dassault Systemes Team. If you also belong to the team, you can get access from here

Dassault Systemes Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Dassault Systemes Interview Questions, Process, and Tips

Updated 18 Feb 2025

Top Dassault Systemes Interview Questions and Answers

View all 128 questions

Dassault Systemes Interview Experiences

Popular Designations

160 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Aptitude Test is conducted in virtual mode and the Duration for the Test is 50 minutes.

Round 3 - Coding Test 

3 Simple Problem were given out of which we need to solve only 2 problems in any programming language.

Round 4 - Technical 

(2 Questions)

  • Q1. Question on DBMS such as SQL Queries and logical problems were given.
  • Q2. Some HR kind of questions were also asked during this round only.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through DBMS Concepts thoroughly and solve some logical reasoning questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

2 coding questions are given

Round 3 - Technical 

(1 Question)

  • Q1. Resume based questions are asked

Associate Software Developer Interview Questions asked at other Companies

Q1. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) is a function, is calculated using the following formula - F(n) = F(n-1) + F(n-2), Where, F(1) = F(2) = 1 Provided N you have to find out the Nth Fibonacci Number. Input Fo... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Basics like arrays, bit manipulation, strings

Round 3 - Technical 

(1 Question)

  • Q1. Basic data structures, optimise code, puzzles

Top Dassault Systemes Software Developer Interview Questions and Answers

Q1. 1. Implement 4x4 matrix multiplication with operator overloading in cpp. 2. Bitwise XOR operation of two numbers
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 20 Jun 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. .Introduction .Current Project Details and Roles and Responsibilities. .2 coding Problems. .Logical Question on Inheritance, Exception Handling,Strings and Basics Java and collection concepts .
Round 3 - Technical 

(1 Question)

  • Q1. . Introduction .Coding Problem .Roles and Responsibilities of the current project . Architecture Explanation of Current Project with Diagram .some Java Basic Question .HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare and Be Confident ..you will rock..

Top Dassault Systemes R&D Engineer Interview Questions and Answers

Q1. suppose a customer gets a crash in our software and that crash dump comes to you for analysis - what would be your strategy to analyze the dump?
View answer (1)

R&D Engineer Interview Questions asked at other Companies

Q1. give some ideal characteristics of opamp. what is CMRR. what is the practical significance of CMRR. why the input impedance must be large. what is impedance matching, why it has to be done. what is MPTT and its advantages. explain about D-A... read more
View answer (1)

Dassault Systemes interview questions for popular designations

 R&D Engineer

 (22)

 Software Developer

 (18)

 Software Engineer

 (17)

 QA Engineer

 (7)

 Software Engineering Specialist

 (5)

 Java Developer

 (4)

 Senior Software Engineer

 (4)

 Research and Development

 (3)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Aug 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

Aptitude test for about 1.5 hr with around 70 questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. SDLC, STLC related question
  • Q2. Basic technical question resume listed skills
Round 3 - One-on-one 

(2 Questions)

  • Q1. More conceptual questions
  • Q2. One general problem solving question to check thought process
Round 4 - HR 

(2 Questions)

  • Q1. Interview with senior manager
  • Q2. More of a discussion on projects in the company for which they are hiring for my applied role
Round 5 - One-on-one 

(3 Questions)

  • Q1. Interview with Senior Manager about work culture, fitment based questions
  • Q2. One problem solving question was asked in which problem could be broken down into algebric equations and solved
  • Q3. A 10 question trying to understand behaviour and psychology of candidate was asked to be filled prior to interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Have patience, interview process takes time. I gave on site interview.

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

Get interview-ready with Top Dassault Systemes Interview Questions

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Multiple puzzles were asked to test aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPs concepts, discussed ach concept in detail.
  • Ans. 

    OOPs concepts refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detail

  • Answered by AI
  • Q2. Discussed sorting algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Preape basics of coding and geometry based questions.

Research and Development Interview Questions asked at other Companies

Q1. Explain how you will place heat and light sensors in a room with glass facade on one side
View answer (7)

Jobs at Dassault Systemes

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was provided for 45 mins

Round 2 - Technical 

(1 Question)

  • Q1. OOPS, virtual, inheritance

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare aptitude very well.
Some questions like normal maths

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Java OOPs concept
  • Q2. Abstract and Interface difference
  • Ans. 

    Abstract classes can have both abstract and non-abstract methods, while interfaces can only have abstract methods.

    • Abstract classes can have constructors, member variables, and non-abstract methods, while interfaces cannot.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract classes are used to define a common behavior for subclasses, while interfaces are used to define a contr...

  • Answered by AI
  • Q3. Puzzle - odd weighted object
Round 2 - HR 

(2 Questions)

  • Q1. Questions based on Resume
  • Q2. What are the challenging situations faced

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the core java concepts.

Top Dassault Systemes Software Engineer Interview Questions and Answers

Q1. C++ Program to reverse a string
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Centre for Development of Advanced Computing (CDAC) and was interviewed in Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Round 1 was of aptitude test with two sections overall it was easy but very less time.

Round 2 - One-on-one 

(1 Question)

  • Q1. Core java and advance java , project what u have done and puzzles

Interview Preparation Tips

Topics to prepare for Dassault Systemes Java Developer interview:
  • Java
Interview preparation tips for other job seekers - for interview round prepare puzzles very well.

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

Senior R&D Engineer Interview Questions & Answers

user image Ankit Chaudhary

posted on 7 Mar 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was taken by a manager from CATIA brand, it included technical, geometry as well as logical questions

Round 2 - Coding Test 

It was similar to round 1, conducted with program manager, it included in depth C++ questions, background questions, questions on previous experience and some logical problems

Interview Preparation Tips

Interview preparation tips for other job seekers - Be up to date with the language concepts, whatever language you have
Try to communicate with confidence and sincerity that you can be a good team member.

Senior R&D Engineer Interview Questions asked at other Companies

Q1. What is your experience in Software configuration management tools like TCM, RTC, Synergy, Git and Git Hub?
View answer (1)

Dassault Systemes Interview FAQs

How many rounds are there in Dassault Systemes interview?
Dassault Systemes interview process usually has 2-3 rounds. The most common rounds in the Dassault Systemes interview process are Technical, Aptitude Test and Resume Shortlist.
How to prepare for Dassault Systemes interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Dassault Systemes. The most common topics and skills that interviewers at Dassault Systemes expect are Javascript, Python, Java, Analytical and Communication Skills.
What are the top questions asked in Dassault Systemes interview?

Some of the top questions asked at the Dassault Systemes interview -

  1. suppose a customer gets a crash in our software and that crash dump comes to yo...read more
  2. 7)how do you drive your data in automation , how do you validate whether your d...read more
  3. 6)What do you do when your automation script fails , debug proce...read more
How long is the Dassault Systemes interview process?

The duration of Dassault Systemes interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Dassault Systemes Interview Process

based on 125 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 902 Interviews
Siemens Interview Questions
4.1
 • 429 Interviews
SAP Interview Questions
4.2
 • 308 Interviews
PTC Interview Questions
4.2
 • 62 Interviews
Autodesk Interview Questions
4.3
 • 39 Interviews
Trimble Interview Questions
4.2
 • 26 Interviews
Bentley Systems Interview Questions
4.3
 • 20 Interviews
View all

Dassault Systemes Reviews and Ratings

based on 938 reviews

4.0/5

Rating in categories

3.5

Skill development

4.3

Work-life balance

3.3

Salary

4.5

Job security

4.2

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 938 Reviews and Ratings
Sap Bods Developer

Pune

2-4 Yrs

₹ 10-15 LPA

Explore more jobs
R&D Engineer
606 salaries
unlock blur

₹6.8 L/yr - ₹24.5 L/yr

Software Engineering Specialist
358 salaries
unlock blur

₹7 L/yr - ₹18.8 L/yr

Software Developer
351 salaries
unlock blur

₹5.5 L/yr - ₹20 L/yr

Software Engineer
284 salaries
unlock blur

₹5.5 L/yr - ₹18 L/yr

QA Engineer
135 salaries
unlock blur

₹4 L/yr - ₹13.5 L/yr

Explore more salaries
Compare Dassault Systemes with

Autodesk

4.2
Compare

Siemens

4.1
Compare

PTC

4.2
Compare

Ansys Software Private Limited

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview