Multiple Choice
When testing an Alfresco Content Services extension under high levels of concurrency, you notice that some transactions are failing due to locking issues with the database. What is an appropriate way to resolve this?
A) Manually unlock the offending records and start the testing again.
B) Directly use Alfresco's database connection pool and write your own SQL.
C) Use the RetryingTransactionHelper to retry code that fails due to locking.
D) Rewrite the queries used by your application to reduce the chance of the lock.
Correct Answer:

Verified
Correct Answer:
Verified
Q29: While implementing an Alfresco Content Services extension,
Q30: When are Alfresco-specific database tables created within
Q31: A custom web script is called via
Q32: What does the JavaScript ScriptNode API expression
Q33: What is the variable's scopes available for
Q35: When defining Smart Folder Templates which are
Q36: What is the purpose of a content
Q37: Which repository folder is the first location
Q38: Which JavaScript file, provided in the 'js'
Q39: Which approaches can be used to define