IBM A2040-922 Prüfungsthemen:
| Abschnitt | Ziele |
|---|---|
| Thema 1: Serverseitige Entwicklung | - Fehlerbehandlung und Debugging-Verfahren - Serverseitiges JavaScript (SSJS) - Java-Integration in XPages-Anwendungen |
| Thema 2: Fortgeschrittenes Anwendungsdesign mit XPages | - Architektur und Laufzeitmodell von XPages - Datenquellen und Techniken zur Datenbindung - Seitenlebenszyklus und Komponentenverarbeitung |
| Thema 3: Leistung und Optimierung | - Strategien für effizientes Laden und Darstellen von Daten - Leistungsoptimierung für XPages-Anwendungen |
| Thema 4: Fortgeschrittene Entwicklung der Benutzeroberfläche | - Clientseitiges JavaScript und Ereignisbehandlung - Integration des Dojo-Toolkits in XPages - Benutzerdefinierte Steuerelemente und wiederverwendbare Komponenten |
| Thema 5: Sicherheit und Zugriffskontrolle | - Authentifizierung und Sitzungsverwaltung - Rollenbasierte Zugriffskontrolle in Domino-Anwendungen |
IBM Assessment: Developing IBM Lotus Domino 8.5.2 Applications: Advanced XPage Design A2040-922 Prüfungsfragen mit Lösungen
1. Fred wants to remove any reference to pre-defined CSS frameworks such as OneUI from his XPages application. How does he achieve this?
A) It is not possible to remove all CSS files from an XPages application
B) Create a new Theme which extends the "webstandard" framework like this:
<theme extends="webstandard">
</theme>
C) Create a new Theme which extends the "none" framework like this:
<theme extends="none">
</theme>
D) Create a new Theme which removed the extends property from the theme definition like this:
<theme>
</theme>
2. Liz must do a code review of a third party XPages application in order to optimize performance wherever possible. She has come up with a shortlist of things to do. Each of the following can be used to improve performance EXCEPT which one?
A) Setting the dataCache property on Domino view data sources to "full" wherever possible
B) Using partial refresh wherever possible.
C) Using viewScope variables to manage application state wherever possible
D) Replacing post-based requests with get-based requests wherever possible
3. John wishes to add a managed bean to his application. In order to do this he must do which of the following:
A) Open the pre-existing faces-config.xml file located at WebContent\WEB-INF\faces-config.xml
and add the appropriate markup to the file.
B) Create a JavaBean class and add the Java class as a page resource to the XPage where the managed bean is to be used.
C) Open the pre-existing xpages-config.xml file located at WebContent\WEB-INF\xpagesconfig.xml and add the appropriate markup to the file.
D) Create a file called xpages-config.xml within his application and define the managed bean within the file using the appropriate syntax.
4. Brandon wants to extend Dojo's dijit.Dialog box to add some extra functionality. How would Brandon declare the new Dojo class?
A) dojo.declare("brandons.Dialog", dijit.Dialog, { // added functionality });
B) dijit.declare("brandons.Dialog", dijit.Dialog, { // added functionality });
C) dojo.declare("brandons.Dialog", "dijit.Dialog", { // added functionality });
D) dijit.declare("brandons.Dialog", "dijit.Dialog", { // added functionality });
5. Dominic wants to implement the open source CSS framework called Blueprint in his XPages application. He does not want to include any other CSS framework resources which may exist on the Domino server. What is the best way to include all of the required CSS files in the XPages in his application?
A) Create a new theme which does not have an extension property and then add each Blueprint CSS file via a resource definition
B) Create a new theme which extends oneui and then add each Blueprint CSS file via a resource definition
C) In each XPage in the application add the required CSS files to the Resources section
D) Create a new theme which extends webstandard and then add each Blueprint CSS file via a resource definition
Fragen und Antworten:
| 1. Frage Antwort: D | 2. Frage Antwort: A | 3. Frage Antwort: A | 4. Frage Antwort: A | 5. Frage Antwort: A |






975 Kundenbewertungen

