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 PEGACPLSA88V1 Exam - Topic 8 Question 18 Discussion

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

The U+ Corporation uses Pega software for mortgage underwriting tasks. After gathering the initial data, the mortgage case pauses and waits for a credit report. The credit report is a separate case, located in the same class group as the mortgage case, and typically resolves within 24 hours. After the credit report is complete, the mortgage case is routed to a specialist.

Which one of the following options is the best way to advance the mortgage case to the specialist?

Show Suggested Answer Hide Answer
Suggested Answer: C

Wait Shape with Case Dependency:

The best practice in Pega for handling dependencies between cases is to use a Wait shape configured with case dependencies. This ensures that the mortgage case waits for the completion of the credit report case before proceeding.

By configuring the Wait shape to monitor the status of the credit report case, it ensures that the mortgage case automatically resumes once the credit report case is resolved.

Process Configuration:

In the mortgage case process, insert a Wait shape where the process needs to pause for the credit report.

Configure the Wait shape to depend on the resolution of the credit report case. This can be done by specifying the case ID of the credit report as a dependency.

Automation and Efficiency:

This method is efficient as it automates the waiting process without manual intervention. The mortgage case resumes automatically once the credit report case completes, ensuring smooth workflow automation.

It avoids the need for complex SLAs or additional activities to check the status of the credit report case, simplifying the process design.

Routing to Specialist:

Once the Wait shape condition is satisfied, the process flow continues to the step that routes the mortgage case to a specialist.

This ensures that the mortgage case is routed at the appropriate time, maintaining process integrity and efficiency.


Pega Academy, 'Designing Case Life Cycles' module: Discusses the use of Wait shapes for case dependencies.

Pega Community Article on 'Wait Shape in Pega': Provides details on configuring Wait shapes for case dependencies.

Contribute your Thoughts:

0/2000 characters
Jin
4 months ago
Wow, I didn't realize the credit report could hold up the whole process!
upvoted 0 times
...
Natalya
5 months ago
D sounds risky, modifying the credit report process could cause issues.
upvoted 0 times
...
Mitsue
5 months ago
C is the simplest approach, just wait for the report to resolve.
upvoted 0 times
...
Charlie
5 months ago
I think B is better, the split join ensures everything's in sync.
upvoted 0 times
...
Chantay
5 months ago
Option A seems solid, checking the credit report status is key.
upvoted 0 times
...
Sheridan
6 months ago
I don't think option D is the best choice. It seems like modifying the credit report process could lead to confusion in routing, but I can't recall the details.
upvoted 0 times
...
Gracie
6 months ago
I think I saw a similar question where a split join was used effectively. Option B could be a good approach, but I’m not confident about the "All" option.
upvoted 0 times
...
Valentin
6 months ago
I'm not entirely sure, but I feel like option A could work too since it involves checking the status of the credit report. It just seems a bit more complex than necessary.
upvoted 0 times
...
Erinn
6 months ago
I remember practicing with case dependencies, so I think option C might be the right choice since it directly ties the mortgage case to the credit report's completion.
upvoted 0 times
...
Kendra
6 months ago
Option C with the wait shape and case dependency looks interesting, but I'm not sure if that's the most efficient way to handle this. Wouldn't it be better to have more active monitoring of the credit report case status rather than just waiting? I'm inclined to go with option B, but I'll double-check the details to make sure I'm not missing anything.
upvoted 0 times
...
Temeka
6 months ago
I'm a little confused by the different options here. Can the credit report case really be modified to move the mortgage case to the specialist? That seems like it might be overstepping the boundaries of the two separate cases. I'm leaning towards option A or B, but I'll need to think through the details more carefully.
upvoted 0 times
...
Joesph
6 months ago
This seems like a straightforward question about managing the flow between the mortgage case and the credit report case. I think option B with the split join shape is the best approach to ensure the credit report is complete before moving to the next step.
upvoted 0 times
...
Merlyn
6 months ago
I feel pretty confident that option B is the way to go here. The split join shape seems like the most robust and reliable way to ensure the credit report is complete before moving the mortgage case forward. The other options seem a bit more convoluted or potentially problematic. I'll make sure to explain my reasoning clearly in the exam.
upvoted 0 times
...
Tula
6 months ago
Hmm, this looks tricky. I'll need to carefully analyze the Exception Block and the order of the Recover stages to determine which one will handle the Exception.
upvoted 0 times
...
Shonda
6 months ago
I'm confident that's the right answer. Releasing an unfinished product to get feedback is a common technique in product development.
upvoted 0 times
...
Karl
2 years ago
I think option C could work too, adding a wait shape with a case dependency seems logical to advance the mortgage case.
upvoted 0 times
...
Aleisha
2 years ago
I'm not sure, option B also sounds like a good approach to ensure the credit report is complete before advancing.
upvoted 0 times
...
Bettina
2 years ago
I agree with Nickolas, option A seems like the most efficient choice.
upvoted 0 times
...
Annabelle
2 years ago
Option A looks a bit convoluted to me. Who wants to deal with checking SLAs and manually calling activities? No thanks!
upvoted 0 times
Sheron
2 years ago
I'm not sure about option D, modifying the credit report process seems risky.
upvoted 0 times
...
Hassie
2 years ago
Option C could work too, waiting for the credit report to be resolved before moving forward.
upvoted 0 times
...
Bernardine
2 years ago
I think option B is the best choice, ensuring the credit report is complete before advancing.
upvoted 0 times
...
Geoffrey
2 years ago
I agree, option A seems like a lot of manual work.
upvoted 0 times
...
...
Nickolas
2 years ago
I think option A is the best way to advance the mortgage case to the specialist.
upvoted 0 times
...
Alexis
2 years ago
I think option C could also work, as it waits for the credit report case to be resolved.
upvoted 0 times
...
Buddy
2 years ago
Haha, this question is really testing our process design skills! I'm leaning towards option B, but I can see the merits of C as well.
upvoted 0 times
...
Denny
2 years ago
Option D sounds tempting, but I'm not sure I like the idea of the credit report process modifying the mortgage case. Feels a bit too much like spaghetti code.
upvoted 0 times
...
Goldie
2 years ago
But option A ensures that the credit report case is complete before advancing.
upvoted 0 times
...
Magnolia
2 years ago
I'd go with option C. A simple wait shape with a case dependency is a clean way to handle the dependency without complicating the mortgage process.
upvoted 0 times
Larae
2 years ago
I agree, using a wait shape with a case dependency seems like the cleanest solution.
upvoted 0 times
...
Harley
2 years ago
Option C sounds like the most straightforward approach.
upvoted 0 times
...
...
Dalene
2 years ago
I disagree, I believe option B is more efficient.
upvoted 0 times
...
Elsa
2 years ago
Option B seems the most straightforward. Using a split-join with the 'All' option ensures the mortgage case doesn't proceed until the credit report is complete.
upvoted 0 times
Mona
2 years ago
That sounds like a solid plan. It's important to make sure the credit report is done before advancing the mortgage case.
upvoted 0 times
...
Sheldon
2 years ago
I agree, using a split-join with the 'All' option is a reliable way to handle the process.
upvoted 0 times
...
Cammy
2 years ago
Option B is a good choice. It ensures the credit report is complete before moving to the specialist.
upvoted 0 times
...
...
Goldie
2 years ago
I think option A is the best way to advance the mortgage case.
upvoted 0 times
...

Save Cancel