ExamGecko
Home / ISTQB / ASTQB / List of questions
Ask Question

ISTQB ASTQB Practice Test - Questions Answers, Page 2

List of questions

Question 11

Report Export Collapse

When conducting security testing on a mobile application, which is the correct set of basic areas to cover?

Access, data protection, documentation
Access, data protection, documentation
Code, functionality, documentation, security policy
Code, functionality, documentation, security policy
Data creation, data storage, data transfer
Data creation, data storage, data transfer
Access, data storage, data transfer, security policy
Access, data storage, data transfer, security policy
Suggested answer: D
Explanation:

D is correct per the syllabus. The others are incorrect.

asked 18/09/2024
Rohit Kumar
43 questions

Question 12

Report Export Collapse

Which of the following types of testing might consider the user's age?

Scenario-based testing
Scenario-based testing
Use case testing
Use case testing
User story testing
User story testing
Persona-based testing
Persona-based testing
Suggested answer: D
Explanation:

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.

asked 18/09/2024
Derrick Roberson
37 questions

Question 13

Report Export Collapse

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?

Geolocation
Geolocation
Telephony
Telephony
Magnetometer
Magnetometer
Altimeter
Altimeter
Suggested answer: A
Explanation:

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.

asked 18/09/2024
Wilson Sigcha
33 questions

Question 14

Report Export Collapse

What is the primary use of teststorming?

Load and stress testing from multiple locations
Load and stress testing from multiple locations
Testing the device's ability to deal with weather conditions
Testing the device's ability to deal with weather conditions
Deriving test cases and test scenarios
Deriving test cases and test scenarios
creating masses of test data
creating masses of test data
Suggested answer: C
asked 18/09/2024
Wislon Pereira
41 questions

Question 15

Report Export Collapse

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?

User interface delays
User interface delays
Irregular performance
Irregular performance
Resource usage
Resource usage
Application launch time
Application launch time
Suggested answer: D
Explanation:

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.

asked 18/09/2024
Jeff Silverman
36 questions

Question 16

Report Export Collapse

Your company has created an application for doing crossword puzzles. The target users are in the age class of over 65 years old. There has already been considerable concentration on creating screens that are easy to navigate and intuitive. It is a primary goal that the software be easy to use. View ability has been implemented with a revolutionary magnification ability based on moving a magnifying glass across the screen. The beta testers have still had problems using the application, particularly when trying to enter the letters into the squares.

Given this information, which area should you target for more complete testing?

Simplicity
Simplicity
Layout
Layout
Intuitiveness
Intuitiveness
Navigation
Navigation
Suggested answer: B
Explanation:

B is correct since the users seem to be having problems accessing either the pointer or the keyboard to enter the letters. A and C seem to not be issues at this time since it is not an issue with understanding the application. D may be an issue depending on how the user gets to the various input methods, but that is not indicated in the information here.

asked 18/09/2024
Sergy Camilo
39 questions

Question 17

Report Export Collapse

You are planning to conduct performance testing on a new application. You have been given a set of personas to use during this testing.

How should you apply the personas in the performance testing approach?

Personas should be duplicated by the automated tools to create virtual users who can create a realistic load on the system.
Personas should be duplicated by the automated tools to create virtual users who can create a realistic load on the system.
Personas should be reviewed to understand the individual tasks being performed.
Personas should be reviewed to understand the individual tasks being performed.
Personas are used primarily for usability testing and should not be used as guidelines for performance testing.
Personas are used primarily for usability testing and should not be used as guidelines for performance testing.
Personas should be used to derive use cases which can be broken down into user stories and then scripted into performance test scripts.
Personas should be used to derive use cases which can be broken down into user stories and then scripted into performance test scripts.
Suggested answer: A
Explanation:

A is correct. Personas represent realistic users doing realistic transactions and so are well suited for use in performance testing. B is not correct because transactions are needed for performance testing rather than tasks. C is not correct because while personas are used for usability testing, they are also used for performance testing. D is not correct because user stories cover small bits of functionality, not transactions.

asked 18/09/2024
Bart Sandifort
38 questions

Question 18

Report Export Collapse

If you are testing how much battery is being used by your application, what are you testing?

Task completion
Task completion
Delays
Delays
User interface delays
User interface delays
Resource usage
Resource usage
Suggested answer: D
asked 18/09/2024
Mustafa Hussien
48 questions

Question 19

Report Export Collapse

You have been doing your mobile application performance testing on a simulator. Why would you need to do some testing on a real device?

Because a simulator is not an exact replica of the real device and may give different performance results.
Because a simulator is not an exact replica of the real device and may give different performance results.
Because it is not possible to thoroughly test a simulator to ensure it is working correctly.
Because it is not possible to thoroughly test a simulator to ensure it is working correctly.
Because simulators cannot be cloned to provide enough devices to generate a realistic load
Because simulators cannot be cloned to provide enough devices to generate a realistic load
Because simulators cannot run concurrent applications
Because simulators cannot run concurrent applications
Suggested answer: A
Explanation:

A is correct. A simulator is not a real device and doesn't have the hardware and connectivity characteristics that the real device has. B is not correct because you can thoroughly test a simulator, but that still won't get around the problem in A. C is not correct because this is precisely why simulators are used – they are easily cloned. D is not correct because simulators can certainly run concurrent applications

asked 18/09/2024
Nagaretnam, Ravin
41 questions

Question 20

Report Export Collapse

Which of the following is a requirement for portability testing for the future of a mobile application?

Knowing how the application works today with today's devices
Knowing how the application works today with today's devices
Anticipating which devices will be popular and how they will be used
Anticipating which devices will be popular and how they will be used
Predicting how personas will change
Predicting how personas will change
Creating new devices via emulators and testing the application on those emulators
Creating new devices via emulators and testing the application on those emulators
Suggested answer: B
Explanation:

B is correct. A is only helpful for today, not the future. C might help to understand future usage, but won't tell you which devices will be popular. D would be a lot of work and the accuracy would depend on your creativity and ability to predict the future.

asked 18/09/2024
Thutcha sudjitjjoon
41 questions
Total 76 questions
Go to page: of 8
Search

Related questions