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
4.0

based on 892 Reviews

Filter interviews by

Dassault Systemes Qa Automation Testing Engineer Interview Questions, Process, and Tips

Updated 28 Nov 2024

Dassault Systemes Qa Automation Testing Engineer Interview Experiences

1 interview found

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

(9 Questions)

  • Q1. Introduction, roles and responsibilities
  • Q2. Deep copy shallow copy
  • Q3. Method Overloading overriding
  • Q4. Constuctor and its types
  • Ans. 

    Constructors are special methods in a class used to initialize objects. There are default, parameterized, copy, and static constructors.

    • Constructors have the same name as the class and do not have a return type.

    • Default constructors are automatically created by the compiler if no constructor is defined.

    • Parameterized constructors accept parameters to initialize object properties.

    • Copy constructors create a new object as a...

  • Answered by AI
  • Q5. Varags (variable length arguments)
  • Q6. Find element find elements return types of it if no elements found
  • Ans. 

    findElements method in Selenium returns a list of WebElements or an empty list if no elements are found.

    • findElements method returns a list of WebElements

    • If no elements are found, it returns an empty list

    • Return type is List

Answered by AI
  • Q7. Webdriver what is it
  • Ans. 

    Webdriver is a tool used for automating web application testing.

    • Webdriver is a popular automation tool used for testing web applications.

    • It allows testers to automate interactions with a web browser.

    • Webdriver supports multiple programming languages such as Java, Python, and C#.

    • It can simulate user interactions like clicking buttons, entering text, and navigating through pages.

    • Webdriver is commonly used in QA automation...

  • Answered by AI
  • Q8. Find duplicate numbers and its count from given list explain logic
  • Ans. 

    Logic to find duplicate numbers and their count in a given list.

    • Iterate through the list and store each number in a hashmap with its count

    • If a number is already in the hashmap, increment its count

    • After iterating, check the hashmap for numbers with count greater than 1 to find duplicates

  • Answered by AI
  • Q9. Factorial using recursion
  • Ans. 

    Factorial using recursion is a mathematical function that calculates the product of all positive integers up to a given number.

    • Define a function that takes an integer parameter n

    • Base case: if n is 0, return 1

    • Recursive case: return n multiplied by the factorial of n-1

    • Example: factorial(5) = 5 * factorial(4) = 5 * 4 * factorial(3) = 5 * 4 * 3 * factorial(2) = 5 * 4 * 3 * 2 * factorial(1) = 5 * 4 * 3 * 2 * 1 = 120

  • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - For me Mostly 90% they asked java related questions.
    Introduction, roles responsibilities.
    Deep copy shallow copy
    Method Overloading overriding
    Constuctor
    Varags
    Find element & find elements difference and return types(if elements present and if not)
    2 coding questions
    1 repeatetive numbers/duplicates and its count from the given list eg output 4,2(4 is number and found 2 times)
    2 factorial of a number using recursion.

    I don't want to fil this form all that's why including all questions asked in the feedback.

    This was my first round and no response till now.
    Interview taken on 10 Oct.

    Skills evaluated in this interview

    Interview questions from similar companies

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

    (2 Questions)

    • Q1. Coding question on java - find a particular string pattern in a big string
    • Q2. Selenium basic code - search something in Google
    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    -
    Result
    Selected Selected
    Round 1 - Technical 

    (2 Questions)

    • Q1. Software Testing
    • Q2. Application based QA questions
    Round 2 - Technical 

    (2 Questions)

    • Q1. Software testing, QA and Resume based questions
    • Q2. Automation and programming related questions

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare well
    Instead of going in depth, focus on a basic and primary questions and be thorough on it
    Know everything mentioned in the resume
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

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

    Round 1 - Coding Test 

    In this first round it was of 45mins which included MCQ question and 1 coding question.

    Round 2 - Technical 

    (4 Questions)

    • Q1. 1.Difference Between Const,Var,Char. 2.Oop's concept with example 3.JavaScript is async or sync language and explain the reason. 4.How to create a simple object in JavaScript. 5.Find element and Find Eleme...
    • Ans. 

      Answers to common interview questions for Automation Test Engineer position.

      • Const is used for constant values that cannot be reassigned, var is used for variable declaration, and char is a data type for storing characters in programming languages.

      • OOPs concepts include inheritance, encapsulation, polymorphism, and abstraction. Example: Inheritance allows a class to inherit properties and methods from another class.

      • JavaS...

    • Answered by AI
    • Q2. What is Type coercion?
    • Ans. 

      Type coercion is the process of converting one data type to another in programming.

      • Type coercion can happen implicitly or explicitly in programming languages.

      • Implicit type coercion occurs when the language automatically converts data types during operations.

      • Explicit type coercion occurs when the programmer manually converts data types using functions or operators.

      • Example: In JavaScript, the addition operator (+) can pe...

    • Answered by AI
    • Q3. What is Inheritance? Polymorphism?
    • Ans. 

      Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass.

      • Inheritance allows for code reusability by defining a new class based on an existing class.

      • Polymorphism enables flexibility in programming by allowing objects to be treated as instances of their pare...

    • Answered by AI
    • Q4. API Error code with explaination?
    • Ans. 

      API error codes are unique identifiers used to indicate specific errors in an API response.

      • API error codes are typically numeric or alphanumeric codes that correspond to specific errors in the API.

      • Each error code should have a corresponding explanation in the API documentation to help developers understand the issue.

      • Examples of API error codes include 400 Bad Request, 401 Unauthorized, and 404 Not Found.

    • Answered by AI
    Round 3 - HR 

    (1 Question)

    • Q1. Introduce Yourself? Why should we hire you? What is your relevant experience? Tell me about yourself? What are your salary expectations?

    Interview Preparation Tips

    Topics to prepare for Globant Automation Test Engineer interview:
    • Javascript
    • Cypress
    • OOPS
    • Core Java
    • API
    Interview preparation tips for other job seekers - I Interviewed at Globant on 13/05/2024. First round went very well where they introduce about there company and link was provided For MCQ and coding round conducted.2nd round was GK round which was totally based on Technical question. I had answered each and very question but then also not got selected.

    Skills evaluated in this interview

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

    (2 Questions)

    • Q1. About my experience
    • Q2. About my project and automation work
    Round 2 - HR 

    (2 Questions)

    • Q1. About my notice period
    • Q2. About my expected ctc

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Good
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

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

    Round 1 - Aptitude Test 

    General aptitude and out put realted questions

    Round 2 - Coding Test 

    Face to face dsa and string manipulations

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

    2 array question 1 on sorting other one is for searching

    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    -
    Result
    Not Selected

    I applied via Referral and was interviewed in Mar 2023. 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 - Technical 

    (1 Question)

    • Q1. General Programming Questions
    Round 3 - One-on-one 

    (1 Question)

    • Q1. Business related questions were asked
    Round 4 - HR 

    (1 Question)

    • Q1. Salary Discussion

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Learn core concepts
    Interview experience
    3
    Average
    Difficulty level
    Hard
    Process Duration
    Less than 2 weeks
    Result
    No response

    I applied via LinkedIn and was interviewed in Feb 2023. There were 2 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 tips
    Round 2 - One-on-one 

    (2 Questions)

    • Q1. They mostly asked about Java questions and few scenarios to write test cases.
    • Q2. Most of the questions are java questions

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Better to have good grip on coding concepsts. I haven't clered the first round.
    Interview experience
    3
    Average
    Difficulty level
    Hard
    Process Duration
    2-4 weeks
    Result
    Selected Selected

    I applied via Company Website and was interviewed before Jul 2023. There were 4 interview rounds.

    Round 1 - Technical 

    (2 Questions)

    • Q1. Networking related questions
    • Q2. Questions related to file transfer between multiple systems
    Round 2 - Technical 

    (2 Questions)

    • Q1. Multithreading questions
    • Q2. Related to multiple thread synchronization, lock etc
    Round 3 - Coding Test 

    Space and time complexities were asked for program

    Round 4 - Technical 

    (1 Question)

    • Q1. Managerial round

    Dassault Systemes Interview FAQs

    How many rounds are there in Dassault Systemes Qa Automation Testing Engineer interview?
    Dassault Systemes interview process usually has 1 rounds. The most common rounds in the Dassault Systemes interview process are Technical.
    What are the top questions asked in Dassault Systemes Qa Automation Testing Engineer interview?

    Some of the top questions asked at the Dassault Systemes Qa Automation Testing Engineer interview -

    1. Find duplicate numbers and its count from given list explain lo...read more
    2. Find element find elements return types of it if no elements fo...read more
    3. Webdriver what is...read more

    Tell us how to improve this page.

    Interview Questions from Similar Companies

    IBM Interview Questions
    4.1
     • 2.4k Interviews
    Oracle Interview Questions
    3.7
     • 883 Interviews
    Amdocs Interview Questions
    3.8
     • 522 Interviews
    Zoho Interview Questions
    4.3
     • 501 Interviews
    Siemens Interview Questions
    4.1
     • 421 Interviews
    SAP Interview Questions
    4.2
     • 302 Interviews
    Salesforce Interview Questions
    4.1
     • 265 Interviews
    Adobe Interview Questions
    4.0
     • 248 Interviews
    View all
    Dassault Systemes Qa Automation Testing Engineer Salary
    based on 11 salaries
    ₹6.3 L/yr - ₹15.2 L/yr
    70% more than the average Qa Automation Testing Engineer Salary in India
    View more details

    Dassault Systemes Qa Automation Testing Engineer Reviews and Ratings

    based on 1 review

    4.0/5

    Rating in categories

    3.0

    Skill development

    5.0

    Work-Life balance

    4.0

    Salary & Benefits

    5.0

    Job Security

    4.0

    Company culture

    2.0

    Promotions/Appraisal

    3.0

    Work Satisfaction

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

    ₹6 L/yr - ₹24.5 L/yr

    Software Developer
    348 salaries
    unlock blur

    ₹5 L/yr - ₹20 L/yr

    Software Engineering Specialist
    329 salaries
    unlock blur

    ₹7 L/yr - ₹18.7 L/yr

    Software Engineer
    279 salaries
    unlock blur

    ₹5.4 L/yr - ₹17.3 L/yr

    QA Engineer
    144 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

    Calculate your in-hand salary

    Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
    Did you find this page helpful?
    Yes No
    write
    Share an Interview