Certbus > Adobe > Adobe Certifications > AD0-E100 > AD0-E100 Online Practice Questions and Answers

AD0-E100 Online Practice Questions and Answers

Questions 4

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.

Browse 50 Q&As
Questions 5

A developer writes the following code to programmatically copy an existing asset to another folder in the DAM:

After executing this code, the developer receives the following exception: javax.jcr.PathNotFoundException

What caused this issue?

A. The user lacks CREATE permission to the path /content/dam/projectB

B. The path /content/dam/projectB does not exist

C. The user lacks READ permission to the asset in /content/dam/projectA

D. The asset in /content/dam/projectA/asset.jpg does not exist

Browse 50 Q&As
Questions 6

A company has a set of DAM assets related to "hiking". Most of the assets have the keyword "hiking" in title and/or description in the metadata, and they are showing up in omnisearch while searching for "hiking". Another set of mountain assets are later added to the DAM without the "hiking" keyword in their metadata. What changes can be done to include the mountain assets in the top of the result while searching for "hiking"?

A. In asset metadata editor, create and assign the "hiking" tag to all mountain assets.

B. In asset metadata editor, add the keyword "hiking" in search boosting to all mountain assets.

C. Add the keyword "hiking" to the Content and Status of the mountain assets in metadata.

D. Ensure the mountain assets are placed before the hiking assets in a folder named "hiking".

Browse 50 Q&As
Questions 7

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.

Browse 50 Q&As
Questions 8

An author plans to perform a bulk upload of content into AEM assets. In the list of assets, there are documents that are the same but have unique file names. The author wants to use an asset duplication detection solution to find those files.

What is the most efficient way to find duplicated files in the DAM?

A. Create a custom OSGI event handler to handle detection duplication.

B. Enable the Day CQ DAM Create Asset Servlet's duplication detection in OSGI configurations.

C. Install ACS AEM Commons and configure the ACS AEM Commons Assets Duplication service in OSGI configurations.

D. AEM Assets detects duplicated assets out of the box. No additional configuration is needed.

Browse 50 Q&As
Questions 9

A client would like to use a third-party translation service in AEM. How would you configure translation integration for assets in your own project?

A. In the language root of the project, configure the properties under the Translation tab accordingly.

B. In the DAM Update Asset workflow model, add a translation workflow step and configure accordingly.

C. In Web console, add a new entry in Translation Integration Default Config and configure accordingly.

D. In the Project console, set the target language for the project, and select the translation provider.

Browse 50 Q&As
Questions 10

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

Browse 50 Q&As
Questions 11

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.

Browse 50 Q&As
Questions 12

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.

Browse 50 Q&As
Questions 13

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

Browse 50 Q&As
Questions 14

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.

Browse 50 Q&As
Questions 15

A developer wrote the following code to programmatically update the asset metadata.

When testing, the developer noticed that the asset metadata never gets updated. What are two reasons for this error? (Choose two.)

A. The ValueMap needs to be converted to a writable ValueMap.

B. The property value does not allow special characters.

C. The session was not saved after the asset was updated.

D. The asset metadata already has the "dc:description" property.

Browse 50 Q&As
Questions 16

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.

Browse 50 Q&As
Questions 17

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.

Browse 50 Q&As
Questions 18

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.

Browse 50 Q&As
Exam Code: AD0-E100
Exam Name: Adobe Experience Manager Assets Developer
Last Update: Mar 14, 2025
Questions: 50 Q&As

PDF

$49.99

VCE

$55.99

PDF + VCE

$65.99