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 Software Developer Interview Questions, Process, and Tips

Updated 10 Jan 2025

Top Dassault Systemes Software Developer Interview Questions and Answers

  • Q1. Implement C string and make custom string class. Why we use reference in copy constructor
  • Q2. Product of two vote eligible people is x and then what will bethe individual's age
  • Q3. 1. Implement 4x4 matrix multiplication with operator overloading in cpp. 2. Bitwise XOR operation of two numbers
View all 13 questions

Dassault Systemes Software Developer Interview Experiences

18 interviews found

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
-
Result
Not Selected

I was interviewed in Sep 2023.

Round 1 - Aptitude Test 

It was a on campus derive, it was 1 hr test normal question about english, reasoning, core concepts

Round 2 - Technical 

(1 Question)

  • Q1. I am from mechanical engineering students so they started with mechanical and started asking from oops, some puzzles, some anlatical mathematical question

Interview Preparation Tips

Interview preparation tips for other job seekers - if you from core branch then they ask why you want to come to it field
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Jan 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. Basic C++ OOPS, copy constructor , destructor
  • Q2. Implement C string and make custom string class. Why we use reference in copy constructor
  • Q3. Projectionofvector on another
  • Q4. Product of two vote eligible people is x and then what will bethe individual's age

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up on geometry vectors and basic C++

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Basics like arrays, bit manipulation, strings

Round 3 - Technical 

(1 Question)

  • Q1. Basic data structures, optimise code, puzzles

Software Developer Interview Questions & Answers

user image Priytesh Prasad

posted on 20 Feb 2024

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

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

Round 1 - Aptitude Test 

Basic aptitude, reasoning and maths questions

Round 2 - Puzzles Interview 

(3 Questions)

  • Q1. 1. Length of string wrapped around a cylindrical surface
  • Ans. 

    The length of string wrapped around a cylindrical surface can be calculated using the formula 2πr, where r is the radius of the cylinder.

    • The formula to calculate the length of string wrapped around a cylindrical surface is 2πr.

    • For example, if the radius of the cylinder is 5 cm, the length of the string wrapped around it would be 2π(5) = 10π cm.

  • Answered by AI
  • Q2. 2. Shortest distance between 2 points on a 3d cubical surface
  • Ans. 

    The shortest distance between 2 points on a 3D cubical surface can be calculated using the Manhattan distance formula.

    • Calculate the absolute difference between the x, y, and z coordinates of the two points.

    • Sum up the absolute differences to get the Manhattan distance.

    • Manhattan distance = |x2 - x1| + |y2 - y1| + |z2 - z1|

    • Example: If point A is (1, 2, 3) and point B is (4, 5, 6), the Manhattan distance would be |4-1| + |

  • Answered by AI
  • Q3. 1. Implement 4x4 matrix multiplication with operator overloading in cpp. 2. Bitwise XOR operation of two numbers
  • Ans. 

    Implement matrix multiplication and bitwise XOR operation in C++.

    • For matrix multiplication, define a Matrix class with overloaded * operator.

    • For bitwise XOR operation, use the ^ operator between two integers.

    • Ensure the dimensions of matrices are compatible for multiplication.

    • Handle edge cases like empty matrices or different dimensions.

    • Example: Matrix A(4, 4); Matrix B(4, 4); Matrix C = A * B;

    • Example: int result = num1

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Puzzle are commonly asked in this company
2. Basic questions of technology that you have mentioned

Skills evaluated in this interview

Dassault Systemes interview questions for designations

 Senior Software Developer

 (1)

 Associate Software Developer

 (1)

 Developer

 (1)

 Software Engineer

 (17)

 Java Developer

 (4)

 Javascript Developer

 (1)

 C Developer

 (1)

 Python Developer

 (1)

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

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

Round 1 - Coding Test 

Technical coding round specific to feild

Round 2 - Technical 

(2 Questions)

  • Q1. Technical interview
  • Q2. Puzzle , cpp ,oops concept , 3 ball puzzle , 25 horses puzzle
Round 3 - Behavioral 

(1 Question)

  • Q1. About projects, desigin pattern puzzle

Get interview-ready with Top Dassault Systemes Interview Questions

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

I applied via Company Website and was interviewed before May 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Includes Quants, Logical & Verbal

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself?
  • Ans. 

    I am a software developer with experience in various programming languages and frameworks.

    • Proficient in Java, C++, and Python

    • Familiar with web development using HTML, CSS, and JavaScript

    • Experience with database management systems such as MySQL and MongoDB

    • Strong problem-solving and analytical skills

    • Ability to work in a team and meet project deadlines

  • Answered by AI
  • Q2. Final year Project

Interview Preparation Tips

Interview preparation tips for other job seekers - just focus on the things that you have mentioned in your Resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2022. There were 4 interview rounds.

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 - Aptitude Test 

50 questions that were easy

Round 3 - Technical 

(1 Question)

  • Q1. C++ basic questions and how would I solve a geometrical question
Round 4 - HR 

(1 Question)

  • Q1. General like why would like to join the company, how long would you stay

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good company to work for

I applied via LinkedIn and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic C++ questions mainly on OOPS.
  • Q2. Few puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Thoroughly prepare c++ OOPS concept

Dassault Systemes Interview FAQs

How many rounds are there in Dassault Systemes Software Developer 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 Software Developer 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 Communication Skills, Javascript, Linux, Web Technologies and C++.
What are the top questions asked in Dassault Systemes Software Developer interview?

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

  1. Implement C string and make custom string class. Why we use reference in copy c...read more
  2. Product of two vote eligible people is x and then what will bethe individual's ...read more
  3. 1. Implement 4x4 matrix multiplication with operator overloading in cpp. 2. Bit...read more
How long is the Dassault Systemes Software Developer interview process?

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

Tell us how to improve this page.

Dassault Systemes Software Developer Interview Process

based on 18 interviews

3 Interview rounds

  • Technical Round - 1
  • Aptitude Test Round
  • Technical Round - 2
View more
Dassault Systemes Software Developer Salary
based on 351 salaries
₹5.5 L/yr - ₹20 L/yr
46% more than the average Software Developer Salary in India
View more details

Dassault Systemes Software Developer Reviews and Ratings

based on 64 reviews

4.0/5

Rating in categories

3.5

Skill development

4.3

Work-life balance

3.3

Salary

4.6

Job security

4.3

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 64 Reviews and Ratings
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
287 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