Already Passed | Graded A+
Select two differences between a production vs non-production pipeline (in terms of
testing/methodology) (Pick 2)
Load Testing
Code Quality Testing
Security Testing
Unit Testing
Acceptance Testing - ✔✔Code Quality Testing
Unit Testing
https://docs.adobe.com/help/en/experience-manager-cloud-manager/using/how-to-
use/using-cloud-manager.html
Code snippet and an error/exception provided complaining that socket timeout needs to be set.
4 code snippet answers, but only 2 that looked like possible answers.
One had setConnectTimeout and setSocketTimeout
One had setConnectTimeout and setReadTimeout - ✔✔HTTP setConnectTimeout and
setSocketTimeout
,URL setConnectTimeout and setReadTimeout
*Can't have both in the same, must be one or the other
https://docs.adobe.com/content/help/en/experience-manager-cloud-manager/using/how-to-
use/custom-code-quality-rules.html
how do you **view log with aio <command>? **Specifically said view, not tail?
aio cloudmanager:tail-log...
aio cloudmanager:view-log...
aio cloudmanager:get-log...
aio cloudmanager:show-log... - ✔✔aio cloudmanager:tail-logs
https://docs.adobe.com/content/help/en/experience-manager-learn/cloud-
service/debugging/debugging-aem-as-a-cloud-service/logs.html#aio-cli-tail-logs
Which API do you use if webhooks are disallowed by security?
Cloud Manager API
Adobe Management API
, Journaling API
GDPR Event - ✔✔Journaling API
https://www.adobe.io/apis/experienceplatform/events/docs.html#!adobedocs/adobeio-
events/master/intro/journaling_api.md#journaling-api
Where do you obtain the most update quickstart JAR?
PackageShare?
Adobe Software Distribution
Package Share - ✔✔Adobe Software Distribution
https://docs.adobe.com/content/help/en/experience-cloud/software-
distribution/home.html#select-your-product
Code question where you have a cron job via. code snippet, asks what you would use in AEM as
a Cloud Service
Poll Importer
Sling Event Listener
Sling Scheduler Job - ✔✔Sling Scheduler Job