BCS ASTQB Exam Practice Questions (P. 3)
- Full Access (76 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
When conducting security testing on a mobile application, which is the correct set of basic areas to cover?
- AAccess, data protection, documentation
- BCode, functionality, documentation, security policy
- CData creation, data storage, data transfer
- DAccess, data storage, data transfer, security policy
Correct Answer:
D
D is correct per the syllabus. The others are incorrect.
D
D is correct per the syllabus. The others are incorrect.
send
light_mode
delete
Question #12
Which of the following types of testing might consider the user's age?
- AScenario-based testing
- BUse case testing
- CUser story testing
- DPersona-based testing
Correct Answer:
D
D is correct. An age class user is a realistic persona to use in testing. A is not correct because it is looking at a scenario rather than the user. B is incorrect for the same reason. C is incorrect because a user story is looking at a small bit of functionality and is concentrating on why the functionality is needed rather than the user.
D
D is correct. An age class user is a realistic persona to use in testing. A is not correct because it is looking at a scenario rather than the user. B is incorrect for the same reason. C is incorrect because a user story is looking at a small bit of functionality and is concentrating on why the functionality is needed rather than the user.
send
light_mode
delete
Question #13
If your application can only be used within a specific country, what feature of the device might be used to supply information that the application can use to make this determination?
- AGeolocation
- BTelephony
- CMagnetometer
- DAltimeter
Correct Answer:
A
A is correct. Geolocation can pinpoint the location of the device and determine if it is in the correct country for the application to work. Without geolocation, the location might have to be determined by IP address or triangulation on a cellular network. Telephony could be used, but only if the telephone is involved in the application and we don't know that from the question.
A
A is correct. Geolocation can pinpoint the location of the device and determine if it is in the correct country for the application to work. Without geolocation, the location might have to be determined by IP address or triangulation on a cellular network. Telephony could be used, but only if the telephone is involved in the application and we don't know that from the question.
send
light_mode
delete
Question #14
What is the primary use of teststorming?
- ALoad and stress testing from multiple locations
- BTesting the device's ability to deal with weather conditions
- CDeriving test cases and test scenarios
- Dcreating masses of test data
Correct Answer:
C
C
send
light_mode
delete
Question #15
You have information from production that the previous version of your product has had a high rate of abandonment after the initial download. In fact, it appears people download the application and never use it. Poor performance is thought to be the main problem that is causing people to give up the application.
Which of the following aspects of the application should be specifically targeted for testing to help determine if this is really the problem?
Which of the following aspects of the application should be specifically targeted for testing to help determine if this is really the problem?
- AUser interface delays
- BIrregular performance
- CResource usage
- DApplication launch time
Correct Answer:
D
D is correct since it appears that people download it and never use it, perhaps because it takes so long to complete the download and the initial launch. This may not be the real problem, but it is certainly the first area to look at during testing. A and B are incorrect because the users are not actually using the software and wouldn't see these issues. C might be a problem leading to D being a symptom.
D
D is correct since it appears that people download it and never use it, perhaps because it takes so long to complete the download and the initial launch. This may not be the real problem, but it is certainly the first area to look at during testing. A and B are incorrect because the users are not actually using the software and wouldn't see these issues. C might be a problem leading to D being a symptom.
send
light_mode
delete
All Pages