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 QA Engineer Interview Questions, Process, and Tips for Experienced

Updated 21 Nov 2024

Top Dassault Systemes QA Engineer Interview Questions and Answers for Experienced

  • Q1. 7)how do you drive your data in automation , how do you validate whether your data is accurate and precise?
  • Q2. 6)What do you do when your automation script fails , debug process?
  • Q3. how you will validate the input you are giving while login if its correct but not with the success message and algorithm for it
View all 7 questions

Dassault Systemes QA Engineer Interview Experiences for Experienced

6 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Nov 2024

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

(1 Question)

  • Q1. How you will validate the input you are giving while login if its correct but not with the success message and algorithm for it
  • Ans. 

    Validate input by checking for specific error messages instead of success message

    • Check for error messages related to incorrect input (e.g. 'Invalid username/password')

    • Verify the response code or status returned after login attempt

    • Look for any specific patterns in the error messages that indicate incorrect input

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 11 May 2024

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

(8 Questions)

  • Q1. Java and oops concepts- this, super keyword, regression testing ,manual testing questions
  • Q2. Oops concepts used in framework
  • Ans. 

    Object-oriented programming concepts used in framework design

    • Inheritance: Allows classes to inherit attributes and methods from other classes

    • 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 details and showing only the necessary features

  • Answered by AI
  • Q3. How much you rate yourself in java write java programs 1-Interchange array elements 2- occurance of character's in string 3- remove duplicates from given string 4- Find square root
  • Q4. Scenarios based questions 1- questions were based on manual testing, automatio challenges, raising bugs
  • Q5. Will defenitly ask to find xpath Difference between rel and abs xpath
  • Q6. How to select dropdown in selenium
  • Ans. 

    To select a dropdown in Selenium, use the Select class and its methods like selectByVisibleText, selectByValue, or selectByIndex.

    • Use the Select class from org.openqa.selenium.support.ui package

    • Identify the dropdown element using findElement method

    • Create a new Select object by passing the dropdown element as a parameter

    • Use selectByVisibleText, selectByValue, or selectByIndex methods to choose an option

  • Answered by AI
  • Q7. Diff between findelement vs findelements
  • Ans. 

    findelement is used to find a single element on a webpage, while findelements is used to find multiple elements.

    • findelement returns the first matching element on the webpage

    • findelements returns a list of all matching elements on the webpage

    • Example: driver.findElement(By.id("elementId")) vs driver.findElements(By.className("elementClass"))

  • Answered by AI
  • Q8. Main method in java ,whether it can be overloaded , overrided? why it cannot be overrided?
  • Ans. 

    The main method in Java can be overloaded but not overridden.

    • Main method can be overloaded by defining multiple main methods with different parameters.

    • Overloading allows multiple methods with the same name but different parameters.

    • Main method cannot be overridden because it is a static method and static methods cannot be overridden.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare python/java (whatever your comfortable) questions, with oops concepts
Manual testing FAQ
selenium FAQ
will defenitly ask to write code- prepare mainly on strings and arrays simple programs[ reverse, palindrome, array elements interchange, remove duplicates of string, char occurance in string]

Skills evaluated in this interview

QA Engineer Interview Questions Asked at Other Companies for Experienced

Q1. Suppose your manager gave you one task which has to be complete i ... read more
Q2. how to access amazon page directly directly with out using driver ... read more
Q3. 7)how do you drive your data in automation , how do you validate ... read more
Q4. 6)What do you do when your automation script fails , debug proces ... read more
Q5. Which Bug tracking tool and test management tool are using in you ... read more

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 25 Oct 2021

I applied via Company Website and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic autocad functional questions.
  • Q2. About GA and commands

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and back yourself on your knowledge.

What people are saying about Dassault Systemes

View All
a devops engineer
1d
Got an offer from Model N. Should i join or not, after the US tariff news?
Got a question about Dassault Systemes?
Ask anonymously on communities.

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Nov 2021

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

Interview Questionnaire 

1 Question

  • Q1. Jav aand selenium

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and smooth. Most if the questions wer asked basics

Dassault Systemes interview questions for designations

 Senior QA Engineer

 (1)

 Senior QA Engineer -Software Testing

 (1)

 Qa Automation Testing Engineer

 (1)

 Research and Development Qa Engineer

 (1)

 Engineer Trainee

 (2)

 Quality Engineer

 (2)

 Software Engineer

 (18)

 System Engineer

 (1)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Nov 2021

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

Interview Questionnaire 

1 Question

  • Q1. Java and selenium

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was smooth and good

Get interview-ready with Top Dassault Systemes Interview Questions

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Jul 2020

I applied via Naukri.com and was interviewed in Jun 2020. There were 6 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. 1) Introduce yourself( informal + formal i.e. including your hobbies, area of interest and then your schooling.college,current job and your future vision)
  • Q2. 2)Based on your roles and responsibilities they will ask questions (scenario based and real time examples also, in my case they asked me to explain the automation framework from scratch , they asked me to ...
  • Q3. 3)You can be asked to solve puzzles (random logical questions which you might have solved when preparing for any competitive exams)
  • Q4. 4)Multiple technical questions on Selenium , Rest Assured for API automation, basics of Java ( note: they can ask you to write any java program also for e.g. print integers in reverse )
  • Q5. 5)Basics of testing , automation vs manual , can you automate 100% functionality ? , What have you done to Optimize your scripts , Framework?
  • Q6. 6)What do you do when your automation script fails , debug process?
  • Q7. 7)how do you drive your data in automation , how do you validate whether your data is accurate and precise?
  • Ans. 

    Data is driven in automation through input files or databases. Validation is done through assertions and comparing expected vs actual results.

    • Data can be driven through input files like CSV, Excel or databases like MySQL, Oracle

    • Assertions can be used to validate data accuracy and precision

    • Expected vs actual results can be compared to ensure data correctness

    • Data can also be validated through manual inspection or using t

  • Answered by AI
  • Q8. 8)Why do you want to join Dassault Systemes , what do you about the company?
  • Ans. 

    I want to join Dassault Systemes because of their reputation as a leading company in the field of engineering and software solutions.

    • Dassault Systemes is known for its innovative and cutting-edge technology solutions.

    • The company has a strong global presence and a diverse range of clients.

    • Dassault Systemes has a culture of continuous learning and development, which aligns with my career goals.

    • I am impressed by the compa...

  • Answered by AI
  • Q9. 9)What are your future plans , where do you see yourself after 5 years , do you have an plans for higher studies?
  • Ans. 

    I plan to continue growing as a QA Engineer and eventually pursue higher studies in software engineering.

    • I see myself taking on more challenging projects and responsibilities in the QA field.

    • I aim to enhance my skills and knowledge in software testing and quality assurance.

    • I plan to stay updated with the latest industry trends and technologies.

    • Higher studies in software engineering will help me gain a deeper understand...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be relaxed , listen carefully , no hurry , the more precise and crisp your answer is the better your chances are , not necessary to give correct solutions for all the questions if you don't know just politely say it but make sure to tackle questions with a approach consisting of a start , mid and end properly whenever you are solving a question, they are looking at your approach, logical, technical and analytical skills and try to optimize your solutions, Good Luck Folks , You can do it :-) .

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions on java and selenium,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, answer what you know

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Testing concepts and agile methodology, linux commands, few java programmings, logical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong at basic concepts.
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Testcases for pencil
  • Ans. 

    Testcases for a pencil include checking its writing ability, eraser functionality, durability, sharpening ease, and lead breakage resistance.

    • Verify that the pencil writes smoothly on paper without skipping

    • Test the eraser by attempting to erase pencil marks effectively

    • Check the durability of the pencil by dropping it from a certain height

    • Test how easily the pencil can be sharpened without breaking the lead

    • Verify the res...

  • Answered by AI
  • Q2. Linux commands for copying creating
  • Ans. 

    Linux commands for copying and creating files and directories.

    • To copy a file: cp source_file destination_file

    • To copy a directory: cp -r source_directory destination_directory

    • To create a new file: touch new_file

    • To create a new directory: mkdir new_directory

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Assignment 

Write a automated test framework and several test cases for web application.

Round 2 - Technical 

(1 Question)

  • Q1. Question about implemented assignment. Java questions Several small code exercises. DBs, networking.
Round 3 - HR 

(1 Question)

  • Q1. Just a talk with manager.

Dassault Systemes Interview FAQs

How many rounds are there in Dassault Systemes QA Engineer interview for experienced candidates?
Dassault Systemes interview process for experienced candidates usually has 1 rounds. The most common rounds in the Dassault Systemes interview process for experienced candidates are Technical.
How to prepare for Dassault Systemes QA Engineer interview for experienced candidates?
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 Python, API, AWS, Cd and Computer science.
What are the top questions asked in Dassault Systemes QA Engineer interview for experienced candidates?

Some of the top questions asked at the Dassault Systemes QA Engineer interview for experienced candidates -

  1. 7)how do you drive your data in automation , how do you validate whether your d...read more
  2. 6)What do you do when your automation script fails , debug proce...read more
  3. how you will validate the input you are giving while login if its correct but n...read more

Tell us how to improve this page.

Dassault Systemes QA Engineer Interview Process for Experienced

based on 2 interviews

2 Interview rounds

  • Technical Round
  • HR Round
View more
Dassault Systemes QA Engineer Salary
based on 130 salaries
₹4.9 L/yr - ₹13.5 L/yr
76% more than the average QA Engineer Salary in India
View more details

Dassault Systemes QA Engineer Reviews and Ratings

based on 28 reviews

3.7/5

Rating in categories

3.2

Skill development

4.2

Work-life balance

3.0

Salary

4.3

Job security

3.8

Company culture

2.9

Promotions

3.5

Work satisfaction

Explore 28 Reviews and Ratings
R&D Engineer
621 salaries
unlock blur

₹6 L/yr - ₹24.5 L/yr

Software Engineering Specialist
373 salaries
unlock blur

₹7 L/yr - ₹18.8 L/yr

Software Developer
312 salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Software Engineer
300 salaries
unlock blur

₹5.4 L/yr - ₹18 L/yr

QA Engineer
130 salaries
unlock blur

₹4.9 L/yr - ₹13.5 L/yr

Explore more salaries
Compare Dassault Systemes with

Autodesk

4.1
Compare

Oracle

3.7
Compare

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview