2024 | Already Passed | Graded A+
You have to have a custom rendition for .jpg and .png images for a size of 1024x768. What do
you do for this?
Create a custom metadata profile
Use DynamicMedia
Create a custom processing profile - ✔✔Create a custom processing profile
??? Best of the three but might not be correct
You want to have a custom rendition for images, what do you do? (No mention of size
or .jpg.png extensions)
Create a custom metadata profile
Use DynamicMedia
Create a custom processing profile - ✔✔Create a custom processing profile
,https://docs.adobe.com/help/en/experience-manager-cloud-service/assets/admin/processing-
profiles.html
Which command do you use to start a pipeline
PUT http://something/program/{programID]/pipeline/{pipelineID}/execution
PUT http://something/program/{programID]/pipeline/{pipelineID}/executions
GET http://something/program/{programID]/pipeline/{pipelineID}/execution/{executionID}
GET http://something/program/{programID]/pipeline/{pipelineID}/execution -
✔✔PUT http://something/program/{programID]/pipeline/{pipelineID}/execution
-singular --no s
https://www.adobe.io/apis/experiencecloud/cloud-manager/api-
reference.html#!AdobeDocs/cloudmanager-api-docs/master/swagger-specs/api.yaml
You have Project A, Project B and Project C, a question about consolidation with regards to
the core project?
One answer was delete all the projects
One answer had to do with modifying pom.xml - ✔✔Move core to the parent project
, You have a Project C and under it a dispatcher folder. The root/core also has a dispatcher
folder. What do you do to modify Project C's dispatcher config?
Modify the core dispatcher config
3 other answers.. - ✔✔Move dispatcher C configurations to the parent dispatcher
You noticed some change didn't apply to your asset(s) based on a modification, and asks
you what you should do.
Answers were along the lines of:
Apply the change (profile?) the folder
Apply the change (profile?) to the asset(s)
apply the change to the workflow
2 more answers
AT: Based on the wording from my attempt today, I am not sure if the profile was just
created and never assigned to anything. - ✔✔modify the ingestion workflow
LJ : Went with :apply to folder " option
You have created a new "branch" under "origin" in the cloud git repository. How do
you synchronize the local git repository. Each option had two steps. - ✔✔git fetch