A company requires importing more than 1000 images at once regularly. During the import process, the Author instance becomes very slow or unresponsive.
What should a developer do to avoid this result?
A. Reduce the number of renditions generated for images.
B. Increase the memory and use a multi-core CPU for the instance.
C. Set up a dedicated processing instance for asset ingestion.
D. Limit the concurrent authors allowed on the author instance.
A company uploaded several images that represent products, and each product is associated with a unique SKU number. The product owner would like the ability to search for multiple products by SKU number. What two steps must be completed to do this? (Choose two.)
A. Customize the Assets Admin Search rail to include a Single Property Predicate and configure the property name to the SKU number
B. Customize the image metadata schema and add a new Multi Value Text field for the SKU number
C. Customize the Assets Admin Search rail to include a Multi Value Property Predicate and configure the property name to the SKU number
D. Customize the image metadata schema and add a new Single Line Text field for the SKU number
custom field. However, the developer encountered an issue and noticed that the value of the custom field is not displaying on a component.
What is a possible cause of this issue?
A. The namespace 'myProject' isn't registered.
B. The text field does NOT accept special characters.
C. The property name 'myProject:photographer' is too long.
D. The property 'myProject:photographer' already exists and is causing conflicts.
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 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.
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
A developer configures the /cache section in the dispatcher and makes a request to /content/myProject/en/ image.large.jpg and /content/myProject/en/image.jpg?size=large.
What is the result?
A. Neither request is cached.
B. The first request is cached, but the second request is not cached.
C. The first request is not cached, but the second request is cached.
D. Both requests are cached.
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 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.