PEGAPCSSA87V1 Exam QuestionsBrowse all questions from this exam

PEGAPCSSA87V1 Exam - Question 73


A Pegs Platform™ application has just been integrated with an external data source.

Which of the following tests do you perform to ensure that the integration passes data as expected?

Show Answer
Correct Answer: A

To ensure that the integration passes data as expected, you should perform a unit test. Unit tests check individual components in isolation, including their interactions with external systems like data sources, ensuring that each part of the integration works correctly. This is fundamental for validating that data is transferred and handled as expected within the defined parameters.

Discussion

3 comments
Sign in to comment
Gaya3JaniOption: A
Mar 8, 2023

Answer should be A

TheGodfatherOption: B
Mar 30, 2023

For me this question is a B answer. The unit test is focused to individual rules, not for processes. C is incongruent and also D. I Keep the B as Valid

marshuazi
Apr 5, 2023

No,it should be unit test. https://academy.pega.com/topic/integration-testing-and-security/v1

Palazzo
Nov 12, 2023

Exactly. Answer A - Unit Test. Saying "a scenario test" is a too open answer. This can be anything from a single rule to a complete process/chain test.

jhtanOption: B
Dec 31, 2023

Answer should be B. Scenario test it's designed to validate end-to-end scenarios or workflows.