BCS ASTQB Exam Practice Questions (P. 5)
- 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 #21
For a navigation application on a smart phone, which is the most importance device capability?
send
light_mode
delete
Question #22
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?
- AA hybrid simulator
- BA native device simulator
- CA web-based application simulator
- DA browsed-based application simulator
Correct Answer:
B
B is correct. The other three are referring to application types rather than devices.
B
B is correct. The other three are referring to application types rather than devices.
send
light_mode
delete
Question #23
Which of the following is a generic tool that would be useful for a mobile application testing project?
- AA Simulator
- BAn emulator
- CA defect tracking system
- DA performance testing tool
Correct Answer:
C
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.
C
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.
send
light_mode
delete
Question #24
In what way might a mobile device itself supply data to the mobile application?
- ABy providing location information by using its geolocation capability
- BBy gathering input from the user
- CBy communicating with a backend system
- DBy connecting to another device
Correct Answer:
A
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.
A
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.
send
light_mode
delete
Question #25
Which of the following is true about a browser-based application?
- AIt is designed to exercise capabilities of a particular device
- BIt runs on the device
- CIt is portable to any device that can run the supported browser
- DIt is generally faster than a native application
Correct Answer:
C
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.
C
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.
send
light_mode
delete
All Pages