AEM Business Practitioner Certification Exam ED0-121 Flashcards
(50 cards)
A content author want to author multiple tables across the site. The rows and columns vary for each table. What training should the business practitioner provide the content author?
A. How to use HTML components to write HTML code direct
B. How to create a custom table component
C. How to use the table pluggin that is available in the rich text editor
Answer: C
What feature is associated with AEM 6.5 Sites out-of-the-box?
A. Integrated News
B. Blog posting
C. Template Editor
Answer: C
Which natural language processing technology is available out-of-the-box in AEM for auto-text summarization?
A. Adobe Sensi
B/ CoreNLP
C. Adobe Target
Answer: A
What template component is available as part of AEM as a Cloud Service Core Components?
A. Separator
B. Title
C. Breadcrumb
Answer: C
A client is advised to use a Single Page Application for a medical facility websites. Which are two reasons that a client is being advised to use this page application?
A. It uses AEM JobManager to update content in sync
B. It relies on AJAX to load data asynchronously
C. It is rendered client-side while being primarily JavaScript driven
D. It is rendered server-side relying on Java Models and templating language.
Answer: B C
A content author wants to have the same structured content across multiple pages on a site. Which training should the AEM Business Practitioner provide the author to achieve this requirement?
A. How to use copy and paste features to duplicate content across multiple pages
B. How to create the required content whenever it is needed
C. How to use experience fragments
Answer: C
A content author has finished authoring a page and now wants to verify the authored page in publish server. Which training should the AEM Business Practitioner provide the author to achieve this requirement?
A. How to create a package in the author server and then upload and install it on a publish server
B. How to use publish page options available in page information menu
C. How to create a package in the author server and then replicate it to the publish server
Answer: B
Which container component is available as part of AEM as a Cloud Service Core Components?
A. Carousel
B. Teaser
C. Embed
Answer: A
A business team advised a client to use AEM to build a single page application. What are two benefits of using a SPA from the developers perspective? (Choose 2)
A. The developers can use project workflows to pass data from backend to frontend
B. The developers can easily use HTL with Java Sling models
C. The developers can make use of restful JSON as API
D. The developers will have a clean separate of concerns between content and presentation
Answer: C and D
A client needs to upgrade from using JSPs to HTL (formerly known as Slightly) as a front-end solution. What are two of the benefits of making this change? (Choose two)
A. Access to OSGI configurations by using easy-to-use markup text
B. Easier access to underlying Sling Models where front-end developers can create customer business logic
C. Increased security by offering out-of-the-box cross-site scripting protection
D. Better productivity of front end developers because there is no need to know kava programming language
Answer: C and D
A client want to offer products in ten different countries, and all of the sites will be created with Live Copy. Certain features will be inherited from their source so the author is able to create the site in an efficient manner.
Which two features will be inherited from the source? (Choose two)
A. Cotent
B. Running workflow data
C. OSGI Language Configuration
D. Page Properties
Answer: A and D
There is a problem with a project on AEM as a Cloud Service due to all deployment scanning restrictions that result in six false-positive code smells. Which is the fastest way to resolve the problem?
A. Suppress the warnings in the code
B. Switch to AEM On-Premise
C. Disable Code Quality scanning step on the deployment
Answer: A
An everyone group is present in a production publish environment. Which action should be taken in respect to this everyone group?
A. The everyone group should be deleted before go-live
B. The everyone group should left as it is
C. The everyone group should be denied permission on /app/<project>folder</project>
Answer: B
User A is impersonating User B and has locked a page in AEM. Which user can unlock this page?
A. User B and admin user
B. User A, User B, and Admin User
C. User A and Admin user
Answer: A
There is a business requirement where a failed AEM update on a production server should be cause automatic rollback of stage environment to make sure all environments are on the same version.”
Which version of AEM should be used to complete this task?
A. AEM as a Cloud Service
B. AEM before 6.5 version
C. AEM as a Managed Service
Answer: A
Which section of the dispatcher any file controls the behavior of permission-senstive caching?
A. /auth_checker
B. /stickyConnections
C. /allowAuthorized
Answer: A
Which cache header will prevent the file from getting cached in dispatcher?
A. response.setHeader(“Pragma: no-cache”)
B. response.setHeader(“Cache-Control: no-cache”)
C. response.setHeader(“Dispatcher”, “no-cache”)
Answer: C
There is a business need for AEM architecture that should be dynamic, with a variable number of images and auto-scalable. Which version of AEM should be used to complete this task
A. AEM On-Premise
B. AEM as a Managed Service
C. AEM as a Cloud Service
Answer: C
Which two social media networking services login option are available for AEM integration as Third-party Service? (Choose two)
A. LinkedIn
B. Instagram
C. Twitter
D. Facebook
Answer: C and D
The following permissions are on node, and aUser is part of aGroup?
-ParentNode
-acl
-ace: aUser - deny - write
-ChildNode
-acl
-ace: aGroup - allow - write
-grandChildNode
Which statement accurately describes aUser?
A. aUser can write on grandChildNode because aGroup allows write permissions on childNode node.
b. aUser cannot write on grandChildNode because aUser denies write access on parentNode
C. aUser cannot write on grandChildNode because grandChildNode doesn’t have acl defined for it
Answer: B
A non-admin user is attempting impersonation. Under which circumstance would this impersonation be successful?
A. The user has read permission on /home/users path
B. The user has read permissions on /home/wcm/impersonate path
C. The user s part of OOTB impersonator group
Answer: A
Which two email marketing solutions are available to integrate into AEM as Third-Party Services? (Choose two)
A. ExactTarget
B. Pushwoosh Connection
C. MailChimp
D. Silverpop Engage
Answer: A and D
A technical team needs to develop an AEM Demo project with a couple of requested components, just to present how AEM Touch-UI works. The end data 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?
A. AEM as a Cloud Service
B. AEM On-Premise
C. AEM 5.6.1
Answer: B
A client needs dynamic behavior in a form create by AEM Forms. Some field need to be shown or hidden depending on whether the checkbox is checked or not.
Which two method can be used to achieve this goal? (Choose two)
A. Use Java to create a sling model, write the logic there, and associate it with needed field type via cq: include
B. Use clientibs to create a JS file which implements needed functionality
C. Use the AEM Forms OSGI configuration module to input the needed functionality to a particular field
D. Use rule editor inside Adaptive Forms to author the needed functionality
Answer: B and D