Adobe Experience Manager Assets Developer v1.0

Page:    1 / 4   
Exam contains 53 questions

A developer creates a custom workflow step, adds it to a workflow, and configures a workflow launcher to run it when a new asset is uploaded into the DAM.
After an asset was uploaded, the developer notices that the asset is always listed as Processing, and the workflow is still in a RUNNING state.


What could be the cause of this behavior?

  • A. The workflow could not find a required background job in the system.
  • B. The custom workflow step threw an exception during execution.
  • C. The Handler Advance option was not checked in the workflow step.
  • D. The Launcher was not configured for the folder the asset was uploaded to.


Answer : A

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.


Answer : C

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

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


Answer : BC

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.


Answer : C

While an AEM instance is used to process a large amount of assets daily, the DAM update asset workflow can be adding additional loads to the instance. Which two statements are true when setting the workflow transient? (Choose two.)

  • A. Transient workflows run in a much smaller memory footprint.
  • B. The workflow processing time can be reduced up to 10%.
  • C. Transient workflows can significantly reduce the repository growth.
  • D. CRUD workflows will be automatically purged to improve performance.


Answer : AB

Reference:
https://helpx.adobe.com/experience-manager/6-3/assets/using/performance-tuning-guidelines.html

A developer writes the following code to create a new asset:


If inputStream is null, what happens to the "createAsset" call?

  • A. A null asset is returned without exceptions.
  • B. A NullPointerException is thrown.
  • C. An AssetException is thrown.
  • D. A new asset is created without original rendition.


Answer : B

Reference:
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-assets/asset-manager-for-video-upload-to-dam/m-p/306572

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.


Answer : AD

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.


Answer : C

Reference:
https://experience-aem.blogspot.com/2019/06/aem-65-find-duplicate-assets-binaries-in-existing-repository.html

A developer is trying to run a query in Query Builder using the following search predicates:


Which of the following best supports what type of results the developer is expected to get with this query?
[1]
[1]
[1]
[1]



Answer : A

A developer has modified the out-of-the-box DAM Update Asset workflow to include a Review & Approval Process Step that generates a task whenever a new video asset is created or when a video asset is modified. However, when the developer uploaded a new video to the DAM and has approved the video asset, it suddenly generated another Approval Task after completing the previous one.
The workflow launcher for both the Create and Modified events have been configured with the following:


What are the two things you can change to fix this issue? (Choose two.)

  • A. Add the dam:status property in the exclude list of the DAM Update Asset Created event
  • B. Add the dc:format==video/* condition
  • C. Add the dam:status property in the exclude list of the DAM Update Asset Modified event
  • D. Add the jcr:content/jcr:mimeType==video/.* condition


Answer : BD

A user group is created to upload new Assets to AEM Assets. Tins group has the Read and Create permissions for the path /content/dam set to Allow. The members of this group are able to browse all of the content in the DAM when they log into AEM Assets. Members do not see the option to upload a new Asset.
What should be done to resolve this issue?

  • A. The group should also have the Modify permission for /content/dam set to Allow.
  • B. The group should also have the Replicate permission for/content/dam set to Allow.
  • C. The group should also have the Create permission for / set to Allow.
  • D. The group should also have the Create permission for /content set to Allow.


Answer : A

Reference:
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/give-upload-create-only-permissions-to-user-in-aem/qaq-p/313530

A workflow process, with the following configuration, is applied to a PNG file with dimensions of 800 x 800 pixels


Which statement about the result of this workflow process is true?

  • A. A JPEG rendition of the original asset is created.
  • B. A rendition is created that is identical to the original.
  • C. A 400 x 300 pixel rendition of the original is created.
  • D. No new renditions of the original asset are created.


Answer : A

[1]
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.):

  • A. The MIME types of the logos are NOT allowed in Day CQ DAM Asset Upload Restriction.
  • B. Apache Sling Referrer Filter's Allow Hosts needs to be setup in OSGi configurations.
  • C. Remove "Post" from Adobe Granite CSRF Filter's Filter Methods in the OSGi configurations.
  • D. The dispatcher needs to be configured under /filter {/type "allow" /url "/bin/companyX/*"}


Answer : BD

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.


Answer : D

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

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?

  • A. All three assets upload.
  • B. Only the JPEG and SVG files upload. The PDF file is restricted.
  • C. All three assets upload but the PDF document does NOT have a generated thumbnail.
  • D. Only the JPEG file uploads. The PDF and SVG files are restricted.


Answer : A

Page:    1 / 4   
Exam contains 53 questions

Talk to us!


Have any questions or issues ? Please dont hesitate to contact us

Certlibrary.com is owned by MBS Tech Limited: Room 1905 Nam Wo Hong Building, 148 Wing Lok Street, Sheung Wan, Hong Kong. Company registration number: 2310926
Certlibrary doesn't offer Real Microsoft Exam Questions. Certlibrary Materials do not contain actual questions and answers from Cisco's Certification Exams.
CFA Institute does not endorse, promote or warrant the accuracy or quality of Certlibrary. CFA® and Chartered Financial Analyst® are registered trademarks owned by CFA Institute.
Terms & Conditions | Privacy Policy