Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

IBM C1000-004 Dumps

Page: 1 / 3
Total 70 questions

IBM Curam SPM V7.X Application Developer Questions and Answers

Question 1

Which statement about customizing restricted code tables is true?

Options:

A.

Use the Administration Suite to disable the restricted property for the code table before customizing it.

B.

Customize the code table as normal, but the code table may be removed in the next release.

C.

Custom code tables can be defined as restricted when you first create them.

D.

Raise a support case if a restricted code table needs to be customized.

Question 2

Which two exceptions are checked exceptions in IBM Cúram SPM? (Choose two.)

Options:

A.

curam.util.exception.AppException.

B.

curam.util.exception.AppRuntimeException.

C.

curam.util.exception.DatabaseException.

D.

curam.util.exception.RecordNotFoundException.

E.

curam.util.exception.InformationException.

Question 3

Which two statements about page parameters are true? (Choose two.)

Options:

A.

Any number of PAGE_PARAMETERs can be declared on a page, regardless of whether they are used.

B.

Each parameter that is passed from one page to another must be declared on the accepting page as PAGE_PARAMETER.

C.

The order of the PAGE_PARAMETERs declared on a page must match the order that they are sent from the sending page.

D.

Where a parameter is passed into a PAGE, the corresponding PAGE_PARAMETER must include the calling PAGE_ID.

E.

You can define page parameters in .mnu, and .nav files using the page-param element.

Question 4

StructA aggregates two structs, namely, StructB and StructC.

Which statement about the aggregation is correct?

Options:

A.

No two structs in the aggregation can have attributes with the same name.

B.

Unique role names must be specified for the aggregations.

C.

Unique labels must be specified for the aggregations.

D.

Other aggregations cannot include StructA, StructB, or StructC.

Question 5

The code table file called MyCodetable.ctx is defined in the following components: core, custom, and mycomponent.

The SERVER_COMPONENT_ORDER variable is set as SERVER_COMPONENT_ORDER=custom,mycomponent.

Which will be the set of code\value pairs for MyCodetable?

Options:

A.

CV1 - Mycomponent Value 1

CV2 - Core Value 2

B.

CV1 - Custom value 1

CV2 - Core value 2

C.

CV1 - Mycomponent Value 1

D.

CV1 - Custom value 1

Question 6

Examine the following piece of code:

curam.impl.MyProcess = curam.fact.MyProcessFactory.newInstance();

If curam.impl.MyProcess is defined as an abstract class as recommended, which statement is true?

Options:

A.

The code is incorrect because MyProcess should be from the base package.

B.

The code is incorrect because MyProcess should be from the intf package.

C.

The code is incorrect because the class curam.fact.MyProcessFactory does not contain a static method newInstance ().

D.

There is nothing wrong with this code.

Question 7

You have two structs, Struct A and Struct B. Struct A contains an attribute called att1 of type MYDOMAIN1, based on SVR_INT64. Struct B contains an attribute called att1 of type MYDOMAIN2, based on SVR_STRING.

What happens when the assignment statement structA.assign(structB) is executed?

Options:

A.

It auto casts structA’s attribute data types to match that of structB.

B.

It auto casts structB’s attribute data types to match that of structA.

C.

It will throw a cast error.

D.

It will throw error “assign” method cannot have arguments”.

Question 8

You want to add a custom attribute to an out-of-the-box (OOTB) struct called CaseDetails. You create a custom struct called CustomCaseDetails. Both structs are shown in the diagram.

Which association should you model next?

Options:

A.

CustomCaseDetails subclasses CaseDetails.

B.

CustomCaseDetails aggregates CaseDetails.

C.

CaseDetails is assigned to CustomCaseDetails.

D.

CaseDetails aggregates CustomCaseDetails.

Question 9

You want to define infrastructure validation for MYDOMAIN, which is based on SVR_INT64.

Which validation property can you define for MYDOMAIN?

Options:

A.

Pattern_Match.

B.

Enable_Validation.

C.

Maximum_Size.

D.

Custom_Validation_Function_Name.

Question 10

Which documentation resource provides a list of configurable validation messages?

Options:

A.

IBM Cúram Server Developer’s Guide.

B.

JavaDoc.

C.

Analysis Documentation.

D.

IBM Cúram Development Compliancy Guide.

Page: 1 / 3
Total 70 questions