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
4.0

based on 886 Reviews

Filter interviews by

Dassault Systemes Interview Questions, Process, and Tips for Freshers

Updated 2 Jan 2025

Top Dassault Systemes Interview Questions and Answers for Freshers

View all 11 questions

Dassault Systemes Interview Experiences for Freshers

Popular Designations

17 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 23 Feb 2024

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

I applied via Company Website and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Resume Related-Project about CAE
Round 2 - Technical 

(1 Question)

  • Q1. Deliver a Presentation for an Hour
  • Ans. 

    Deliver a presentation for an hour

    • Start with an engaging introduction to grab the audience's attention

    • Organize the content into clear sections with key points

    • Use visuals like slides or props to enhance understanding

    • Encourage audience participation through questions or activities

    • Conclude with a summary of key takeaways and open the floor for questions

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. General salary and location related

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare resume in depth

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Basic reasoning and coding concepts

Round 2 - One-on-one 

(2 Questions)

  • Q1. Js based questions. Regex, ajax working
  • Q2. Coding challenges

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 (170)
Round 1 - Technical 

(1 Question)

  • Q1. Opps concept and exception handling
Round 2 - Aptitude Test 

Simple interest

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on basics in java and selenium

Automation Engineer Interview Questions asked at other Companies

Q1. 16) What is modbus ? Types of modbus? How many slaves we can connect to one master
View answer (1)

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 4 Aug 2021

I applied via Referral and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. Question of kadane's algorithm
  • Q2. Puzzle questions
  • Q3. Sort the list of alphanumeric values
  • Ans. 

    Sort a list of alphanumeric values.

    • Use a sorting algorithm to sort the array of strings.

    • If the values are case-insensitive, convert them to lowercase before sorting.

    • If the values contain numbers, use a natural sorting algorithm to sort them.

    • If the values contain special characters, consider their ASCII values while sorting.

  • Answered by AI
  • Q4. Write the program for singleton design pattern
  • Ans. 

    Singleton design pattern ensures only one instance of a class is created and provides a global point of access to it.

    • Create a private constructor to prevent direct instantiation of the class

    • Create a private static instance of the class

    • Create a public static method to access the instance

    • Ensure thread safety by using synchronized keyword or static initialization block

    • Example: Database connection manager

  • Answered by AI
  • Q5. Reverse a linked list
  • Ans. 

    Reverse a linked list

    • Iteratively swap the next and previous pointers of each node

    • Recursively swap the next and previous pointers of each node

    • Use a stack to push each node and then pop them to create the reversed list

  • Answered by AI
  • Q6. Make your own immutable class
  • Ans. 

    An immutable class is a class whose instances cannot be modified after creation.

    • Make all fields private and final

    • Do not provide any setters

    • Make the class final so that it cannot be subclassed

    • If any mutable object is used as a field, return a copy of it instead of the original object

  • Answered by AI
  • Q7. List immutability
  • Q8. Two sum problem
  • Q9. Ooos questions

Skills evaluated in this interview

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

 (21)

 Software Developer

 (17)

 Software Engineer

 (17)

 QA Engineer

 (7)

 Software Engineering Specialist

 (5)

 Java Developer

 (4)

 Senior Software Engineer

 (4)

 Research and Development

 (3)

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Nov 2021

I applied via Campus Placement and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Puzzles, cake cut 3 times into 8 equal pieces how
  • Q2. 3 Bulbs 3 switches, how do you know which is for what without seeing

Interview Preparation Tips

Interview preparation tips for other job seekers - Geeks for geeks for puzzles and basic maths coordinate geometry revision must be done

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)

Interview Questionnaire 

2 Questions

  • Q1. Basic Java Question, oop concept collection Framework, Multithreading
  • Q2. Basic Data Structure, Algorithms, Sorting, Searching

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 (170)

Jobs at Dassault Systemes

View all

CFD Engineer Interview Questions & Answers

user image Anonymous

posted on 5 Nov 2021

I applied via Company Website and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions on CFD solvers, projects and equations

Interview Preparation Tips

Interview preparation tips for other job seekers - Preapare well for technical interview based on basics of cfd

CFD Engineer Interview Questions asked at other Companies

Q1. Draw velocity and thermal boundary condition for outer flow ( flow over flat plate) and inner flow ( flow through pipe)
View answer (1)

Dassault Systemes Interview FAQs

How many rounds are there in Dassault Systemes interview for freshers?
Dassault Systemes interview process for freshers usually has 2-3 rounds. The most common rounds in the Dassault Systemes interview process for freshers are Technical, Aptitude Test and Resume Shortlist.
How to prepare for Dassault Systemes interview for freshers?
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 Java, Algorithms, Analytical, Communication Skills and Problem Solving.
What are the top questions asked in Dassault Systemes interview for freshers?

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

  1. 3 Bulbs 3 switches, how do you know which is for what without see...read more
  2. Puzzles, cake cut 3 times into 8 equal pieces ...read more
  3. Write the program for singleton design patt...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 for Freshers

based on 7 interviews in last 1 year

Interview experience

3.9
  
Good
View more

People are getting interviews through

based on 12 Dassault Systemes interviews
Campus Placement
Company Website
Job Portal
Referral
50%
25%
17%
8%
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

IBM Interview Questions
4.1
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 873 Interviews
Siemens Interview Questions
4.1
 • 417 Interviews
SAP Interview Questions
4.2
 • 300 Interviews
PTC Interview Questions
4.2
 • 60 Interviews
Autodesk Interview Questions
4.3
 • 38 Interviews
Trimble Interview Questions
4.2
 • 26 Interviews
Bentley Systems Interview Questions
4.3
 • 18 Interviews
View all

Dassault Systemes Reviews and Ratings

based on 886 reviews

4.0/5

Rating in categories

3.5

Skill development

4.3

Work-Life balance

3.3

Salary & Benefits

4.5

Job Security

4.2

Company culture

3.2

Promotions/Appraisal

3.6

Work Satisfaction

Explore 886 Reviews and Ratings
Record To Report Manager

Pune

9-14 Yrs

Not Disclosed

Explore more jobs
R&D Engineer
613 salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Software Developer
352 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Software Engineering Specialist
329 salaries
unlock blur

₹7 L/yr - ₹18.7 L/yr

Software Engineer
279 salaries
unlock blur

₹5.4 L/yr - ₹17.3 L/yr

QA Engineer
144 salaries
unlock blur

₹4 L/yr - ₹13.5 L/yr

Explore more salaries
Compare Dassault Systemes with

Autodesk

4.3
Compare

Siemens

4.1
Compare

PTC

4.2
Compare

Ansys Software Private Limited

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview