Which association should you model next?

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?A . CustomCaseDetails subclasses CaseDetails.B . CustomCaseDetails aggregates CaseDetails.C . CaseDetails is assigned to CustomCaseDetails.D . CaseDetails...

February 24, 2020 No Comments READ MORE +

Which documentation resource contains a list of allowed and discouraged overrides for domain definitions?

Which documentation resource contains a list of allowed and discouraged overrides for domain definitions?A . Modeling Reference Guide.B . Server Developer’s Guide.C . Web Client Reference Guide.D . Development Compliancy Guide.View AnswerAnswer: A Explanation: Reference: https://www.google.com/url? sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=2ahUKEwiT8LiF6oTnAhUpyIUKHUkfD_IQFjAAegQIARA C&url=ftp%3A%2F%2Fpublic.dhe.ibm.com%2Fsoftware%2Fsolutions%2Fcuram%2F6.0.4.0%2Fen% 2FDevelopers%2FCuramServerModellingGuide.pdf&usg=AOvVaw3zCdfyWq3-9sTeq24TBILM

February 23, 2020 No Comments READ MORE +

Which statement about domain definitions is true?

Which statement about domain definitions is true?A . To customize a domain named MYDOMAIN, create a new domain definition named MYDOMAIN in your custom package.B . Domain definitions are a UML concept.C . All attributes and entities must be based on domain definitions.D . A Domain may consist of a...

February 22, 2020 No Comments READ MORE +

Which statement about UIM pages is correct?

Which statement about UIM pages is correct?A . A UIM page can appear in more than one component, and the version displayed at runtime depends on which components the user is allowed to access.B . A UIM page cannot appear in more than one component.C . UIM pages appear in...

February 21, 2020 No Comments READ MORE +

Which two of the following are valid targets for the server-side build command? (Choose two.)

Which two of the following are valid targets for the server-side build command? (Choose two.)A . generatedB . beandocC . codetablesD . messagesE . databaseView AnswerAnswer: AE Explanation: Reference: https://www.ibm.com/developerworks/community/blogs/5e15a5a7-d4d6-4880-bd9c­e6819061a832/resource/HandyGuideToCuramBuildTargets_v1.0.pdf?lang=en

February 21, 2020 No Comments READ MORE +

Which statement about the different approachable to generating unique IDs is true?

Which statement about the different approachable to generating unique IDs is true?A . A dedicated BPO should be used to generate readable keys.B . A programmatic or model-based approach allows a developer to access the unique ID form their code once the key is generated.C . The model-based approach should...

February 20, 2020 No Comments READ MORE +

Which task is valid?

You want to make a field on a page mandatory. Which task is valid?A . Configure the Allow_Nulls property of the entity’s attribute to be set to false.B . Configure the Require_Mandatory property of the entity’s attribute to be set to true.C . Specify the name of the field in...

February 18, 2020 No Comments READ MORE +

Which statement about customizing restricted code tables is true?

Which statement about customizing restricted code tables is true?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...

February 17, 2020 No Comments READ MORE +

Which two statements about customizing a client page are true? (Choose two.)

Which two statements about customizing a client page are true? (Choose two.)A . Copy the UIM or VIM file to a custom folder and make all changes to the copied file.B . The custom page can have a different name to the page that you are customizing.C . You can...

February 16, 2020 No Comments READ MORE +

Which statement about the aggregation is correct?

StructA aggregates two structs, namely, StructB and StructC. Which statement about the aggregation is correct?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...

February 15, 2020 No Comments READ MORE +