Upload Button Icon Add office photos
Engaged Employer

i

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

Newt Global Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Newt Global QA Engineer Interview Questions and Answers

Updated 5 Apr 2023

Newt Global QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 5 Apr 2023

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Mar 2023. There were 2 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is Black box testing?
  • Ans. 

    Black box testing is a software testing technique where the tester tests the software without knowing its internal structure.

    • Tests the functionality of the software without knowing the internal code

    • Focuses on the inputs and outputs of the software

    • Uses techniques like equivalence partitioning and boundary value analysis

    • Examples include GUI testing, regression testing, and acceptance testing

  • Answered by AI
  • Q2. What is Static Testing?
  • Ans. 

    Static testing is a technique of verifying software without executing it.

    • It involves reviewing documents, code, and specifications to find errors and defects.

    • Static testing can be done manually or with the help of tools.

    • Examples include code reviews, walkthroughs, and inspections.

    • It helps to identify defects early in the development cycle, reducing costs and improving quality.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. First round was Screening round where you will get some MCQ Questions to solve.(Testing Related Questions)
2. Second Round was face to face Interview on Testing based Questions like. Black box testing , Scenarios Basic questions
Note:
Face to face round was conducted in Chennai. (Traveled from Maharashtra to chennai for technical round)
One of the worst experience was with NEWTGLOBAL. After clearing technical round they told me there will be formalities round and you are selected for the QA position.
When I tried to call them they simply ignoring my calls and messages.

Skills evaluated in this interview

Sopra Steria

Success to our employee's well-being? A work-life balance that's simply unbeatable.

Our employees have rated us 4 for Work-Life Balance on AmbitionBox

Interview questions from similar companies

I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Selenium, Java, functional testing
Round 2 - HR 

(1 Question)

  • Q1. Salary, notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - Good work life balance and learning new technologies

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

Interview Questionnaire 

1 Question

  • Q1. About sdlc and stlc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare good from guru99

I applied via Walk-in and was interviewed before Jun 2021. 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 Resume tips
Round 2 - Group Discussion 

Current Technologies

Round 3 - Aptitude Test 

Duration 1 hr, Coding,GK and English

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good knowledge in ths subject which you are applying for th post

I applied via Referral and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why TCS?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be clear with the basics and you will be through

I applied via Naukri.com and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Wait in Selenium. type of waits.
  • Ans. 

    Types of waits in Selenium include implicit, explicit, and fluent waits.

    • Implicit waits wait for a certain amount of time before throwing an exception if an element is not found.

    • Explicit waits wait for a certain condition to be met before proceeding with the next step.

    • Fluent waits wait for a certain condition to be met within a specified time frame.

    • Examples of conditions include element visibility, element clickability,...

  • Answered by AI
  • Q2. Dynamic element how to search
  • Ans. 

    Dynamic elements can be searched using unique attributes like ID, class, name, or XPath.

    • Use ID attribute if it's unique and static

    • Use class attribute if it's unique and dynamic

    • Use name attribute if it's unique and static

    • Use XPath if other attributes are not unique or not available

  • Answered by AI
  • Q3. Jenkins do u know or not
  • Ans. 

    Jenkins is an open-source automation server that helps to automate parts of the software development process.

    • Jenkins is used for continuous integration and continuous delivery

    • It can be used to build, test, and deploy software

    • Jenkins has a large number of plugins available to extend its functionality

    • Examples of plugins include Git, Maven, and JUnit

    • Jenkins can be configured to run on different operating systems and envir

  • Answered by AI
  • Q4. How to fetch data from xls
  • Ans. 

    To fetch data from xls, use a library like Apache POI or OpenPyXL.

    • Use a library like Apache POI or OpenPyXL to read data from xls files

    • Identify the sheet and cell range to read data from

    • Iterate through the rows and columns to extract the data

    • Handle any formatting or data type conversions as needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare selenium with java testng and appache poi.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Oct 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 Resume tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Remove duplicates in string
  • Ans. 

    Remove duplicates in a string array

    • Iterate through the array and use a Set to store unique strings

    • Convert the Set back to an array to get the final result

  • Answered by AI
  • Q2. Remove spaces in string
  • Ans. 

    Remove spaces in a string

    • Use string.replace() method with regex to replace spaces with empty string

    • Alternatively, loop through each character in the string and build a new string without spaces

    • Consider trimming the string first to remove leading and trailing spaces

  • Answered by AI
  • Q3. What is testing
  • Ans. 

    Testing is the process of evaluating a system or application to identify defects or errors.

    • Testing involves executing software to find bugs or issues.

    • It ensures that the software meets the specified requirements.

    • Types of testing include functional, performance, security, and regression testing.

    • Examples of testing tools include Selenium, JUnit, and Postman.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Strings remove duplicate and count
  • Ans. 

    Remove duplicate strings in an array and count occurrences of each string.

    • Iterate through the array and use a Set to remove duplicates.

    • Use a HashMap to count occurrences of each string.

    • Return the unique strings and their counts.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Discussed about salary

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Skills evaluated in this interview

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

They told to write java program in string and collections

Round 2 - One-on-one 

(2 Questions)

  • Q1. Different between test cases and test scenario
  • Ans. 

    Test cases are specific conditions or inputs to test a particular functionality, while test scenarios are a sequence of test cases to test a broader functionality.

    • Test cases are detailed steps to test a specific functionality, while test scenarios are a collection of test cases to test a broader functionality.

    • Test cases are more granular and focus on individual functionalities, while test scenarios are more high-level ...

  • Answered by AI
  • Q2. Write a program to read from excel
  • Ans. 

    A program to read data from an Excel file using a programming language.

    • Use a library or module that supports reading Excel files, such as pandas in Python or Apache POI in Java.

    • Open the Excel file and select the specific sheet or range of cells to read data from.

    • Iterate through the rows and columns to extract the data and store it in an array of strings.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why you want to switch company
  • Ans. 

    Seeking new challenges and growth opportunities in a more innovative environment.

    • Desire for new challenges and learning opportunities

    • Seeking a more innovative work environment

    • Looking for career growth and advancement

    • Interested in working with new technologies or methodologies

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Automation and mangerial

Interview Preparation Tips

Interview preparation tips for other job seekers - They will conduct the managerial round and then they will reject you without any reasons.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Rest assured question asked

Contribute & help others!
anonymous
You can choose to be anonymous

Newt Global Interview FAQs

How many rounds are there in Newt Global QA Engineer interview?
Newt Global interview process usually has 2 rounds. The most common rounds in the Newt Global interview process are Resume Shortlist and Technical.
How to prepare for Newt Global QA 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 Newt Global. The most common topics and skills that interviewers at Newt Global expect are Back Office, Derivatives, Front Office, Life Cycle and QA.
What are the top questions asked in Newt Global QA Engineer interview?

Some of the top questions asked at the Newt Global QA Engineer interview -

  1. What is Black box testi...read more
  2. What is Static Testi...read more

Recently Viewed

REVIEWS

Newt Global

No Reviews

REVIEWS

Gupshup

No Reviews

SALARIES

Gupshup

JOBS

yellow.ai

No Jobs

REVIEWS

ValGenesis

No Reviews

SALARIES

Gupshup

REVIEWS

DISYS

No Reviews

SALARIES

Newt Global

SALARIES

DISYS

JOBS

Newt Global

No Jobs

Tell us how to improve this page.

Newt Global QA Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

HCLTech

There's no stopping you

QA Engineer Interview Questions from Similar Companies

TCS QA Engineer Interview Questions
3.7
 • 44 Interviews
View all
Senior Software Engineer
52 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Newt Global with

Infosys

3.6
Compare

Wipro

3.7
Compare

TCS

3.7
Compare

HCLTech

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