Adobe Experience Manager 6 Assets Developer (AD0-E100) Free Practice Test
Question 1
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?
Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 2
A develops Writes the following code to programmatically copy an existing asset to another folder in the DAM:
Com.adobe.granite.asset.api.AssetManagerassetManager= resourceResolveradaptTotcom.adobegrarMte.assetapi.AssetManagef.class) assetManager.copyAssetC/content/dam/projectA/assetjpg'. "/content/dam/project B/asset.jpg After executing this code, the developer receives the following exception: javax.jcr.PathNotPoundException What caused this issue?
Com.adobe.granite.asset.api.AssetManagerassetManager= resourceResolveradaptTotcom.adobegrarMte.assetapi.AssetManagef.class) assetManager.copyAssetC/content/dam/projectA/assetjpg'. "/content/dam/project B/asset.jpg After executing this code, the developer receives the following exception: javax.jcr.PathNotPoundException What caused this issue?
Correct Answer: C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 3
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.)
Correct Answer: A,C
Question 4
A developer created a custom metadata profile and assigned default values to some fields The developer applied this custom profile to a folder in the DAM that already uses a different metadata profile. When viewing the metadata properties of the existing assets in a subfolder the developer noticed that the custom metadata profile was not applied to these assets. What is the cause of this issue?
Correct Answer: B
Question 5
A developer writes the following code to create a new asset:


Correct Answer: B
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).