Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Datamatics Global Services Team. If you also belong to the team, you can get access from here

Datamatics Global Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Datamatics Global Services Automation Test Engineer Interview Questions and Answers

Updated 29 Apr 2024

Datamatics Global Services Automation Test Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Profile related details
Round 2 - Technical 

(1 Question)

  • Q1. Technical questions based on our skills set
Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion with Manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be prepared with latest technologies and stay updated.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Current Project
  • Ans. 

    Currently working on developing automated test scripts for a web application

    • Creating test cases using Selenium WebDriver

    • Implementing test automation frameworks like TestNG

    • Performing regression testing on new features

    • Collaborating with developers to identify and fix bugs

  • Answered by AI
  • Q2. Framework Structure
  • Q3. Code for sorting an array
  • Ans. 

    Code for sorting an array of strings

    • Use built-in sort function in programming language (e.g. sort() in Python)

    • Specify the comparison function to sort strings alphabetically

    • Handle uppercase and lowercase letters properly

    • Example: ['apple', 'banana', 'cherry'] should be sorted as ['apple', 'banana', 'cherry']

  • Answered by AI
  • Q4. Create Xpath
  • Ans. 

    Creating Xpath for locating elements in web pages

    • Use unique attributes like id, class, name to create Xpath

    • Avoid using indexes in Xpath as they can be brittle

    • Use functions like contains(), starts-with() for dynamic attributes

    • Consider using axes like ancestor, following-sibling for complex Xpath

  • Answered by AI
  • Q5. Few Appium related questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Few scenario based questions
  • Q2. Why GlobalLogic
  • Ans. 

    GlobalLogic offers a diverse range of projects, cutting-edge technologies, and a collaborative work environment.

    • GlobalLogic provides opportunities to work on a variety of projects, allowing for professional growth and skill development.

    • The company is known for its use of cutting-edge technologies, providing exposure to the latest tools and trends in the industry.

    • GlobalLogic fosters a collaborative work environment, enc...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Project related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain your project
  • Q2. Write code to Automate sauce demo login functionality
  • Ans. 

    Automate sauce demo login functionality using code

    • Use Selenium WebDriver to automate the login process

    • Identify the username and password fields using locators

    • Enter valid credentials and click on the login button

    • Verify successful login by checking for the presence of a welcome message

  • Answered by AI
  • Q3. Write code to automate getting product prices by their names
  • Ans. 

    Automate getting product prices by their names

    • Create a function that takes in an array of product names as input

    • Use a web scraping tool like Selenium to extract prices from a website

    • Map the product names to their corresponding prices and return the result

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me your Self introduce
  • Q2. Tell me project structure
  • Ans. 

    Project structure refers to the organization of files, folders, and resources within a software project.

    • Main folders like src (source code), test (test cases), lib (libraries), docs (documentation)

    • Subfolders for specific modules or components

    • Configuration files like pom.xml, package.json, etc.

    • Build scripts like Jenkinsfile, Dockerfile

    • Version control files like .gitignore, .gitattributes

    • README.md file for project overvi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Skill preparation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Hashmap code logic
  • Q2. Propertiy file , xpath ,excel file code
Round 2 - Behavioral 

(2 Questions)

  • Q1. Resume based question
  • Q2. Ci cd jenkin question

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Difference b/w Hashmap vs HashTable and which one is faster on basis of performance!
  • Ans. 

    HashMap allows null values and keys, while HashTable does not. HashMap is not synchronized, making it faster in performance compared to HashTable.

    • HashMap allows null values and keys, while HashTable does not.

    • HashMap is not synchronized, making it faster in performance compared to HashTable.

    • HashMap is preferred for non-thread-safe applications, while HashTable is preferred for thread-safe applications.

  • Answered by AI
  • Q2. Why Stale Element Reference Exception!
  • Ans. 

    Stale Element Reference Exception occurs when an element is no longer attached to the DOM.

    • Occurs when an element is located in the DOM, but later becomes detached or deleted

    • Common in dynamic web applications where elements are frequently changing

    • Can be resolved by re-locating the element before interacting with it

  • Answered by AI
  • Q3. Diff between Collection VS Collections
  • Ans. 

    Collection is an interface in Java that represents a group of objects, while Collections is a utility class in Java that contains static methods for operating on collections.

    • Collection is an interface in Java, while Collections is a utility class.

    • Collection is used to represent a group of objects, while Collections is used for operations on collections like sorting, searching, etc.

    • Example: List is a Collection interfac...

  • Answered by AI
  • Q4. What is POM ? Why we need !
  • Ans. 

    POM stands for Page Object Model. It is a design pattern used in test automation to create reusable and maintainable code.

    • POM helps in separating the test scripts from the web elements, making the code more organized and easier to maintain.

    • It improves code reusability by creating separate classes for each web page, containing all the elements and actions related to that page.

    • POM reduces code duplication and enhances te...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. April 2024 Pune Location 1.Explain BDD in details 2.Why BDD 3.Explain Framework in details, with Project 4.How to handle dynamic element 5.If in a page you see button that is enabled only when you fill 5 m...
  • Ans. 

    BDD is a software development process that encourages collaboration between developers, QA, and non-technical stakeholders.

    • BDD stands for Behavior-Driven Development

    • It focuses on defining the behavior of the system through examples in plain text

    • Uses a common language (Gherkin syntax) to describe requirements and tests

    • Helps in improving communication and understanding between team members

    • Popular BDD tools include Cucumb

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have 6+ exp please prepare scenario based question

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between scenario and scenario outline
  • Ans. 

    Scenario is a single test case while scenario outline is a template for multiple test cases with different inputs.

    • Scenario is a single test case with specific inputs and expected outcomes

    • Scenario outline is a template for multiple test cases with placeholders for different inputs

    • In scenario outline, examples table is used to provide different input values for each test case

  • Answered by AI
  • Q2. Explain oops concept
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs focuses on creating objects that interact with each other to solve a problem

    • Key concepts include encapsulation, inheritance, polymorphism, and abstraction

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

    • Inher...

  • Answered by AI

Skills evaluated in this interview

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 - Technical 

(1 Question)

  • Q1. Selenium interview questions
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion

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

Interview Questionnaire 

3 Questions

  • Q1. Java Oops, questions on Collection framework (DS)
  • Q2. Sql queries, coding Fibonacci series and Armstrong no.
  • Q3. Framework, Testng annotations, STLC

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good. I enjoyed the interview questions.

Datamatics Global Services Interview FAQs

How many rounds are there in Datamatics Global Services Automation Test Engineer interview?
Datamatics Global Services interview process usually has 3 rounds. The most common rounds in the Datamatics Global Services interview process are HR, Technical and One-on-one Round.
How to prepare for Datamatics Global Services Automation Test Engineer interview?
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 Datamatics Global Services. The most common topics and skills that interviewers at Datamatics Global Services expect are Automation Testing, Selenium, Test Engineering, Python and API Testing.

Tell us how to improve this page.

Datamatics Global Services Automation Test Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Datamatics Global Services Automation Test Engineer Salary
based on 26 salaries
₹2 L/yr - ₹9.5 L/yr
At par with the average Automation Test Engineer Salary in India
View more details

Datamatics Global Services Automation Test Engineer Reviews and Ratings

based on 3 reviews

3.0/5

Rating in categories

2.8

Skill development

2.4

Work-life balance

1.8

Salary

3.8

Job security

2.2

Company culture

1.6

Promotions

2.6

Work satisfaction

Explore 3 Reviews and Ratings
Consultant
785 salaries
unlock blur

₹6 L/yr - ₹25 L/yr

Associate Consultant
649 salaries
unlock blur

₹3.7 L/yr - ₹15 L/yr

Executive
607 salaries
unlock blur

₹1.1 L/yr - ₹4.5 L/yr

Executive Accountant
314 salaries
unlock blur

₹1.1 L/yr - ₹4 L/yr

Senior Executive
310 salaries
unlock blur

₹1.2 L/yr - ₹8.6 L/yr

Explore more salaries
Compare Datamatics Global Services with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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