Which one of the of following is the correct approach to define site specific Alfresco Process Services processes that can be used in Alfresco Share for a site called “Manufacturing”?

Correct Answer for the Question – Which one of the of following is the correct approach to define site specific Alfresco Process Services processes that can be used in Alfresco Share for a site called “Manufacturing”? is given below By using the Alfresco Share connector one can integrate Alfresco Process Services with Alfresco Content Services. Which … Read more

Which activiti-app configuration property controls default access to Analytics for new users?

Correct Answer for the Question – Which activiti-app configuration property controls default access to Analytics for new users? is given below Which activiti-app configuration property controls default access to Analytics for new users?Reference: https://github.com/cijujoseph/activiti-examples/blob/master/activiti-app-pcf/src/main/resources/META-INF/activiti-app/activiti-app.properties user.analytics.enabled app.analytics.enabled app.analytics.default.enabled analytics.users.enabled Correct Answer The Correct Answer for this Question is app.analytics.default.enabled Explanation The Question – Which activiti-app configuration property … Read more

Which property do you need to configure in the activiti-app.properties file when you use Google Mail as the email server?

Correct Answer for the Question – Which property do you need to configure in the activiti-app.properties file when you use Google Mail as the email server? is given below Which property do you need to configure in the activiti-app.properties file when you use Google Mail as the email server?Reference: http://docs.alfresco.com/activiti/docs/admin-guide/1.3.2/ email.tls=true email.tls=false email.ssl=true email.tls=none Correct Answer … Read more

What are the Validator Configuration properties used for?

Correct Answer for the Question – What are the Validator Configuration properties used for? is given below What are the Validator Configuration properties used for?Reference: https://docs.alfresco.com/process-services1.10/topics/validator_configuration.html Enable custom validators for Tasks or Functionalities during process creation. Disable validators for defined Tasks or Functionalities during process creation. Disable Processes using defined Tasks or Functionalities from being deployed. … Read more

When configuring a cluster endpoint in activiti-admin, which setup would be the most appropriate?

Correct Answer for the Question – When configuring a cluster endpoint in activiti-admin, which setup would be the most appropriate? is given below When configuring a cluster endpoint in activiti-admin, which setup would be the most appropriate?Reference: http://docs.alfresco.com/activiti/docs/admin-guide/1.3.2/ The endpoint must refer to the Activiti Engine REST webapp so an HTTP API is available. The endpoint … Read more

Which configuration option stores the query used to test database connectivity?

Correct Answer for the Question – Which configuration option stores the query used to test database connectivity? is given below Which configuration option stores the query used to test database connectivity?Reference: https://docs.alfresco.com/process-services1.10/topics/databaseConfiguration.html database.preferred-test-query datasource.preferred-test-query datasource.test.query datasource.keep.alive.query Correct Answer The Correct Answer for this Question is datasource.preferred-test-query Explanation The Question – Which configuration option stores the query … Read more

Which language is used to create an email template?

Correct Answer for the Question – Which language is used to create an email template? is given below Which language is used to create an email template?Reference: https://www.ziaconsulting.com/uncategorized/alfresco-email-templates/ XML. XSL. FreeMarker. AngularJS. Correct Answer The Correct Answer for this Question is FreeMarker. Explanation The Question – Which language is used to create an email template? has … Read more

Which one of the following options is NOT valid to determine the task id for a task?

Correct Answer for the Question – Which one of the following options is NOT valid to determine the task id for a task? is given below Which one of the following options is NOT valid to determine the task id for a task?Reference: https://docs.alfresco.com/activiti/docs/admin-guide/1.5.0/#_using_activiti_administrator One can determine the task id as a part of the URL … Read more

What would prevent a manually created organization group from getting deleted?

Correct Answer for the Question – What would prevent a manually created organization group from getting deleted? is given below What would prevent a manually created organization group from getting deleted? Groups cannot be deleted only deactivated. There is a process defined that references the group. The group is a subgroup of another active group. There … Read more

When making a REST API call as an administrator, what header values allows you to impersonate another user?

Correct Answer for the Question – When making a REST API call as an administrator, what header values allows you to impersonate another user? is given below When making a REST API call as an administrator, what header values allows you to impersonate another user?Reference: https://docs.alfresco.com/process-services1.8/topics/rest_api_authorization.html activiti-userName and activiti-username-type activiti-assume and activiti-user-value activiti-user and activiti-user-value-type activiti-name … Read more