QUIZ for IU- SQA Class

QUIZ for IU- SQA Class

University

10 Qs

quiz-placeholder

Similar activities

CC101: Quiz No. 1

CC101: Quiz No. 1

University

15 Qs

Understanding Web Development Stacks

Understanding Web Development Stacks

11th Grade - University

8 Qs

FPGA Simple Security System Quiz

FPGA Simple Security System Quiz

University

12 Qs

[SE] 1. Software Engineering Introduction

[SE] 1. Software Engineering Introduction

University

12 Qs

Quiz - Foundation of Testing (Testing and System Implementation)

Quiz - Foundation of Testing (Testing and System Implementation)

University

10 Qs

Review - Software Engineering

Review - Software Engineering

University

10 Qs

QUIZ - CHAPTER 2

QUIZ - CHAPTER 2

University

15 Qs

Coding and AI Knowledge Check

Coding and AI Knowledge Check

10th Grade - University

10 Qs

QUIZ for IU- SQA Class

QUIZ for IU- SQA Class

Assessment

Quiz

Information Technology (IT)

University

Easy

Created by

Muhammad Ahmed

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

UNIT TESTING should NOT be performed by

Backend Developer

QA Engineer

Business Analyst

Mobile Developer

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Why a SQA resource should be involved in
Requirements Analysis phase of Software Life cycle?

To find bugs in Code & database in early stages

To Reply to client & confirm change requests in early stages

To test design & UI Theme of software in early stages

To clarify any ambiguity in requirements and use cases in early stages

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

_________ is the most commonly used tool/software for LOAD Testing

Selenium

Appium

Katalon Studio

J-Meter

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A spelling mistake is found in the welcome message displayed to all users after successful login.
Set its Priority & Severity for Fixing

  • a) High Priority, Low Severity

  • b) Low Priority, High Severity

  • c) Low Priority, Low Severity

  • d) Medium Priority, Medium Severity

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of unit testing would most likely uncover the error in this code?


public int divide(int a, int b)
{ if (b == 0)
{ return 0; }
else
{ return a / b; } }

Equivalence partitioning

Boundary value analysis

Decision table testing

Negative Testing

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is NOT a characteristic of good quality assurance practices?

Continuous improvement

Reactive approach to Defects

Test Driven Testing

Contionous Delivery

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A software defect identified has been fixed by the developer . Which of the following is the next logical step in the Software Defect Life Cycle after this?

Re-Test

Verified

Closed

Assigned

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?