PEGACSSA72V1 Exam QuestionsBrowse all questions from this exam

PEGACSSA72V1 Exam - Question 14


You have a requirement to update account information in an external database. Account information is stored in a single table.

What are the two necessary steps to read and write data to the database table? (Choose two.)

Show Answer
Correct Answer: ACD

To read and write data to an external database table, you need to perform steps that ensure proper integration with the database. First, configuring activities to read and write data using Obj-methods allows for the execution of database operations such as Obj-Browse or Obj-Save, which are tailored for updating and fetching data. Secondly, running the External Database Table Class Mapping wizard facilitates mapping your database table to the class structure in your application, enabling seamless data operations between your application and the external database. Creating local storage is not necessary as the requirement is to update the external database, and configuring a data page to use SQL connect rules is not a fundamental step required for the objective.

Discussion

3 comments
Sign in to comment
Andrew_SOptions: AB
Dec 4, 2019

Answer D is not correct ...D. Create a local storage to hold the data.

andibasoOptions: AC
Dec 29, 2019

It should be A&C

skjunkieOptions: AC
May 24, 2020

Agreed. A&C