What is Clut of Scope for the Pattern Detector tool, white doing at AEM upgradet
Oasi bundles exports and imports mismatch
Definitions of cx indices for corripatiteity
Backward Compatibility with the previous ARM version
Rep:user nodes compatibility in context of Gauth configuration
A developer has multiple LDAP Authentication providers. The user is not reqared to pass the
authentication test of the Authentication provider, if authentication succeeds, control is
returned to the caller, no subsequent Authentication provider down the list is executed. If
authentication fals. authentication continues down the list tof providers. What should be the
JAAS Control lag value in Apache jackrabbit Dak External Lojin Module configuration?
OPTIONAL
OMANDATCHIN
REQUIRED
SUFFICENT
What happens to the bundle when a new configuration is saved in the factory configuration?
Bundle restarts
Bundle stops
Bundle remains unaffected
Bundle uninstalls
A customer is having trouble with some search queries and provides the following
information: The logs show the following warring occurs many times: "WARN* Traversed
1000 nodes with filter Filter (query SELECT..) The Client has more than 100000 stored in
their AEM instance The client uses a custom page property to help search for pages of a
given type What should the AEM Developer do to help resolve the client's issue?
Use the Index Manager to validate the 'cqPageLucene' index is enabled
Advise the client to recognize their content by having nodes of no more than 10000 sub
nodes.
Set the reindex flag to true for node 'oak:index/cqPageLucene
Create a custom oak index for the custom page property
In which two ways cah a developer keep simple and maintainable CRX Access Control
Lists? (Choose two.)
Delete the 'everyone' group.
Use Deny statements sparingly
Assign access rights to user groups rather than users.
Assign access rights user by user.
Use Deny statements extensively
A developer needs to re-use a set of components repeatedly in experience fragments. What
is the correct approach to make this possible?
Group the components and define a logical name, and include it.
Create the component as another experience fragment, and include it.
Create the components as building block, and include it.
None of the options
A developer is trying to decide whether to use a Core Breadcrumb component or develop a
custom one. The business requirement is to have an identical Breadcrumb as the core, with
an additional icon that is not part of the Core Breadcrumb component that will be uploaded
from assets. Which decision should the developer make?
Request Adobe to modify the Core Breadcrumb component, and then use it after
modification.
Re-use the Core Breadcrumb, and then add a custom option to upload the asset.
A new custom component needs to be developed.
None of the options
When a page is published, too many [Link] the dispatcher cache are invalidated. What in
the dispatcher configuration is most likely to blame for this problem?
The level of cache invalidation is NOT appropriate for the published content model.
File globbing in the dispatcher configuration is NOT correct.
The OS file system permissions are NOT properly configured.
Sticky session are NOT configured properly, resulting in requests being delivered to the
wrong server.
A business team advised a client to use AEM to build a Single Page Application. What is the
main benefit of using a SPA, from the developer's perspective?
The developers can use project workflows to pass data from backend to frontend.
The developers will have a clean separation of concerns between content and
presentation.
○ The developers can make use of restful JSON as API.
The developers can easily use HTL with java Sling models.
A technical team needs to develop an AEM Demo project with a couple of requested
components, just . to present how AEM Touch-Ul works. The end date to finish is close, so
the development team would like to avoid writing unit tests. Which version of AEM should be
used to complete this task?
AEM as a Cloud Service
Aem On-Prem
AEM 5.6.1.
None of the options
A technical team needs to develop an AEM Demo project with a couple of requested
components, just . to present how AEM Touch-Ul works. The end date to finish is close, so
the development team would like to avoid writing unit tests. Which version of AEM should be
used to complete this task?
AEM as a Cloud Service
Aem On-Prem
AEM 5.6.1.
None of the options
There is a problem with a project on AEM as a Cloud Service due to all deployment
scanning process restrictions that result in six false-positive code smells. Which is the fastest
way to resolve this problem?
Suppress the warnings in code
Switch to AEM On-Premise
Disable Code Quality scanning step on the deployment
None of the options
Which container component is available as part of AEM as a cloud service core component?
Carousel
Teaser
Embed
Layout container
Which dependency is needed by the project if the user wants to use DS 1.4 R7 annotation.-
Bnd-maven-plugin 4.0+
Maven-bundle plugin 4.0+
Bnd-maven-plugin 3.0+
Maven-bundle plugin 3.0+
User A is impersonating User B and has locked a page in AEM. Which user can unlock this
page?
User B and admin user
User A and admin user
User A, User B, and admin user
None of the options
Which solution should be used to synchronize user permissions across AEM servers?
Maven Vault plugin
ACS Commons ACL packager
Acs Commons Authorizable Packager
User Sync Tool
How can we add Scheduler in a service class?.
By using @Designate Annotation
By using @Property Annotation
By using @Scheduler Annotation
By using @Reference Annotation
Riya wants to executé a servlet that is connected to a page component. How can this be
achieved?
ServletA must extends SlingAllMethodServlet class.
ServletA must be the only servlet connected to the page component.
ServletA must define a selector in @SlingResourceType annotation.
There is no way to execute a specific servlet if more than one serviet is connected to the
component.
Periodically, a service component collects data from an external REST interface and stores it
in JCR. - One OSGi service property is used to configure the REST endpoint. There are two
URLs: one for the production environment (runmode prod), and another for every other
environment. The OSGi service should be configured in what way?
Underneath/config//settings, create the sub folders config and [Link] and a file with the
name .config each and list the properties as key value pairs in there.
Underneath/apps/, create the sub folders config and [Link] and a file with the name
config each and list the properties as key value pairs in there.(
Underneath/config//settings, create the sub folders [Link] and [Link] and a file
with the name .config each and list the properties as key value pairs in there.
Underneath/apps//settings, create the sub folders global and prod and node with
name .conf each and configure the properties via node properties.
A developer is creating a custom component on the page /[Link] that needs to list
all the titles of the blogs pages under/content/blogs. How does this component get the list of
child pages?
Instantiate a node object with [Link](/content/blogs) and then iterate through the
child nodes and print the title for each
Use [Link]("/content/blogs") of the static PageManager class to
instantiate a Page object and then iterate through the
child pages and print the title for each.
Use the QueryDebugger to look for all children of/content/blogs and then iterate through the
result set and print the title for each
Adapt the resourceResolver to the PageManager service, then use the
getPage(/content/blogs) to instantiate a Page object and then iterate through the child pages
and print the title for each.
Which two AEM roles actively uses the style system feature inside of AEM? (Choose 2)
Developer
Administrator
Page Author
Template Author
Which property of the @Model annotation is necessary to get model status inside the sling
model status console?
adaptables
resourcetype
adapters
Odefaultinjection Strategy