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

Download Latest C1000-004 Questions

Page: 2 / 3
Total 70 questions

IBM Curam SPM V7.X Application Developer Questions and Answers

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.

Page: 2 / 3
Total 70 questions