Exam CBAP All QuestionsBrowse all questions from this exam
Question 329

A health insurance provider undertakes enhancements to its mobile application platform and finalizes the following capabilities as part of the scope of the next release:

I. Ability to integrate online maps and global positioning system (GPS) technology with the mobile application in real time to display location of service providers in the subscriber's vicinity that participate in the subscriber's plan network.

II. Ability for the subscriber to lookup the service providers by specifying either a postal code or a search area radius in miles.

III. Ability for the subscriber to initiate the download of fee information for one or more service providers in a single request.

Through requirements workshops the business analyst elicits the following detailed business requirements:

1. The company's mobile application platform must support real time integration with the following third party systems:

A ) GPS System -

B ) Postal Code Validation -

2. The service providers available for selection must participate in the subscriber's medical plan network as of the current system date.

3. The map display shall highlight the boundary of the search area with a dotted yellow line.

4. The extent and shape of the search area shall be determined based on one of the following user choices:

A ) Postal code "" Subscriber location acquired from GPS shall be used to determine and populate the related postal code as the default postal code with options for the user to change the postal code.

B ) Radius for the search area around the subscriber's location, that will have default value of 5 miles. The radius can be changed by the subscriber with a maximum range of 50 miles.

5. Subscriber shall be able to select one of the options above and supply corresponding input.

6. System shall validate the user input and display appropriate error messages if invalid.

7. Based on the inputs and the plan of the subscriber, the system shall retrieve information for the participating service providers that are located within the designated search area.

8. System shall display a map including visual markers to indicate locations of the service providers in the top half of the device screen and a list of the same service providers in the bottom half of the device screen.

9. The list of service providers shall include the Name, Phone Number and Street Address.

10. If the subscriber specified the radius or retained the default postal code for the search area, the list shall additionally include the approximate driving distance in miles from the subscriber's last registered location and the list shall be sorted in the ascending order of the driving distance.

11. The subscriber shall be able to select a service provider either from the list or from the map and download a document that contains the name, contact telephone, email address, fax number and the fee schedule for the covered services applicable to the subscriber's plan.

What is the appropriate diagram type to describe the association between the subscriber, the medical plan and the participating service providers?

    Correct Answer: C

    The appropriate diagram type to describe the association between the subscriber, the medical plan, and the participating service providers is a Use Case Diagram. Use Case Diagrams illustrate how various actors (in this case, the subscriber and service providers) interact with the system to achieve their goals (such as accessing medical plan services). This type of diagram effectively shows the relationships and interactions between users and the system.

Discussion
siliconvalleykamOption: C

Use Case Diagram

rupakarthikOption: C

Explanation(Page-356): Use cases describe the interactions between the primary actor, the solution, and any secondary actors needed to achieve the primary actor's goal. Relationships between actors and use cases are called associations

Yoli22_Option: C

use case diagram

[Removed]Option: A

The answer is A In my opinion, a keyword here is "association". In the Use Case diagram, an association line indicates that an actor has access to the functionality represented by the use case. There is no use case in the question. In Data Modelling- The relationships between entities provide structure for the data model. There are three entities: subscriber, medical plan, and participating service providers. Only one case. In Data Model the term relationship is used. In Class Model term association is used instead of relationship. So, I'm not sure for 100%

darityOption: C

Use case diagrams show associations with tasks

AndriiDOption: A

Data Model 10.15.3.2. Relationship or Association

786NB786Option: A

A: Data Model - 10.15-.3 which states A data model describes the entities, classes or data objects relevant to a domain, the attributes that are used to describe them, and the relationships among them to provide a common set of semantics for analysis and implementation.

786NB786

Apologies - it is Use Case Diagram

km_45Option: A

Doesn't it look like Data Model: Entity-Relationship Diagram?

Farooq_95Option: C

Use Case Diagram is correct. This is because a use case diagram depicts how a person (a subscriber or participating service providers here) or system (the application) interacts with the solution (the medical plan) being modelled to achieve the goal (BABOK v3 10.47.1) Data Model is not a correct answer because data model describes the entities, classes or data objects relevant to a domain, the attributes that are used to describe them, and the relationships among them to provide a common set of semantics for analysis and implementation (BABOK v3 10.15.1); not the associations among the persons and the solutions. Data Dictionary is also not correct because it is used to standardize definitions of data elements (BABOK v3 10.12.1) and not to show associations between persons and solutions.

OlivierPaudexOption: C

Again a wrong answer from Examtopics. In this case, Use Case Diagram is of course the best answer, in regards of the question : "Describe the associations". There is NO associations in a Data Dictionnary.