Skip to main content

AD0-E100 Real Exam Questions

Adobe Experience Manager Assets Developer

50 questions available · Page 1 of 5

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

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?

  1. 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.

  2. B

    Modify the DAM Update Asset workflow model to include the Extract Meta Data process.

  3. C

    Create a new workflow model that includes the Extract Meta Data process, and run this workflow on the desired assets.

  4. 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.

Show answer and explanation

Correct answer: A

Explanation

References:
https://docs.adobe.com/content/help/en/experience-manager-64/assets/extending/media-handlers.html

Question 2 Single choice

What is the difference between the Process Thumbnails and Create Thumbnail workflow steps.

  1. 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.

  2. 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.

  3. C

    The Create Thumbnail step only creates a single thumbnail rendition, while the Process Thumbnails step can create multiple thumbnails of different sizes.

  4. 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.

Show answer and explanation

Correct answer: B

Question 3 Single choice

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"?

  1. A

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

  2. B

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

  3. C

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

  4. D

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

Show answer and explanation

Correct answer: A

Question 4 Single choice

AEM fails to connect to InDesign Server running on a different host.

What is an appropriate solution for connection failure?

  1. A

    Configure Apache Sling Referrer Filter to add an entry to the Allowed Host list for the InDesign Server.

  2. B

    Configure Adobe Granite Workflow External Process Job Handler to allow connection to InDesign Server.

  3. C

    Configure Day CQ Link Externalizer to specify the host name and context path for the InDesign Server.

  4. D

    Configure Apache Sling POST Servlet to accept response from the InDesign Server SOAP request.

Show answer and explanation

Correct answer: C

Explanation

References:
https://docs.adobe.com/content/help/en/experience-manager-64/assets/administer/
indesign.html

Question 5 Single choice

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?

  1. A

    Only use AEM Machine Translation, where it is the only method supported on Assets with subassets.

  2. B

    Subassets mime types must be defined in Day CQ DAM Create Asset Servlet or else they will be ignored.

  3. C

    Make sure subassets are selected before starting the workflow; otherwise, they will not be translated.

  4. D

    Select and remove the subassets from the translation job to void any potential problems.

Show answer and explanation

Correct answer: D

Explanation

References:
https://helpx.adobe.com/experience-manager/6-3/assets/using/translation-projects.html

Question 6 Single choice

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?

  1. A

    All three assets upload.

  2. B

    Only the JPEG and SVG files upload. The PDF file is restricted.

  3. C

    All three assets upload but the PDF document does NOT have a generated thumbnail.

  4. D

    Only the JPEG file uploads. The PDF and SVG files are restricted.

Show answer and explanation

Correct answer: A

Question 7 Single choice

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?

  1. A

    In DAM Similarity Search Service, add an entry of product ID and search using the omnisearch box.

  2. B

    Add product ID in the Elevate for search keywords for all products, using omnisearch box to search.

  3. C

    Using the GQL full-text search feature, specify product ID in the metadata keyword in the search panel.

  4. D

    Create a multi value property predicate on the asset admin search rail to target product ID.

Show answer and explanation

Correct answer: C

Explanation

References:
https://docs.adobe.com/content/help/en/experience-manager-65/assets/using/search-assets.html

Question 8 Single choice

A company wants to have all generated AEM Pages from uploading InDesign files (INDD) in a specific folder.

Which change can be made to the out-of-the-box "DAM Update Asset" workflow to achieve this outcome?

  1. A

    Add an IDS Job Process step to specify the Page root path of the generated Pages.

  2. B

    Configure the page root path with the specific folder in the Page Extraction Step.

  3. C

    Modify the Media Extraction step to specify the Page root path.

  4. D

    Add a Command Line step to move the generated Pages to the specific folder.

Show answer and explanation

Correct answer: C

Explanation

References:
https://docs.adobe.com/content/help/en/experience-manager-64/assets/dynamic/managing-image-presets.html

Question 9 Single choice

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?

  1. A

    Create a custom OSGI event handler to handle detection duplication.

  2. B

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

  3. C

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

  4. D

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

Show answer and explanation

Correct answer: D

Explanation

References:
https://helpx.adobe.com/experience-manager/6-3/assets/using/duplicate-detection.html

Question 10 Multiple choice

A developer implements a custom assets upload component for their AEM site to allow authorized end users to upload their company logos (*.png, *.jpg) to the DAM to create custom branded portals.

The developer is testing the custom servlet (/bin/companyX/uploadDealerLogo) by uploading the new asset on the publish instance but is receiving a 403 forbidden error during upload.

What are two potential reasons for this error? (Choose two.):

  1. A

    The MIME types of the logos are NOT allowed in Day CQ DAM Asset Upload Restriction.

  2. B

    Apache Sling Referrer Filter's Allow Hosts needs to be setup in OSGi configurations.

  3. C

    Remove "Post" from Adobe Granite CSRF Filter's Filter Methods in the OSGi configurations.

  4. D

    The dispatcher needs to be configured under /filter {/type "allow" /url "/bin/companyX/*"}

Show answer and explanation

Correct answers: B, D