Premium 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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Dassault Systemes Applications Engineer Interview Questions and Answers

Updated 20 Jun 2024

Dassault Systemes Applications Engineer Interview Experiences

2 interviews found

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

(2 Questions)

  • Q1. Explain react dom in details
  • Q2. Explain MVC in rails

Interview Preparation Tips

Interview preparation tips for other job seekers - brush up ror

Skills evaluated in this interview

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

Write code for micro service

Round 2 - Technical 

(1 Question)

  • Q1. Explain singleton

Skills evaluated in this interview

Applications Engineer Interview Questions Asked at Other Companies

Q1. Minimum Special Sum Problem You are given an array ARR of length ... read more
Q2. Number Pattern Problem Statement Given an integer 'N', print a sp ... read more
Q3. Missing Number Problem Statement You are provided with an array n ... read more
Q4. Spiral Matrix Problem Statement You are given a N x M matrix of i ... read more
Q5. This is a technical interview where you will be asked to solve 2- ... read more

Top trending discussions

View All
Interview Hub
6d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Dassault Systemes?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Subset sum variant, find missing number using single loop, difference between two dates, , Core Java concept , Sql, finding duplicate number in list, finding loop in linkedlist, finding node where cycle st...
  • Ans. 

    Interview questions for Application Engineer role covering various topics.

    • Subset sum variant - finding a subset of numbers that add up to a given sum

    • Single loop missing number - finding a missing number in an array using a single loop

    • Difference between two dates - calculating the difference between two dates in Java

    • Core Java concepts - knowledge of basic Java concepts such as inheritance, polymorphism, etc.

    • SQL - knowle...

  • Answered by AI

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: One online test. It contains four sections. Each section is of 40 minutes duration.
Tips: CAT preparation helps in answering lots of placement tests.
Duration: 40 minutes

Round: Technical Interview
Experience: Technical round may last for 50 minutes.
Tips: Expect questions on your courses.
Basic C/C++ will be tested like algorithms and logic.

Round: HR Interview
Experience: HR round may last for about half an hour.
HR questions are like „Why OFSS?‟, academic achievements, tell me about yourself and others.
They may ask about recent news articles that you have read and further questions may follow it. Please don‟t present wrong facts.
Tips: Read newspapers.

General Tips: Brush up C/C++.
Go through the coursework once to atleast have a basic idea.
College Name: IIT Madras

Interview Preparation Tips

Round: Test
Experience: Oracle online test for all 5 profiles (Systems, Finance, App Devlopement, Server Tech and Global Customer Support).

Round: Technical Interview
Tips: For C or C++ coding, a 11th or 12th grade Sumita Arora book should be sufficient

Skill Tips: 1) Its a long process so be patient and don't lose hope.
2) During the interview try to give the interviewer an idea about the flow of your thoughts while solving a question, as even if you get the answer wrong , the interviewer would know that you were on the right track.
3) Always show respect to the interviewers and don't argue back if he says something you've done is wrong.
Skills:
College Name: NIT Surathkal
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 Feb 2022. There were 4 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 

Test consisted of multiple sections like CS, English, Aptitude etc. Questions covered most of the aspects of aptitude, logical reasoning and verbal ability

Round 3 - Technical 

(1 Question)

  • Q1. Questins like Swapping, sorting Sorting minimum distance between two cells on a grid etc
Round 4 - HR 

(1 Question)

  • Q1. Why should we hire? Which location do you want work? What do you know about the Company? etc.
  • Ans. 

    You should hire me because of my strong technical skills, passion for problem-solving, and ability to work well in a team. I am interested in working at any location that aligns with the company's goals and values.

    • I have a solid background in engineering and extensive experience in application development.

    • I am highly skilled in programming languages such as Java, C++, and Python.

    • I have a proven track record of successf...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Oracle Applications Engineer interview:
  • Data Structures
  • Algorithms
Interview preparation tips for other job seekers - Interviewers were friendly. Mainly checked problem solving approach. Prepaparing all the fundamental of Aptitude and Reasoning, Data structures and Algorithms helps. Be confident with your answers.

Dassault Systemes HR Interview Questions

14 questions and answers

Q. Tell me about your experience.
Q. Can you explain your current project?
Q. Where do you see yourself in 5 years?

I applied via Campus Placement and was interviewed before Sep 2021. There were 4 interview rounds.

Round 1 - Coding Test 

MCQ test on DSA+computer science fundamentals+aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. Find missing and repeating numbers in a group of billions of numbers without extra space.
  • Ans. 

    Find missing and repeating numbers in a group of billions of numbers without extra space.

    • Use bitwise XOR to find the missing number

    • Use modulo and division to find the repeating number

    • Divide the numbers into smaller chunks to avoid memory overflow

  • Answered by AI
  • Q2. Check two binary trees identical or not
  • Ans. 

    Check if two binary trees are identical or not.

    • Traverse both trees simultaneously and compare each node

    • If any node is different, return false

    • If both trees are traversed completely and all nodes are same, return true

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Low level design + basic level string pattern question + project discussion
Round 4 - Behavioral 

(2 Questions)

  • Q1. One dynamic programming qstn on subset sum.
  • Ans. 

    Subset Sum Problem: Determine if a subset of numbers sums to a target value using dynamic programming.

    • Dynamic programming approach builds a table to store results of subproblems.

    • Define a boolean array 'dp' where dp[i] indicates if a sum 'i' can be formed.

    • Initialize dp[0] = true (0 sum can always be formed with an empty subset).

    • Iterate through each number and update the dp array from back to front.

    • Example: For nums = [3...

  • Answered by AI
  • Q2. One puzzle type qstn plus managerial behavioral qstn

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA, Computer science subjects and system design must be very good. Best way to get hired is by on campus placement bcz they give good ctc at IIT/NIT.

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 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 - Coding Test 

1 DP Question, 1 Rest API, 10 Aptitude MCQs, 10 English MCQs

Round 3 - Technical 

(1 Question)

  • Q1. Linked list based include cycle detection and bottom pointer,DBMS
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. Find the sq root for a number upto 2 decimal places
  • Q2. Find the longest path in a binary tree. (Leaf to Leaf)
  • Ans. 

    To find the longest path in a binary tree (leaf to leaf), we need to perform a depth-first search and keep track of the maximum path length.

    • Perform a depth-first search on the binary tree, keeping track of the maximum path length encountered so far.

    • At each node, calculate the maximum path length by adding the maximum left and right subtree depths.

    • Update the maximum path length if the current path length is greater.

    • Repe...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Password verification rules

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA, SQL well

Dassault Systemes Interview FAQs

How many rounds are there in Dassault Systemes Applications Engineer interview?
Dassault Systemes interview process usually has 1-2 rounds. The most common rounds in the Dassault Systemes interview process are Technical and Coding Test.
What are the top questions asked in Dassault Systemes Applications Engineer interview?

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

  1. explain react dom in deta...read more
  2. explain MVC in ra...read more
  3. Explain single...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Join Dassault Systemes Sustainable Innovation is a Core Practice
Dassault Systemes Applications Engineer Salary
based on 17 salaries
₹9.2 L/yr - ₹16.9 L/yr
51% more than the average Applications Engineer Salary in India
View more details

Dassault Systemes Applications Engineer Reviews and Ratings

based on 2 reviews

4.1/5

Rating in categories

3.1

Skill development

4.1

Work-life balance

3.5

Salary

5.0

Job security

4.5

Company culture

4.5

Promotions

4.5

Work satisfaction

Explore 2 Reviews and Ratings
R&D Engineer
627 salaries
unlock blur

₹9.3 L/yr - ₹19.9 L/yr

Software Engineering Specialist
459 salaries
unlock blur

₹9.5 L/yr - ₹17 L/yr

Software Engineer
360 salaries
unlock blur

₹8.6 L/yr - ₹15 L/yr

Software Developer
353 salaries
unlock blur

₹9.4 L/yr - ₹16.1 L/yr

QA Engineer
146 salaries
unlock blur

₹7.9 L/yr - ₹13.2 L/yr

Explore more salaries
Compare Dassault Systemes with

Autodesk

4.0
Compare

Oracle

3.6
Compare

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare
write
Share an Interview