Exam PEGAPCSSA87V1 All QuestionsBrowse all questions from this 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?

    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
Gaya3JaniOption: A

Answer should be A

jhtanOption: B

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

TheGodfatherOption: B

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

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

Palazzo

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.