AEM Assets

Content authors have raised an issue that multiple uploaded images are not processed in DAM and stays in the 'Processing' status. What two steps can assist with analyzing this issue?
Select the asset, click Timeline from the GlobalNav list, and select Workflows to identify blocked/running workflow steps.
Click Tools > Assets > Workflow > Instances, select the impacted asset workflow, and click on Open History from the action bar to view blocked/running workflow steps.
Select the asset, click on Workflow from the action bar, and select Workflow status to view the blocked/running workflow steps.
Click Tools > Workflow > Instances, select the impacted asset workflow, and click on open History from the action bar to view blocked/running workflow steps.
The out-of-the-box DAM Assets Update workflow is running the Dynamic Media PTIFF generation step. This step is not required in the project and an AEM Assets Developer opens the workflow model and click edit to remove the step. How does AEM handle the medification on the default workflow?
A safe copy is generated when clicking "Sync" after editing the workflow
. A copy of the workflow is created and stored under /conf.
A runtime model is generated and stored under /etc.
A customized Asset language translation workflow was triggered and approved accidentally. The manager of the creative team requests these details for the completed workflow: 1. Workflow initiator 2. Date and time of workflow initiation 3. Approver 4. Date of approval How can an AEM Assets Developer obtain all the requested information?
Hover over the Asset in DAM and click on the 'i' info icon to view details on the asset including the requested information.
Go to Tools > Assets > Reports, configure a Workflow report with filters - COMPLETED, Payload, and click Create to generate a report with all required information.
Go to Tools > Workflow > Archive, select the Workflow Instance, and click on "Open History" to get the required information.
A customer plans to migrate from AEM Assets on-premise to AEM Assets Cloud Service. The customer uses a modified Update Asset workflow to store a watermark rendition with every uploaded image. How would the AEM Assets Developer migrate this feature to Cloud Service?
Create a Processing Profile with Asset Compute.
Convert the workflow to Cloud Service with AEM Cloud Service SDK.
Setup an image Profile with Dynamic Media.
A workflow is storing runtime information that is not needed in the AEM project. What would an AEM Assets Developer need to configure to prevent the creation of new runtime information?
Add a Transient workflow process step
Enable Transient mode in the workflow properties
Enable Transient workflow history in the OSGi configurations (com.adobe.dam.commons-workflow)
. A default AEM workflow has been modified with a new process step. What would the AEM Assets Developer do to make this update available at runtime?
Sync the workflow changes
Replicate the workflow model
Publish the workflow page
A custom workflow created for processing PDF files has failed. Upon investigation it has been identified that the Process Step has failed due to a code bug. After the code bug is resolved, how can the Process Step be re-run on the impacted PDF files without having to re-run all the completed steps of the workflow?
Click on Tools > Workflow > Failures, select the failed PDF payloads, and click on 'Retry Step' from the action bar.
Select the impacted PDF files in DAM, click Create > Workflow from the action bar, and click on 'Retry Step' when prompted.
Click on Tools > Workflow > Instances, select the failed PDF payloads, and click on 'Retry Step' from the action bar
A client wants to send an email notification to a specific group as soon as the title of an asset is changed. What two steps would an AEM Asset developer need to perform? (Choose two.)
Update DAM update asset workflow
Create a new custom workflow
Implement an Event Listener
Create a Workflow launcher
A customer plans to use AEM Assets as a Cloud Service. The customer's marketing department frequently uploads a large number of images which require complex processing. Which two features of AEM Cloud Service address this use case? (Choose two.)
AEM instance auto-scaling
Binary Cloud Storage
Asset Microservices
Transient workflows
Which workflow is responsible for embedding the metadata to an asset's binary?
DAM Update Asset
DAM Metadata Writeback
DAM process sub-asset
There is a requirement to send a notification to an AEM group post replication of an asset in a workflow. Which step would be configured by the AEM Assets developer?
Send Email Step
Participant Step
Process Step
A new workflow launcher is created using the Workflow launcher console. Which location will be modified in the repository?
/etc/workflow/launcher
/var/workflow/launcher
/conf/global/settings/workflow/launcher
An AEM Assets Developer wants to restore an out-of-the-box set of AEM Assets filters. What must to be done to restore default search facets?
Navigate to Search Forms view and use Delete option on Assets Admin Search Rail item.
Navigate to Search Forms view and use Reset option on Assets Admin Search Rail item.
Navigate to Search Forms view and use Undo option on Assets Admin Search Rail item.
Recently, content authors uploaded a large amount of images and videos into AEM Assets. It has become time-consuming for content authors to add tags for each asset manually. What would the AEM Asset developer recommend to the client?
Enable Adobe Sensei
Enable Smart Tags
Enable Smart Collections
The head of the digital content teams has recently discovered that some authors have published assets that were not supposed to be live before a certain date. They seek help in generating a report of all assets published between certain dates. How will this report be generated using Asset Reports?
. Select Publish' in the create report wizard, configure the required date range, and click create.
Select Files' in the create report wizard, configure the required date range, select the 'Published' option in Configure Columns page, and click
Select Activated in the create report wizard, configure the required date range, and click create.
An AEM Assets Developer customizes AEM Assets filters with some additional fields, and would like to export results of this work using CRX package. Which path needs to be used in CRX package to include AEM Assets filters changes?
/conf/global/settings/dam/search/facets/assets
/etc/global/settings/dam/search/facets/assets
/apps/global/settings/dam/search/facets/assets
A financial provider displays asset metadata as description for PDF documents on their website. Because of the legally sensitive nature of these descriptions, content authors may only edit document metadata after completing a special training course. How would the AEM Asset Developer address this requirement?
Assign modify permission to users with restriction "trained = true".
Assign modify permission to each of the trained users.
Assign modify permission to the group of trained users.
A company's marketing department uploads PDF documents to AEM Assets. The documents must only be published once approved by users in the reviewer group. How would the AEM Asset Developer configure permissions to meet this requirement?
Allow crx:replicate for each user currently in reviewer group.
Allow crx:replicate for all approved documents.
Allow crx:replicate for the reviewer group.
A developer will be working with several assets from different folders. They would like to reference them from a single location with the ability to remove and add new assets as needed. What feature would be used?
Lightbox Collection
Dynamic Collection
Smart Collection
Two assets collections contain similar assets. A manager wants to reference one collection within the other one to keep them linked. What actions are needed to establish the relationship between both collections?
Go to the collection properties and click "Add Reference".
Click the "To Collection" action and select the other collection.
Go to the collection and click "Add" to include another collection.
A client has on-boarded a new brand with imagery and tags. After some time, they notice that the new brand assets are not being tagged appropriately by AEM Smart Tags. What action would be taken to address this issue?
Configure Smart Content Service with the brand tags.
Run the Smart Tags Training workflow on a brand folder with manually applied tags.
Modify the Workflow launcher to include the new brand folders for Smart Tag workflows.
There is a new requirement to be able to generate reports on assets that are expired, on-demand. What are two steps required to enable Assets reporting for expired assets in AEM? (Choose two.)
Enable the Day CQ DAM Event Recorder service (PID com.day.cq.dam.core.impl.DamEventRecorderImpl) in OSGi config.
Select Asset expired (ASSET_EXPIRED) Event type in Day CQ DAM Event Recorder service configuration.
Enable the Day CQ DAM Assets Reporter Service (PID com.day.cq.dam.core.impl.DamAssets ReporterImpl) in OSGi config.
Add 'dc:expirationDate' metadata property to Tracked Properties in Day CQ DAM Asset Reporter Service configuration.
An AEM Assets customer has many assets making it difficult for content authors to browse through them. The client has a requirement to improve asset search by using predefined keywords. How would this be achieved for this use case?
By using Search filters
By creating a new index for keywords
By using Tags
A developer is required to create a new form for a specific asset type. Which Schema Form would be used to add custom forms for assets of MIME type application/postscript?
Application/pdf
Application/x-Spin Set
Application/x-imageSer
A customer is actively applying various metadata profiles on different folders and sub folders in AEM Assets. Recently, in one of the subfolders, any newly uploaded asset is not having the default metadata. The old assets in the subfolder still shows correct default metadata. What are two possible reasons for this to occur? (Choose two.)
The newly added asset type is not images or videos.
A different Metadata profile on the sub folder is applied.
The newly added asset type is more than 2GB.
The Metadata profile is removed.
A developer needs to create a Metadata Schema form and mark some of the metadata properties as mandatory on the properties page. Which Metadata Schema input would be configured as required?
Standard Tags
Hidden Field
Dropdown
An AEM Assets on-premise customer wants to use a custom namespace to identify their customized properties in Asset metadata. What does an AEM developer need to configure before properties can be stored?
Add the namespace in the CRX Explorer (crx/explorer/nodetypes/index.jsp).
Configure the DAM Namespace service to allow the new namespace (pid=com.day.cq.dam.core.impl.NamespaceService).
Nothing, AEM Assets supports custom namespaces by default.
A developer needs to create a new Metadata Schema form in the assets. Which schema form will be used as a basis to create a new Metadata Schema?
Forms
Default
Contentfragment
A customer requests that whenever a region is selected in Asset metadata, a drop-down with countries within that selected region is displayed for users to choose from. What feature can be used to meet this requirement?
A customized workflow to limit the country selection to a valid set.
Metadata Profiles to ensure the correct countries are shown during editing.
Cascading Metadata to show/hide options dynamically.
An AEM Assets developer created a new Content Fragment model and enabled it. However, the newly created Content Fragment model is not visible on the list of available models that can be used to create a new Content Fragment. What needs to be done to make the Content Fragment model visible on the Content Fragment creation list?
Replicate Content Fragment model.
Configure policies for allowed Content Fragment models.
Set create permissions on Content Fragment model.
A sports team recently started to publish high quality videos on their website. Soon after launch, users on mobile devices complain about frequent buffering. How would the AEM Assets Developer address this issue using Dynamic Media?
Configure the Dynamic Media CDN cache.
Enable high quality Progressive streaming.
Use the Adaptive Video Encoding profile.
A marketing department often receives hundreds of images from photo shoots on a hard drive. The department then asks an AEM developer to import all images into AEM Assets.. This can cause delays if the AEM developer is occupied with other tasks. How would the dependency on the AEM developer be removed?
Install the AEM desktop app.
Configure Asset Link.
Mount the hard drive in the AEM repository.
What are two capabilities of Brand Portal? (Choose two.)
Asset Distribution
Asset Sourcing and Collaboration
Assets Offloading
Asset Optimization
A company's design department uses Creative Cloud to produce digital assets. Designers collaborate on work-in-progress assets using a network file share and send final assets via e-mail to the AEM content authoring team. The asset production process frequently suffers from versioning issues and delays. How would the AEM Assets Developer optimize the production process?
Enable Adobe Stock integration.
Train the designers to use AEM Assets.
Install Adobe Asset Link.
A customer wants to upload their original pictures to AEM Assets once, then reuse them in all of their AEM component library. Most of the components have unique output size requirements. Which approach would the AEM Asset Developer recommend?
. Apply client-side resizing using JavaScript
. Apply asset renditions using Asset Link
Apply image presets using Dynamic Media
A client wants to publish all assets in the DAM to Brand Portal. Which two assets types can be published to Brand Portal? (Choose two.)
Videos
Images
SVG
Content Fragments
A Developer is trying to upload a video asset of MIME type video/mp4. AEM Assets is not allowing this asset to be uploaded. What would be a reason?
Asset of MIME type video/mp4 is not allowed to be uploaded
Asset file size was over the default limit
MIME type video/mp4 is invalid
A developer is uploading different types of documents into AEM DAM. After uploading a DOC format asset, they observed that thumbnail was not generated. What could be a reason?
Thumbnail generation feature is not supported for DOC format.
Thumbnail generation feature is only supported for images and videos.
Thumbnail generation feature is not supported for documents in general.
A customer would like to share articles as a data structure, that could be easily used as an input for web pages and RSS feeds. Which AEM feature would allow this goal to be achieved?
Fragment Paragraphs
Experience Fragments
Content Fragments
A developer has a requirement to create a new thumbnail specific for an existing asset named /content/dam/hike.jpg. How would this be achieved?
Navigate to the asset details page and tap the Add Rendition icon.
Modify the OOTB workflow and re-run on asset folder.
New renditions cannot be added for already existing assets.
A developer uploaded an asset test-asset.png under the path /content/dam. Renditions were created OOTB. Where would the renditions be stored in the repository?
/content/dam/test-asset.png/jcr.content/renditions
/content/dam/test-asset.png/jcr.content/original/renditions
/content/dam/test-asset.png/renditions
A customer has multiple articles built using a specific Content Fragment model. They would like to group them against different categories, without changing the original model, and have the ability to add or edit articles directly from category view. What field type would a developer use to build a nested Content Fragment structure using a new Content Fragment model?
Tree reference
Fragment references
. Content references
A developer has modified the .jpeg schema under default/image. Which assets will have their metadata layouts modified?
All types of assets
All image assets
Only for assets with MIME type IMAGE/JPEG
An organization exposes their news on the web channel using Content Fragments. There is a new requirement to provide a teaser of each news article, which could be consumed by mobile application. Which Content Fragment feature addresses this use case?
Versions
Variations
Live Copy
An AEM Assets developer attempts to delete a customized default Metadata Schema. What is the result?
Nothing, this action is not allowed.
The default metadata schema is deleted.
The default metadata schema is reverted to its default state.
An Assets Developer wants to edit an existing metadata schema in AEM Assets. Where is the user interface to edit these settings located?
Tools > Metadata > Metadata Schemas
Tools> Assets > Metadata Schemas
Tools > General > Metadata Schemas
Which two standard Metadata Schema are supported by AEM Assets out-of-the-box? (Choose two.)
DITA-Darwin Information Typing Architecture
IPTC-The International Press Telecommunications Council
ADMS-Asset Description Metadata Schema
DC-Dublin Core
What are two ways to populate dropdown options for a property in the Metadata Schema Editor? (Choose two.)
Adding options manually in the Settings tab.
Adding an external URL configured in the Settings tab.
Referring to a JSON file containing the options.
Referring to a CSV file containing the options.
A customer wants the options that are available in a specific dropdown to be filtered based on the value of another field in the Asset Metadata form. How should an AEM Assets developer implement this requirement?
Add a "Choices" rule in the Settings field for the dropdown property.
Create a custom field type that filters the drop-down values based on the default field type.
Configure the field to use a JSON file for options for that dropdown.
An AEM assets developer applies a Metadata Profile to a folder and notices that the profile is only being applied to new assets. How would a developer apply a Metadata Profile to existing assets in a folder?
Run the DAM update asset workflow on the folder.
Reapply the Metadata Profile to the Assets folder.
Run the DAM Metadata Profile workflow on the folder.
{"name":"AEM Assets", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Content authors have raised an issue that multiple uploaded images are not processed in DAM and stays in the 'Processing' status. What two steps can assist with analyzing this issue?, The out-of-the-box DAM Assets Update workflow is running the Dynamic Media PTIFF generation step. This step is not required in the project and an AEM Assets Developer opens the workflow model and click edit to remove the step. How does AEM handle the medification on the default workflow?, A customized Asset language translation workflow was triggered and approved accidentally. The manager of the creative team requests these details for the completed workflow: 1. Workflow initiator 2. Date and time of workflow initiation 3. Approver 4. Date of approval How can an AEM Assets Developer obtain all the requested information?","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker