Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
SOLVED

Cloud related questions

Avatar

Level 7

Please if you know the answer help to resolve this with giving further info to back the answers ?

 

Q1. In which situation developer integrate Cloud Manager with Adobe I/O

a. Creating an issue report in a bug tracking system after a pipeline failure.

b. Updating indexes 

c. Obtaining Assets metadata

d.  Clearing the dispatcher cache after Cloud Manager has deployed.

 

Q2.

A developer needs to determine if a package is exported by specific OSGI bundle. How should this be done in AEM as Cloud Service ?

a. Using Developer console

b. Using OSGI Units 

c. Using CRX Explorer 

d. Using Apache Felix Web Console.

 

Q3.

Which two run modes are supported in AEM as a cloud service ? Choose two

a.Playgroud 

b.Author 

c.Dev

d.Dynamic_Media

e.QA 

 

Q4.

Which two maintenance tasks in AEM as a cloud Service can be configured ? choose two

a. Version purge

b.Lucene Binary cleanup

c. Workflow purge

d. Inactive user cleanup 

e. Data store garbage collection 

 

Q5.

A domain of customr.com needs to be added to the default host file. How would this be accomplished in AEM as a Cloud Service ?

 

a. Use the dispatcher SDK to add the URL

b. Add customer.com to the existing default vhost file

c. Copy the existing vhost file and add customer.com

d. Move the vhost file to the cloud.

 

Q6.

The developer needs to get the whitelisted Apache directives. What should the developer do?

 

a. Edit the whitelist directives in the vhost file 

b. Run validator whitelist to print that list

c. Access the whitelist via Developer console.

d. Run httpd whitelist to print that list

 

Q7.

A Developer has created a custom processing profile. When an asset was reprocessed, the
renditions were NOT generated per the processing profile definition. What should the
developer do ?

 

a. Apply the processing profile to the folder

b. Apply processing profile to the Assets 

c. Apply processing profile to the Dynamic Media 

d. Apply processing profile to the workflow 

 

Q8.

 

A Developer wants to migrate the Dispatcher configuration from an On-Premise AEM
installation to AEM as a Cloud service. What does the Developer need to change?

 

a. Rename the on-premise dispatcher.any file to dispatcher_vhost.conf and move it to conf.d directory.

b. Merge the changes from on premises dispatcher.any file with conf.dispatcher.d/dispatcher.any 

c. Divide the on-premises dispatcher.any file into sections and merge with the files in the conf.dispatcher.d directory 

d. Copy the on-premises dispatcher.any file to the conf.d directory.

 

Q9.

Given the following code snippet for the dispatcher configuration from adobe managed services implementations.

 

<VirtualHost  *:443>

....

</VirtualHost>

 

The developer want this to make compatible with AEM asCS.what changes needs to be done ?

 

a. 

<VirtualHost  *:8000>

....

</VirtualHost>

 

b.

<VirtualHost  *:4503>

....

</VirtualHost>

 

c.

<VirtualHost  *:80>

....

</VirtualHost>

d.

<VirtualHost  *:*>

....

</VirtualHost>

 

 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@JakeCham 

 

I am guessing these are the answers. Surely, other advisors would be able to correct/add more details

 

Q1. In which situation developer integrate Cloud Manager with Adobe I/O

a. Creating an issue report in a bug tracking system after a pipeline failure.

b. Updating indexes 

c. Obtaining Assets metadata

d.  Clearing the dispatcher cache after Cloud Manager has deployed.

 

Q2.

A developer needs to determine if a package is exported by specific OSGI bundle. How should this be done in AEM as Cloud Service ?

a. Using Developer console

b. Using OSGI Units 

c. Using CRX Explorer 

d. Using Apache Felix Web Console.

 

Q3.

Which two run modes are supported in AEM as a cloud service ? Choose two

a.Playgroud 

b.Author 

c.Dev

d.Dynamic_Media

e.QA 

 

Q4.

Which two maintenance tasks in AEM as a cloud Service can be configured ? choose two

a. Version purge

b. Lucene Binary cleanup

c. Workflow purge

d. Inactive user cleanup 

e. Data store garbage collection 

 

Q5.

A domain of customr.com needs to be added to the default host file. How would this be accomplished in AEM as a Cloud Service ?

 

a. Use the dispatcher SDK to add the URL

b. Add customer.com to the existing default vhost file

c. Copy the existing vhost file and add customer.com

d. Move the vhost file to the cloud.

 

Q7.

A Developer has created a custom processing profile. When an asset was reprocessed, the
renditions were NOT generated per the processing profile definition. What should the
developer do ?

 

a. Apply the processing profile to the folder

b. Apply processing profile to the Assets 

c. Apply processing profile to the Dynamic Media 

d. Apply processing profile to the workflow 

 

Q8.

 

A Developer wants to migrate the Dispatcher configuration from an On-Premise AEM
installation to AEM as a Cloud service. What does the Developer need to change?

 

a. Rename the on-premise dispatcher.any file to dispatcher_vhost.conf and move it to conf.d directory.

b. Merge the changes from on premises dispatcher.any file with conf.dispatcher.d/dispatcher.any 

c. Divide the on-premises dispatcher.any file into sections and merge with the files in the conf.dispatcher.d directory 

d. Copy the on-premises dispatcher.any file to the conf.d directory.

 

Q9.

Given the following code snippet for the dispatcher configuration from adobe managed services implementations.

 

<VirtualHost  *:443>

....

</VirtualHost>

 

The developer want this to make compatible with AEM asCS.what changes needs to be done ?

 

a. 

<VirtualHost  *:8000>

....

</VirtualHost>

 

b.

<VirtualHost  *:4503>

....

</VirtualHost>

 

c.

<VirtualHost  *:80>

....

</VirtualHost>

d.

<VirtualHost  *:*>

....

</VirtualHost>


Aanchal Sikka

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

@JakeCham 

 

I am guessing these are the answers. Surely, other advisors would be able to correct/add more details

 

Q1. In which situation developer integrate Cloud Manager with Adobe I/O

a. Creating an issue report in a bug tracking system after a pipeline failure.

b. Updating indexes 

c. Obtaining Assets metadata

d.  Clearing the dispatcher cache after Cloud Manager has deployed.

 

Q2.

A developer needs to determine if a package is exported by specific OSGI bundle. How should this be done in AEM as Cloud Service ?

a. Using Developer console

b. Using OSGI Units 

c. Using CRX Explorer 

d. Using Apache Felix Web Console.

 

Q3.

Which two run modes are supported in AEM as a cloud service ? Choose two

a.Playgroud 

b.Author 

c.Dev

d.Dynamic_Media

e.QA 

 

Q4.

Which two maintenance tasks in AEM as a cloud Service can be configured ? choose two

a. Version purge

b. Lucene Binary cleanup

c. Workflow purge

d. Inactive user cleanup 

e. Data store garbage collection 

 

Q5.

A domain of customr.com needs to be added to the default host file. How would this be accomplished in AEM as a Cloud Service ?

 

a. Use the dispatcher SDK to add the URL

b. Add customer.com to the existing default vhost file

c. Copy the existing vhost file and add customer.com

d. Move the vhost file to the cloud.

 

Q7.

A Developer has created a custom processing profile. When an asset was reprocessed, the
renditions were NOT generated per the processing profile definition. What should the
developer do ?

 

a. Apply the processing profile to the folder

b. Apply processing profile to the Assets 

c. Apply processing profile to the Dynamic Media 

d. Apply processing profile to the workflow 

 

Q8.

 

A Developer wants to migrate the Dispatcher configuration from an On-Premise AEM
installation to AEM as a Cloud service. What does the Developer need to change?

 

a. Rename the on-premise dispatcher.any file to dispatcher_vhost.conf and move it to conf.d directory.

b. Merge the changes from on premises dispatcher.any file with conf.dispatcher.d/dispatcher.any 

c. Divide the on-premises dispatcher.any file into sections and merge with the files in the conf.dispatcher.d directory 

d. Copy the on-premises dispatcher.any file to the conf.d directory.

 

Q9.

Given the following code snippet for the dispatcher configuration from adobe managed services implementations.

 

<VirtualHost  *:443>

....

</VirtualHost>

 

The developer want this to make compatible with AEM asCS.what changes needs to be done ?

 

a. 

<VirtualHost  *:8000>

....

</VirtualHost>

 

b.

<VirtualHost  *:4503>

....

</VirtualHost>

 

c.

<VirtualHost  *:80>

....

</VirtualHost>

d.

<VirtualHost  *:*>

....

</VirtualHost>


Aanchal Sikka

Avatar

Level 7

Hi @aanchal-sikka 

 

Really appreciate the time you took to go through this and gave the answers.

Thanks a lot !