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 Research and Development Interview Questions and Answers

Updated 31 Dec 2024

Dassault Systemes Research and Development Interview Experiences

3 interviews found

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

(1 Question)

  • Q1. Most related to Basic JavaScript Question
Round 2 - Technical 

(1 Question)

  • Q1. Managerial Round with one DSA question related to bits.

Research and Development Interview Questions & Answers

user image Nikhil Mahendrakar

posted on 27 Jun 2024

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

1 problem to be solved

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions related to JS engine and the mechanism implemented internally
  • Q2. Few questions related to React and some simple machine coding questions to solve

Research and Development Interview Questions Asked at Other Companies

Q1. Explain how you will place heat and light sensors in a room with ... read more
asked in Adobe
Q2. 100 white eggs and 100 black eggs are distributed in 2 bags and n ... read more
Q3. What is mean by enatiomer and diastereomers
Q4. What is value of H1 value of amine proton ?
Q5. Draw the structure of ethyl acetate and interpret NMR value
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Multiple puzzles were asked to test aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPs concepts, discussed ach concept in detail.
  • Ans. 

    OOPs concepts refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detail

  • Answered by AI
  • Q2. Discussed sorting algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Preape basics of coding and geometry based questions.

Interview questions from similar companies

I applied via Campus Placement

Interview Questionnaire 

1 Question

  • Q1. Difference between mongodb and relational model.
  • Ans. 

    MongoDB is a NoSQL database while the relational model is based on tables and SQL.

    • MongoDB is schema-less, allowing flexible and dynamic data structures.

    • Relational databases use a fixed schema with predefined tables and columns.

    • MongoDB uses a document-based model, storing data in JSON-like documents.

    • Relational databases use a tabular model, storing data in rows and columns.

    • MongoDB supports horizontal scalability and dis...

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Were looking for people who had prior experience with hardware side and database systems.
Tips: Apply if previous intern or project done in architecture side

Round: Technical Interview
Experience: Pretty easy.

Skills: Database Management, Algorithms And Data Structures
Duration: 3
College Name: IIT Madras

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What do you know about IBM?

Interview Preparation Tips

Interview preparation tips for other job seekers - What are the most immediate projects that need to be addressed?
Can you show me examples of projects I’d be working on?
What are the biggest challenges that someone in this position would face?

Software Developer Interview Questions & Answers

PTC user image Snehal Jaipurker

posted on 18 Sep 2017

I was interviewed in Jul 2017.

Interview Questionnaire 

6 Questions

  • Q1. Code to print * in five consecutive lines
  • Ans. 

    Code to print * in five consecutive lines

    • Use a loop to iterate five times

    • Inside the loop, print a string containing a single * character

  • Answered by AI
  • Q2. A ball is left from a height of 10 meters. After bouncing first time it looses 10% of its previous height the next time it bounces. Write a code to calculate the number of bounces the ball goes through unt...
  • Ans. 

    Code to calculate number of bounces a ball goes through until it comes to rest.

    • Use a loop to simulate the bounces until the ball stops bouncing

    • Calculate the height of each bounce using the given formula

    • Keep track of the number of bounces in a counter variable

  • Answered by AI
  • Q3. Which is the best and less time consuming way to calculate factorial of a number?
  • Ans. 

    The best and less time consuming way to calculate factorial of a number is using iterative approach.

    • Iteratively multiply the number with all the numbers from 1 to the given number

    • Start with a result variable initialized to 1

    • Multiply the result with each number in the range

    • Return the final result

  • Answered by AI
  • Q4. Write the code to find factorial using function recursion.
  • Ans. 

    Code to find factorial using function recursion

    • Define a function that takes an integer as input

    • Check if the input is 0 or 1, return 1 in that case

    • Otherwise, call the function recursively with input-1 and multiply it with the input

  • Answered by AI
  • Q5. They asked for my introduction.
  • Q6. They asked about my family members.

Interview Preparation Tips

Round: Test
Experience: Aptitude test was moderately tough. The coding test was on basics of c language of all the topics.
Tips: Solving R. S. Agrawal for Aptitude and videos on YouTube on C language are sufficient to score well.
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: I wrote the first code correctly. I wrote the second code 75% correct and they explained me my mistakes and I could understand where I was going wrong then I corrected my code and then they were satisfied. They asked me whether I could write the factorial code by function recursion method. I replied that I can write the factorial code but not by function recursion method. They were satisfied.
Tips: Build your coding skills by more practice.

Round: HR Interview
Experience: In this round they just asked me my introduction and said that you are shortlisted for now but we will give you final confirmation after a week.
Tips: Don't lie. Be genuine.

College Name: SCOE, PUNE

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Why should we choose you?
  • Ans. 

    I have the skills, experience, and passion to excel in this role.

    • I have a strong background in software development, with experience in multiple programming languages and frameworks.

    • I am a quick learner and enjoy tackling new challenges.

    • I am a team player and enjoy collaborating with others to achieve common goals.

    • I am passionate about software engineering and am always looking for ways to improve my skills and knowled...

  • Answered by AI
  • Q2. Why did you choose our company?
  • Ans. 

    I chose your company because of its reputation for innovation and its commitment to employee growth.

    • Your company has a strong reputation for innovation in the industry.

    • I was impressed by the emphasis on employee growth and development.

    • I believe that your company's values align with my own personal values.

    • I was excited about the opportunity to work with a talented team of engineers.

    • Your company's mission and vision reso

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: There were 2 technical rounds. Technical (software): These were tested-How a person approaches a problem,how he thinks.Solutions weren’t needed. Basic understanding, knowledge of Algorithms was tested.

Round: HR Interview
Experience: Knowledge in Machine learning, Artificial Intelligence (electives of the person)
Tips: Basic math would help. Speed doesn’t matter.

Skill Tips: For applying to Software profile, one needs to practice much.
College Name: IIT MADRAS

I was interviewed before Sep 2016.

Interview Preparation Tips

Round: Group Discussion
Experience: Interview was scheduled in Grab Job consultancy. In that, a class room, where we all asked to sit and interviewer was sitting in front and asked to speak one by one on the topic traffic situation in Hyderabad.
Tips: Just speak once two to three lines. Don't rush to speak. Take ur time and don't try speak repeatedly.
Duration: 35 minutes

Round: Technical Interview
Experience: System based test. Easy question from java , c, data structure.

Round: HR Interview
Experience: Not held because already we got too late.

Skills: Proficiency In English, Basic Coding
College Name: Medak College of engineering

Software Engineer Interview Questions & Answers

IBM user image Pooja Talapatra

posted on 7 May 2017

I was interviewed before May 2016.

Interview Preparation Tips

Round: HR Interview
Experience: There was only one interview and it varied from person to person. I was asked basic electrical questions on high voltage and why I wanted to join IBM.

Skills: HR Skills, Electrical Engineering Basics
College Name: NIT Durgapur

Interview Preparation Tips

Round: Test
Duration: 1 hour
Total Questions: 36

College Name: Swarnandhra college of engineering and technology
Contribute & help others!
anonymous
You can choose to be anonymous

Dassault Systemes Interview FAQs

How many rounds are there in Dassault Systemes Research and Development interview?
Dassault Systemes interview process usually has 2 rounds. The most common rounds in the Dassault Systemes interview process are Technical, Coding Test and One-on-one Round.
What are the top questions asked in Dassault Systemes Research and Development interview?

Some of the top questions asked at the Dassault Systemes Research and Development interview -

  1. Explain OOPs concepts, discussed ach concept in deta...read more
  2. few questions related to React and some simple machine coding questions to so...read more
  3. Managerial Round with one DSA question related to bi...read more

Recently Viewed

INTERVIEWS

Imeg Engineering India

No Interviews

INTERVIEWS

Meditab Software

No Interviews

INTERVIEWS

Imeg Engineering India

No Interviews

INTERVIEWS

Dassault Systemes

No Interviews

INTERVIEWS

Meditab Software

No Interviews

INTERVIEWS

Imeg Engineering India

No Interviews

INTERVIEWS

Transaction Solution International India

No Interviews

INTERVIEWS

Meditab Software

No Interviews

INTERVIEWS

Dassault Systemes

No Interviews

INTERVIEWS

Meditab Software

No Interviews

Tell us how to improve this page.

Dassault Systemes Research and Development Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 846 Interviews
Amdocs Interview Questions
3.7
 • 512 Interviews
Zoho Interview Questions
4.3
 • 505 Interviews
Siemens Interview Questions
4.1
 • 416 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Adobe Interview Questions
3.9
 • 233 Interviews
Salesforce Interview Questions
4.0
 • 221 Interviews
View all
Dassault Systemes Research and Development Salary
based on 15 salaries
₹7.5 L/yr - ₹18 L/yr
65% more than the average Research and Development Salary in India
View more details

Dassault Systemes Research and Development Reviews and Ratings

based on 4 reviews

4.4/5

Rating in categories

4.5

Skill development

4.2

Work-life balance

3.9

Salary

4.5

Job security

4.5

Company culture

3.9

Promotions

4.4

Work satisfaction

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