Number of questions: 50
Number of questions to pass: 35
Time allowed: 75 mins
The contents of this exam is applicable for IBM Cúram V6.0.4 and later V6
versions.
This multiple-choice test contains questions requiring single and multiple
answers. For multiple-answer questions, you need to choose all required options
to get the answer correct. You will be advised how many options make up the
correct answer.
This test is designed to provide diagnostic feedback on the Examination Score
Report, correlating back to the test objectives, informing the test taker how he
or she did on each section of the test. As a result, to maintain the integrity
of each test, questions and answers are not distributed.
The test contains five sections totalling 50 multiple-choice questions. The
percentages after each section title reflect the approximate distribution of the
total question set across the sections. The contents of this exam is applicable
to IBM Cúram V6.0.4 and later V6 versions.
Section 1 - IBM Cúram Infrastructure 10%
Identify the components of IBM Cúram Social Program Management
Outline the runtime architecture used in IBM Cúram for the client and server
applications
Access product documentation that is provided with the IBM Cúram application
Select the appropriate build target for a particular task
Other - file types
Section 2 - Server Development 30%
Use RSA fragments, RSA packages, and the CODE_PACKAGE option
Model the following classes: Domain Definition, Entity, Struct, Process, and
Facade
Interpret the class hierarchy that is generated from modeled classes
Model the following relationships: Index, Foreign Key, Assignable, Aggregation
Define appropriate stereotype operations for entity, process and facade classes
Specify options for exit points, auditing and optimistic locking
Define code tables, data manager files, and message files
Implement exception handling
Specify modeled and mandatory field validations
Implement server validation and post-processing messages using the Informational
Manager
Perform server-side testing and tracing
Generate unique IDs
Section 3 - Client Development 20%
Identify features for localization and externalizing strings
Select the necessary build targets for client development
Employ common UIM elements: PAGE, CLUSTER, FIELD, CONNECT, LINK, PAGE_PARAMETER,
SOURCE, TARGET, SERVER_INTERFACE, ACTION_SET, ACTION_CONTROL
Implement a simple search feature
Implement a modify feature
Identify the parts of the IBM Cúram user interface
Configure application navigation features
Implement the following client features: multiple submit, select lists, display
images, views, wizards and in-page navigation, and expandable lists
Invoke the UIM Generator to create pages
Add logic to your UIM pages using JSP scriptlets and JavaScript
Use features to perform client-side validation
Identify out-of-the-box domain specific controls or widgets and the use of the
Custom Widget Development Framework (CWDF)
Perform client tracing
Section 4 - Server Customization 30%
Identify the features for deprecation reporting
Access and interpret documentation to determine the compliant customization
approach
Specify the build precedence using the component order variables
Customize non-source code artifacts compliantly: message files, code tables,
data manager files, server configuration files
Configure validations using the Administration Suite
Customize source code artifacts compliantly: Structs, Façade and Process
classes, Entity classes, Domain Definitions
Distinguish between service layer classes developed using the persistence
infrastructure and those developed using the classic development approach
Customize service layer implementations using the Event/Listener pattern,
Strategy pattern, and references to services layer classes
Section 5 - Client Customization 10%
Customize client artifacts compliantly, including UIM pages, property files,
application navigation, images, and style sheets
Determine the purpose of the key client configuration files and how they can
customized
Implement a plug-in for custom data conversion and sorting
Identify the options for customizing widgets
Overview
PartnerWorld Code: 58000501
Replaces PW Code: 58000501
Status: Live
This intermediate level certification is intended for Java developers who will
work as Cúram developers for V6.0.4 and V6.0.5.
Recommended Prerequisite Skills
Before preparing for this certification, working knowledge of the following
is recommended and assumed:
object-oriented concepts
Java
XML
SQL
n-tier enterprise applications
In preparing for this certification, the following IBM courses are highly
recommended:
9D32G (or 9D44G): Fundamentals of the IBM Cúram SPM Platform for Developers
V6.0.4 (or V6.0.5)
OR
9D40G (or 9D49G): Fundamentals of the IBM Cúram SPM Platform for Developers (ADE)
V6.0.4 (SPVC) (or V6.0.5)
AND
9D41G (or 9D50G): Fundamentals of the IBM Cúram SPM Platform for Developers
(Customization) V6.0.4 (SPVC) (or V6.0.5)
You may also consider taking one of the following courses to practice using IBM
Cúram features:
9D46G (or 9D53G): IBM Cúram SPM Platform Development Environment 6.0.4 - Expert
Arena (SPVC) (6.0.5)
QUESTION 1
Which of the following entity method stereotypes require SQL to be provided?
A. nsread
B. ns
C. nsmulti
D. batch
E. nsmodify
Answer: B,C
QUESTION 2
The default control for CODETABLE values in a Cúram page is a drop-down menu. The default control for CODETABLE values in a Cúram page is a drop-down menu. How can this be replaced with a set of radio buttons?
A. Ensure that the underlying Domain Definition on the model resolves to SHORT_CODETABLE_CODE.
B. Set the SHORT attribute on the FIELD to true.
C. Set the Radio Button option on the Domain Definition to true.
D. Set the Radio Button option on the corresponding struct to true.
Answer: A
QUESTION 3
Which of the following are valid subdirectories of a server component directory?
A. model
B. codetable
C. database
D. EJBserver
E. message
Answer: A,B,E
QUESTION 4
Which of the following are stored in the datamanager_config.xml file?
A. Database table names used by the application
B. Database type and port numbers
C. References to DMX files containing data to be inserted on a build
D. References to SQL scripts to be run on a build
E. References to CTX files containing code tables to be inserted on a build
Answer: C,D
QUESTION 5
An application's Server Components folder contains the following components: Appeals, core, custom, ISScreening, and ServicePlanning. The SERVER_COMPONENT_ORDER variable is set as follows: SERVER_COMPONENT_ORDER=custom, ServicePlanning.
Which of the following statements BEST reflects the order of priority (decreasing priority left to right) in which the generators will process the components?
A. custom, ServicePlanning, core
B. custom, ServicePlanning
C. custom, ServicePlanning, Appeals, core, ISScreening
D. custom, ServicePlanning, Appeals, ISScreening, core
E. Appeals, custom, ISScreening, ServicePlanning, core
Answer: D