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

ISTQB ASTQB Practice Test - Questions Answers, Page 3

List of questions

Question 21

Report Export Collapse

For a navigation application on a smart phone, which is the most importance device capability?

Telephony
Telephony
Camera
Camera
Email
Email
Geolocation
Geolocation
Suggested answer: C
asked 18/09/2024
Maria Deras
44 questions

Question 22

Report Export Collapse

If a tool is able to simulate the way in which a specific device would respond to an application, it is considered to be what type of simulator?

A hybrid simulator
A hybrid simulator
A native device simulator
A native device simulator
A web-based application simulator
A web-based application simulator
A browsed-based application simulator
A browsed-based application simulator
Suggested answer: B
Explanation:

B is correct. The other three are referring to application types rather than devices.

asked 18/09/2024
Abid Ali Minhas
38 questions

Question 23

Report Export Collapse

Which of the following is a generic tool that would be useful for a mobile application testing project?

A Simulator
A Simulator
An emulator
An emulator
A defect tracking system
A defect tracking system
A performance testing tool
A performance testing tool
Suggested answer: C
Explanation:

C is correct. This is a generic testing tool that would still be useful in a mobile application project. A and B are specific tools that would be designed for use for the specific project. D might work but most generic performance testing tools don't work well for mobile applications because of their inability to work with simulators and provide the variability in network connections.

asked 18/09/2024
Tim Baas
44 questions

Question 24

Report Export Collapse

In what way might a mobile device itself supply data to the mobile application?

By providing location information by using its geolocation capability
By providing location information by using its geolocation capability
By gathering input from the user
By gathering input from the user
By communicating with a backend system
By communicating with a backend system
By connecting to another device
By connecting to another device
Suggested answer: A
Explanation:

A is correct since this information is coming from the device itself. B, C, and D all get the information from a source other than the device.

asked 18/09/2024
Karoy Bandi
38 questions

Question 25

Report Export Collapse

Which of the following is true about a browser-based application?

It is designed to exercise capabilities of a particular device
It is designed to exercise capabilities of a particular device
It runs on the device
It runs on the device
It is portable to any device that can run the supported browser
It is portable to any device that can run the supported browser
It is generally faster than a native application
It is generally faster than a native application
Suggested answer: C
Explanation:

C is correct. Since the application is running through the browser, if devices supports that browser it should work on the device. This makes the application very portable. A and B are characteristics of native applications. D is incorrect because native applications are generally faster.

asked 18/09/2024
Nigel Choji
48 questions

Question 26

Report Export Collapse

Which of the following is a reason to use simulators for testing?

Simulators give more accurate performance than real devices
Simulators give more accurate performance than real devices
Real devices can be difficult and expensive to procure in large quantities
Real devices can be difficult and expensive to procure in large quantities
Simulators can interact with users to provide feedback on usability
Simulators can interact with users to provide feedback on usability
Real devices can be quickly configured to provide new testing scenarios
Real devices can be quickly configured to provide new testing scenarios
Suggested answer: B
Explanation:

B is correct. A is incorrect because real devices will always be more accurate. C is incorrect because usability requires the look and feel of the real device. D is not true on a large scale and may not even be true on a small scale. A well-designed simulator should be easier to re-configure as needed.

asked 18/09/2024
Jeffrey Ding
36 questions

Question 27

Report Export Collapse

You have just been assigned to test a native mobile application for a delivery recording device used by mail and package couriers. This is a new version of a product that is already in production. The production version of the product has had issues with the hardware particularly with capturing signatures entered on the device and with associating photo images to the proper delivery addresses. This has resulted in a problem with reconciling the package delivery information. You need to test the application on a network with 1000 of these devices sending information back to the main office. Budget is limited as is the ability to obtain 1000 devices.

What should you do?

Find or develop a simulator that can simulate the network interaction of many devices
Find or develop a simulator that can simulate the network interaction of many devices
Find or develop an emulator that can emulate the application running on the hardware and OS of the device
Find or develop an emulator that can emulate the application running on the hardware and OS of the device
Implement crowd-source testing to get a large number of people to use their own devices to test the network
Implement crowd-source testing to get a large number of people to use their own devices to test the network
Obtain the real devices because any other testing will not be representative of the real behavior of the device
Obtain the real devices because any other testing will not be representative of the real behavior of the device
Suggested answer: B
Explanation:

Given this scenario, B is the correct answer. An emulator will allow testing to be conducted to verify the interaction between the hardware/OS and the application and that's where the main problems have been. A is not correct because a simulator will not be able to simulate the interaction between the application and the hardware and that is identified as a key issue with the current production product. C is not correct because this is not a device that most people would have access to – it's a business device rather than a personal device. D is not correct because a good emulator should be able to provide the needed test environment. And, the question states that budget is limited and devices are hard to get.

asked 18/09/2024
Mercedes Gonzalez Riera
46 questions

Question 28

Report Export Collapse

You are responsible for performance testing for a new hybrid mobile application that will run on smartphones. The application will use the phone's GPS capability to determine the altitude of the phone. This information will be used to send information to the user indicating the change in their "safe limit" for alcohol consumption. You expect your highest usage of the system to be on New Years

Eve when many people are skiing at high altitudes and will need to check their safe limit. For the first year of usage, 5,000 concurrent users are expected to use the application on that one evening.

Given this information, what is the best approach to use for conducting the performance test?

Clone simulators to create 5000 users and conduct the test with those simulators
Clone simulators to create 5000 users and conduct the test with those simulators
Clone emulators to create 5000 users and conduct the test using the emulators
Clone emulators to create 5000 users and conduct the test using the emulators
Use a mix of simulators and emulators to give the most realistic results
Use a mix of simulators and emulators to give the most realistic results
Use crowd-sourcing and real users to get accurate results from real devices
Use crowd-sourcing and real users to get accurate results from real devices
Suggested answer: A
Explanation:

A is correct. Simulators are the best approach for this testing because a large number are needed and specific altitude readings can be programmed into the simulator. B is not correct because there is no need to interact with the phone's hardware to do this test. The altitude information can be programmed into the simulator. C is not correct because that would just complicate the tests and simulators alone will be sufficient. D would be difficult to manage and getting 5000 concurrent users before New Years Eve might be impossible.

asked 18/09/2024
Srikar Gude
34 questions

Question 29

Report Export Collapse

You have a need to test network connectivity in a variety of environments to determine if your web site will respond fast enough and reliably enough to the requests from your mobile web-based application. You don't have the ability to create these environments within your test facilities.

What is the best option to use to conduct this testing?

Find or develop a simulator that can simulate the network interaction of many devices on varied networks.
Find or develop a simulator that can simulate the network interaction of many devices on varied networks.
Find or develop an emulator that can emulate the network interaction of many devices on varied networks.
Find or develop an emulator that can emulate the network interaction of many devices on varied networks.
Find a cloud-based network simulator that can generate network traffic from a variety of different networks.
Find a cloud-based network simulator that can generate network traffic from a variety of different networks.
Implement crowd-source testing to get a large number of people to use their own devices to connect via various networks.
Implement crowd-source testing to get a large number of people to use their own devices to connect via various networks.
Suggested answer: C
Explanation:

C is correct. Cloud-based network simulators are commonly used for this purpose. A and B are not ideally suited for the problem and D would be too unreliable to control.

asked 18/09/2024
Kumail Alsinan
46 questions

Question 30

Report Export Collapse

What is the best way to verify that a simulator is giving reliable results?

Read the requirements
Read the requirements
Test the simulators
Test the simulators
Compare the results to the results from a real device
Compare the results to the results from a real device
Compare the results from the simulator to the results from an emulator
Compare the results from the simulator to the results from an emulator
Suggested answer: C
Explanation:

C is the best way to verify the reliability of the simulator. A as we all know may not tell us how the simulator really works. B would require knowing how the simulator should behave, which might be information we don't have. D would not make sense as you'd be comparing information from two different developed products.

asked 18/09/2024
Pablo Fernandez Rada
41 questions
Total 76 questions
Go to page: of 8

Related questions