KEMBAR78
Post-Quiz Basisoftesting | PDF | Software Testing | Information Age
100% found this document useful (4 votes)
18K views3 pages

Post-Quiz Basisoftesting

Sweta Umrao completed a post-quiz on software engineering concepts with a score of 7/7 (100%). The quiz covered topics like static testing, boundary value analysis, whitebox testing, and blackbox testing. Sweta answered all 7 multiple choice questions correctly to pass the quiz with over 80% marks.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (4 votes)
18K views3 pages

Post-Quiz Basisoftesting

Sweta Umrao completed a post-quiz on software engineering concepts with a score of 7/7 (100%). The quiz covered topics like static testing, boundary value analysis, whitebox testing, and blackbox testing. Sweta answered all 7 multiple choice questions correctly to pass the quiz with over 80% marks.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

9/10/21, 10:02 PM Post-Quiz: Attempt review

 Sweta Umrao .


Dashboard /
Software Engineering Concepts /
Basics Of Testing /
Post-Quiz

Started on Friday, 10 September 2021, 10:01 PM


State Finished
Completed on Friday, 10 September 2021, 10:02 PM
Time taken 50 secs
Marks 7.00/7.00
Grade 100.00 out of 100.00
Feedback Congratulations!! You have passed by securing more than 80%

Question After implementation of Library management system, the tester identified that certain logic are redundantly rewritten by the
1 developers, and the coding standards are violated in few modules. What type of testing is carried out to identify these errors?

Correct
Select one:
Mark 1.00 out of
a. Static Testing 

64304
1.00

b. error guessing

c. debugging

d. dynamic testing

Your answer is correct.

Static
Testing is a software testing method where the code of the software and the
work products, that is, the associated
documents are observed and tested
manually to find errors
The correct answer is: Static Testing

64304
Question Boundary value analysis can only be used during white-box testing.  State if True or False.
2
Select one:
Correct
a. FALSE 
Mark 1.00 out of
1.00
b. TRUE

Your answer is correct.


The correct answer is: FALSE

Question

64304
Walk through is performed by the trained moderator, whereas the Inspection is usually conducted by the author itself to record
3 defects and deviations

Correct
Select one:
Mark 1.00 out of
1.00 True

False 

The correct answer is 'False'.

https://accenturelearning.tekstac.com/2021/mod/quiz/review.php?attempt=4366507&cmid=1069 1/3
9/10/21, 10:02 PM Post-Quiz: Attempt review

 Sweta Umrao .

Question Determine the cyclomatic complexity for the following code:                                                                                               Accept year
4 if(year mod 4=0 and year mod 100!=0) or(year mod 400 =0)
Correct
print year is leap
Mark 1.00 out of
1.00
else
print year is not leap

end if.

Select one:
a. 3

b. 6

c. 5

d. 4 

Your answer is correct.

The correct answer is: 4

64304
Question The testing technique that deals with the internal logic and structure of the code is called ________.
5
Select one:
Correct
a. WhiteBox Testing 
Mark 1.00 out of
1.00
b. Pure Box Testing

c. Logical Testing

Your answer is correct.

The correct answer is: WhiteBox Testing

64304
Question In the online shopping portal, for customer registration the password field can accept only characters in the range of 5 to 25.
6 Derive test cases using Boundary value analysis

Correct
Select one:
Mark 1.00 out of
1.00 a. 5,25,4,26 

b. 5,25,6,24

c. 6,24,10,25

d. 5,25,26,3

Your answer is correct.


The correct answer is: 5,25,4,26
64304
Question Tester is trying to test whether the values in the drop down are listed properly.
7 What type of testing the tester performs in this scenario?
Correct

Mark 1.00 out of Select one:


1.00 a. Regression Testing

b. Acceptance Testing

c. Black box testing 

d. White box Testing

Your answer is correct.

In
Black box testing  functionality of the
software is tested and not the internal implementation of the
code

https://accenturelearning.tekstac.com/2021/mod/quiz/review.php?attempt=4366507&cmid=1069 2/3
9/10/21, 10:02 PM Post-Quiz: Attempt review
The correct answer is: Black box testing
 Sweta Umrao .

64304

64304

64304

https://accenturelearning.tekstac.com/2021/mod/quiz/review.php?attempt=4366507&cmid=1069 3/3

You might also like