Filters
Question type

Study Flashcards

Alfresco Content Services defines some root objects to use with Web Scripts FreeMarker templates. Which one of the following objects is NOT a default root object?


A) args
B) user
C) url
D) workflow

E) B) and C)
F) A) and D)

Correct Answer

verifed

verified

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


A) The index will only be consistent after a server restart.
B) The index will become consistent when there are no more transactions to index.
C) The index becomes consistent once a day when the index job runs.
D) The index can only be consistent when the Lucene index job eventually runs.

E) B) and D)
F) A) and D)

Correct Answer

verifed

verified

Which of the following APIs facilitate the development of a remote client that can access both Cloud and On-Premise Alfresco Content Services repositories? (Choose two.)


A) Repository JavaScript API
B) FreeMarker Template API
C) Alfresco Content Services API
D) Public Java API
E) CMIS API

F) A) and E)
G) A) and D)

Correct Answer

verifed

verified

You have created a Dashlet for Alfresco Share and deployed your files to the correct directory. You have then refreshed the Share web scripts, but the number of web scripts stays the same. Which of the following options could be causing this?


A) You are using Internet Explorer; you should be using Firefox.
B) Share needs to be restarted, refreshing web scripts is not enough.
C) Your files do not adhere to the standard naming convention.
D) The cache on the browser needs to be cleared.
E) You did not register the dashlet with the data dictionary.

F) All of the above
G) B) and E)

Correct Answer

verifed

verified

What are the minimum steps needed to add a custom search form in Alfresco Share?


A) Define your form using Share form configuration and add the definition to the 'AdvancedSearch' configuration section in share-config-custom.xml
B) Define your form mark-up in a FreeMarker file, add the definition to the 'AdvancedSearch' configuration section in share-config-custom.xml, and provide a web script to handle search requests.
C) Define your form mark-up in a FreeMarker file and add the definition to the 'AdvancedSearch' configuration section in share-config-custom.xml
D) Define a web script to render the form, a web script to handle search requests, and add the definitions to the 'AdvancedSearch' configuration section in share-config-custom.xml

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

You want to increase the maximum number of results returned by searches in Share from the default 250 to 1000. How would you affect this change?


A) Set system.acl.maxPermissionChecks in alfresco-global.properties to 1000.
B) Set maxSearchResults in users.js to 1000.
C) Set maxSearchResults in nodebrowser.js to 1000.
D) Set max-search-results in share-config-custom.xml to 1000.

E) A) and C)
F) B) and D)

Correct Answer

verifed

verified

How should Smart Folders be identified and recognized?


A) Smart Folders should be recognized by their type smf:smartFolder
B) Smart Folders should be recognized by parent-child type used smf:contains
C) Smart Folders should be recognized by their aspect smf:smartFolder
D) Smart Folders should be recognized by the special node reference used.
E) Smart Folders cannot be recognized as they are not different from any other cm:folder.

F) C) and D)
G) D) and E)

Correct Answer

verifed

verified

Which of the following cases would be an appropriate use of the CMIS API?


A) You need to update user and groups information on the repository.
B) You need to query documents by the tags applied to them.
C) You need to query and update data list items.
D) You need to update active workflow tasks.
E) You need to create and add aspects to folders.

F) B) and D)
G) B) and E)

Correct Answer

verifed

verified

Which of the following values is NOT a valid web script family for dashlet web scripts?


A) user-dashlet
B) site-dashlet
C) alfresco-dashlet
D) dashlet

E) A) and B)
F) B) and D)

Correct Answer

verifed

verified

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


A) Deploying a new content model via a *-context.xml file.
B) Deploying a new content model into Data Dictionary/Models.
C) Deploying a new workflow through the Activiti workflow console.
D) Making configuration changes in alfresco-global properties.
E) Making configuration changes via JMX.

F) B) and C)
G) None of the above

Correct Answer

verifed

verified

When would you consider developing your custom server code in Java in place of JavaScript? (Choose three.)


A) When a web script needs to be executed inside a transaction.
B) When I need to execute part of my code as system user.
C) When developing a custom scheduled process.
D) When developing a content rule.
E) When developing a behavior/policy.

F) A) and E)
G) A) and C)

Correct Answer

verifed

verified

What is the API used to access nodes and node related information from a FreeMarker template?


A) ScriptNode
B) TemplateNode
C) NodeRef
D) TemplateObject

E) A) and C)
F) None of the above

Correct Answer

verifed

verified

In Share the Document Library defines a number of "action groups" which determine the actions shown to the user. What would determine the action group used? (Choose two.)


A) The type of node.
B) The aspects applied to the node.
C) The mime type of the node.
D) The status of the document.
E) The current user.
F) The view currently in use.

G) C) and F)
H) E) and F)

Correct Answer

verifed

verified

A repository web script is defined with the URL '/myco/hello-world' in its descriptor document and requires user authentication. Which of the following URLs can be used through Share to access the web script in the context of the logged-in user?


A) http://server/share/proxy/myco/hello-world
B) http://server/share/alfresco/myco/hello-world
C) http://server/share/myco/hello-world
D) http://server/share/proxy/alfresco/myco/hello-world

E) A) and D)
F) All of the above

Correct Answer

verifed

verified

Which of the following is NOT an out-of-the-box root scoped object in the Java Script API?


A) space
B) log
C) document
D) companyhome

E) C) and D)
F) B) and C)

Correct Answer

verifed

verified

Which is the correct name of a helper class that should be extended to define your own Java-backed web scripts that take full control of the HTTP request?


A) WebScriptImpl
B) DeclarativeWebScript
C) BasicWebScript
D) AbstractWebScript

E) A) and D)
F) None of the above

Correct Answer

verifed

verified

What is the class.org.alfresco.model.ContentModel used for?


A) Transforming document content into a different format.
B) Validating the content of the document follows a certain template.
C) Referencing out of the box content model types in your code.
D) Trigger automatic metadata extraction from the content.
E) Moving content in the repository between folders.

F) A) and B)
G) C) and E)

Correct Answer

verifed

verified

Which of the following method-level security definitions, will filter array of members, returned by the method, based on the access conditions applied to each member?


A) AFTER_ACL_NODE.0.sys:base.ReadProperties
B) AFTER_ACL_NODE.sys:base.ReadProperties
C) AFTER_ACL_LIST.0.sys:base.ReadProperties
D) AFTER_ACL_LIST.sys:base.ReadProperties

E) All of the above
F) B) and C)

Correct Answer

verifed

verified

Showing 81 - 98 of 98

Related Exams

Show Answer