C2040-916 Question And Answer
QUESTION NO: 1
Which of the following statements regarding XML is TRUE?
A. All XML elements must be properly closed.
B. XML documents must have a DTD (Document Type Definition) file.
C. All XML elements must be lower case.
D. XML tags are not case sensitive.
Answer: A
QUESTION NO: 2
Complete the following statement. The artifact created in the IBM Forms Designer is:
A. A dynamic PDF document.
B. An XML document that conforms to the XFDL schema.
C. An XML document with embedded Javascript if HTML extensions were used.
D. An XML document or an HTML document depending on the rendering mode that was defined.
Answer: B
QUESTION NO: 3
Jane is given an XML schema by her company’s IT department, and is asked to build an IBM Form that captures data according to that schema. How can Jane build the form?
A. IBM Forms does not support schemas, so this is not possible.
B. Using IBM Forms Designer, Jane can drag and drop the schema onto her form page. The Designer automatically creates the appropriate UIitems according to what was specified in the schema.
C. Using IBM Forms Designer, Jane embeds the schema into her form, creates an instance of that schema, then drags and drops from theinstance onto the form. The Designer then creates the appropriate UI items according to what was specified in the schema.
D. Jane has to use another tool to create an XML instance of the schema. She adds the XML instance to her form using IBM Forms Designer, thendrags and drops from the instance onto the form. The Designer then creates the appropriate UI items according to what was specified in theschema.
Answer: C
QUESTION NO: 4
How are the build order and tab order related?
A. The tab order is always the same as the build order.
B. The build order defines the default tab order.
C. They are not related.
D. The tab order is never the same as the build order.
Answer: B
QUESTION NO: 5
Which of the following components must be installed when using IBM Forms with Workflow?
A. IBM Forms Server
B. Tivoli Access Manager
C. Lotus Quickr
D. WebSphere Portal
Answer: A
C2040-911 Question And Answer
QUESTION NO: 1
The IBM Lotus Connections portlets provide access to collaboration and social networking
features from Lotus Connections, such as Activities and Blogs. Which portlets are available from the built-in Lotus Connections portlets package?
A. Activities, Blogs, Bookmarks, Connections, Profiles
B. Activities, Blogs, Bookmarks, Connections, Profiles, Ratings
C. Activities, Blogs, Bookmarks, Tag cloud, Profiles
D. Activities, Blogs, Bookmarks, Profiles, Ratings
Answer: C
QUESTION NO: 2
Aside from normal steps for deploying portlets to a page, what additional step, if any, is necessary to configure a portlet using the Struts MVC framework and a portlet using the JavaServer Faces framework to the same portal page?
A. Server-side aggregation must be forced on a page
B. Both portlets must comply with the JSR286 Portlet Specification
C. No additional steps are required
D. Framework JAR files must be added to WebSphere Application Server shared libraries
Answer: C
QUESTION NO: 3
A customer has requirements to remotely search user profiles based on attributes of the profile using web services. How can this task be accomplished in WebSphere Portal?
A. By means of the remote portal search service
B. By means of the remote PUMA SPI REST service
C. By means of the remote virtual member manager service
D. By means of the user repository APIs and wrap web services around API calls.
Answer: B
QUESTION NO: 4
Which option best describes how JSR 286-compliant portlets and widgets interact with each other?
A. Portlets and widgets cannot interact with each other.
B. Widgets and portlets can interact by using shared render parameters and events.
C. Widgets and portlets can interact by using shared render parameters.
D. widgets and portlets can interact by using events.
Answer: B
QUESTION NO: 5
John has developed a custom step-up handler. He has implemented the two methods init() and establishAuthLevel() of the StepUpAuthHandler interface. What is the outcome of the method establishAuthLevel() returning null?
A. A null pointer exception is thrown.
B. The browser is redirected to the portal login page.
C. The browser displays the HTTP error 403 Forbidden.
D. The authentication level is assumed to be successfully established.
Answer: D