Download BCS.ASTQB.CertDumps.2023-07-12.55q.vcex

Download Exam

File Info

Exam ASTQB Certified Mobile Tester
Number ASTQB
File Name BCS.ASTQB.CertDumps.2023-07-12.55q.vcex
Size 38 KB
Posted Jul 12, 2023
Downloads: 1
Download BCS.ASTQB.CertDumps.2023-07-12.55q.vcex

How to open VCEX & EXAM Files?

Files with VCEX & EXAM extensions can be opened by ProfExam Simulator.

Purchase

Coupon: MASTEREXAM
With discount: 20%






Demo Questions

Question 1

In a project that is feature-rich but time-poor, which is the most reasonable approach to risk analysis?


  1. Conduct a full risk analysis, including weighted likelihood and impact ratings for each item
  2. Use a lightweight approach and assign relative importance of each identified item
  3. Skip the risk analysis step and proceed to test execution based on experience
  4. Concentrate on the functional capabilities and disregard the physical capabilities of the device since those should be tested by the manufacturer
Correct answer: B
Explanation:
B is correct since this is a time challenged project. If there were adequate time, A might be the right answer, depending on the criticality of the product. C is never a good idea since even minimal risk analysis is needed to focus the testing. D is risky because the interaction of the application with the physical capabilities of the device still need to be tested.
B is correct since this is a time challenged project. If there were adequate time, A might be the right answer, depending on the criticality of the product. C is never a good idea since even minimal risk analysis is needed to focus the testing. D is risky because the interaction of the application with the physical capabilities of the device still need to be tested.



Question 2

If you are testing a mobile banking application, is it important to test the interaction between the software and the device?


  1. No, it is not necessary to extend the functional testing to cover interaction with the device
  2. Yes, using the physical device is how the user interact with the application and how the application interacts with the Internet
  3. No, if the application is developed as a native application, there is no need to test the interaction because the application is portable across many different types of devices
  4. Yes, each feature of the device should be tested to verify if it interacts with the application
Correct answer: B
Explanation:
Testing the physical device's interaction with the application is important. A is not correct because B is correct. C is not correct and a native application is developed for a specific device and is generally not portable. D is incorrect because devices have many, many features and testing all the features would be out of scope for the application under test.
Testing the physical device's interaction with the application is important. A is not correct because B is correct. C is not correct and a native application is developed for a specific device and is generally not portable. D is incorrect because devices have many, many features and testing all the features would be out of scope for the application under test.



Question 3

You are testing a native application for a smart phone. The application allows the user to make grocery lists on the phone and store up to three lists at a time. A list can contain up to 50 items. 
Which of the following is the minimum set of test conditions to achieve 100% coverage with the equivalence partitioning test technique?


  1. List with 47 items
  2. List with 0 items, List with 1 item, List with 50 items, List with 51 items, 0 lists saved, 1 list saved, 3 lists saved, 4 lists saved
  3. List with 0 items, List with 25 items, List with 51 items, 3 lists saved
  4. List with 0 items, List with 12 item, List with 58 items, 0 lists saved, 1 list saved, 3 lists saved, 7 lists saved
Correct answer: D
Explanation:
D is correct as it tests each condition with invalid too low, valid and invalid too high values. A is incorrect because it doesn't consider the list save capabilities and it doesn't test the invalid values for the list. B is incorrect because it is doing BVA which results in too many tests for minimum coverage with EP. C is incorrect because it does not sufficiently test the save feature.
D is correct as it tests each condition with invalid too low, valid and invalid too high values. A is incorrect because it doesn't consider the list save capabilities and it doesn't test the invalid values for the list. B is incorrect because it is doing BVA which results in too many tests for minimum coverage with EP. C is incorrect because it does not sufficiently test the save feature.



Question 4

You are testing a native application for a smart phone. The application allows the user to make grocery lists on the phone and store up to three lists at a time. A list can contain up to 50 items. 
Which of the following is the minimum set of test conditions to achieve 100% coverage with the boundary value analysis test technique?


  1. List with 47 items
  2. List with 0 items, List with 1 item, List with 50 items, List with 51 items, 0 lists saved, 1 list saved, 3 lists saved, 4 lists saved
  3. List with 0 items, List with 25 items, List with 51 items, 3 lists saved
  4. List with 0 items, List with 12 item, List with 58 items, 0 lists saved, 1 list saved, 3 lists saved, 7 lists saved 
Correct answer: B
Explanation:
B is correct because it is doing BVA on both the list quantity and the list saving capability. D is incorrect because it has achieved EP coverage, but didn't get the boundaries. A is incorrect because it doesn't consider the list save capabilities and it doesn't test the invalid values for the list. C is incorrect because it does not sufficiently test the save feature.
B is correct because it is doing BVA on both the list quantity and the list saving capability. D is incorrect because it has achieved EP coverage, but didn't get the boundaries. A is incorrect because it doesn't consider the list save capabilities and it doesn't test the invalid values for the list. C is incorrect because it does not sufficiently test the save feature.



Question 5

Correctness can be defined as a combination of which two quality characteristics?


  1. Suitability and accuracy
  2. Usability and performance
  3. Portability and interoperability
  4. Security and usability
Correct answer: A
Explanation:
A is correct per the syllabus. The others are quality characteristics, but are not components of correctness.
A is correct per the syllabus. The others are quality characteristics, but are not components of correctness.



Question 6

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


  1. Access, data protection, documentation
  2. Code, functionality, documentation, security policy
  3. Data creation, data storage, data transfer
  4. Access, data storage, data transfer, security policy
Correct answer: D
Explanation:
D is correct per the syllabus. The others are incorrect.
D is correct per the syllabus. The others are incorrect.



Question 7

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


  1. Scenario-based testing
  2. Use case testing
  3. User story testing
  4. Persona-based testing
Correct 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.
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.



Question 8

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?


  1. Geolocation
  2. Telephony
  3. Magnetometer
  4. Altimeter
Correct 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.
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.



Question 9

What is the primary use of teststorming?


  1. Load and stress testing from multiple locations
  2. Testing the device's ability to deal with weather conditions
  3. Deriving test cases and test scenarios
  4. creating masses of test data
Correct answer: C



Question 10

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?


  1. User interface delays
  2. Irregular performance
  3. Resource usage
  4. Application launch time
Correct 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.
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.









CONNECT US

Facebook

Twitter

PROFEXAM WITH A 20% DISCOUNT

You can buy ProfExam with a 20% discount!



HOW TO OPEN VCEX FILES

Use ProfExam Simulator to open VCEX files