Suppose that MessageFile.xml contains the following message identifier:
ERR_ENTRY_NOT_FOUND Which of the following is the valid way to create a Cúram exception that uses
this message? Which of the following is the valid way to create a Cúram exception that uses this
message?
A. Exception e = new Exception(MESSAGEFILE.ERR_ENTRY_NOT_FOUND);
B. AppException ae = new AppException(MessageFile, ERR_ENTRY_NOT_FOUND);
C. AppException ae = new AppException(MESSAGEFILE.ERR_ENTRY_NOT_FOUND);
D. AppException ae = new AppException(ERR_ENTRY_NOT_FOUND);
Which of the following statements about the different approaches to generating unique IDs are true?
A. A dedicated BPO should be used to generate readable keys.
B. A programmatic or model-based approach can be used when the key needs to be returned for further processing.
C. The model-based approach should be used to generate keys from the Default KeySet.
D. The model-based approach reduces the chance of key conflict.
E. A key set must be specified when using the programmatic approach.
Which of the following statements about SQL host variables in Cúram are true? Which of the following statements about SQL host variables in Cúram are true?
A. All parameter host variables must be included in the argument struct.
B. All host variables must be prefixed by a colon.
C. All return host variables must be included in the return struct.
D. Host variables are not case sensitive.
E. In custom entity SQL, each host variable should consist of the data type plus variable name.
Which of the following are valid non-key stereotypes for entity operations?
A. nkdelete
B. nkread
C. nkinsert
D. nkremove
E. nkreadmulti
Which two of the following statements about the CONNECT element are true? [Select 2]
A. When used inside a LIST, a CONNECT element can have a TARGET element as a child element
B. When used inside a FIELD, a CONNECT element must have at least one SOURCE, TARGET, or INITIAL as a child element
C. The CONNECT element can be used to indicate which SERVER_INTERFACE is related to which ACTION_CONTROL
D. The CONNECT element can have multiple TARGET elements
E. The CONNECT element is a valid child of the PAGE element
Which of the following statements are correct?
A. After making modeling changes in RSA, build generated will be required, but build database may not be necessary.
B. It is not necessary to stop the Server in Eclipse after making changes to the model in RSA, but it may be necessary to refresh the Server project in Eclipse.
C. The user should be able to view the application's starting page, providing at least Tomcat is running.
D. Irrespective of whether the Server is launched before Tomcat, or Tomcat before the Server, the application should still behave correctly in the browser.
If a model contains a process class MyProcess, which two of the following class signatures are correct? [Select 2]
A. curam.impl.MyProcess implements curam.intf.MyProcess
B. curam.impl.MyProcess implements curam.base.MyProcess
C. curam.impl.MyProcess extends curam.base.MyProcess
D. curam.base.MyProcess extends curam.intf.MyProcess
E. curam.base.MyProcess implements curam.intf.MyProcess
Which of the following represents the correct approach for customizing curam-config.xml compliantly?
A. Create a file ending in config.xml in the custom folder containing the changes
B. Create a file ending in -config.xml in the custom folder containing the changes
C. Create a file ending in Config.xml in the custom folder containing the changes
D. Change curam-config.xml in place
Which three of the following entity stereotypes require the user to specify input parameters when modeling? [Select 3]
A. nkread
B. nkmodify
C. nkreadmulti
D. nsinsert
E. nsremove
F. readmulti
What are three effects of running a build clean server command? [Select 3]
A. All database tables are dropped and rebuilt
B. All generated artifacts are deleted
C. All code table files are recompiled
D. All application navigation files are checked and loaded
E. All client pages that have changed since the last build are regenerated
F. All generated and handcrafted code is compiled