Download Cisco Voice Over Frame Relay, ATM, and IP.ATM.PracticeTest.2019-02-13.34q.vcex

Vendor: ISTQB
Exam Code: ATM
Exam Name: Cisco Voice Over Frame Relay, ATM, and IP
Date: Feb 13, 2019
File Size: 418 KB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Demo Questions

Question 1
Assume that you are the Test Manager for a small banking application development project. 
You have decided to adopt a risk-based testing strategy and 5 product risks (R1, R2, R3, R4, and R5) have been identified during the quality risk analysis. 
The following table shows the risk level associated to these product risks (higher numbers mean higher risk):
  
55 test cases have been designed and implemented to cover all these 5 product risks. The coverage is described in a traceability matrix. 
This is the test execution status table, after the after the first week of test execution:
About 56% of the planned test cases have been successfully executed. 
Assume that no additional product risks have been identified during the first week of test execution. 
  
Which of the following answers would you expect to best describe the residual risks associated with the identified product risks, at the end of the first week of test execution? 
  1. Since R3 is the only risk for which all test cases have passed, the risk has been reduced by 20%
  2. The test execution status table indicates that the risk has been reduced by 56%
  3. The residual risk level can’t be determined, because it requires that all the test cases have been executed
  4. The test execution table doesn’t give an indication of the risk level of the open defects and the test cases that failed or are not run yet
Correct answer: D
Explanation:
Question 2
You are the Test Manager for a project to develop a client-server application that allows wine vendors to order custom-assorted packages of wines of several winemakers to sell special packages in their wine shops. 
You decide to apply a blended risk-based and reactive testing strategy. Below the exit criteria for the system testing. 
EXCR1- Each “critical” quality risk item must be covered by at least one test condition 
EXCR2- Each “critical” requirement must be covered by at least one test condition 
The following are the “critical” requirements of the application:
REQ-SEL-1. The application shall allow the user to order only one package at a time 
REQ-SEL-2. The application shall allow the user to select between four different packages (2-bottles, 6-bottles, 12-bottles, 15-bottles) 
REQ-SEL-3. The application shall allow the user to order a package containing at least 1 bottle and no more bottles than the package size. No error messages shall be displayed if the user selects a valid number of bottles (at least 1 bottle and no more than the package size) 
REQ-SEL-4. The application shall display an error message “Invalid number of bottles” if an invalid number of bottles is selected by the user (zero bottles or a number higher than the package size) 
REQ-PAY-1. The application shall allow the user to pay with the three accepted credit cards (Visa, MasterCard, American Express) 
REQ-PAY-2. The application shall display an error message “Invalid credit card” if invalid credit card data are given by the user 
The following is the unique “critical” quality risk item that has been identified:
CR-RSK-1. The GUI of the application might accept non-integer values for the input field designed to get the number of bottles from the user Test analysis for system testing has just begun and the following test conditions have been identified. 
TC-SEL-2. Test the selection of the package sizes 
TC-SEL-4. Test wrong numbers of bottles for an order 
TC-CR-RSK-1. Test the accepted values from the input field designed to get the number of bottles from the user 
Assume that you have used traceability to determine the logical test cases that cover all the requirements and the single risk item identified in that scenario. 
Which of the following is a positive logical test that is complete and correct, and covers the REQ-SEL-4 requirement?
  1. Select a 6-bottles package, then try to insert 5 bottles; verify that no error messages are displayed
  2. Select a 6-bottles package, then try to insert 7 bottles; verify that no error messages are displayed
  3. Select a 6-bottles package, then try to insert 7 bottles; verify that the "Invalid number of bottles" message is displayed
  4. Select a 6-bottles package, then try to insert 7 bottles
Correct answer: C
Question 3
The following are the requirements identified as “critical”:
REQ-SEL-001. The user shall be able to combine all the three products with all the four durations to define an item to purchase 
REQ-SEL-002. The user shall be able to add a maximum of six different items to the shopping cart 
REQ-PUR-001. The user shall be able to purchase all the items in the shopping cart using a credit voucher 
REQ-PUR-002. The user shall be able to purchase all the items in the shopping cart using the available credit already charged on the smartcard 
REQ-PUR-003. The user shall be able to purchase all the items in the shopping cart using all the accepted credit cards (Visa, MasterCard and Great Wall Card) 
REG-LOGO-001. The user shall be able to logout (by clicking the logout button) from both the “select” and “purchase” pages going back to the “browse” page (anonymous navigation) Moreover the following quality risk item has been identified as “critical”:
QR-P1. The web customer portal might not be able to provide the expected response time (less than 10 sec) for the purchase transactions under a load of up-to 1000 concurrent users Test analysis for system testing has just begun and the following test conditions have been identified. 
TC-SEL-01. Test the combinations of products and durations to define an item to purchase 
TC-SEL-02. Test the maximum number of items, which can be added to the shopping cart 
TC-PUR-01. Test the purchase of an item 
TC-PUR-02. Test the purchase of an item with the credit charged on the smartcard 
What is the MINIMUM number of test conditions that must be added to fulfill both the EXCR1 and EXCR2 exit criteria?
  1. 1
  2. 2
  3. 3
  4. 4
Correct answer: C
Explanation:
Question 4
You are the Test Manager for a project to develop a client-server application that allows wine vendors to order custom-assorted packages of wines of several winemakers to sell special packages in their wine shops. 
You decide to apply a blended risk-based and reactive testing strategy. Below the exit criteria for the system testing. 
EXCR1- Each “critical” quality risk item must be covered by at least one test condition 
EXCR2- Each “critical” requirement must be covered by at least one test condition 
The following are the “critical” requirements of the application:
REQ-SEL-1. The application shall allow the user to order only one package at a time 
REQ-SEL-2. The application shall allow the user to select between four different packages (2-bottles, 6-bottles, 12-bottles, 15-bottles) 
REQ-SEL-3. The application shall allow the user to order a package containing at least 1 bottle and no more bottles than the package size. No error messages shall be displayed if the user selects a valid number of bottles (at least 1 bottle and no more than the package size) 
REQ-SEL-4. The application shall display an error message “Invalid number of bottles” if an invalid number of bottles is selected by the user (zero bottles or a number higher than the package size) 
REQ-PAY-1. The application shall allow the user to pay with the three accepted credit cards (Visa, MasterCard, American Express) 
REQ-PAY-2. The application shall display an error message “Invalid credit card” if invalid credit card data are given by the user 
The following is the unique “critical” quality risk item that has been identified:
CR-RSK-1. The GUI of the application might accept non-integer values for the input field designed to get the number of bottles from the user 
Test analysis for system testing has just begun and the following test conditions have been identified. 
TC-SEL-2. Test the selection of the package sizes 
TC-SEL-4. Test wrong numbers of bottles for an order 
TC-CR-RSK-1. Test the accepted values from the input field designed to get the number of bottles from the user 
What is the MINIMUM number of test conditions that must be added to fulfill both the EXCR1 and EXCR2 exit criteria?
  1. 4
  2. 3
  3. 2
  4. 1
Correct answer: A
Question 5
Assume that you are the Test Manager for a small insurance application development project. 
You have decided to adopt a risk-based testing strategy: 5 product risks (R1, R2, R3, R4, R5) have been identified and their levels of risk have been assessed. 10 test cases (T1, …, T10) have been designed to cover all the product risks. 
The following table shows the risk level and the test cases associated to the identified product risks (higher risk level means higher risk):
  
You are not confident with the assessment of the risk level and you suspect that it will be possible to find high-priority bugs in low-risk areas. 
Furthermore the period for test execution is very short. Your goal is to test all the product risks in a risk-based way, while assuring that each product risk gets at least some amount of testing. 
Which of the following answers describes the best test execution schedule in this scenario?
  1. T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
  2. T1, T3, T5, T7, T9, T2, T4, T6, T8, T10
  3. T10, T9, T8, T7, T6, T5, T4, T3, T2, T1
  4. T10, T8, T6, T4, T2, T9, T7, T5, T3, T1
Correct answer: B
Question 6
Assume you are working on a CAS (Conditional Access System) for Pay-TV that allows the access, selection and transfer of services and media to authorized users. Authorized users can choose their services through different channels: Web Customer Portal, IVR (Interactive Voice Response), Call Centre and SMS. The system uses a Smart Card to receive and decrypt the broadcasted encrypted control words which allow decrypting pay-per-view TV. Every authorized user must have a Smart Card and a Set-Top Box to view the contents. 
The following is an excerpt from the product risk analysis document:
Both likelihood and impact have been rated on the following scale: (1 – Very low, 2 – Low, 3 – Medium, 4 – High, 5 – Very High).
The required test environment and code have been delivered. All test cases for each identified product risk item have been written and are ready to be executed. 
The Database used to contain the Smart Cards is empty and so only new Smart Cards can be used during test execution. 
A Smart Card can only be activated if it has been previously pre-activated. This means the post-conditions for the execution of the test cases to test the pre-activation of the Smart Card are the pre-conditions for activation of the Smart Card. 
Which of the following statements represents the most effective contribution of the stakeholders to the completion of the failure mode analysis table? 
  
  1. The aircraft pilot and the customer representative should contribute to assess the detection. The chief software engineer, the system architect and the expert tester should contribute to assess the priority.
  2. The aircraft pilot and the customer representative should contribute to assess the priority. The chief software engineer, the system architect and the expert tester should contribute to assess the detection.
  3. The system architect and the chief software engineer should contribute to assess the priority. The expert tester is the only one who should contribute to assess the detection.
  4. The aircraft pilot is the only one qualified to contribute to assess the priority and thus should be assigned this task. The customer representative should contribute to assess the detection.
Correct answer: B
Question 7
During the follow-up phase the following conditions are checked:
X1. The code has been completely reviewed 
X2. All the identified defects have been correctly fixed and the modified code has been compiled successfully and run through all the static analyzers used by the project without warnings and errors 
X3. The modified code is available under the configuration management system with a new version number for the specified CI 
If these conditions are fulfilled then the review process terminates. 
Which of the following characteristics of a formal review is missing in this description?
  1. Defined entry and exit criteria
  2. Checklists to be used by the reviewers
  3. Deliverables such as reports, evaluation sheets or other review summary sheets
  4. Metrics for reporting on the review effectiveness, efficiency, and progress
Correct answer: D
Question 8
Assume you are managing the system testing phase of a project. 
The system test execution period is scheduled to twenty weeks. 
All tests are manual tests. You are following a risk-driven test approach. 
During the last staff meeting the project manager tells you new deadlines that will not allow completion of all the system tests. 
Which of the following would you expect to be the best way to respond to this situation? 
  1. Prioritize executing the tests for the highest product risks and track these risks
  2. Remove testers from your test team, so that they can be assigned to other projects
  3. Automate all remaining tests
  4. No action is needed, test as much as possible in the remaining time period 
Correct answer: A
Question 9
You are performing a quality risk analysis for a CSCI (Computer Software Configuration Item) used to implement a CBIT (Continuous Built-In Test) module of a safety-critical system. 
During the quality risk analysis you are trying to identify the ways in which failures of the CBIT module can occur, for each of them trying to determine the potential causes and likely effects, and the risk level (calculated as the product of three factors: severity, occurrence and detection).
Which of the following risk analysis techniques are you working with?
  1. A lightweight product risk analysis technique
  2. Failure Mode and Effect Analysis
  3. Wide Band Delphi
  4. Cost of Exposure
Correct answer: B
Question 10
You are working on a project to develop an authentication system for an e-commerce website. This system provides two features: Registration and authentication.
Two different development teams develop these two features. 
There is a high likelihood that the delivery of the authentication feature to the test team will be three weeks later. To complete the registration the user must provide the following registration inputs: Name, surname, birth date, fiscal code and he/she can select a username and a password.
A registered user can be a special user or a normal user. To be identified as a special user, he/she must also provide, during the registration process, a voucher possibly received from the IT department. 
Access is granted only if a user is registered and the password is correct: In all other cases access is denied. If the registered user is a special user and the password is wrong, a special warning is shown on the system console. 
You are currently performing a quality risk analysis using FMEA. 
Based only on the given information, which of the following is NOT a product risk that could be identified during the quality risk analysis?
  1. The late delivery of the authentication feature to the test team causes delays in the start of test execution and this could result in a shorter test period
  2. The authentication system denies access for a special user with a wrong password, but doesn’t display a special warning on the system console
  3. The authentication system grants access to a normal user with a wrong password
  4. The authentication system grants access to a special user with a wrong password
Correct answer: A
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX AND EXAM FILES

Use ProfExam Simulator to open VCEX and EXAM files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!