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 user has created a custom metadata schema that includes a multi value text field. After modifying the file that the metadata has been applied to, the user discovers that the property corresponding to the multi value text field contains a new value. What does this mean?
A. Another metadata schema that was previously applied to the asset is causing a conflict.
B. The multi value text field was simultaneously updated by a different AEM Assets user.
C. The multi value text field is configured as a required field in the metadata schema.
D. Another field in the metadata schema maps to the same property as the multi value text field.
A user would like to create watermarked renditions of some assets in AEM Assets. Which of the following would you recommend as a workflow strategy that best achieves this goal?
A. Implement a new workflow process to generate a watermarked rendition of an asset. Create a new workflow model that includes this process, and run this workflow on the desired assets.
B. Modify the DAM Update Asset workflow model to include the Add Watermark process.
C. Implement a new workflow process to generate a watermarked rendition of an asset. Modify the DAM Update Asset workflow model to include this workflow process.
D. Create a new workflow model that includes the Add Watermark process, and run this workflow on the desired assets.
A company has a wide selection of products and each product has multiple associated images in the DAM. Authors want to search for all images for few products by their product ID at the same time in the asset search. Which change would you recommend to make the search easier?
A. In DAM Similarity Search Service, add an entry of product ID and search using the omnisearch box.
B. Add product ID in the Elevate for search keywords for all products, using omnisearch box to search.
C. Using the GQL full-text search feature, specify product ID in the metadata keyword in the search panel.
D. Create a multi value property predicate on the asset admin search rail to target product ID.
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.
AEM fails to connect to InDesign Server running on a different host.
What is an appropriate solution for connection failure?
A. Configure Apache Sling Referrer Filter to add an entry to the Allowed Host list for the InDesign Server.
B. Configure Adobe Granite Workflow External Process Job Handler to allow connection to InDesign Server.
C. Configure Day CQ Link Externalizer to specify the host name and context path for the InDesign Server.
D. Configure Apache Sling POST Servlet to accept response from the InDesign Server SOAP request.
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 developer is using Create and Translate workflow with "Add to existing translation project" on assets with subassets.
Which action should be taken to handle subassets?
A. Only use AEM Machine Translation, where it is the only method supported on Assets with subassets.
B. Subassets mime types must be defined in Day CQ DAM Create Asset Servlet or else they will be ignored.
C. Make sure subassets are selected before starting the workflow; otherwise, they will not be translated.
D. Select and remove the subassets from the translation job to void any potential problems.
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.