ACSCE-5X Dumps ACSCE-5X Braindumps ACSCE-5X Real Questions ACSCE-5X Practice Test

ACSCE-5X Actual Questions


killexams.com Alfresco ACSCE-5X


Alfresco Content Services Certified Engineer (ACSCE)


https://killexams.com/pass4sure/exam-detail/ACSCE-5X

Question:79


Which tasks would require a restart of the Alfresco server to apply the changes? (Choose two.)

  1. Deploying a new content model via a *-context.xml file.

  2. Deploying a new content model into Data Dictionary/Models.

  3. Deploying a new workflow through the Activiti workflow console.

  4. Making configuration changes in alfresco-global properties.

  5. Making configuration changes via JMX.


Answer: AD


Question: 80

Select the element that will allow any node to be included as part of a peer association:

  1. <target><class>d:noderef</class></target>

  2. <target><class>ANY</class></target>

  3. <target><class>sys:base</class></target>

  4. <target><class>cm:cmobject</class></target>


Answer: C


Question: 81

Which one of the following statements about aspects is TRUE?

  1. Aspects can only be applied to "cm:content".

  2. An aspect can have a type as a parent.

  3. An aspect may not include associations.

  4. Aspects can inherit from other aspects.


Answer: B


Question: 82

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?

  1. Manually unlock the offending records and start the testing again.

  2. Directly use Alfresco’s database connection pool and write your own SQL.

  3. Use the RetryingTransactionHelper to retry code that fails due to locking.

  4. Rewrite the queries used by your application to reduce the chance of the lock.


Answer: A


Question: 83

What does it mean when it is said in Solr indexing that the index is "eventually consistent"?

  1. The index will only be consistent after a server restart.

  2. The index will become consistent when there are no more transactions to index.

  3. The index becomes consistent once a day when the index job runs.

  4. The index can only be consistent when the Lucene index job eventually runs.


Answer: B


Question: 84

You have been tasked to develop a solution that will notify an external system when updates are made to certain documents. These documents can be of any type and the content authors will make the decision if the document needs this "notification" functionality. Select the simplest combination steps that will implement this solution.

  1. Define a new "notify" aspect with a "multi" peer association. Create and register a policy behavior that, when content is updates, users can associate their content via this aspect. As associations are being made, the external notificationrequest will be triggered.

  2. Define a new "notify" aspect with no properties. Create and register a policy behavior that, if this aspect is present, will make the external notification request. Users can simply add this aspect to their content item.

  3. Extend cm:content to provide an additional "notify" property. Create a policy behavior that will look at the "notify" property and, if set, make the external notification request. Users simply create cm:content items.

  4. Extend sys:base to provide an additional "notify" property. Create a new policy that will look at the "notify" property and, if set, make the external notification request. Users can simply call an action against their content item.


Answer: A


Question: 85

How should Smart Folders be identified and recognized?

  1. Smart Folders should be recognized by their type smf:smartFolder

  2. Smart Folders should be recognized by parent-child type used smf:contains

  3. Smart Folders should be recognized by their aspect smf:smartFolder

  4. Smart Folders should be recognized by the special node reference used.

  5. Smart Folders cannot be recognized as they are not different from any other cm:folder.


Answer: D


References: https://docs.alfresco.com/6.0/references/sf-tech-faqs.html

Question: 86

If an object is moved to a different folder, what will happen to the node’s security permissions?

  1. It will inherit the ACL from the new parent folder.

  2. It will inherit the ACL from the user who is moving it.

  3. It will inherit the system wide ACL.

  4. It will keep its old ACL.


Answer: A


Question: 87

Which of the following is not an Alfresco-supplied subsystem category?

  1. Dictionary.

  2. Authentication.

  3. Audit.

  4. Search.


Answer: A


References: https://docs.alfresco.com/community5.0/concepts/subsystem-categories.html