Upload Button Icon Add office photos
Engaged Employer

i

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

vThink Global Technologies Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 23 Reviews

Filter interviews by

vThink Global Technologies QA Test Engineer Interview Questions and Answers

Updated 14 Jan 2022

vThink Global Technologies QA Test Engineer Interview Experiences

1 interview found

Round 1 - Coding Test 

Due to my laptop issue they asked me to explain the concept and usage

Told me to write automation code for Login scenario and for login we have the token they told me to capture the token and need to print it and verify the user got proper login

String handling reverse string concept

Round 2 - Technical 

(2 Questions)

  • Q1. Some technical questions about Manual testing concepts And real time questions like if the application crashed or blocker is in the project release what you will do as a testing lead how you will handle ...
  • Q2. Selenium web driver What is POM file why we are using it Xpath Types Which is Effective locators Framework creation related questions Runner class related questions What is BDD and TDD What is Data Driv...
  • Ans. 

    Questions related to Selenium WebDriver, POM, locators, frameworks, BDD/TDD, data-driven framework, Cucumber, and interfaces.

    • POM file is Page Object Model, used for better organization and maintenance of web elements in Selenium tests

    • Xpath types include Absolute, Relative, and Custom

    • Effective locators depend on the specific element and its attributes, but CSS selectors are generally faster than Xpath

    • Framework creation ...

  • Answered by AI
Round 3 - CTO Round 

(1 Question)

  • Q1. Personal and general questions Asked by then to check our confidence and our attitude level Eg: Reason of leaving last job What is the assuring you will not leave this job once you get better then this ...
Round 4 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. They won't speak about any salary because in the initial initial call scheduled they asked my expectations and fixed it and the things is my profile got already shortlist for the interview thats why they c...

Interview Preparation Tips

Interview preparation tips for other job seekers - Guys please talk openly
Don't hide user self and don't say Any fake informations
And Be open give honest talk and don't attend the interview with prepared answer

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was good. Interviewer are very supportive in nature.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is STLC? What is Bug life cycle?
  • Q2. Tell me about your project?
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion part
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the D/B verification and validation in QA?
  • Ans. 

    D/B verification and validation in QA refers to the process of ensuring that data in a database is accurate, complete, and consistent.

    • Verification involves checking if the data in the database matches the expected values or rules.

    • Validation involves ensuring that the data in the database meets the specified requirements and is reliable.

    • Examples include verifying that user information is correctly stored in a database a...

  • Answered by AI
  • Q2. Verification : ensures the product is being built correctly (meet design specifications). Validation : ensures the right product is built (meets user needs and requirements).

Interview Preparation Tips

Interview preparation tips for other job seekers - Network smartly; connections open door.

Software Tester Interview Questions & Answers

HyScaler user image Nabasmita Mohapatra

posted on 7 Feb 2024

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is STLC? What is defect life cycle?
  • Ans. 

    STLC stands for Software Testing Life Cycle. Defect life cycle is the process of identifying, reporting, and resolving defects in software.

    • STLC is a series of activities performed during the testing process.

    • It includes test planning, test design, test execution, and test closure.

    • Defect life cycle consists of various stages like identification, logging, triaging, fixing, retesting, and closure.

    • Defects are reported, trac...

  • Answered by AI
  • Q2. What are assess modifiers in java?
  • Ans. 

    Access modifiers in Java control the visibility and accessibility of classes, methods, and variables.

    • There are four access modifiers in Java: public, private, protected, and default.

    • Public access modifier allows unrestricted access from any class.

    • Private access modifier restricts access to only within the same class.

    • Protected access modifier allows access within the same package or subclasses.

    • Default access modifier (n...

  • Answered by AI
  • Q3. What is garbage value?
  • Ans. 

    Garbage value is an unpredictable or random value that is stored in a variable when it is not assigned a specific value.

    • Garbage values occur when a variable is declared but not initialized.

    • They can be caused by uninitialized variables, memory leaks, or accessing uninitialized memory.

    • Garbage values can lead to unexpected behavior and bugs in software.

    • Example: int x; // x may contain a garbage value until assigned a spec

  • Answered by AI

Skills evaluated in this interview

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

Test scenarios, regression sanity and integration testing

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tell about yourself
  • Q2. Write a program using pythin
  • Ans. 

    Program to print 'Hello, World!' in Python

    • Use the print() function in Python to display text

    • Enclose the text in single or double quotes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's nice and godd to feel

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
4-6 weeks
Result
No response

I applied via Job Fair and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Aptitude Test 

General queries from lead code

I applied via Naukri.com and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly related to my profile of testing and work which I was doing in my current company.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Please make your hiring process fast.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic english , Maths (distance, speed, ratio, probability)

Round 2 - One-on-one 

(3 Questions)

  • Q1. What are different tests
  • Ans. 

    Different tests in software testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or modules of the software.

    • Integration testing checks if different modules work together correctly.

    • System testing validates the entire system against the requirements.

    • Acceptance testing ensures that the software meets the user's expectations.

    • Other ty...

  • Answered by AI
  • Q2. Give examples on test cases
  • Ans. 

    Test cases are scenarios designed to validate the functionality of a software application.

    • Testing login functionality with valid credentials

    • Testing login functionality with invalid credentials

    • Testing password reset functionality

    • Testing search functionality with different input values

  • Answered by AI
  • Q3. Basic testing knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - learn basic testing topics and be confident prepare well for aptitude interview is very easy but aptitude is a little difficult, good company for fresher but low salary

Skills evaluated in this interview

I applied via Referral

Round 1 - Aptitude Test 

Attitude,reasoning

Round 2 - Group Discussion 

Topics in explain

Interview Preparation Tips

Interview preparation tips for other job seekers - Introduce yourself ,work, salary,educational details and habits

vThink Global Technologies Interview FAQs

How many rounds are there in vThink Global Technologies QA Test Engineer interview?
vThink Global Technologies interview process usually has 4 rounds. The most common rounds in the vThink Global Technologies interview process are Coding Test, Technical and HR.
What are the top questions asked in vThink Global Technologies QA Test Engineer interview?

Some of the top questions asked at the vThink Global Technologies QA Test Engineer interview -

  1. Selenium web driver What is POM file why we are using it Xpath Types Which is ...read more
  2. They won't speak about any salary because in the initial initial call scheduled...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
View all
vThink Global Technologies QA Test Engineer Salary
based on 4 salaries
₹4 L/yr - ₹5.5 L/yr
13% less than the average QA Test Engineer Salary in India
View more details

vThink Global Technologies QA Test Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

4.6

Skill development

4.0

Work-life balance

5.0

Salary

5.0

Job security

4.4

Company culture

4.6

Promotions

4.6

Work satisfaction

Explore 2 Reviews and Ratings
Application Developer
14 salaries
unlock blur

₹3.8 L/yr - ₹7.7 L/yr

Software Engineer
11 salaries
unlock blur

₹5 L/yr - ₹9.8 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹5.6 L/yr - ₹13 L/yr

Technical Lead
6 salaries
unlock blur

₹8 L/yr - ₹16 L/yr

Software Developer
4 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Explore more salaries
Compare vThink Global Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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