Questions for the ACSCA were updated on : Nov 21 ,2025
Page 1 out of 4. Viewing questions 1-15 out of 60
Question 1
Which property's fields cannot be edited in an active content model using Model Manager? Select One.
A. Data type
B. Default Value
C. Description
D. Constraint
Answer:
A
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 2
Immediately after deployment of a transaction ACS deployment the environment started to suffer performance issues. The cause was traced to the server resources being over-used. What would be causing these resources to be over-used? Select Two.
A. The index size was not considered during capacity planning.
B. Transactional metadata query scenario was not considered during capacity planning.
C. Average content size was not considered during capacity planning.
D. Daily ingestion load was not considered during capacity planning
E. The transactional scenario used didn't closely resemble real-world conditions using load testing.
Answer:
D, E
User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
0/ 1000
Question 3
The Alfresco repository and the database are running on separate servers. End user reports that file and folder navigation, pagination in the document library view is very slow. What task we should perform on the server to improve performance? Select One.
A. Check database indexes, rebuilding where appropriate and execute database statistics
B. Increase CPU count and RAM on the repository server
C. Run a disk defragment program and restart the repository server.
D. Clean tomcat cache and restart the repository server.
Answer:
A
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 4
A customer is considering to consolidate servers using virtualization. They would like to virtualize the SOLR4 server. What are the main areas of concern related to performance? Select One.
A. disk I/O, network I/O, database
B. memory, database, load balancing
C. CPU, disk l/O, network I/O
D. CPU, network I/O, database
Answer:
C
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 5
Which component may be used by a load balancer or ELB to mitigate a single point of failure for Share? Select One.
A. Two Database servers
B. Two Alfresco repository servers
C. Two application servers running Share
D. Two transformation servers
Answer:
C
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 6
If you are using an HTTP load-balancing mechanism in front of a clustered installation, 'sticky' routing must be enabled for the HTTP requests made by the Share tier to the repository tier (the /alfresco application). Select two ways to enable sticky routing?
A. Hard-wiring each /alfresco instance to its own /solr instance, and using the load balancer.
B. Hard-wiring each /share instance to its own /alfresco instance, bypassing the load balancer.
C. Ensuring that the load balancer must support 'sticky' sessions so that none of the clients always connects to the same server during the session.
D. Disabling alfrescoNtlm, passthru, or Kerberos authentication with SSO.
E. Enabling NTLM or Kerberos authentication with SSO, then Share will use cookie-based sessions and you can configure your load balancer to use sticky routing using the JSESSIONID cookie.
Answer:
B, E
User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
0/ 1000
Question 7
What is the recommended location for putting custom Share configurations so that your configuration changes will successfully override the default settings and won't be removed by ACS upgrades?
A. tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml
B. tomcat/webapps/share/WEB-INF/classes/alfresco/share-config-custom.xml
C. tomcat/shared/classes/alfresco/web-extension/share-config.xml
D. tomcat/webapps/share/WEB-lNF/classes/alfresco/share-config.xml
Answer:
A
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 8
Which Support State/Transition represents the date on which the product is no longer sold or further developed?
A. Deprecation (Transition)
B. Limited Support (State)
C. Final Release (Transition)
D. End of Maintenance (Transition)
Answer:
A
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 9
What two configuration files are needed to improve repository performance in the Alfresco Content Services repository caches?
A. *caches.properties
B. tx-cache-configuration.xml
C. alfresco.repo.cache
D. tx-cache-context.xml
E. alfresco-global.properties
Answer:
D
User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
0/ 1000
Question 10
What provides the single source of truth for repository properties specified in a live ACS system during monitoring?
A. alfresco-global.properties
B. JConsole
C. repository.properties
D. slingshot.properties
Answer:
B
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 11
Access to Alfresco Content Services is licensed on a per user basis of what types of users?
A. All named users irrespective of their states.
B. Only authorized and deauthorized users.
C. Only authorized users.
D. Only authorized, deauthorized and never authorized users.
Answer:
C
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 12
Which content store gives you the ability to create a primary store for read and write and a set of secondary stores for read only?
A. File content store
B. Selector Content Store
C. Caching content store
D. Aggregating content store
Answer:
D
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 13
What happens by default when a user empties the trashcan containing one file? Select One.
A. The system waits 14 days, then it moves the binary file to the contentstore.deleted folder.
B. The system waits 14 days, then it deletes the binary file in the contentstore.deleted folder.
C. The binary file stays in contentstore as it is still referenced by the node table.
D. The binary file moves to the folder contentstore.deleted immediately.
Answer:
A
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 14
Which component in an Audit Configuration file uses input data to produce some output, either transforming the data or outputting the data verbatim? Select One.
A. DataExtractors
B. DataGenerators
C. PathMappings
D. Application
Answer:
A
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 15
What can be used to reject audit events produced so that their values are never used by audit configurations? Select One.