What is a possible cause of this issue?

A developer modified the default image metadata schema to include a text field with the property 'myProject:photographer'. While testing, the developer edited the metadata of an asset and entered the name 'Sebastião Salgado' onto the custom field. However, the developer encountered an issue and noticed that the value of the...

May 24, 2020 No Comments READ MORE +

Which two results occur?

A package is exported from one AEM server (Server A) using the following filter.xml file: This content package is deployed to another AEM server (Server B). Which two results occur? (Choose two.)A . The contents of the subtree /content/dam/foo from Server A replace the existing contents of /content/dam on ServerC...

May 24, 2020 No Comments READ MORE +

What is the best way to modify a property of an asset resource in an OSGi service implementation?

A resource has already been resolved. What is the best way to modify a property of an asset resource in an OSGi service implementation?A . resource.setProperty(“isFlagged”, true).B . Adapt resource to Node.class, then invoke node.setProperty(“isFlagged”, true).C . item.setProperty(“isFlagged”, true).D . Start a new AssetsManager object, then invoke setAssetProperty(resource, “isFlagged”, true).View...

May 20, 2020 No Comments READ MORE +

What does this mean?

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

May 19, 2020 No Comments READ MORE +

What should a developer do to avoid this result?

A company requires importing more than 1000 images at once regularly. During the import process, the Author instance becomes very slow or unresponsive. What should a developer do to avoid this result?A . Reduce the number of renditions generated for images.B . Increase the memory and use a multi-core CPU...

May 18, 2020 No Comments READ MORE +

What is the cause of this issue?

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

May 18, 2020 No Comments READ MORE +