Upload Button Icon Add office photos
Engaged Employer

i

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

UST Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 4.3k Reviews

Filter interviews by

UST QA Engineer Interview Questions and Answers

Updated 22 Sep 2024

UST QA Engineer Interview Experiences

5 interviews found

QA Engineer Interview Questions & Answers

user image Swetha M

posted on 22 Sep 2024

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

(2 Questions)

  • Q1. Java Programs on Strings
  • Q2. Collections and oops

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 29 May 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Technical question related to Java ,selenium were asked

QA Engineer Interview Questions Asked at Other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many mi ... read more
Q2. Suppose your manager gave you one task which has to be complete i ... read more
Q3. how to access amazon page directly directly with out using driver ... read more
Q4. 100 apples in 5 consecutive days, each day 6 more than the previo ... read more
Q5. 7)how do you drive your data in automation , how do you validate ... read more

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Mar 2024

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

(1 Question)

  • Q1. Selenium basic questions Java coding Sql basics

QA Engineer Interview Questions & Answers

user image Pooja Arote

posted on 9 Mar 2024

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

I applied via Job Portal and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was based on api basic questions

Round 2 - One-on-one 

(1 Question)

  • Q1. I was asked 10-15 basic mnahal testing questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Black box vs white box testing
  • Ans. 

    Black box testing focuses on testing the functionality of a system without knowledge of its internal code, while white box testing involves testing the internal code structure.

    • Black box testing is based on external specifications and is performed without knowledge of the internal code.

    • White box testing is based on internal code structure and is performed with knowledge of the internal workings of the system.

    • Black box t...

  • Answered by AI
  • Q2. Sanity vs smoke testing
  • Ans. 

    Sanity testing is a narrow regression test that focuses on specific functionality, while smoke testing is a broad test to check if the software is stable enough for further testing.

    • Sanity testing is a subset of regression testing, focusing on specific areas of the application to ensure they still work after changes.

    • Smoke testing is a preliminary test to check if the software build is stable enough for more comprehensiv...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Why you want to work with us ?

Skills evaluated in this interview

UST interview questions for designations

 Associate QA Engineer

 (1)

 QA Automation Engineer

 (1)

 Senior QA QC Engineer

 (1)

 QA Tester

 (1)

 Senior QA Analyst

 (1)

 Engineer Trainee

 (3)

 Quality Engineer

 (1)

 Software Engineer

 (23)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 6 Feb 2024

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

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Jenkins pipe explain
  • Ans. 

    Jenkins Pipeline is a suite of plugins that allows you to define and manage your software delivery pipeline as code.

    • Jenkins Pipeline is a way to define your build process as code

    • It allows you to create a script that defines the steps and stages of your build

    • You can use Jenkins Pipeline to automate the entire software delivery process

    • It provides a powerful and flexible way to define, orchestrate, and visualize your buil...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Selenium vs cypress
  • Ans. 

    Selenium is a widely used open-source tool for web automation testing, while Cypress is a newer tool known for its fast and reliable testing capabilities.

    • Selenium is more established and has a larger community support

    • Cypress is known for its fast test execution times

    • Cypress has built-in support for modern web technologies like React and Angular

    • Selenium supports multiple programming languages like Java, Python, and C#

    • Cy...

  • Answered by AI
  • Q2. How do you install cypress
  • Ans. 

    Cypress can be installed using npm package manager.

    • Install Node.js if not already installed

    • Open terminal and run 'npm install cypress'

    • Once installation is complete, run 'npx cypress open' to open Cypress Test Runner

  • Answered by AI
  • Q3. Reverse a string in Javascript
  • Ans. 

    Reverse a string in Javascript

    • Use the split() method to convert the string into an array of characters

    • Use the reverse() method to reverse the order of the characters

    • Use the join() method to convert the array back into a string

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Constructor design
  • Q2. Xpath locators page object model
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Oct 2024.

Round 1 - Aptitude Test 

Complex aptitude Test

Round 2 - Technical 

(2 Questions)

  • Q1. Test estimation techniques
  • Ans. 

    Test estimation techniques involve various methods to predict the time and resources needed for testing activities.

    • Use historical data from previous projects to estimate testing effort

    • Break down the project into smaller tasks and estimate each task individually

    • Use expert judgment from experienced QA engineers to provide input on estimation

    • Consider complexity, risks, and dependencies when estimating testing effort

  • Answered by AI
  • Q2. Equals to vs ==

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain your framework
  • Ans. 

    My framework is a data-driven automation framework using Selenium and TestNG.

    • Utilizes Selenium for web automation

    • Uses TestNG for test case management and execution

    • Data-driven approach for test data separation

    • Supports parallel execution for faster testing

    • Includes reporting tools like ExtentReports for detailed test results

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

    OOPs concept 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 stands for Object-Oriented Programming

    • Key concepts include classes, objects, inheritance, polymorphism, and encapsulation

    • Classes are blueprints for objects, defining their properties and behaviors

    • Objects are instances of classes, representing real-world entities

    • Inh...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Testing concepts and coding
  • Q2. Automation concepts
Round 2 - HR 

(2 Questions)

  • Q1. Generic HR question
  • Q2. Exp related questions

UST Interview FAQs

How many rounds are there in UST QA Engineer interview?
UST interview process usually has 1-2 rounds. The most common rounds in the UST interview process are Technical, One-on-one Round and Aptitude Test.
How to prepare for UST 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 UST. The most common topics and skills that interviewers at UST expect are Selenium, Java, Manual Testing, Quality Assurance Engineering and API Testing.
What are the top questions asked in UST QA Engineer interview?

Some of the top questions asked at the UST QA Engineer interview -

  1. Black box vs white box test...read more
  2. Sanity vs smoke test...read more
  3. Jenkins pipe expl...read more

Tell us how to improve this page.

UST QA Engineer Interview Process

based on 6 interviews

1 Interview rounds

  • Technical Round
View more
UST QA Engineer Salary
based on 86 salaries
₹3.9 L/yr - ₹13.6 L/yr
35% more than the average QA Engineer Salary in India
View more details

UST QA Engineer Reviews and Ratings

based on 18 reviews

4.0/5

Rating in categories

3.9

Skill development

4.4

Work-life balance

3.6

Salary

3.8

Job security

4.4

Company culture

3.7

Promotions

3.7

Work satisfaction

Explore 18 Reviews and Ratings
Software Developer
2.1k salaries
unlock blur

₹2.5 L/yr - ₹12.7 L/yr

Senior Software Engineer
1.7k salaries
unlock blur

₹6.5 L/yr - ₹27 L/yr

Software Engineer
1.3k salaries
unlock blur

₹3.6 L/yr - ₹15.1 L/yr

System Analyst
1.2k salaries
unlock blur

₹6.4 L/yr - ₹22.2 L/yr

Senior Software Developer
941 salaries
unlock blur

₹5.6 L/yr - ₹20 L/yr

Explore more salaries
Compare UST with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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