Adobe AD0-E123 Adobe Experience Manager Sites Developer Professional Exam Practice Test

Page: 1 / 14
Total 50 questions
Question 1

A developer working in an AEM as a Cloud Service environment will be using Golden Master.

What is being used by this developer?



Answer : C

In the context of AEM as a Cloud Service, a 'Golden Master' typically refers to the production-ready, main branch within the Cloud Manager Git Repository. This repository is used to manage and deploy code to AEM Cloud Service environments. It is considered the source of truth for the codebase that is used to build, test, and deploy AEM applications in the cloud.


Question 2

Which two configurations will be applied if an instance starts with the run modes author, dev, and emea7 (Choose two.)



Answer : B, D

When an AEM instance starts with specified run modes, it selects configurations from the repository that match those run modes. Run modes allow for flexible management of settings and configurations across different environments. For the instance started with 'author', 'dev', and 'emea' run modes, it would apply configurations from paths that match these run modes.

Option B, /config/author.dev.emea.noldap, is correct. This path matches all three run modes specified and would, therefore, be included.

Option D, /apps/mysite/config.author.emea.dev, is also correct. This path matches the run modes and would be applied to the instance as well.

Options A and C do not match all three run modes and therefore would not be applied.


Question 3

An author wants to define a blueprint configuration to identify an existing website that will be used as the source for one or more live copy pages.

Which two structure rules must the content author follow? (Choose two.)



Answer : B, D

When defining a blueprint configuration in AEM, the content author must adhere to certain structure rules to ensure the proper functioning of the live copy mechanism. The rules include:

B) The immediate child pages of the root are language branches of the website - This structure is commonly used in AEM to organize content according to language and regional variations, allowing for more manageable and scalable content management across different locales.

D) The website should have a single page as the root - Having a single root page for a website is a standard practice in AEM as it simplifies the content hierarchy and provides a clear entry point for the site structure. This root page then serves as the source for live copies.

Options A and C are not strict requirements for a blueprint configuration. AEM does not mandate that the root of each language branch has at least two child pages or that each language page must have a country child page. These decisions are usually based on the specific content structure and organizational needs of the website.


Question 4

Which configuration on the dispatcher allows the cache of the request with an authorization header?



Answer : B

In the dispatcher configuration, to allow the caching of requests with an authorization header, the property /cacheAuthorized 'true' must be set. By default, the dispatcher does not cache responses to requests that include authorization headers to prevent private or user-specific data from being incorrectly cached and served to other users. Setting this property to true overrides the default behavior, enabling the cache to store and serve responses even for requests that contain an authorization header.


Question 5

What is the correct resource type of the configuration node?



Answer : B

In Adobe Experience Manager, the correct resource type for an OSGi configuration node is sling:OsgiConfig. This resource type is used to define nodes in the repository that represent OSGi configurations. These configurations can then be read by OSGi components within AEM to configure their behavior according to the defined properties.

Option A, cq:Configuration, is not used for OSGi configuration nodes. It might be used within the context of Context-Aware Configuration but not for defining OSGi configurations.

Option C, cq:OsgiConfig, is not a valid resource type for OSGi configurations in AEM. The correct namespace for OSGi configurations in AEM is sling, hence sling:OsgiConfig.


Question 6

The SAML Authentication Handler is disabled by default, and the developer wants to enable this handler

Which two properties must be at least one of the configured properties? (Choose two.)



Answer : A, D

To enable the SAML (Security Assertion Markup Language) Authentication Handler in Adobe Experience Manager (AEM), certain critical properties need to be configured to establish the necessary trust and communication between the Identity Provider (IdP) and the Service Provider (SP, which in this case is AEM).

A) IDPURL (Identity Provider URL) - This property is essential for configuring the SAML Authentication Handler as it specifies the URL of the Identity Provider. This URL is used by AEM to redirect authentication requests to the IdP. It is crucial for initiating the SAML SSO (Single Sign-On) process.

D) Service Provider Entity ID - This is a unique identifier for the Service Provider (AEM in this context). It is used by the Identity Provider to recognize the Service Provider. The Entity ID is a key component of the SAML assertions and is used to ensure that the SAML responses are directed to the correct entity.

B) Password of Key Store is important for securing the communication between IdP and SP by encrypting the SAML assertions, but it is not mandatory for the basic enablement of the SAML Authentication Handler.

C) Identity Provider POST URL is used in scenarios where the SAML response from the IdP is sent via HTTP POST. While it's important for the SAML configuration, the initial enablement and basic functionality of the SAML Authentication Handler primarily depend on the IdP URL and the SP Entity ID.


Question 7

What is the out-of-the-box response of the dispatcher when requesting a URL which is defined as deny in /filter setting of the dispatcher?



Answer : C

When the dispatcher encounters a URL that is defined as 'deny' in the /filter settings, the out-of-the-box response is typically a 403 Forbidden error. This HTTP status code indicates that the server understands the request but refuses to authorize it. This means the dispatcher configuration has rules set up to explicitly prevent access to certain patterns of URLs, and when such a pattern is matched, it will deny the request, resulting in a 403 response.


Page:    1 / 14   
Total 50 questions