Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

Adobe Experience Manager DevOps Engineer Expert AD0-E124 Question # 10 Topic 2 Discussion

Adobe Experience Manager DevOps Engineer Expert AD0-E124 Question # 10 Topic 2 Discussion

AD0-E124 Exam Topic 2 Question 10 Discussion:
Question #: 10
Topic #: 2

A developer needs to move content (/content/my-site/en/about-us) from a Stage (STG) Author environment to a Production (PROD) Author. A content package named content-about-us-20210101 is created on STG Author. Once the content is reviewed in PROD, the content Author will activate and make the content public.

Which command should the DevOps engineer use?


A.

curl -u < user > : < password > -O https:// < STG > /etc/packages/my_packages/content-about-us-20210101.zip

curl -u < user > : < password > -F install=true -F force=true -F file=@content-about-us-20210101.zip https:// < PROD > /crx/packmgr/service.jsp


B.

curl -u < user > : < password > -O https:// < STG > /etc/packages/my_packages/content-about-us-20210101.zip

curl -u admin:admin -F file=@"content-about-us-20210101" -F name="content about us" -F force=true -F install=false http://localhost/crx/packmgr/service.jsp


C.

curl -u admin:admin -X POST -F name="content about us" https:// < PROD > /crx/packmgr/service/.json/etc/packages/export


D.

curl -u < user > : < password > -O https:// < PROD > /etc/packages/my_packages/content-about-us-20210101.zip

curl -u < user > : < password > -F install=true -F force=true -F file=@content-about-us-20210101.zip https:// < PROD > /crx/packmgr/service.jsp


Get Premium AD0-E124 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.