An author uploads a PDF document and receives a "Restricted Files" error.
What is causing this problem?
A. The file extension is not registered as an allowed asset MIMES in the OSGI config, Day CQ DAM Asset Upload Restriction.
B. The file extension is case-sensitive and should be all lower case.
C. The user does not have permission to upload an asset with the specific file extension.
D. The MIME Type mapping setup for the file extension does not exist in OSGI config, Day CQ Scene7 Asset Mime type Service.
A resource has already been resolved. What is the best way to modify a property of an asset resource in an OSGi service implementation?
A. resource.setProperty("isFlagged", true).
B. Adapt resource to Node.class, then invoke node.setProperty("isFlagged", true).
C. item.setProperty("isFlagged", true).
D. Start a new AssetsManager object, then invoke setAssetProperty(resource, "isFlagged", true).
A package is exported from one AEM server (Server A) using the following filter.xml file:
This content package is deployed to another AEM server (Server B).
Which two results occur? (Choose two.)
A. The contents of the subtree /content/dam/foo from Server A replace the existing contents of /content/ dam on Server B.
B. The contents of the subtree /content/dam/foo from Server A are added to the existing contents of / content/dam on Server .
C. The contents of the subtree /content/dam/bar/foobar from Server A replace the existing contents of / content/dam on Server .
D. The contents of the subtree /content/dam/bar/foobar from Server A are added to the existing contents of /content/dam on Server .
A developer has a new requirement to send an email when an asset gets published. The email body must contain all asset metadata. The published asset must be attached to the email.
Which two tasks must the developer perform? (Choose two.)
A. Set up the Day CQ replication email service in the OSGI configurations.
B. Configure the DAM Asset Notification in the workflow launchers.
C. Create a custom OSGI service event handler must be implemented.
D. Set up the Day CQ Mail Service in the OSGI configurations.
An Author wants to search and filter through all assets in the DAM in order to find assets expiring within the next week. What is the most efficient way of doing this?
A. Configure the Assets Admin Search rail to include the Property Predicate and configure the property name to jcr:content/metadata/prism:expirationDate
B. Configure the Assets Admin Search rail to include the Date Range Predicate and configure the property name to jcr:content/metadata/prism:expirationDate
C. Configure the Assets Admin Search rail to include the Expiry Status Predicate
D. Configure the Assets Admin Search rail to include the Relative Date Predicate
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.
A client needs AEM Assets to detect files with identical contents at the time of upload.
What should a developer change to meet this requirement?
A. Develop a custom OSGi service to detect duplicate files, and deploy that OSGi service to the AEM instance.
B. Update the Day CQ DAM Asset Upload Restriction OSGi service configuration to detect duplicate files.
C. Update the Day CQ DAM Create Asset Servlet OSGi service configuration to detect duplicate files.
D. Update the Adobe CQ DAM Asset Index Update Monitor OSGi service configuration to detect duplicate files.
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.
A developer is attempting to remove a custom metadata profile that is currently assigned to a folder in the DAM. Which is a possible outcome of this action?
A. All existing metadata values will be removed from the assets.
B. All metadata values that were inherited from the previous profile will be removed.
C. The metadata values of the assets will persist even after removing the metadata profile.
D. The current metadata profile can only be replaced with another metadata profile.
All assets a client has have XMP metadata applied. The client would like to capture this metadata in AEM at the time of the upload. Which would you recommend as a workflow strategy to accomplish this task?
A. Implement a workflow process to extract the relevant metadata and save it as tags. Modify the DAM Update Asset workflow model to include this workflow process.
B. Modify the DAM Update Asset workflow model to include the Extract Meta Data process.
C. Create a new workflow model that includes the Extract Meta Data process, and run this workflow on the desired assets.
D. Implement a workflow process to extract the relevant metadata and save it as tags. Create a new workflow model that includes this process and run this workflow on the desired assets.