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

Clear (1)

Dassault Systemes Engineer Trainee Interview Questions and Answers

Updated 30 Sep 2024

Dassault Systemes Engineer Trainee Interview Experiences

2 interviews found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Moderate basic concept

Round 2 - Group Discussion 

Dont panic & think before speaking

Round 3 - Technical 

(2 Questions)

  • Q1. Strong Subject core subjects
  • Q2. Weak points and strong point
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Moderate Aptitude question ratio and proportion boat & stream

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to speak dont panic and think before speaking

Engineer Trainee Interview Questions Asked at Other Companies

Q1. If 10 people had a meeting and they shake hands only once with ea ... read more
asked in Siemens
Q2. Puzzle - A drawer contains 10 pairs each of red and blue socks. W ... read more
asked in Sobha
Q3. Shear force diagram and bending moment diagram for combination of ... read more
Q4. Explain stress and strain curve; Different Modulus eg young,bulk ... read more
asked in AVASOFT
Q5. What is logic of amstrong number say its coding logic

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 5 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 Resume tips
Round 2 - Aptitude Test 

After the resume screening, the shortlisted candidates were sent a link to the test which was scheduled a few days later. The test had 2 sections - Technical and Aptitude MCQs, and a Coding section.

Round 3 - Coding Test 

The Coding test had 2 easy-medium level questions. They were fairly easy to complete, and I successfully passed all test-cases.

Round 4 - Technical 

(9 Questions)

  • Q1. Tell me about any of the projects on your resume.
  • Q2. Explain the working of Bubble Sort (I had to pen down the pseudo-code, but others were asked to write the code as well).
  • Q3. Explain the working of Insertion Sort.
  • Ans. 

    Insertion Sort is a simple sorting algorithm that builds the final sorted array one item at a time.

    • Start from the second element and compare it with the previous elements to find its correct position in the sorted array.

    • Repeat this process for all elements in the array.

    • Example: Given array of strings ['banana', 'apple', 'orange'], after insertion sort it becomes ['apple', 'banana', 'orange'].

  • Answered by AI
  • Q4. How would you find the maximum and second-maximum numbers in an array? (Pseudo-code)
  • Ans. 

    Use a loop to iterate through the array and keep track of the maximum and second-maximum numbers.

    • Initialize two variables to store the maximum and second-maximum numbers.

    • Iterate through the array and update the variables accordingly.

    • Handle edge cases like when the array has less than two elements.

  • Answered by AI
  • Q5. Write the query to execute a left-join on two tables - I was shown a database with a few tables defined.
  • Q6. What do you understand by the phrase 'pass-by-value'?
  • Ans. 

    Pass-by-value is a method of passing arguments to a function where the actual value of the argument is copied to a new variable.

    • In pass-by-value, a copy of the actual value of the argument is passed to the function.

    • Any changes made to the parameter inside the function do not affect the original value outside the function.

    • Primitive data types like integers, floats, and characters are typically passed by value.

    • Example: i...

  • Answered by AI
  • Q7. If you're given two CSV files, containing 2 columns each, how would you merge the two files using Python?
  • Ans. 

    To merge two CSV files with 2 columns each in Python, use the pandas library.

    • Import the pandas library

    • Read the two CSV files into pandas DataFrames

    • Merge the DataFrames using a common column as the key

    • Save the merged DataFrame to a new CSV file

  • Answered by AI
  • Q8. Puzzle - A drawer contains 10 pairs each of red and blue socks. What is the minimum number of socks that should be picked to obtain at least 1 rightly colored pair?
  • Ans. 3, since there are only 2 colors of socks.
  • Answered Anonymously
  • Q9. Problem Solving - How would you reduce the vehicle congestion at a junction?
  • Ans. 

    To reduce vehicle congestion at a junction, implement traffic signal optimization, encourage public transportation, and create dedicated lanes for buses and bicycles.

    • Implement traffic signal optimization to improve traffic flow and reduce wait times.

    • Encourage the use of public transportation by providing incentives such as discounted fares or improved services.

    • Create dedicated lanes for buses and bicycles to reduce the...

  • Answered by AI
Round 5 - HR 

(3 Questions)

  • Q1. What is your short-term plan in life?
  • Q2. Reasons, if any, for the change in grades from high-school to university. (I went from a 95 aggregate in high-school, to a 85 aggregate in university)
  • Q3. What is your preferred location and how would you adjust if you did not receive your preferred location?

Interview Preparation Tips

Topics to prepare for Siemens Engineer Trainee interview:
  • Data Structures and Algorithms
  • OOPS
Interview preparation tips for other job seekers - Prepare for algorithms along with their code/pseudocode as well, and pray for a bit of luck with your interview panel :)

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Oct 2022. There were 5 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 Resume tips
Round 2 - Aptitude Test 

It was average yet time crunch was there

Round 3 - Technical 

(2 Questions)

  • Q1. Fairly average, easy even at sime points
  • Q2. Where do you internshiped tell me about yourself
Round 4 - One-on-one 

(2 Questions)

  • Q1. Technical questions regarding transformers
  • Q2. Tell me about stand alone systems
  • Ans. 

    Stand alone systems are independent systems that operate without the need for external connections or dependencies.

    • Stand alone systems do not require internet connectivity to function

    • They are self-sufficient and can operate independently

    • Examples include standalone computers, calculators, and offline software applications

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Will you be able to give your time

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
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 Resume tips
Round 2 - Aptitude Test 

It was only an aptitude test with no coding questions, although there were some pseudo codes and mostly consisted of aptitude

Round 3 - Technical 

(1 Question)

  • Q1. Was asked mostly questions on SQL and then the projects and some pseudocode
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

30 minute 30 questions including verbal and quantitative aptitude

Round 2 - Technical 

(1 Question)

  • Q1. Basic level technical questions related to mechanical engineering
Round 3 - One-on-one 

(1 Question)

  • Q1. General level questions regarding topics in the resume
Round 4 - HR 

(1 Question)

  • Q1. What is the location you are willing to join
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Basic aptitude on java application and framework

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

I applied via Job Portal and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is mutable type
  • Ans. 

    A mutable type is a data type whose values can be changed after they are created.

    • Mutable types include lists, dictionaries, and sets in Python.

    • Changes to mutable objects affect all references to that object.

    • Example: list1 = [1, 2, 3], list1[0] = 4 will change the value of list1 to [4, 2, 3].

  • Answered by AI
  • Q2. What is functional interface
  • Ans. 

    A functional interface is an interface that contains only one abstract method.

    • Functional interfaces can have multiple default or static methods.

    • Examples include Runnable, Callable, and ActionListener interfaces.

    • Functional interfaces can be implemented using lambda expressions.

  • Answered by AI
  • Q3. Updates in java 17
  • Ans. 

    Java 17 introduces new features like sealed classes, pattern matching for switch statements, and more.

    • Sealed classes restrict which classes can be subclasses

    • Pattern matching for switch statements simplifies code by combining declaration and assignment

    • New APIs like JEP 356: Enhanced Pseudo-Random Number Generators

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Sep 2024.

Round 1 - Coding Test 

Hackerrank coding & techinical interview test

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn core java, spring boot & Microservices concept well.

Senior Engineer Interview Questions & Answers

IBM user image Manali Latkar

posted on 30 May 2024

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 dsa questions and various golang concepts and 1 concurrency question

Round 2 - Technical 

(1 Question)

  • Q1. System design questions
Contribute & help others!
anonymous
You can choose to be anonymous

Dassault Systemes Interview FAQs

How many rounds are there in Dassault Systemes Engineer Trainee interview?
Dassault Systemes interview process usually has 2 rounds. The most common rounds in the Dassault Systemes interview process are Aptitude Test, Group Discussion and Technical.
What are the top questions asked in Dassault Systemes Engineer Trainee interview?

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

  1. Strong Subject core subje...read more
  2. Weak points and strong po...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Reliable Analytical Laboratories

No Interviews

INTERVIEWS

DATAMARK BPO SERVICE (P) LTD

No Interviews

INTERVIEWS

ZOOMLION

No Interviews

SALARIES

Opulence Business Solutions

SALARIES

Tata AIA Life Insurance

DESIGNATION

DESIGNATION

DESIGNATION

Tell us how to improve this page.

Dassault Systemes Engineer Trainee Interview Process

based on 2 interviews

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 847 Interviews
Amdocs Interview Questions
3.7
 • 514 Interviews
Zoho Interview Questions
4.3
 • 505 Interviews
Siemens Interview Questions
4.1
 • 418 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Adobe Interview Questions
3.9
 • 234 Interviews
Salesforce Interview Questions
4.0
 • 222 Interviews
View all
R&D Engineer
606 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineering Specialist
358 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
350 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
288 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
135 salaries
unlock blur

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent