Company XYZ has multiple AEM sites but would like only one of the sites to use a custom metadata schema. They would like to add a 'verifiedBy' user picker field for its image assets. What do you need to do to implement this requirement?
A. Create a new metadata schema and extend the Granite UI Component to create a new user picker field
B. Customize the /default/image metadata schema and extend the Granite UI component to create a new user picker field
C. Customize the existing /default metadata schema, add a Dropdown form field and manually add the users and groups to the list
D. Create a new metadata schema, add a Dropdown form field and manually add the users and groups to the list
You want to generate a thumbnail of an InDesign document.
What must be done to the out-of-the-box "DAM Update Asset" workflow to meet this requirement?
A. Add an additional Media Extraction step with a thumbnail export script.
B. Add a Process Thumbnail step to the workflow.
C. Modify the Page Extraction step to specify the page template and design.
D. Modify the Media Extraction step to specify the page template and design.
A developer creates a custom workflow step, adds it to a workflow, and configures a workflow launcher to run it when a new asset is uploaded into the DAM.
After an asset was uploaded, the developer notices that the asset is always listed as Processing, and the workflow is still in a RUNNING state.
What could be the cause of this behavior?
A. The workflow could not find a required background job in the system.
B. The custom workflow step threw an exception during execution.
C. The Handler Advance option was not checked in the workflow step.
D. The Launcher was not configured for the folder the asset was uploaded to.
A user with read access to the DAM needs to be able to modify, create, and delete assets in the /content/ dam/assets folder. The access control list is shown.
To which groups should the user be added to receive the necessary permissions? (Choose two.)
A. group-4
B. group-2 C. group-3
D. group-1
The following is an OSGi configuration of the DAM Safe Binary Filter:
What is the result when an AEM Author uploads an HTML file to the DAM?
A. The author is not allowed to download the HTML file from the DAM.
B. The author is not able to view the HTML file that was uploaded to the DAM.
C. The author is not allowed to upload the HTML file to the DAM and receives a 'Restricted File' error.
D. The author is not able to edit the metadata of the HTML file.
While an AEM instance is used to process a large amount of assets daily, the DAM update asset workflow can be adding additional loads to the instance. Which two statements are true when setting the workflow transient? (Choose two.)
A. Transient workflows run in a much smaller memory footprint.
B. The workflow processing time can be reduced up to 10%.
C. Transient workflows can significantly reduce the repository growth.
D. CRUD workflows will be automatically purged to improve performance.
A developer is trying to run a query in Query Builder using the following search predicates: Which of the following best supports what type of results the developer is expected to get with this query?
A. Assets in /content/dam/weretail/products/pants.jpg/jcr:content/renditions/original
B. Assets in /content/dam/weretail/pants.jpg
C. Assets in /content/dam/weretail/products/pants.jpg
D. Assets in /content/dam/weretail/pants.jpg/jcr:content/renditions/cq5dam.web.1280.1280.jpeg
The OSGi configuration of com.day.cq.dam.core.impl.mimeType.AssetUploadRestrictionHelper is as shown:
jcr:primaryType="sling:OsgiConfig" cq.dam.allow.all.mime="{Boolean}true"/>
A developer uploads a PDF document, a JPEG image, and an SVG file to the DAM.
What is the result?
A. All three assets upload.
B. Only the JPEG and SVG files upload. The PDF file is restricted.
C. All three assets upload but the PDF document does NOT have a generated thumbnail.
D. Only the JPEG file uploads. The PDF and SVG files are restricted.
A user would like to take an image in AEM Assets and send a copy of the image to an external system. The copy of the image that is sent must have a specific height and width. The client cannot have rendition with the dimensions preserved in AEM.
Assuming the external system includes a REST API that supports file uploads, which step in the workflow model will you do after resizing the image?
A. Apply the image profile to the folder and run the smart crop workflow.
B. Upload the image to the external system; then, delete the rendition from the JCR.
C. Modify the update asset workflow to delete the rendition from the JCR.
D. Call the REST API from the external system.
What is the difference between the Process Thumbnails and Create Thumbnail workflow steps.
A. The Create Thumbnail step only creates thumbnail renditions for an asset, while the Process Thumbnails step can also create a folder thumbnail and web enabled renditions.
B. The Create Thumbnail step only creates thumbnail renditions for a single asset, while the Process Thumbnails step can create thumbnail renditions for multiple assets.
C. The Create Thumbnail step only creates a single thumbnail rendition, while the Process Thumbnails step can create multiple thumbnails of different sizes.
D. The Create Thumbnail step allows the workflow author to configure the mime type of the generated thumbnail rendition, while the Process Thumbnails step does not.