my example 123

अब Quizwiz के साथ अपने होमवर्क और परीक्षाओं को एस करें!

An AEM application requires LDAP Service integration to synchronize users/groups. Which two OSGI configuration are required for LDAP integration in AEM?(Choose Two). A. Apache Jackrabbit Oak Solr server provider B. Apache Jackrabbit Oak External Login Module C. Apache Jackrabbit Oak AuthorizableActionProvider D. Apache Jackrabbit Oak CUG Configuration E. Apache Jackrabbit Oak Default Sync Handler

A. Apache Jackrabbit Oak Solr server provider E. Apache Jackrabbit Oak Default Sync Handler

Two methods used to update cache? A. Auto-invalidation on dispatcher B. Content update C. Restart publish instance D. Restart author instance

A. Auto-invalidation on dispatcher B. Content update

What type of configuration can be created in OSGI configuration manager? A. Bundles Configurations B. Service configuration C. Run modes configuration D. Components Configurations

A. Bundles Configurations

Which configuration/section should be used to resolve the domain name by dispatcher? A. Configuration in vhosts file B. Configuration in httpd.conf C. Configuration in filter.any D. Configuration in DNS

A. Configuration in vhosts file

Which two approaches for deploying AEM create an active-active cluster for the AEM author environment? Choose 2 A. Oak Cluster with MongoMK Failover Across Multiple Datacenters B. TarMK Farm C. Oak Cluster with MongoMKK failover for High Availability in a single datacenter D. TarMK Cold Standby

A. Oak Cluster with MongoMK Failover Across Multiple Datacenters C. Oak Cluster with MongoMKK failover for High Availability in a single datacenter

Which service is used in aem to control how its instance interact with topology while running? A. Offloading Service B. Web console service

A. Offloading Service

An AEM application must process a high volume of content ingestion on the author server. What is a key factor to optimize a design for overall performance gain for implementing workflows? A. Use Transient workflows B. Use schedulers to run the workflow only on weekends C. Run Garbage collection every time content ingestion occurs D. Allocate more RAM for the content ingestion up front.

A. Use Transient workflows

In AEM, one needs a feature to able to explicitly clear dispatcher resources. Which method is preferred? A. Use replication API with flush agent B. Create Servlet, which makes HTTP request to dispatcher C. Enable explicit cache invalidation feature in cloud manager

A. Use replication API with flush agent

What will you see at maintenance screen on this: http://localhost:4502/libs/granite/operations/content/maintenance.html A. Quarterly B. Daily C Monthly

B. Daily

An instance of AEM has been upgraded from 5.6 to 6.0 and then 6.5. Which three OSGi configurations are needed to integrate LDAP with this upgraded instance of AEM? Choose 3 A. SSL Certificate B. LDAP IDP C. External Login Module D. Sync Handler E. Authentication Handler

B. LDAP IDP C. External Login Module D. Sync Handler

While using the custom workflow model on multiple assets/pages, workflow instance is getting started for each asset/page. Which property can be enabled to start a single workflow instance if multiple assets/pages are subjected? A. Multi-resource helper B. Multi-resource support C. Transient workflow

B. Multi-resource support

An AEM application must be highly available and scalable in distributed geographical scenario. Which approach should be used to meet the requirement? A. Oak Cluster with MongoMK Failover in a Single Datacenter B. Oak Cluster with MongoMK Failover Across Multiple Datacenters C. TarMK Cold Standby D. TarMK Farm

B. Oak Cluster with MongoMK Failover Across Multiple Datacenters

A developer wants to extend a core component so what property that developer has to use? A. Sling:resourceType B. Sling:resourceSuperType

B. Sling:resourceSuperType

The SAML 2.0 Authentication Handler is disabled by default. You must set at least one of the following properties in order to enable the handler? Choose 2 A. Path B. The Service Provider Entity ID C. The Identity Provider POST URL

B. The Service Provider Entity ID C. The Identity Provider POST URL

An AEM Developer is creating a custom component and wants to sort a list of images within the component. The developer also wants to sort list of values later using the same keyword. Which missing word will finish the code block necessary to perform this task? The same word goes in both empty slots. public class ImageList implements Image { @ValueMapValue private List images; @Override public List getImages(){ if(images != null){ ________.sort(images); return new ArrayList(images); }else { return _______.emptyList(); } } } A. Sort B. ArrayList C. Collections D. Array

C. Collections

Which offload related service is used by each aem instance to connect with aem topology connector? A. Cluster service B. Topology connector service C. Discovery service

C. Discovery service

A developer wants to create a index with multiple properties and it needs to be updated asynchronously. A. Ordered B. Ordered C. Lucene

C. Lucene

A developer wants a custom component that has functionality of core component so what component he needs to create? A. Custom Component B. Core Component C. Proxy Component

C. Proxy Component

For each CRX node in the hierarchy, which actions can be configured using the user admin interface? A. Read, Write, Read ACL, Edit ACL, Replicate B. Read, Modify, Create, Delete, Read ACL, Edit ACL C. Read, Modify, Create, Delete, Read ACL, Edit ACL, Replicate D. Read, Write, Delete, Edit ACL, Replicate

C. Read, Modify, Create, Delete, Read ACL, Edit ACL, Replicate

What a developer must use to use jcr:property in java variable? A. Crx De B. HTL C. Sling Model

C. Sling Model

From which AEM web console should a developer access and download full AEM log files? A. OSGI > Sling log service B. Web Console > System information C. Status > Log files D. AEM > Log files

C. Status > Log files

An AEM Developer receives requirements for Sling Models in a human-readable yaml format. A custom application needs to be built. The dependency is as shown: A. 1 Create OSGI models to export as yaml. 2. configure mime type in apache sling servlet/Script Resolver and Error Handler. B. 1. Create OSGI models to export as yaml. 2. Configure mime type in Apache Sling MIME Type Service C. 1. Create Sling models to export as yaml. 2. Configure mime type in Apache Sling Referrer Filter. D. 1. Create Sling models to export as yaml. 2. Configure mime type in Apache Sling MIME type service.

D. 1. Create Sling models to export as yaml. 2. Configure mime type in Apache Sling MIME type service.

For a default installation of AEM, on which port does the Author instance run? A. 4503 B. 8080 C. 80 D. 4502

D. 4502

A developer is using sling context-aware configuration trying to get the configuration resource using: @Reference Private configurationResourceResolver cfgResourceResolver; confResource = cfgResourceResolver.getResource(resource, Bucket_NAME, CONFIG_NAME); This works as intended in author and in publish when logged in to publish as admin. However this gives a null when run as anonymous. A. Apply write permissions to anonymous user for /conf directory B. Apply read permissions to anonymous user for /content directory C. Apply read permissions to anonymous user for /etc directory D. Apply read permissions to anonymous user for /conf directory

D. Apply read permissions to anonymous user for /conf directory

A developer creates Editable Templates based on a custom Page component. The developer wants to leverage the style system within the editable templates to allow authors to switch between the Dark and Light Theme. The style system dialog is NOT enabled for the site. What should the developer do to resolve this issue? A. Set the sling:resourceSuperType property to core/wcm/components/page/v2/page on the Page component B. Define style definitions using page policy dialog on editable template C. Create a new dialog for the custom page components D. Create two new client libraries with a dark and light theme and map them to the page component

D. Create two new client libraries with a dark and light theme and map them to the page component

A developer needs to map a React image component to a corresponding AEM image component. What code should hte developer use? A. RefTo('wknd-spa-react/components/image')(Image, ImageEditConfig); B. MapTo(Image, ImageEditConfig)('wknd-spa-react/components/image'); C. RefTo(Image, ImageEditConfig)('wknd-spa-react/components/image'); D. MapTo('wknd-spa-react/components/image')(Image, ImageEditConfig);

D. MapTo('wknd-spa-react/components/image')(Image, ImageEditConfig);

Where a developer needs to write the business logic in java? A. Ui.config B. Ui.apps C. Core D. The correct answer - models?

D. The correct answer - models?

An AEM Developer creates a custom OAK index for /content/mywebsite under /oak:index node. While testing the live site. It is found that the index is not being applied to any query within the website. Default Lucene indexes with high cost are being picked up by the AEM. What is the most likely of the issue? A. The custom OAK lucene index is missing evaluatePathRestrictions property and includedPaths property B. The Custom OAK lucene index is missing evaluatePathRestrictions property and queryPaths property C. The Custom Oak Lucene index must include boost property to rank it higher than default Lucene index D. The custom OAK Lucene index must be replaced with OAK Lucene Property index

D. The custom Oak Lucene index must be replaced with OAK Lucene Property Index

A new AEM developer is trying to display a page heading and needs to know the proper syntax for accessing the property of a variable as there this method will be used to ultimately display several page elements. Which two code examples show the correct syntax for accessing a property of a variable in AEM? Choose 2 A. ${page.heading} B. ${page['heading']} C. ${page{'heading'}} D. ${page[heading]}

A. ${page.heading} B. ${page['heading']}

An AEM developer is in the process of creating a custom component to display information on images within an app called snow, specifically name, size, and date taken. A folder has been created in the ui.apps module under /apps/snow/components. The folder is named custom-component. Which file needs to be created to hold the component definition? A. .context.xml B. .sno.xml C. .definition.xml D. .image.xml

A. .context.xml

A new AEM developer wants to create a workflow model programmatically. The developer wants to create a folder called workflowdrafts in the correct folder within AEM. What does the complete path to the model look like? A. /var/workflow/models/workflowdrafts B. /var/models/workflowdrafts C. /var/workflow/workflowdrafts D. /var/packages/workflow/models/workflowdrafts

A. /var/workflow/models/workflowdrafts

A develoepr has built a dropdown containing each of the fifty U.S. States as a static option. The dialog node is called states. A new requirement is asking to use that same dropdown in another components dialog. Which method would be a more modular approach to the solution? A. 1. Extrapolate out the States node to a more generic location. 2. Use granite: include in both components to bring in only what is needed B. copy and paste only the options from the old component to the new one. C. 1. Extrapolate out the states node to a more generic location. 2. Set that new location as the resourceSuperType. D. Copy paste the entire state node from the old component to the new one.

A. 1. Extrapolate out the States node to a more generic location. 2. Use granite: include in both components to bring in only what is needed

A developer is viewing this JSON code for a text component in AEM: { "text": " Sample text" , "rich text": true, "type": "core/wcm/components/text/v2/text" Which property value is used to map a SPA component to an AEM component A. :type B. :spa C. Text D. richText

A. :type

Users have requested on an AEM-based website to have the ability to sign in to the site using their social media accounts. Which authentication handler must be enabled to accomplish this task? A. Adobe Granite OAuth Authentication Handler B. AEM Communities Social OAuth Provider C. AEM Platform Authentication Handler D. Adobe Granite SSO Authentication Handler

A. Adobe Granite OAuth Authentication Handler

An AEM developer needs to create a log file for the project. Which next step should the developer take? A. Create a log file under /apps/myproject/configuration... specific runmode folders B. Ask AMS/DevOps for admin access to create a log file via console C. Create a log file under /libs/system/configuration... specific runmode folders D. Create a log file under /apps/system/configuration.... specific runmode folders

A. Create a log file under /apps/myproject/configuration... specific runmode folders

A developer has built a SPA in React and needs to get it ready for a migration to AEM. Which tasks does the developer need to perform to get the SPA ready for the migration? Choose 3 A. Create an AEM component for each JS component B. Use the AEM SDK container to place components on the screen C. Agree on components and their JSON model D. Implement each components render() method E. Make their JS components Modular

A. Create an AEM component for each JS component B. Use the AEM SDK container to place components on the screen E. Make their JS components Modular

AMS recommends a team to upgrade AEM servers with in-place upgrade because the existing version has reached EOL. What are two disadvantages of performing an in-place Upgrade to the latest version of AEM? (Choose two) A. Depending on the version difference between the old and new isntances, the upgrade can be a long and arduous process. B. ACLs, users and groups are lost C. Content migration is required. D. Content revision history is not perserved. E. Complex developers setup and automation of the upgrade process

A. Depending on the version difference between the old and new isntances, the upgrade can be a long and arduous process. E. Complex developers setup and automation of the upgrade process

Which of the following is included in the service pack release notes? Choose 2 A. Deprecated features B. Known issues C. Jar file download link

A. Deprecated features B. Known issues

An AEM developer wants to allow non-develoeprs to work with pipelines within AEM as a Cloud Service. The developer wants to use an existing environment type and the environment can only involved non-production pipelines. Which AEM Environment type is associated strictly with non-production pipelines within AEM as a Cloud Service? A. Development B. Production C. Stage D. Testing

A. Development

A developer is in teh Environments area of an AEM instance and can access teh Developer Console for all version of the instance. A user wants to run some tests within a Developer Console. The company has a strict policy against allowing non-developers to be in the Developer Console within a production, stage , or development environment. What should be set up to allow the user to use the Developer Console? A. Ensure the user has access to the Cloud Manager Sandbox Program B. Set up a new test AEM environment C. Make the user an administrator D. Set up a test sandbox instance

A. Ensure the user has access to the Cloud Manager Sandbox Program

What is the file store used for Networking File Storage(NFS)? A. File Data Store B. S3 Data Storage C. Content Repository

A. File Data Store

A developer needs to create various content fragments depending on some dynamic names by writing Java code. Which code should be used to create a new content fragment? A. FragmentTemplate.createFragment() B. resource.createFragment C. adaptTo(Fragment.class)

A. FragmentTemplate.createFragment()

A developer need to export experience fragment to adobe Target then what should be the format for exported experience fragment? A. HTML & JSON both B. JSON C. XML D. HTML

A. HTML & JSON both

A developer wants to write and run UI tests directly in a web browser. Which testing library should the developer use? A. Hobbes.js B. Angular.js C. Bobcat.js D. React.js

A. Hobbes.js

What is the default value for AC Handling when creating packages? A. Ignore B. Merge C. MergePreserve D. Overwrite

A. Ignore

Author wants to define blueprint configuration to identify existing website that will be used as a source for other pages. Which 2 rules must content author follow? A. Immediate child page of root are language branches of website. B. The root of each language has at least 2 child pages C. Each language page must have a country child page D. The website should have a single page as root.

A. Immediate child page of root are language branches of website. D. The website should have a single page as root.

An AEM implementation, version 6 has custom Login Modules. A group wants to upgrade the implementation to 6.5 What needs to be done with the custom login modules? A. Nothing B. The LoginModule parameter needs to be added to the custom module C. the custom modules need to be disable and then recreated after the upgrade D. The custom modules need to be deleted and then recreated after the upgrade

A. Nothing

While configuring Content Fragment Component author has selected Display Mode as "Single Text element". This enables the selection of one Multi-Line text element and enables paragraph control options. Which two properties will now determine the resulting paragraph system? choose 2 A. Paragraph range B. Paragraph scope C. Paragraph title/paragraph heading D. Paragraph description

A. Paragraph range B. Paragraph scope

A project has a transient workflow. But a specific step defeats the purpose of making workflow to transient. Create a sling job to proceed further and generates error messages in log files. To make it better which step must be removed? A. Process Step B. Participant Step C. Container Step

A. Process Step

An instance of AEM has been upgraded to version 6.5. With the upgrade which testing framework is being recommended as the testing framework for that version and beyond? A. Selenium automation B. Mocha.js C. React.js D. Bobcat.js

A. Selenium automation

A developer has a requirement of custom component which needs whole core component functionality but only one tab is not required . So which property can be used for this purpose? A. Sling:hideResource B. Sling:orderBefore

A. Sling:hideResource

Select * from [nt:base] as s where s.status="some value" What should be the property of index. Choose 2 A. Status node with propertyIndex value as true B. Aggregates C. Status node with propertyIndex value as false D. Index Rule

A. Status node with propertyIndex value as true D. Index Rule

A new developer changes a workflow after it has been run for the first time. However, upon testing the workflow, the changes are not reflected when the workflow runs. What is the most likely cause of this problem? A. The Sync was not triggered in the workflow model B. A new version of the runtime version was not saved C. The runtime version of the workflow was not updated D. The workflow needs to be debugged first

A. The Sync was not triggered in the workflow model

Which option should be used to synchronize user data across publish servers in a publish farm? A. Using Sling distribution B. using Vault plugin C. Using CURL D. Replication Agents

A. Using Sling distribution

A development team wants to use the recommended language for the oak query engine. This team wants to also avoid using the deprecated language for the Oak query engine and cannot use JQOM for the current project. Which languages should be used? Choose 2 A. Xpath B. XML C. SQL-2 D. SQL

A. Xpath C. SQL-2

Frontend developer working on an aem SPA is not able to see property that should be exposed in component added to page. Which option would give information if required property is exposed by sling model? A. [homepage-path]/model.json B. [homepage-path]/sling.json C. [homepage-path]/sling-model.json

A. [homepage-path]/model.json

AEM SPA's PageModelManager leverages the JSON MODEL EXPORTER. Which two meta field are exposed through the exporter?(Choose Two) A. children B. resource C. length D. parent E. type

A. children E. type

An AEM developer wnats to load CSS files of a client library into a webpage. The developer has completed mostof the code but does not know what to put in teh missing space. Which code should fill the missing space in this code example? <head><!-- HTML meta-data --> <sly ______ = "${clientlib.css @ categories='myCategory' } /> A. data-sly-call B. data-sly-get C. data-sly D. data-sly-use

A. data-sly-call

Which file is the default file to store the Dispatcher configuration? A. dispatcher.any B. dispatcher.xml C. dispatcher.yaml D. dispatcher.config

A. dispatcher.any

Which URI should be used to configure a Flush agent for a dispatcher listening on port 8080? A. http://<dispatcherHost>:8080/dispatcher/invalidate.cache B. http://<dispatcherHost>:8080/cache.invalidate C. http://<dispatcherHost>:8080/dispatcher/cache.invalidate D. http://<dispatcherHost>:8080/invalidate.cache

A. http://<dispatcherHost>:8080/dispatcher/invalidate.cache

Source and brand are added in the ignoreParamUrl. So which url will be cached? /ignoreParamUrl { { /glob"*" /type "deny"} { /glob "source" /type "allow" } { /glob "brand" /type "allow" } } A. url?source=value B. url?source=value&brand=value2&param=value3 C. url?source=value&param=value3

A. url?source=value

When setting up filters for an AEM instance, which should be the first filter in the dispatcher.any file if best practices are followed? A. { /type "deny" /glob "*" } B. { /type "allow" /all "*" } C. { /type "allow" /glob "*" } D. { /type "deny" /all"*" }

A. { /type "deny" /glob "*" }

An AEM developer sets an arguments variable myVariable to be consumed by workflow process in the same workflow definition A. //GET myVariable from HistoryItem object List <HistoryItem>history = workflowSession.getHistory(workItem.getWorkflow()); B. //GET myVariable from args String args = metaDataMap.get("PROCESS_ARGS", String.class); C. //GET myVariable directly from MetaDataMap String myVariable = workItem.getMetaDataMap().get("myVariable"); D. //GET myVariable from WorkflowData String myVariable = workItem.getWorkflowData.getPayload90.toString();

B. //GET myVariable from args String args = metaDataMap.get("PROCESS_ARGS", String.class);

Which URI should be used to configure a flush agent for port 80 on a local testing server? A. //localhost:80/dispatcher/invalidate.flush B. //localhost:80/dispatcher/invalidate.cache C. //localhost:80/dispatcher/validate.cache D. //localhost:80/dispatcher/validate.flush

B. //localhost:80/dispatcher/invalidate.cache

What will be the default response of dispatcher if it is deny for some url in /filter property? A. 400 B. 404 C. 403

B. 404

A developer wants to replace element name of host element with titleLevel property of model in HTL. What should be the HTL for the same. A. <data-sly-use.element=${titleLevel"></div> B. <data-sly-element=${titleLevel" @context='something'></div> C. <data-sly-attribute=${titleLevel"></div>

B. <data-sly-element=${titleLevel" @context='something'></div>

What is packageType for immutable code packages in maven project? A. <packageType>content</packageType> B. <packageType>application</packageType> C. <packageType>container</packageType>

B. <packageType>application</packageType>

A developer has the BylineImplTest.java file opena dn needs to create an AEM context for setting up a test involving mock data. Which line of code should be added above the code to declare the BylineImpTest class? A. @ExtendWith(AemContent.class) B. @ExtendWith(AemContextExtension.class) C. @ExtendWith(AemExtension.class) D. @ExtendWith(AemContext.class)

B. @ExtendWith(AemContextExtension.class)

What will be the correct syntax for getting request attribute in sling model?(choose 2) A. @Inject(name= testParam) B. @Inject @Source(request-attributes) @Named("testParam") C. @RequestAttribute("testParam")

B. @Inject @Source(request-attributes) @Named("testParam") C. @RequestAttribute("testParam")

Which solution should be used to synchronize user permissions across AEM servers? A. Maven Vault plugin B. ACS Commons ACL packager C. ACS Commons Authorizable Packager D. User Sync Tool

B. ACS Commons ACL packager

A business wants to save time when doing an in-place upgrade of an AEM instance. To meet this requirement, when should Oak indexes be reindexed in relation to the upgrade itself? A. During B. Before C. The indexes should be rebuilt instead of upgraded D. After

B. Before

A customer needs to store approximately 200 raw data items from REST API and display each item as an AEM page. A draft page template exists. Which Method should be used to meet this requirement? A. Create Experience fragments by binding the data for each item using the draft page template and custom data retrieval logic B. Build a segment using data from REST API call C. Create content fragments by binding the data for each item using the draft page template and custom data retrieval logic D. Create pages by binding the data for each item using the draft page template and custom data retrieval logic

B. Build a segment using data from REST API call

AS per latest AEM archetype what are two primary purpose of the it:launcher module(Choose Two) A. Bundle all Hobbes tests for automating UI tests B. Bundle up the code that deploys ui.tests to the server C. Hold all mock data used for Junit testing D. Trigger remote Junit execution E. Package up JUNit tests that will later be executed server-side

B. Bundle up the code that deploys ui.tests to the server D. Trigger remote Junit execution

A developer is starting an aem instance every time in the debug mode by providing JVM parameter in the console. The author needs to automate this process to avoid adding JVM parameters at every start of an AEM instance. How would developer achieve this goal? A. By adding JVM parameters to the [runMode] / crxquickstart/conf/quickstart.properties B. By adding JVM parameters to the start script C. by adding the OSGI configuration AEM-start to true

B. By adding JVM parameters to the start script

A project requires sharing information between SPA components. Which is the least complex approach to achieve that objective? A. Utilize model props to drill down and access or set the state on desired components. B. Centralize the logic and broadcast to the necessary components. C. Customize and extend the container components to leverage the object hierarchy D. Implement a state library in order to share component states

B. Centralize the logic and broadcast to the necessary components.

A content author will use live copies on aem. Which 2 factors he need to consider? A. When inheritance is re-enabled, page is auto sync with source B. Changes done locally to a component which is marked as container will not be overwritten C. If component is marked as container, cancellation and suspend actions dont apply for child comp D. When reverting a canceled inheritance on a paragraph system the order of components will be changed

B. Changes done locally to a component which is marked as container will not be overwritten C. If component is marked as container, cancellation adn suspend actions dont apply for child comp

A developer needs to create a new component called "Component A". Component A must show a list of other components that all have a resource type of existing "Component B". Component A must render this list of tiles for each Component B where the tile rendering is different from the default one. The list of rendered tiles must be reusable by future new components. How should the developer implement this functionality? A. Component A overlays Component B and overwrites the base renderer to facilitate the tiles B. Create a script for tile rendering in Component B and use data-sly-resource attribute with Sling selector in Component A to render the tile C. Component A calls the HTL of Component B directly using a data-sly-include attribute D. Component A inherits from Component B and overwrites the base renderer to facilitate the tiles

B. Create a script for tile rendering in Component B and use data-sly-resource attribute with Sling selector in Component A to render the tile

A custom application contains Bundle A and Bundle B. Bundle A has a dependency to Bundle B via Import-Package. How can both bundles be deployed most efficiently across all the environments? A. Use the Felix Web Console to uplaod the bundle in the correct order B. Embed both bundles in one content package the dependency via import-package is enough to ensure correct installation C. Create one content package per bundle and use a package dependency to ensure installation order D. Embed both bundles in one content package and user property 'installationOrder' in package properties for correct bundle installation order

B. Embed both bundles in one content package the dependency via import-package is enough to ensure correct installation

A developer wants to send SAML Authentication request to a specific url of a system entity that creates, manages and updates identity information. Which property of SAML Authentication Handler configuration must be configured with this url? A. Default Redirect B. Identity provider url C. Path

B. Identity provider url

An AEM website needs its content delivered as JSON with headless endpoints. Which two characteristics of development fit under the mold of a headless model for development? Choose 2 A. Content is delivered via AEM components B. Styling happens outside the AEM platform C. SPAs can be a destination for AEM content D. Content is only delivered through HTML files

B. Styling happens outside the AEM platform C. SPAs can be a destination for AEM content

To overwrite OSGi Configurations where a developer must write the code in codebase? A. Core B. Ui.apps C. Ui.content

B. Ui.apps

While doing an in-place AEM upgrade, the developer observes an issue in the server logs where all are active excerpts for the ACS Commons bundle which is incompatible due to old versions. What should the developer do to resolve this issue? A. Drop the new package under path crx-quickstart/isntall and restart B. Update the plugin in pom.xml C. Install the new jar using the package manager on the old environment D. Ask to Admin credentials and install the new bundle in felix console

B. Update the plugin in pom.xml

A developer wants to extend AEM Core Components to create a custom Carousel Component. How should the developer extend the Core Components? A. Make changes to the original component and assign a component group B. Use the sling:resourceSuperType property to point to the core component C. Copy the Core Carousel component to /apps/ folder D. Use the sling:resourceType property to point to the core component

B. Use the sling:resourceSuperType property to point to the core component

Which front-end development workflow tool allows a developer to style and develop a site based on static output of AEM webpages within the ui.frontend module? A. Client library Generation B. Webpack Static Development Server C. Storybook D. OSGi services

B. Webpack Static Development Server

How to get metadata of workflow by using java snippet? A. WofklowDataMap wfd = workflowItem.getMetaDataMap(); wfd.Put(key, Value); B. WofklowDataMap wfd = workflowItem.getWorkflow().getWorkflowData().getMetaDataMap() wfd.Put(key, value); C. WorkflowDataMap wfd = workflowitem.getWorkFlow().getMetaDataMap() wfd.Put(key, Value);

B. WofklowDataMap wfd = workflowItem.getWorkflow().getWorkflowData().getMetaDataMap() wfd.Put(key, value);

A team developing components and templates for multiple authoring groups wants to make sure authors from one brand do not see components and template from a differetn brand. Which two sets of properties should be utilized for ensuring authors only see templates in their respective brands? Choose 2 A. vanityURL B. allowedPaths C. templateGroup D. componentGroup

B. allowedPaths

What should we set for debug log for SAML? A. com.adobe.sling.auth.saml B. com.adobe.granite.auth.saml C. com.adobe.granite.debug.auth.saml

B. com.adobe.granite.auth.saml

A folder was created as a configuration folder for the authoring environment within an instance of AEM. How should this folder be named? A. config B. config.author C. author.config D. config.authoring

B. config.author

An AEM developer wnats to display a title using HTL if the title exists. The developer may want to add code later to display an element if there are no child pages or base an element display on the existence of a property. The developer needs to know what the missing element is in this code, which can be used to satisfy any of the aforementioned conditions, this one to display a title using HTL if the title exists: <h1 ______ ="${properties.jcr:title}" ${properties.jcr:title} </h1> A. if-exists B. data-sly-test C. if-present D. data-sly

B. data-sly-test

What is the plugin name used to clean the target folder? A. clean-plugin B. maven-clean-plugin C. mvn-clear-plugin

B. maven-clean-plugin

What needs to be run to produce the clientlib-site and clientlib-dependencies client libraries into the ui.apps back-end module? A. npm clean install -PautoInstallPackage B. npm run dev C. mvn run dev D. mvn clean install -PautoInstallPackage

B. npm run dev

An AEM developer has created a custom component and wnats to start using it on a page within a local AEM instance. The developer currently has no means by which to add the component to the page or any other page within the instance. What does the developer need to run to deploy the code to the instance? A. $mvn update install -PautoInstallSinglePackage B. $mvn update -PautoInstallSinglePackage C. $mvn clean install -PautoInstallSinglePackage D. $mvn install -PautoInstallSinglePackage

C. $mvn clean install -PautoInstallSinglePackage

A developer needs to remove selectors from this url 'path/page/woo.foo.html' so what should be the syntax? choose 2 A. ${'path/page.woo.foo.html' @removeSelectors{"foo", "bar", "woo"}} B. ${'path/page.woo.foo.html' @removeSelectors["foo, bar"}} C. ${'path/page.woo.foo.html' @selectors="" } D. ${'path/page.woo.foo.html' @selectors}

C. ${'path/page.woo.foo.html' @selectors="" } D. ${'path/page.woo.foo.html' @selectors}

Which of the following two configuration will be applied when the instance will be started having runmodes author, dev, emea? A. /apps/*/config.author.dev.emea.ldap B. /apps/*/config.publish C. /apps/*/config.author.emea.dev D. /apps/*/config.author

C. /apps/*/config.author.emea.dev D. /apps/*/config.author

AEM supports traditional, Headless and Hybrid delivery capabilities in various ways. Which of the following are the tools enabling Omnichannel experience capabilities in AEM? A. 1. Sling Modal Exporter for Content Fragments and Experience Fragments 2. AEM Assets HTTP API 3. Content Servicess B.1. Sling Modal Exporter for Content Fragments and Experience Fragments 2. AEM Assets HTTP API 3. GraphsQL API for content fragments and experience fragments C. 1. AEM Assets HTTP API 2. GraphsQL API for content Fragments and Experience fragments 3. Content Services D. 1. Sling Modal exporter for content fragments and experience fragments 2. GraphsQL API for Content Fragements and Experience Fragments 3. Content Services

C. 1. AEM Assets HTTP API 2. GraphsQL API for content Fragments and Experience fragments 3. Content Services

Which property of maven is used to build an aem project with specific version? A. <version> B. <packageVersion> C. <aemVersion>

C. <aemVersion>

A client has asked to share an HTML version of test coverage report for the AEM project. What plugin should the AEM developer use to generate test coverage report using latest archetype? A. <plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-checkstyle-plugin</artifactId>....</plugin> B. <plugin><groupId>org.codehaus.mojo</groupId><artifactId>selenium-maven-plugin</artifactId>....</plugin> C. <plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-surefire-plugin</artifactId>....</plugin> A. <plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-pmd-plugin</artifactId>....</plugin>

C. <plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-surefire-plugin</artifactId>....</plugin>

Where we can define global properties for the project? A. <properties></properties in core pom B. <properties></properties in all module C. <properties></properties in parent pom

C. <properties></properties in parent pom

A developer needs to use AEM core components in prod without need to download and install core component. Which aem version would be used? A. Adobe managed services B. Version 6.3 C. AEM as a cloud service

C. AEM as a cloud service

A developer wnats to change the log level for a custom API. Which OSGi configuration should the developer modify? A. Adobe Granite Log Analysis Service B. Apache Sling Logging Writer Configuration C. Apache Sling Logging Configuration D. Apache Sling Log Tracker Service

C. Apache Sling Logging Configuration

What is out of Scope for the Pattern Detection tool, while doing an AEM upgrade? A. OSGI bundles exports and imports mismatch B. Definitions of Oak indices for compatibility C. Backward Compatibility with the previous AEM Version D. Re:User nodes compatibility(in context of OAuth configuration)

C. Backward Compatibility with the previous AEM Version

A developer wants to add a list of IP addresses to be allowed in teh Author version of an app. The developer navigates to teh Environments screen but does not have access to the IP Allow Lists area. The same problem exists when the developer navigates to the Publish version of the app. Which roles are eligible to add an IP Allow List? Choose 2 A. Site Administrator B. List Manager C. Business Owner D. Deployment Manager

C. Business Owner D. Deployment Manager

An AEM administrator navigates to teh Reports area in an AEM instance. The administrator wants to know how long it is taking people to reach teh AEM or Dispatcher port and wants to be able to do so for both Author and Publish instances. In the System Monitoring area of AEM, which metric represents the response time to access the AEM or Dispatcher port? A. Replication Agent B. Port Speed C. CQ Port Check D. Port Bandwidth

C. CQ Port Check

A developer needs to make template T available as a child page of page P. The developer has determined that: Template T matches cq:allowedTemplates property on page P. Template T has no atlowedPaths Property set. Template T is not in the same application as page P. The template of page P has no match on teh allowedParents property of template T. Template T has no match on the allowedTemplate property on the temlate of page P. What should the developer change? A. Make Page P match allowedPaths property of template T. B. Make the allowedParents property of template T match the template of page P. C. Clear teh allowedParents property of template T. D. Migrate template T to the same application as Page P.

C. Clear teh allowedParents property of template T.

An AEM developer is in teh process of creating a custom component. The developer needs to know which interface to implement for the Sling Model to automatically be recognized by teh JSON model API. Indicate which interface is needed in the missing code to complete this code. public interface CustomComponent extends{ public String getMessage(); } A. Exporter B. ComponentControl C. ComponentExporter D. ExporterType

C. ComponentExporter

Author has OSGI component; @Component(service =Servlet.class, property = { ServletResolverConstants.SLING_SERVLET_PATHS+ ".....something" ServletResolverConstants.SLING_SERVLET_METHODS+ "something..."}) public class SomeServlet {...} How can author use Apache felix web console to disable servlet? A. Bundle Resource provider tab > Check OSGi component is listed > click disable B. Service tab > Check OSGI component is listed > click disable C. Compontent tab > Check OSGi component is listed > click Disable

C. Compontent tab > Check OSGi component is listed > click Disable

Two development teams are using versions 2.0 and 2.1 of a project library the latter being a recent upgrade to 2.1. One of the development teams notices the project is now not functioning. What is the best solution for this problem? A. Make the APIs match in each version of a project B. Declare dependencies across projects C. Make the projects children of one parent project D. Break the dependencies between the two projects

C. Make the projects children of one parent project

An AEM server is overloaded with too many concurrently running workflows. The developer decides to reduce the number of concurrent workflows. What should be configured to reduce the number of concurrent workflows? A. The number of threads in scheduler B. The number of threads in Apache Felix Jetty Http Service C. Maximum parallel jobs in OSGI console D. Launchers for each wokflow

C. Maximum parallel jobs in OSGI console

A developer is working on AEM as a cloud so what is the golden master? A. Cloud Manager with github repo B. Content repository C. Publish Node

C. Publish Node

Which configuration takes precedence at runtime, When mmultiple configurations exist in AEM? A. Any .config files from /crx-quickstart/launchpad/config/.... on the local B. Configuration that exist in the web console C. Repository nodes under /apps/*/config D. Repository nodes with type sling:OsgiConfig under /libs/*/config

C. Repository nodes under /apps/*/config

Which log file we must check for the response for each request together related to AEM instance? A. Debug Log B. Stout log C. Request log

C. Request log

An AEM application msut implement user testing using AEM Mocks. Which two service does the Class AemContext provide developers access to? (Choose two) A. Session B. FlushAgent C. TagManager D.WorkflowSession E. ModelFactory

C. TagManager E. ModelFactory

When configuring a logger for SAML, which value is needed for the Logger property? A. com.adobe.sling.auth.saml B. logs/saml.log C. com.adobe.granite.auth.saml D. Debug

C. com.adobe.granite.auth.saml

A developer must create a workflow step that assigns a 'WorkItem' to the appropriate person based on who has the least amount of work to do. The group that must perform the action is configured into the workflow. Which non-deprecated interface should the Java implementation class use to perform the assignment? A. com.day.cq.workflow.exec.ParticipantChooser B. com.day.cq.workflow.exec.WorkItem C. com.adobe.granite.workflow.exec.ParticipantStepChooser D. com.adobe.granite.wofklow.exec.WorkflowData

C. com.adobe.granite.workflow.exec.ParticipantStepChooser

Developer wants to print "Hello World" in only edit mode. What should be the HTL? A. data-sly-test=${wcm.edit} B. data-sly-test=${wcmmode.editor} C. data-sly-test=${wcmmode.edit}

C. data-sly-test=${wcmmode.edit}

An AEM developer is attempting to configure the component edit bar and wants to add a button to edit a component and allow annotations to the component. The developer does not have a custom button built for this purpose and wants one button to do both the editing and the annotating of the component and its contents. Indicate the correct word or phrase for the missing code piece to complete this task. <jcr:root xmins:cq="https://www.day.com/jcr/cq/1.0" xmins:jcr="https://www.jcp.org/jcr/1.0" cq:actions "[ insert, delete]" cq:layout="editbar" jcr:primaryType="cq:EditConfig" /> A. edit, annotate B. edit C. editannotate D. Annotate

C. editannotate

Where should an AEM developer add a front-end dependency? A. config.json B. settings.xml C. package.json D. vault.xml

C. package.json

While exporting the Experience Fragment to json what selector should be used? A. text B. nocss C. plain

C. plain

Which log file contains AEM application request and response entries? A. history.log B. response.log C. request.log D. audit.log

C. request.log

What should be the resourceType node for osgi configuration node in the repository? A. crx:osgiConfig B. jcr:osgiConfig C. sling:osgiConfig

C. sling:osgiConfig

In an instance of AEM, queries with full-text conditions are not working as expected. A developer creates a new node under oak:index and names the node LucenedIndex. Which properties and values need to be added to this node to make the node a full text index? Choose 2 A. reindex: true B. includePropertyNames: [full] C. type: lucene D. async: async

C. type: lucene D. async: async

The structure section of an editable tempalte has a locked component. What happens to the content of that component when a developer unlocks it? A. The content stays int eh same place but it ignored on pages using the template B. The content is deleted after confirmation from the template author C. The content is copied to the initial section of the editable template. D The content is moved to the initial section of the editable template

D The content is moved to the initial section of the editable template

A new AEM administrator needs to learn the URL for the Configuration tab of the Web Console for an AEM instance on a local server. Which path should the administrator use to get to the console? A. //localhost:4502/webConsole/configMgr B. //localhost:4502/console/configMgr C. //localhost:4502/system/webConsole/configMgr D. //localhost:4502/system/console/configMgr

D. //localhost:4502/system/console/configMgr

A developer has requirement to add a new custom tab to the page properties of a specific page. The sling:resourceType of the page is "foo/components/page" and the sling:resourceSuperType of that page is "core/wcm/components/page/v2/page. What is the best approach? A. 1. copy the cq:dialog from app/core/wcm/components/page/v2/page to app/foo/components/page 2. identify the last entry of items node 3. add the custom tab after that ndoe B. 1. Create a new cq:dialog node under app/foo/components/page 2. Add the nodes cq:dialog > content > items 3. Add the custom tab after that node C. 1. Identify the location of the cq:dialog node from app/core/wcm/components/page/v2/page 2. Identify the last entry of items node 3. Add the custom tab after that node D. 1. Copy the cq:dialog from app/core/wcm/components/page/v2/page to app/foo/components /page 2. remove all the tabs 3. add the custom tab

D. 1. Copy the cq:dialog from app/core/wcm/components/page/v2/page to app/foo/components /page 2. remove all the tabs 3. add the custom tab

An AEM developer needs to create a new component to help support a new product launch. The client is on AEM 6.5 on-premise with the latest version of WCM Core Components The component must include text, image, and a link The component must support multiple designs Which process should hte AEM developer use to support the launch? A. 1. Extend the Text component form Core components 2. Enable image manipulations for the text component via policy B. 1. Create a new component by extending the text component from core components 2. Add dialog properties and modify HTL to support images C. 1. Create a new image with Text component that exposes the core components authoring dialogs for those components 2. Add a policy to define which designs are used D. 1. Extend the teaser component from core components 2. Create style variations to be used int eh style system

D. 1. Extend the teaser component from core components 2. Create style variations to be used int eh style system

An AEM developer needs to remove the pretitle option from within the core teaser components dialog. They Start by: A. Creating a component with the Core Teaser component as its resourceSuperType B. Adding a _cq_ dialog folder under the component A. 1. navigate to the new components dialog in CRX 2. delete the pretitle child node B. 1. create a file named dialog.xml inside that new folder 2. copy the entire node structure from teh core teaser components dialog.xml 3. delete the pretitle node C. 1. navigate to /apps/core/wcm/components/teaser/v1/teaser/cq:dialog/content/items/tabs/items/text/items/columns/items/column/items in CRX 2. delete the pretitle child node D. 1. create a file named .content.xml inside that new folder. 2. copy only the node structure that will be modified into .context.xml 3. add slign/hideChildren[pretitle] to the parent node of the pretitle node

D. 1. create a file named .content.xml inside that new folder. 2. copy only the node structure that will be modified into .context.xml 3. add slign/hideChildren[pretitle] to the parent node of the pretitle node

An instance of AEM is running CRX2 and will require a migration to OAK (CRX3) when upgrading directly to AEM 6.5. Which version of AEM is still running? A. 6.2 B. 5.6 C. 6.1 D. 6.0

D. 6.0

A developer is installing a content package with the package manager. The developer needs to restrict the approximate number of nodes in a batch that is saved to persistent storage in one transaction. How should the developer modify the number of transient nodes to be triggered until automatic saving? A. Select the option MergePreserve for the Access Control Handling drop-down in the install package dialog-box B. Modify the export package manifest header and copy the content package to AEM installation folder C. AEM instances automatically modify the number of transient nodes based on the load balancing D. Change the value of Save Threshold in the install package dialog-box

D. Change the value of Save Threshold in teh install package dialog-box

An AEM application is required to create absolute urls for the web domain on which the application is supported to run. The developer wants to create the absolute urls in the server to facilitate other use cases for SEO and analytics. Which of the following options would work for the developer? A. Configure Day CQ Link Externalizer to remove the author domain B. Configure apache rewrite rules to create the absolute urls C. Configure Day CQ link Externalizer to add a domain mapping to Author Server and Publisher D. Configure Day CQ Link Externalizer to add a domain mapping to Publisher/webServer

D. Configure Day CQ Link Externalizer to add a domain mapping to Publisher/webServer

Which tool allows assets to be shared with multiple AEM instances as read-only local assets? A. Package Manager B. Felix Console C. Asset Link Share D. Connected assets

D. Connected assets

An app needs a workflow to trigger another workflow. Which type of workflow step, when run, starts another workflow model? A. Join B. Process C. Split D. Container

D. Container

A customer is having trouble with some search queries and provides the following information: The logs show the following warning 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 clients issue? A. Use the Index Manager to validate the 'cqPageLucene' index is enabled B. Advise the client to recognize their content by having nodes of no more than 10000 sub nodes. C. Set the reindex flag to true for node 'oak:index/cqPageLucene' D. Create a custom oak index for the custom page property

D. Create a custom oak index for the custom page property

A custom AEM application contains Bundle A and Bundle B. Bundle A has a dependency to Bundle B via import-package. How can both bundles be deployed most efficiently across all environments? A. Embed both bundles in one content package and use property 'installationOrder' in package properties for correct bundle installation order B. Create one content package per bundle and use a package dependency to ensure installation order C. Use the Felix Web Console to upload the bundles in the correct order D. Embed both bundles in one content package: the dependency via Import-Package is enough to ensure correct installation

D. Embed both bundles in one content package: the dependency via Import-Package is enough to ensure correct installation

A customer adds third-party client libraries to add some features in an existing AEM application which will significantly reduce performance. What is the best option for the AEM Developer to optimize the site? A. Debug third-party client lib and fix the code B. Create new AEM applciation from Scratch C. Rebuild client libraries D. Embed client libraries to consolidate them into fewer files

D. Embed client libraries to consolidate them into fewer files

An AEM developer wants to create a Content Fragment Model. The option to do so is not available. The developer wants to make sure the model stays local to the project. What does the developer need to do to have the option to create a Content Fragment model? A. Extend the ContentFragmentModel class B. Add an instance of the ContentFragmentModels class C. Define the structure of a Content Fragment Model D. Enable Content Fragment Models through the Configuration Browser

D. Enable Content Fragment Models through the Configuration Browser

An AEM Developer needs to automate tests for the user interface. Which tool is provided in the AEM Framework for automated UI Testing? A. Sinon B. Jasmine C. Mocha D. HobbesJS

D. HobbesJS

A developer wants to consume AEM page data in a single page application. The Single page application is coded to understand JSON format. Only page content should be exposed through JSON. All the existing components are based on foundation components. Which change should the developer make in the existing component's to support this requirement? A. Invoke the page URL with the extension json to get the values to construct the required output B. Create a custom sling event handler to handle JSON requests C. Add JSON as the default extension in Apache Sling Servlet/Script Resolver and Error Handler Configuration D. Implement a sling Model Exporter for the components

D. Implement a sling Model Exporter for the components

When using a hybrid implementation, which format does the Sling Model Exporter support for rendering Experience Manager content, using custom business logic? A. HTML B. JSP C. HTL D. JSON

D. JSON

A developer wants to use the AEM Project Archtype as the developer is working on a minimal, best practice based AEM project. The archetype is based off which type of template? A. Gradle B. React.js C. Angular.js D. Maven

D. Maven

Within the AEM project Archetype, developer is looking for add browser plug-ins within the main folder of the project. The developer also wants to add UI-based plugins and knows there is a file with plugin sections to where plugin configurations can be defined. Which file is that? A. filter.xml B. plugins.xml C. ui.apps/pom.xml D. Parent POM

D. Parent POM

An AEM application requires a service user WRITE access to children nodes but not on the parent node itself. Which console should the developer use to apply appropriate ACL? A. User management console B. Group Management console C. OAuth Clients console D. Permission console

D. Permission console

A developer has multiple LDAP authentication providers. The user is not required 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 fails, authentication continues down the list of providers. What should be the JAAS Control flag value in Apache Jackrabbit Oak External Login Module configuration? A. OPTIONAL B. MANDATORY C. REQUIRED D. SUFFICENT

D. SUFFICENT

While working editable templates, the author reports that the changes that author makes are lost periodically. What should the AEM Developer fix to prevent losing author updates? A. Set mode to be "update" in the filter.xml B. Move the affected editable template to etc/templates C. Move the affected editable template to apps/templates D. Set mode to be "merge" in the filter.xml

D. Set mode to be "merge" in the filter.xml

The OSGi configuration is added to a run mode specific configuration "config.author.staging" in AEM as a Cloud service. This application fails to read the configuration. What is the possible cause of the issue? A. OSGi configurations runmodes cannot be installed automatically on AEM as a Cloud Service we need to install them as a package using the package manager B. AEM as a Cloud service does not support OSGi configuration runmodes C. Only Specific OSGi configuration runmodes like "config.author" OR "config.publish" are supported in AEM as a Cloud Service D. The custom OSGi configuration runmode used(i.d., "config.author.staging") is not supported in AEM as a Cloud Service

D. The custom OSGi configuration runmode used(i.d., "config.author.staging") is not supported in AEM as a Cloud Service

An AEM application development team is assigned a task to create an Event-Driven Data Layer implementation for an analytics solution. Which Adobe recommended best practice should the developer choose? A. create a custom data layer and each component, template and its properties to the data layer B. Create an Adobe Cloud Service configurations to use third-party tool's data layer C. Use Adobe Experience Platforms data layer to integrate with AEM D. Use Adobe Client Data Layer and Integrate with Core components

D. Use Adobe Client Data Layer and Integrate with Core components

An AEM application wants to be up multi-tenancy using Adobe-recommended best practices and bind multiple configurations to it. Which of the following options is recommended? A. import org.osgi.service.metatype.annotations.Component: @Component(service = ConfigurationFactory.class) B. Import org.apache.felix.scrannotation.Component: @Compontent(label= "My configuration", metatype=true, factory=true) C. import org.osgi.service.metatype.annotations.AttributeDefinition:import org.osgi.service.metatype.annotations.ObjectClassDefitnition: @ObjectClassDefinition(name= "My configuration") D. import org.osgi.service.component.annotations.Component:import org.osgi.service.metatype.annotations.Designate: @Component (service = ConfigurationFactory.class)@Designate (ocd= ConfigurationFactoryImpl.Config.class, factory=true)

D. import org.osgi.service.component.annotations.Component:import org.osgi.service.metatype.annotations.Designate: @Component (service = ConfigurationFactory.class)@Designate (ocd= ConfigurationFactoryImpl.Config.class, factory=true)

An AEM Developer is setting up a new AEM project for a custom SPA that will utilize the SPA Editor. Which command should the developer use? A. mvn archetype: generate \ -D archetypeGroupId=com.adobe.granite.archetypes \ -D archetypeArtifactId=aem-project=archetype -D archetypeVersion=23 -D frontendModule=gneral B. mvn -B archetype: generate -D archetypeGroupId=com.adobe.granite/archetypes -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=23 -D sdkVersion=latest C. mvn -B archetype: generate -D archetypeGroupId=com.adobe.granite/archetypes -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=23 -D frontendModule=angular D. mvn archetype: generate -D archetypeGroupId=com.adobe.granite/archetypes -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=23 -D frontendModule=react

D. mvn archetype: generate -D archetypeGroupId=com.adobe.granite/archetypes -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=23 -D frontendModule=react

A developer is using GraphQL to deliver a content fragment. The developer needs the missing piece to the code to retrieve the listed items in JSON format. Which word is needed for the missing code? { personList { items { _path firstName lastName title }}} A. get B. call C. retreieve D. query

D. query

An AEM developer wants to build a Generic Snippet to create a new service. Which word goes in teh missing parts of the code block to complete this action? (function(){ var ga = document.createElement("_______"); ga.type= 'text/javascript'; ga.async = true; ga.src = ('httyps:' == [removed].protocol ? 'https://ssl' : 'https://www') + '.google-analytics.com/ga.s'; var s = document.getElementsByTagName('__________")[0]; s[removed].insertBefore(ga, s); })(); A. element B. meta C. head D. script

D. script

SPA components are connected to MM components via the MapTo() method. Which code should be used to correctly connect an SPA component called Itembst to its MM equivalent? A.('project/components/content/itemList').MapTo(ItemList, ItemListEditConfig); B. ItemList.MapTo('project/components/content/itemList'); C. MapTo(ItemList)('project/components/content/itemList', ItemListEditConfig); D.MapTo('project/components/content/itemList)(ItemList.ItemListEditConfig);

D.MapTo('project/components/content/itemList)(ItemList.ItemListEditConfig);


संबंधित स्टडी सेट्स

RN Pharmacology Online Practice 2016 B

View Set

Chapter 8 Body Organization and Structure

View Set

English Exam 1: Gooseberry Article

View Set

ACCT42 Mid-term Study Guide Chapter 16

View Set

CHAPTER 24: MEASURING THE COST OF LIVING

View Set