Multiple choice technology platforms and products

Types of locks on repository objects

  1. Write lock

  2. Write-intent lock

  3. Read lock

  4. Execute lock

  5. In-use lock

Reveal answer Fill a bubble to check yourself
B,D,E Correct answer
Explanation

Repository objects use different locks for concurrent access control. Write-intent locks indicate an intent to modify an object. Execute locks prevent conflicts during workflow execution. In-use locks mark objects currently active in a session.