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 Associate Software Developer Interview Questions and Answers

Updated 31 Oct 2023

Dassault Systemes Associate Software Developer Interview Experiences

1 interview found

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 

2 coding questions are given

Round 3 - Technical 

(1 Question)

  • Q1. Resume based questions are asked

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basics of oops, .net framework and .net core
  • Q2. Sql query for student department id
  • Ans. 

    SQL query to retrieve student department id.

    • Use SELECT statement to retrieve data

    • Specify the columns to be selected, including the department id column

    • Specify the table where the student data is stored

    • Use WHERE clause to filter the results based on student information

  • Answered by AI
  • Q3. Solid principles and design patterns
Round 2 - Technical 

(2 Questions)

  • Q1. Asked to code palindrome
  • Q2. Code duplicate string from main string and get index of sub string
  • Ans. 

    Code to find index of sub string in main string and duplicate the sub string

    • Use a loop to iterate through the main string and check for the sub string

    • If sub string is found, duplicate it and store the index

    • Return the index of the duplicated sub string

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Manager asked me to code the count index of substring and sum of substring
  • Q2. Questions as HR informed, it was worst and all interviews were scheduled at night time.he was more technical than the second round team lead instead of asking manager round

Interview Preparation Tips

Interview preparation tips for other job seekers - worst manager round and salary is also provided less compared to market rate.

Skills evaluated in this interview

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

I applied via Campus Placement

Round 1 - Coding Test 

1 coding question and MCQ on CS fundamentals were asked.

Round 2 - Technical 

(3 Questions)

  • Q1. Questions were on my project. It was a full stack project on MERN. I was asked about non blocking IO, promises, alternatives to react.
  • Q2. I was asked a DSA question to find the set of element that occurs twice in the array. I was expected to run the code.
  • Q3. I was asked basics about cloud and if I have any related experience as the role would be devops.
Round 3 - HR 

(1 Question)

  • Q1. I was asked basics questions about myself. It was a very short 15 minute interview.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not 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:
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 

Basics of mathematics and core related topics

Round 3 - Technical 

(2 Questions)

  • Q1. Based on resume and more about project work
  • Q2. Sql query,phython,oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with basic knowledge you have kept on resume so you can easily crack the interview 😜😜
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Karet Interview :
5 back to back System design question, we don't need to explain each component but more like list as many as points. Need to finish all the question in 15min

1-2 problem solving question : It's not fency algorithm round with tough question. But true problem solving round using basic knowledge such as hashmap, heap

Round 2 - Technical 

(3 Questions)

  • Q1. Design File System : You have given file size and collection in input 1 : get total size 2 : find top k collections in size
  • Ans. 

    Design a file system to calculate total size and find top k collections in size.

    • Create a file system class with methods to add files and calculate total size.

    • Maintain a data structure to store the collections and their sizes.

    • Implement a method to find the top k collections based on size.

    • Consider using a priority queue or sorting the collections based on size.

    • Handle edge cases like empty collections or invalid input siz

  • Answered by AI
  • Q2. Find total size
  • Ans. 

    Calculate the total size of an array of strings.

    • Iterate through the array and sum the length of each string.

    • Use the `length` property of each string to get its size.

    • Handle edge cases such as empty strings or null values.

  • Answered by AI
  • Q3. Find Top k collections
  • Ans. 

    The question is asking to find the top k collections.

    • Use a sorting algorithm to sort the collections in descending order based on a specific criteria.

    • Select the top k collections from the sorted list.

    • Return the selected collections as an array of strings.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Oops, web api, design pattern
Round 2 - Technical 

(1 Question)

  • Q1. Difficulties faced
  • Ans. 

    Some difficulties faced include managing complex codebases, debugging tricky issues, and keeping up with new technologies.

    • Managing complex codebases with multiple dependencies

    • Debugging tricky issues such as memory leaks or race conditions

    • Keeping up with new technologies and frameworks to stay competitive

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected
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 

Very hard question and 4 qs in total

Round 3 - Technical 

(1 Question)

  • Q1. Tell me about yourself
Round 4 - HR 

(1 Question)

  • Q1. Tell me about 5 years after now

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There were 5 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Minimum number of platforms required for a railway station.
  • Ans. 

    Minimum 2 platforms required for a railway station.

    • At least 2 platforms are required for trains to arrive and depart simultaneously.

    • Additional platforms may be required based on the frequency of trains and passenger traffic.

    • Platforms should be long enough to accommodate the longest trains that will use the station.

    • Platforms should also have appropriate facilities for passengers, such as seating, shelter, and signage.

  • Answered by AI
  • Q2. Set of numbers from an array that can form nearest sum to the given number
  • Ans. 

    Find set of numbers from an array that can form nearest sum to the given number.

    • Sort the array in ascending order

    • Use two pointers approach to find the nearest sum

    • Return the set of numbers

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Trapping Rain water problem
  • Ans. 

    Trapping Rain Water Problem

    • The problem involves calculating the amount of water trapped between bars in a histogram

    • The solution involves finding the maximum height of bars on both sides of each bar and subtracting the height of the bar itself

    • This can be done using two arrays to store the maximum height of bars on the left and right side of each bar

  • Answered by AI
  • Q2. Least cost to travel from source to destination(DP problem)
  • Ans. 

    The problem is to find the least cost to travel from source to destination using dynamic programming.

    • Use dynamic programming to solve the problem

    • Create a 2D array to store the minimum cost to reach each cell

    • Fill the array using the recurrence relation: minCost[i][j] = cost[i][j] + min(minCost[i-1][j], minCost[i][j-1], minCost[i-1][j-1])

    • The final answer will be stored in minCost[m][n], where m and n are the coordinates ...

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Interfaces, diamond problem, abstraction, OOPs concepts, inheritance, abstract classes, Race condition, Normalization
  • Q2. Arrays coding question and a DP problem in mid to high level of difficulty.
  • Q3. System design question
Round 4 - Technical 

(1 Question)

  • Q1. DP problems (mid - high difficulty)
Round 5 - Technical 

(1 Question)

  • Q1. Level order traversal of Binary tree
  • Ans. 

    Level order traversal of Binary tree

    • Use a queue to traverse the tree level by level

    • Enqueue the root node and then dequeue it and enqueue its children

    • Repeat until the queue is empty

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with you DS and Algo. Have knowledge of your projects and should be able to LLD and HLD. Get your basics straight on OOPs, OS, DBMS.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Nov 2021. There were 2 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. This round will be taken by an architect or manager of the department that you will be going in. You won’t be expected to code but you will be given scenarios and you have to explain the approach that you ...

Interview Preparation Tips

Topics to prepare for UKG Senior Software Engineer interview:
  • Java
  • Forgerock
  • Bash
  • Linux
Interview preparation tips for other job seekers - Questions will be asked from your resume so please double check what you have mentioned in your resume

Interview Questionnaire 

8 Questions

  • Q1. Different Datatypes in python
  • Ans. 

    Python has several built-in datatypes including int, float, bool, str, list, tuple, set, and dict.

    • int - represents integers

    • float - represents floating-point numbers

    • bool - represents boolean values True and False

    • str - represents strings

    • list - represents ordered sequences of values

    • tuple - represents ordered, immutable sequences of values

    • set - represents unordered collections of unique values

    • dict - represents unordered co

  • Answered by AI
  • Q2. Difference between flask and Django
  • Ans. 

    Flask is a micro web framework while Django is a full-stack web framework.

    • Flask is lightweight and flexible, allowing developers to choose their own libraries and tools.

    • Django is a batteries-included framework with built-in ORM, admin interface, and authentication system.

    • Flask is ideal for small to medium-sized projects, while Django is better suited for larger, more complex projects.

    • Flask has a smaller learning curve ...

  • Answered by AI
  • Q3. Where would you use flask and where would you use django
  • Ans. 

    Flask is lightweight and good for small projects, while Django is more robust and suitable for larger projects.

    • Flask is good for small projects with simple requirements

    • Django is more suitable for larger projects with complex requirements

    • Flask is lightweight and flexible, allowing for more customization

    • Django has a lot of built-in features and is more opinionated

    • Flask is better for RESTful APIs and microservices

    • Django i...

  • Answered by AI
  • Q4. What are decorators
  • Ans. 

    Decorators are functions that modify the behavior of other functions or classes without changing their source code.

    • Decorators are denoted by the @ symbol in Python.

    • They can be used to add functionality to a function or class, such as logging or timing.

    • Decorators can also be used to modify the behavior of a function or class, such as adding caching or memoization.

    • Decorators can be chained together to apply multiple modi

  • Answered by AI
  • Q5. What are generators
  • Ans. 

    Generators are functions that can be paused and resumed, allowing for lazy evaluation of data.

    • Generators use the yield keyword to pause execution and return a value.

    • They can be used to generate an infinite sequence of values.

    • Generators are memory efficient as they only generate values when needed.

    • They are commonly used in data processing and asynchronous programming.

  • Answered by AI
  • Q6. Difference between range and xrange
  • Ans. 

    range and xrange are used to generate a sequence of numbers in Python.

    • range returns a list of numbers while xrange returns an iterator object.

    • range is memory-intensive while xrange is memory-efficient.

    • range is used in Python 3 while xrange is used in Python 2.

    • range can take three arguments: start, stop, and step while xrange can take two arguments: start and stop.

  • Answered by AI
  • Q7. Few programming que on list comprehension, map, filter and reduce
  • Q8. Rest APIs method

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with core Python

Skills evaluated in this interview

Dassault Systemes Interview FAQs

How many rounds are there in Dassault Systemes Associate Software Developer interview?
Dassault Systemes interview process usually has 3 rounds. The most common rounds in the Dassault Systemes interview process are Resume Shortlist, Coding Test and Technical.

Tell us how to improve this page.

Dassault Systemes Associate Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Dassault Systemes Associate Software Developer Salary
based on 6 salaries
₹7.5 L/yr - ₹8.1 L/yr
27% more than the average Associate Software Developer Salary in India
View more details

Dassault Systemes Associate Software Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

3.0

Salary

5.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
R&D Engineer
608 salaries
unlock blur

₹6.8 L/yr - ₹24.5 L/yr

Software Engineering Specialist
350 salaries
unlock blur

₹7 L/yr - ₹18.5 L/yr

Software Developer
346 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Software Engineer
287 salaries
unlock blur

₹6.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.3
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