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 887 Reviews

Filter interviews by

Dassault Systemes Software Developer Interview Questions, Process, and Tips

Updated 16 Dec 2024

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
  • Q2. 2. Shortest distance between 2 points on a 3d cubical surface
  • Q3. 1. Length of string wrapped around a cylindrical surface
View all 10 questions

Dassault Systemes Software Developer Interview Experiences

17 interviews found

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

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

I applied via Campus Placement and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Bubble sort and array was given
  • Q2. Create binary tree
  • Ans. 

    A binary tree is a data structure where each node has at most two children.

    • Start by creating a Node class with left and right child pointers.

    • Implement methods to insert, search, and delete nodes in the tree.

    • Consider different traversal methods like inorder, preorder, and postorder.

  • Answered by AI
  • Q3. HightBuilding Pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - just go through strivers videos

Skills evaluated in this interview

Software Developer Interview Questions & Answers

user image Nisha Sankapal

posted on 16 Dec 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Angular all Basic
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Angular basic quetions

Dassault Systemes interview questions for designations

 Associate Software Developer

 (1)

 Developer

 (1)

 Software Engineer

 (17)

 Java Developer

 (4)

 Python Developer

 (1)

 C Developer

 (1)

 Javascript Developer

 (1)

 Software Engineering Specialist

 (5)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. All que on OOPs concepts

Get interview-ready with Top Dassault Systemes Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Vishwakarma Institute of Technology, Pune and was interviewed in Sep 2023. There were 3 interview rounds.

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 

Basic Apti questions, Logic Questions, Puzzle Questions

Round 3 - Technical 

(6 Questions)

  • Q1. Sorting Techniques
  • Q2. Number Pattern Printing Question
  • Q3. Linked List Implementation
  • Ans. 

    Linked list is a data structure where each element points to the next element in the sequence.

    • Nodes contain data and a reference to the next node

    • Insertion and deletion can be done efficiently

    • Traversal starts from the head node

  • Answered by AI
  • Q4. Diff btw 32 bit and 64 bit OS
  • Ans. 

    32-bit OS can only address up to 4GB of RAM, while 64-bit OS can address much more.

    • 32-bit OS can only address up to 4GB of RAM, while 64-bit OS can address much more

    • 64-bit OS allows for larger file sizes and better performance

    • 64-bit OS is more secure due to enhanced security features

    • 64-bit OS is required to run certain modern software and games

  • Answered by AI
  • Q5. Puzzle of 3 jar
  • Q6. Reverse a String
  • Ans. 

    Reverse a given string

    • Use a loop to iterate through the characters of the string

    • Append each character to a new string in reverse order

    • Return the reversed string

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do basics and coding

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 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 

Easy ,1hour test and was proctored

Round 3 - Technical 

(3 Questions)

  • Q1. Personal info and internship ,oops concept , three puzzles were asked .
  • Q2. Tell me about yourself .
  • Q3. What did you you do in intership ?

Interview Preparation Tips

Interview preparation tips for other job seekers - answer every thing in detail

Software Developer Interview Questions & Answers

user image AKSHAY DARADE

posted on 3 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts , collection frameworks basic questions on core Java .

Software Developer Interview Questions & Answers

user image 6046 Chaitali Jadhav

posted on 3 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

60 min basic questions of quants maths verbal English graphs and pie charts

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical questions

Software Developer Interview Questions & Answers

user image Dnyaneshwar Kale

posted on 16 Mar 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sort array without using method
  • Ans. 

    Sort array without using method

    • Iterate through the array and compare each element with the next one

    • Swap elements if they are in the wrong order

    • Repeat the process until the array is fully sorted

  • Answered by AI
Round 2 - Group Discussion 

Failed due to the poor coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do study
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Explain your final year project
Round 2 - HR 

(1 Question)

  • Q1. Why Dassault system
  • Ans. 

    Dassault Systemes is a global leader in 3D design software, 3D Digital Mock Up and Product Lifecycle Management solutions.

    • Dassault Systemes offers cutting-edge technology and innovative solutions for software development.

    • They have a strong reputation in the industry for providing high-quality products and services.

    • Working at Dassault Systemes provides opportunities for professional growth and development.

    • Their focus on...

  • Answered by AI

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. 1. Implement 4x4 matrix multiplication with operator overloading in cpp. 2. Bit...read more
  2. 2. Shortest distance between 2 points on a 3d cubical surf...read more
  3. 1. Length of string wrapped around a cylindrical surf...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 10 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 10 Dassault Systemes interviews
Job Portal
Campus Placement
Company Website
Referral
40%
30%
20%
10%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Dassault Systemes Software Developer Salary
based on 353 salaries
₹5 L/yr - ₹20 L/yr
51% more than the average Software Developer Salary in India
View more details

Dassault Systemes Software Developer Reviews and Ratings

based on 60 reviews

4.0/5

Rating in categories

3.5

Skill development

4.2

Work-Life balance

3.3

Salary & Benefits

4.6

Job Security

4.3

Company culture

3.0

Promotions/Appraisal

3.7

Work Satisfaction

Explore 60 Reviews and Ratings
R&D Engineer
613 salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Software Developer
353 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