Architect Cert Flashcards
A News media company’s website becomes unresponsive during a DoS attack.
What 2 measures should the architect implement?
A. Change the password for the default OOTB accounts (admin, author)
B. Uninstall all sample content
C. Disable the default selectors for .feed.xml and .infinity.json
D. Implement a dispatcher config to allow only known selectors
C. Disable the default selectors for .feed.xml and .infinity.json
D. Implement a dispatcher config to allow only known selectors
A customer plans to display icons next to the search results from a keyword search. The icons should match the type of file returned in the search. What steps should the architect follow?
A. Copy the entire foundation search component into the project under /apps and modify search.jsp
B. Create a matching folder under /apps for the search component with a custom search.jsp
C. Create a new component under /apps called search with a sling:resourceSuperType of the foundation search component
D. Make modifications to search.jsp for the foundation component under /libs
C. Create a new component under /apps called search with a sling:resourceSuperType of the foundation search component
A large retail company has integrated AEM into its commerce stack. Logged in users are allowed to submit reviews of products. To keep reviews from being too biased, the company only want to show ratings after a minimum number of submissions
For which reason must the ratings component be extended to meet the requirements?
A. Only the average rating is available via the API
B. The Tally/Rating component API does not provide the number of responses
C. The author must be able to provide the number of votes for display
D. A custom rating service must be created to support this functionality
B. The Tally/Rating component API does not provide the number of responses
A large telecom company is leveraging the capability of AEM to integrate with SAML.
The architect must configure the SAML Authentication Handler. By default SAML 2.0 Authentication is disabled.
Which two OSGi configuration properties must the architect set to enable SAML 2.0 Authentication?
A. The public certificate of the identity provider
B. The identity of the POST URL
C. The Service Provider Entity ID
D. The Service Ranking
B. The identity of the POST URL
D. The Service Ranking
AEM installs defaults users and groups.
Which two concepts should the architect know about admin, author and anonymous users? (choose 2)
A. Keep all three users as default
B. All default accounts should be deleted
C. Modifying the anonymous user account creates other security implications
D. Change the password from the admin account from the default
C. Modifying the anonymous user account creates other security implications
D. Change the password from the admin account from the default
A news company uses AEM to manage content. The company plans to initially only provide news to users in Australia. Six months later the company wants to expand into Asia which requires Chinese and Korean language support. The architect must create a solution for the CMS with multi-lingual support.
What is the most important factor for the the architect to consider?
A. Creating a new language location for the dictionary
B. Translation workflows
C. Maintaining a common look and feel
D. Site Structure
A. Creating a new language location for the dictionary
An architect is integrating a customer’s AEM authoring system to authenticate with the customer’s Active Directory service. The architect must configure the LoginModule used by the identity provider.
What Java framework should the architect use?
A. OWASP
B. PAM
C. JAAS
D. Apache Siro
C. JAAS
An architect needs to document the flow of content from a system that provides real time stock quotes to an AEM system for display. The documentation must show how each server communicates and which ports are used.
Which architectural diagram must the architect modify?
A. Conceptual
B. Physical
C. Logical
D. Data Flow
B. Physical
A client installs AEM using an application server. The architect must install HTTPS in the clients QA environment with an application server as well.
Which 3 AEM components/configuration must be changed relative to the QA environment? (choose 3)
A. Add a secure flag to the dispatcher configuration file
B. Install the SSL version of the dispatcher
C. Configure the CQ servlet engine HTTP service to use SSL using the company’s certificate
D. Configure replication agents to use SSL
A. Add a secure flag to the dispatcher configuration file
C. Configure the CQ servlet engine HTTP service to use SSL using the company’s certificate
D. Configure replication agents to use SSL
Which two requirements typically involve integration with a 3rd party service?
A. Approval workflow
B. Federated authentication
C. Coordinate based store locator
D. Watermark image generation
C. Coordinate based store locator
D. Watermark image generation
A brick and mortar company purchases AEM.
Which application is not suited to be implemented in AEM
A. Store finder as AEM does not integrate with Google Maps
B. Store finder as AEM does not support geospatial search
C. Training video site section as AEM is unable to record user interactions
D. Training video site section as AEM does NOT bundle a video player
B. Store finder as AEM does not support geospatial search
An architect must use metrics from a client’s existing CMS environments.
Which metric is least valuable?
A. CMS storage requirements
B. Average daily requests of users visiting the site
C. CPU speed of the servers
D. Percentage of requests off loaded by the CDN
A. CMS storage requirements
A small public sector organization needs help planning its the architectural design of its AEM implementation. The organization’s staff resist learning new technologies.
What is the most important factor for the architect to consider while planning the design?
A. Performance B. Usability C. High availibility D. Extenisbility E. Low Maintenance
C. High availibility
A software company plans to display the real-time stock price on its employee intranet. The stock quote is supplied by a 3rd party vendor.
Which two factors are most relevant to the solution design? (choose 2)
A. The name of the vendor providing the quote service
B. The ticker symbol of the company
C. The payload format of the quote response
D. The authentication requirements of the vendor
E. Rate limits imposed by the vendor
C. The payload format of the quote response
E. Rate limits imposed by the vendor
During a discovery workshop, a content editor must be able to publish any page in English and French versions of the website. The architect could put an extra permission on the specific user’s profile. Instead, the architect creates a group, sets the group’s permissions and then replicates the group’s permissions on both content/en and content/fr.
What is the likely reason for the architect’s decision?
A. Groups are easier to administer and manage than users
B. Groups provide more granularity of control over users
C. Groups integrate into 3rd party security such as LDAP
D. Group privileges are stronger than users
A. Groups are easier to administer and manage than users
Which three statements about multi-site manager, blueprints and Live Copies are true?
A. Live Copy of a particular Blueprint inherit Rollout configuration is configured on a Blueprint
B. Immediate children of a Multi-site Manager Blueprint root page are language branches
C. A Blueprint can have one or more Live Copies
D. Live Copy can inherit from multiple Blueprints
A. Live Copy of a particular Blueprint inherit Rollout configuration is configured on a Blueprint
B. Immediate children of a Multi-site Manager Blueprint root page are language branches
C. A Blueprint can have one or more Live Copies
A multi-national company rolls out authoring tools and site in English speaking locations without regard for other languages. An architect must augment the system to facilitate authoring content in French and adapting the resulting tools to enable other languages added to the system later. Which tool allows the architect to manage dictionaries?
A. i18n
B. Internationalization service
C. Translator
D. Dictionary
C. Translator
Which three requirements can be met with OOTB features/components?
A. Use Google+ to personalize content
B. Hide pages within a content hierarchy
C. Index PDF documents uploaded to the AEM repository
D. Enter additional data while approving workflow content
B. Hide pages within a content hierarchy
C. Index PDF documents uploaded to the AEM repository
D. Enter additional data while approving workflow content
An architect must optimize performance on the homepage of a client’s site. The client requires that search engines index the homepage content.
The homepage must not be cacheable because it displays a list of recently shared articles.
This list is generated using an AEM component that performs a real time lookup to an API from a 3rd party.
Which solution should the architect choose?
A. Replace the real-time API access with a scheduled job inside of AEM every 15 minutes to update the data and trigger a dispatcher cache flush
B. Replace the AEM component’s server side logic with a JavaScript widget provided by the 3rd party
C. Cache the homepage using the dispatcher and implement a cron job to remove the cached file every 15 minutes
D. Cache the homepage and use AJAX to deliver the list of recently shared articles
A. Replace the real-time API access with a scheduled job inside of AEM every 15 minutes to update the data and trigger a dispatcher cache flush
Which three tasks can business users perform using OOTB functionality/components/plugins?
A. Provide ratings for a particular page
B. Present and sort order status client side
C. Customize content using Twitter profile data
D. Display a list of completed workflow items
A. Provide ratings for a particular page
C. Customize content using Twitter profile data
D. Display a list of completed workflow items
A digital publisher is moving to AEM. The primary goal is a more user friendly authoring interface. The current content management system has been built in house by staff developers, runs on a mySQL database and users forms for entering content. Discovery meetings are held with the business owners and content authors. What is the most significant and relevant conceptual change from the current CMS?
A. AEM uses a hierarchy based repository
B. AEM does NOT use a relational database
C. AEM allows authors to drag and drop components
D. AEM is written in Java
C. AEM allows authors to drag and drop components