C2040-440 Question And Answer
QUESTION: 1
What component enables Facebook, Google, or Yahoo users (OpenID/OAuth) to
authenticate to IBM WebSphere Portal?
A. LTPA
B. IBM Tivoli Access Manager
C. trust association interceptor
D. Client Certificate Authentication
Answer: C
QUESTION: 2
What step is necessary when configuring a remote search service in IBM
WebSphere Portal 8.0?
A. adding the modified dmgr01 parameter CONFIG_FOLDER_PATH to the Portal
Search service
B. deleting the modified dmgr01 parameter CONFIG_FOLDER_PATH to the Portal
Search service
C. adding the modified DefaultCollectionsDirectory parameter
CONFIG_FOLDER_PATH to the Portal
Search service
D. deleting the modified DefaultCollectionsDirectory parameter
CONFIG_FOLDER_PATH to the Portal Search service
Answer: C
QUESTION: 3
What special considerations exist for logging out users authenticated by an
external security manager (ESM)?
A. whether and how to expire the ESM’s cookies
B. what role mappings to assign the default login portlet
C. how to clear the authorization context in the ESM’s session
D. how to bypass the trust association interceptor during the logout
Answer: A
QUESTION: 4
The first tier in a clustered topology consists of a web server. What are the web
server’s plug-ins necessary for?
A. to expand the JVM heap size
B. to balance the load between servers
C. to enable a single sign on environment
D. to be able to successfully interact with LDAP
Answer: B
QUESTION: 5
What is the difference between enabling tracing through the IBM WebSphere
Integrated Solutions Console and the IBM WebSphere Portal Enable Tracing
portlet?
A. Any traces enabled through the Enable Tracing portlet are lost after a restart.
B. The Enable Tracing portlet only allows a user to set traces that take effect after a
restart.
C. A user cannot trace WebSphere Portal packages through the WebSphere
Integrated Solutions Console.
D. If a user enables the traces through the Enable Tracing portlet it will write the
trace to a separate log file.
Answer: A
C2040-403 Question And Answer
QUESTION NO: 1
Which of the following statements about XML schemas is TRUE?
A. A .xsd file defines an XML schema.
B. A .schema file defines an XML schema.
C. A XML schema is used to define the fields in a database.
D. A XML schema is used to control the layout of an IBM Form.
Answer: A
QUESTION NO: 2
Which of the following statements regarding the benefits of using XML is FALSE?
A. XML is extensible. Since there are no fixed set of tags, new tags can be created as they are needed.
B. XML is based on a W3C standard, and is endorsed by software industry market leaders.
Therefore, you are locked into using their technology.
C. XML is self-describing. XML documents can be stored without schema definitions, because they contain meta data in the form of tags andattributes.
D. XML facilitates the comparison and aggregation of data. The tree structure of XML documents allows documents to be compared andaggregated efficiently element by element.
E. XML is simple to use. Information coded in XML is easy to read and understand. It lets you identify your information in an accurate, flexible andadaptable way, allowing for easier integration with other systems.
Answer: B
QUESTION NO: 3
All of the following are syntactically valid XML statements using XML namespace, EXCEPT for which one?
A. <root xmlns: f=”http://www.diy.com/furniture”>
<f:table>
<f:name>Dining Table</f:name>
<f:width>80</f:width>
<f:length>120</f:length>
</f:table>
</root>
B. <root>
<furniture:table xmlns: furniture=”http://www.diy.com/furniture”>
<furniture:name>DiningTable</furniture:name>
<furniture:width>80</furniture:width>
<furniture:length>120</furniture:length>
</furniture:table>
</root>
C. <root>
<table xmlns=”http://www.diy.com/furniture”>
<table:name>Dining Table</table:name>
<table:width>80</table:width>
<table:length>120</table:length>
</table>
</root>
D. <root>
<table xmlns=”http://www.diy.com/furniture”>
<name>Dining Table</name>
<width>80</width>
<length>120</length>
</table>
</root>
Answer: C
QUESTION NO: 4
Jane is creating a form in the IBM Forms Designer for FileNet. If she marks certain data as
“public”, what should she specify?
A. She should specify the data type using an XFDL compute.
B. She should specify the data type using the corresponding XFDL object’s format.datatype property.
C. She should specify the data type using a Model Item property.
D. She does not need to specify any data type.
Answer: C
QUESTION NO: 5
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