Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Pegasystems Exam PEGACPLSA88V1 Topic 1 Question 33 Discussion

Actual exam question for Pegasystems's PEGACPLSA88V1 exam
Question #: 33
Topic #: 1
[All PEGACPLSA88V1 Questions]

An application for the U+ Vehicle Insurance company generates insurance quotes for vehicles specified by the customer. There can be various types of vehicles processed by the application, such as cars, motorcycles, trucks, and so on. The business specifications can also differ for each vehicle type in the quote process.

Which one of the following possibilities is the best data model design for the quote case type?

Show Suggested Answer Hide Answer
Suggested Answer: B

For modeling different types of vehicles in an insurance quote application:

Separate Data Types:

Create a distinct data type for each vehicle type (e.g., Car, Motorcycle, Truck). This allows for specific properties and business logic for each vehicle type.

Single Vehicle Page List:

Maintain a single page list property in the quote case type to hold vehicle details.

At runtime, dynamically identify the page class for each entry in the list based on the type of vehicle being processed. This approach allows for flexibility and maintainability.


Pega Data Modeling Best Practices

Pega Case Management Guide

Contribute your Thoughts:

Roselle
1 days ago
Option C with the rule resolution algorithm sounds like a good way to encapsulate the vehicle type logic, but it might be overkill for this use case. Sometimes simple is better.
upvoted 0 times
...
Malcolm
2 days ago
I prefer option B because it allows for more flexibility.
upvoted 0 times
...
Hester
6 days ago
I'm not convinced that Option D is the best choice. Relying on circumstance to determine the vehicle type seems like it could lead to a lot of complex and error-prone logic at runtime.
upvoted 0 times
...
Walton
7 days ago
I disagree, I believe option C is more efficient.
upvoted 0 times
...
Joaquin
7 days ago
Option B seems like the most flexible and scalable approach. Dynamically identifying the page class for each vehicle type in the list is a smart way to handle the varying business specifications.
upvoted 0 times
...
Cassi
12 days ago
I think option A is the best design.
upvoted 0 times
...

Save Cancel