QA Manual Interview Test.

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

QA TEST

NAME: DIANA ALINA RAUTA


DATE: 24.06.2022
Please provide the answers in English.

1. You found a defect in an application and you are not able to reproduce it consistently. How
would you report it? Explain with example.
I consider that I have a mobile application for voice transmission, conferences, messaging. I found a
call interruption bug at 45 seconds, it was reproduced 3 times out of 7. I will report it as a major
bug.

2. When do you think QA activities should start in a project?


It depends on the complexity of the project. if it is a complex project, the ideal would be to start from
the beginning.
3. How do you define a format of writing a good test case?
Ttile – Summarization of the bug
Test Case Description
Preconditions ( Steps to Reproduce)
Scope of test
Check
4. Suppose you find a bug in production, how would you make sure that the same bug is not
introduced again?
Clarity in the description of the bug, as specific as possible to the subject.
Good communication with the team so that there is no confusion in the description of the bug.
5.
Team A has scored more goals than Team B Team
C has scored fewer goals than Team B
Team A has scored fewer goals than Team C.
If the first two statements are true, the third statement is
A. True
B. False
C. Uncertain

6. You have a rope with the length of half a meter. From 5 to 5 centimeters you have to place a nail in
order to hang the rope on a wall. How many nails do you need?
A. 10
B. 11
C. 14
7. See the specification below:
IF A <= 10 EN B = 12 OF C >= 10
THEN X := 40
ENDIF
IF D <= 14
THEN X := 50
ELSE X := 0
ENDIF
D <= 14 is an example of which concept?
A. action
B. condition
C. operator
D. test situation

8. See the decision below: R


= A and (B or C) and D
The coverage type decision point is applied to the decision using modified condition/decision coverage.
In which test situation does the value of D determine the outcome of the decision, R, as TRUE?
A. A=TRUE B= TRUE C= FALSE D= TRUE
B. A=FALSE B= TRUE C= TRUE D= TRUE
C. A= TRUE B= FALSE C= FALSE D= TRUE
D. A= FALSE B= FALSE C= FALSE D= TRUE
9. In an application currently in production, one module of code is being modified. Is it
necessary to re-test the whole application or is it enough to just test functionality associated
with that module?
It is necessary to test the functionality associated with the respective module and to perform an
integrity test to ensure that we deliver a correct product and the change did not have an impact on
other functionalities in the application.

10. There is a choice of three possibilities for the entering of test data in an existing system.
Which possibility has an advantage from a testing perspective?
A. use of production data
B. entering through separate front-end software
C. entering through regular system functions

You might also like