Multiple choice technology architecture

________Check box in Obj-Save method and_______Check box in Obj-Delete method facilitate immediate write into database, without actually waiting for Commit method

  1. a. Immediate, Write-Now

  2. b. Write-Now, Immediate

  3. c. Save-Now, Immediate

  4. d. Immediate, Save-Now

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Pega, Obj-Save has a Write-Now checkbox that causes immediate database write, while Obj-Delete has an Immediate checkbox for the same purpose. Both bypass the standard Commit method queue and perform the database operation instantly. Remembering which method uses which checkbox name is key.