VUZ
VUZ QA Assessment
 

Q#01. You have 2 tanks. 1st tank's capacity is 6 liters, and 2nd one is 8 liters. How can you pump 4 liters of water from a tank using these 2 tanks?
Q#02. What is the angle when the clock is at 12:12?
45
65
70
None of the above
Q#03. Tom is climbing 30 meters building in 1 hour, he climbs 3 meters then he backs 2 meters. How much time he needs to achieve the top of this building?
30 minutes
60 minutes
45 minutes
None of the above
Q#04. Which API method is being used to update the resource partially?
PUT
PATCH
UPDATE
PUT + PATCH
Q#05. Given the following API:
GET http://www.shoppingnetwork.com/v1/users?active=true&page=2&size=10
Which represents the base URL?
/v1/users?active=true&page=2&size=10
Http://www.shoppingnetwork.com /v1/users
GET
Http://www.shoppingnetwork.com
Q#06. What error should be returned in case of an issue with resource's URI?
400
403
404
500
Q#07. Which correct syntax is used to validate NULL values in SQL?
Equals NULL
NULL
IS NULL
IS NOT EMPTY
Q#08. Which of the following is the correct order for a SQL statement?
SELECT, GROUP BY, WHERE, HAVING
SELECT, WHERE, HAVING, GROUP BY
SELECT, WHERE, GROUP BY, HAVING
SELECT, WHERE, ORDER BY, HAVING
Q#09. Given the following SQL query, which of the following statements is correct?
 
SELECT
x.course_name,x.grd,x.cours_id,y.maxgrd
FROM
students x,
{
SELECT
cours_id,MAX(grd) maxgrd
FROM
students
GROUP BY cours_id
}y
WHERE
x.cours_id=y.cours_id AND x.grd<y.maxgrd;
The statement gives an error at line 2
The statement produces the student name, grade, course ID, and the maximum grade earned in the student's course for all students who got less than the maximum grade in their course
The statement gives an error at line 13
The statement produces the student name, grade, course ID, and the maximum grade earned in the student's course for all courses that have lower grade than the maximum grade earned in the course
Q#10. The limits in one of the system's fields is configured to be Min=10 and Max=99. What is the right test to implement to make sure the validation on the field is working?
0,10,15,35,99,100,115
0,7,8,9,11,20,40,98,99,100,101,102
0,9,10,11,98,99,100
0,4,9,10,98,99,100,1000,1000000
Q#11. Based on the following characteristics of the testing being performed,
Among the following test levels, which one is MOST likely to be conducted?
  • Based on interface specifications.
  • Focused on finding failures in communication.
  • The test approach uses both functional and structural test cases.
User Acceptance Testing
Component Integration Testing
Component Testing
System Testing
Q#12. Which of the following statements describes a test precondition?
A feature that distinguishes a component or a system.
A testable aspect of a component / system that is defined as a basis for a test.
An evaluation of how well a software product meets stated and implied needs when used under specified conditions.
A test case that is designed to execute combination of conditions and the actions resulting from them
Q#13. What is the tester's main responsibility in an agile environment?
Create test scenarios and test cases
Finding bugs
Send test execution reports to the stakeholders
There is no role as a Tester in Scrum
Q#14. When can a scrum sprint be canceled?
The Sprint items are no longer needed
Sprints can not be canceled
When Development is unable to complete the work
Whenever the Product Owner says
Q#15. What is the most critical challenge faced by testers?
Testing Environment
Tools and Technologies
Testing Estimation
People
Q#16. Which testing cannot be performed on the first build of the software?
Sanity
Regression
Retesting
All the above
Q#17. Automation testing should be performed before manual testing
True
False
Q#18. GUI testing normally follows which type of test?
Unit
API
Functional
Fuzzy
Q#19. How many types of manual testing are there?
2
3
4
5
Q#20. Exhaustive testing is practically possible.
True
False
{"name":"VUZ QA Assessment", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"VUZ QA Assessment","img":"https://www.quiz-maker.com/3012/CDN/96-4707662/vuz.jpg?sz=1200-00000000001000005300","hash":"#VUZ #360"}
Powered by: Quiz Maker