http://www.TwPass.com CUR-008 IBM IBM Cúram V6, Development http://www.twpass.com/twpass.com/exam.aspx?eCode= CUR-008 The CUR-008 practice exam is written and formatted by Certified Senior IT Professionals working in today's prospering companies and data centers all over the world! The CUR-008 Practice Test covers all the exam topics and objectives and will prepare you for success quickly and efficiently. The CUR-008 exam is very challenging, but with our CUR-008 questions and answers practice exam, you can feel confident in obtaining your success on the CUR-008 exam on your FIRST TRY! IBM CUR-008 Exam Features - Detailed questions and answers for CUR-008 exam - Try a demo before buying any IBM exam - CUR-008 questions and answers, updated regularly - Verified CUR-008 answers by Experts and bear almost 100% accuracy - CUR-008 tested and verified before publishing - CUR-008 exam questions with exhibits - CUR-008 same questions as real exam with multiple choice options Acquiring IBM certifications are becoming a huge task in the field of I.T. More over these exams like CUR-008 exam are now continuously updating and accepting this challenge is itself a task. This CUR-008 test is an important part of IBM certifications. We have the resources to prepare you for this. The CUR-008 exam is essential and core part of IBM certifications and once you clear the exam you will be able to solve the real life problems yourself.Want to take advantage of the Real CUR-008 Test and save time and money while developing your skills to pass your IBM CUR-008 Exam? Let us help you climb that ladder of success and pass your CUR-008 now! CUR-008 QUESTION: 1 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: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=1 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 2 Which of the following statements about the extension class EntityExtension that extends the entity class Entity is true? A. The generator produces a new Java class curam.struct.EntityExtensionDtls containing any new or overridden attributes, as well as the attributes remaining from curam.struct.EntityDtls. B. The generator produces a new Java class curam.struct.EntityExtensionDtls containing any new or overridden attributes. C. The generator produces no new Java classes, but replaces curam.struct.EntityDtls with a new version containing the new or overridden attributes, as well as any others remaining from the original Entity. D. The generator produces a new curam.intf.EntityExtension class containing the method signatures of curam.intf.Entity, as well as any new or overridden methods. Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=2 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 3 Review the Screenshot presented. ibm&c=CUR-008&q=1 What type of application navigation element can be expected to correspond with the element highlighted by the red box? A. Selection B. Menu C. Tab D. Navigation E. Shortcut-Tab Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=3 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 4 Suppose that a new Process class has been created in a model and a build generated command is performed. What needs to be done next? A. Implement the methods in the generated impl version of the class. B. Copy the generated impl class from the build/svr/gen/temp folder into the impl package. C. Create a new class in the impl package. D. Implement the modeled methods in the base class. Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=4 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 5 If process class MySubProcess is a subclass of MyProcess and the required implementation classes exist, which of the following statements are true? A. curam.intf.MySubProcess extends curam.intf.MyProcess B. curam.base.MySubProcess extends curam.impl.MyProcess C. curam.base.MySubProcess extends curam.base.MyProcess D. curam.fact.MySubProcessFactory extends curam.fact.MyProcessFactory E. curam.impl.MySubProcess implements curam.base.MySubProcess Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=5 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 6 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. Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=6 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 7 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); Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=7 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 8 Review the following diagram: ibm&c=CUR-008&q=1 After a build generated, which of the following assign methods is generated on StructA? A. public StructA assign(StructB structB){ structA.attribute1 = structB.attribute1; structA.attribute2 = structB.attribute2; structA.attribute3 = structB.attribute3; structA.attribute4 = structB.attribute4; } B. public StructA assign(StructB structB){ structA.attribute4 = structB.attribute5; } C. public StructA assign(StructB structB){ structA.attribute1 = structB.attribute1; structA.attribute2 = structB.attribute2; structA.attribute3 = structB.attribute3; } D. public StructA assign(StructB structB){ structA.attribute1 = structB.attribute1; structA.attribute2 = structB.attribute2; structA.attribute3 = structB.attribute3; structA.attribute4 = structB.attribute5; } Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=8 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 9 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: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=9 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 10 If stereotyped methods were included in an entity class MyEntity, the implementation of these methods displays in which Java class? A. curam.impl.MyEntity B. curam.base.MyEntity C. curam.fact.MyEntity D. curam.intf.MyEntity Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=10 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 11 When customizing a Codetable (CTX) file in C�ram, which of the following statements are true? A. To add a new entry to a code table, create a new CTX file in the custom directory with the same name as the existing CTX and add the new entry B. To change an entry in a code table, copy the existing file to the appropriate custom directory, append custom_ to the code name, and insert the new code value C. To remove an entry from a code table, copy the existing file to the appropriate custom directory and remove the entry in question D. To change an entry in a code table, create a new CTX file in the custom directory with the same name as the existing CTX, copy the code table item from the existing CTX, and make any required changes to the copy E. Custom codes are appended to the end of the corresponding, existing code table Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=11 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 12 Examine the following piece of code: ibm&c=CUR-008&q=1 Which of the following statements about this piece of code is true? A. It does not compile because an import statement is missing B. It does not compile because the PersonDtls object must be obtained from a factory class C. It does not compile because the MaintainPerson should not extend the class serverworkshop.intf.MaintainPerson D. It compiles without errors Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=12 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 13 Which of the following are fundamental data types in the C�ram model? A. SVR_MONEY B. SVR_LONG C. SVR_DATE D. SVR_CODE E. SVR_BOOLEAN Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=13 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 14 Which of the following entity method stereotypes require SQL to be provided? A. nsread B. ns C. nsmulti D. batch E. nsmodify Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=14 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 15 Which of the following are valid non-key stereotypes for entity operations? A. nkdelete B. nkread C. nkinsert D. nkremove E. nkreadmulti Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=15 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 16 For an entity named Sample, which of the following are shadow types that the generators may create? A. SampleKeyDtls B. SampleKeyList C. SampleKey D. SampleListDtls Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=16 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 17 Consider the following hand-crafted SQL statement (written for an <<ns>> entity operation) and the relevant modeled information presented: ibm&c=CUR-008&q=1 <img src="http://www.TwPass.com/Exams/images/IBM/CUR-008_page10_0.png" /> <img src="http://www.TwPass.com/Exams/images/IBM/CUR-008_page10_1.png" /> Which of the following statements are valid? A. A build generated will fail with the error message Error 20500 - incorrect SQL syntax defined for non-standard operation on[Entity].[Operation] . B. It will only be possible to test whether the syntax is well-formed by running the SQL. C. A build generated will complete successfully, but the entity operation may throw an exception at runtime. D. The use of Host variables :attribute1 and :attribute2 as both argument and return variables will cause a compilation error in the serverapplication. Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=17 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 18 Which of the following are valid ways to enforce that a value be mandatory for a given attribute? A. Write custom logic at method level in the Java class B. Configure the Require_Mandatory property of the entity s attribute to be set to true C. Specify the name of the field in the Mandatory_Fields property of the modeled operation s argument struct D. Write a custom Java function to check for a value being present and specify the function on the Custom_Validation_Function_Name propertyof the relevant Domain Definition Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=18 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 19 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. Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=19 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 20 Which of the following statements about aggregation in C�ram are correct? Which of the following statements about aggregation in C�ram are correct? A. An entity may aggregate another entity. B. A struct may aggregate an entity. C. A struct may aggregate another struct. D. An entity may aggregate a struct. Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=20 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 21 Review the following model: ibm&c=CUR-008&q=1 Based on the model shown above, what will be the result of a build generated command? <img src="http://www.TwPass.com/Exams/images/IBM/CUR-008_page15_0.png" /> <img src="http://www.TwPass.com/Exams/images/IBM/CUR-008_page16_0.png" /> A. Build Failed:The entity named TheEntity cannot have a non-default stereotyped operation B. Build Successful (Warning:Unrecognized stereotype blank in entity named TheEntity) C. Build Failed:The entity named TheEntity defines an operation stereotyped using a reserved keyword blank D. Build Successful Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=21 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 22 Review the following model: ibm&c=CUR-008&q=1 Based on the model shown above, which table(s) will exist following a build generated database? A. EntityOne and EntityOneExtension B. EntityOne only C. EntityOneExtension only D. The build will fail because extending an entity is not allowed Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=22 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 23 Which of the following entity stereotypes require the user to specify input parameters when modeling? A. nkread B. nkmodify C. readmulti D. nsinsert E. nsremove Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=23 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 24 Which of the following stereotypes may be used on a method of a process class? A. insert B. read C. batch D. connector Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=24 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 25 Which of the following are valid values for the MODE attribute of the MENU element? A. GLOBAL B. NAVIGATION C. TRUE D. WIZARD_PROGRESS_BAR E. FALSE Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=25 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 26 The Curam page shown here is configured to allow the developer to identify which action control was selected when the user clicks either button. ibm&c=CUR-008&q=1 Which of the following pieces of UIM could be used to do this? A. Exhibit A B. Exhibit B C. Exhibit C D. Exhibit D Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=26 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 27 Which of the following statements about Multi-Select Lists are correct? A. Domains that use multi-select lists must be specified within the MULTIPLE_SELECT section of the Application.prx file. B. The property specified for the TARGET element must have a Domain Definition that ultimately unwinds to the String type because multipleuser selections will be concatenated into a tabdelimited string. C. The INITIAL element used should declare a MULTI-SELECT attribute with the value true. D. If a SOURCE element is used within the MULTI_SELECT definition to pre-select items in the list, the Server Interface property it refers toshould contain a tab-delimited string. Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=27 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 28 ADDRESS_DATA in C�ram client pages can be presented in a localized format. ADDRESS_DATA in C�ram client pages can be presented in a localized format. Where is the format data stored? A. curam-config.xml and CDEJResources.properties B. curam-config.xml, CDEJResources.properties and Application.prx C. curam-config.xml and curam.css D. curam-config.xml only E. CDEJResources.properties only Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=28 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 29 Which of the following scenarios would depend on using the MENU element? A. Configuring a control at page-title level with 3 options for the user to select. B. Defining a modal page that is part of a wizard. C. Specifying that a field in a LIST should contain one or more ACTION_CONTROL elements. D. Defining which sections users can navigate to in the Applications Section Bar. E. Providing the user with in-page navigation links. Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=29 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 30 If a change is made to a UIM page, what are the minimum steps required to make the new page visible to the client browser? A. Restart the server and Tomcat and refresh the page. B. Stop the server and Tomcat, build a clean client, refresh in Eclipse, and restart the server and Tomcat. C. Stop Tomcat, do a build client, refresh in Eclipse, and restart Tomcat. D. Build a clean client and refresh in Eclipse. E. Build the client. Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=30 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 31 Examine the following UIM code: ibm&c=CUR-008&q=1 Which of the following statements are true? A. The Page Title is read from a properties file. B. The modifyPersonBean is invoked when the page loads. C. A CONNECT element at the page level is used to pass a page parameter into a display phase SERVER_INTERFAC E. D. The UIM page is called PersonDemo_modifyPersonPage.uim. E. The cluster value Cluster.Title.PersonDetails is read from a SERVER_INTERFACE. Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=31 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 32 Examine the following piece of code: ibm&c=CUR-008&q=1 On the built JSP, what happens when the user clicks the Remove action control? A. Nothing happens, as there are no SERVER_INTERFACEs of PHASE SUBMITA.Nothing happens, as there are no SERVER_INTERFACEs of PHASE SUBMIT B. Only SERVER_INTERFACE RemoveServerInterface is invoked C. Only SERVER_INTERFACE ModifyServerInterface is invoked D. Both SERVER_INTERFACEs are invoked Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=32 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 33 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_COD E. 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: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=33 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 34 Examine this section of a C�ram page:Examine this section of a C�ram page: ibm&c=CUR008&q=1 Which of the following pieces of UIM could be used to create this page section? <img src="http://www.TwPass.com/Exams/images/IBM/CUR-008_page22_0.png" />,<img src="http://www.TwPass.com/Exams/images/IBM/CUR-008_page23_0.png" /> <img src="http://www.TwPass.com/Exams/images/IBM/CUR-008_page24_0.png" />,<img src="http://www.TwPass.com/Exams/images/IBM/CUR-008_page25_0.png" /> A. Exhibit A B. Exhibit B C. Exhibit C D. Exhibit D Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=34 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 35 Custom validations written in Java can be localized by using an external locale-specific properties file. Which of the following are correct locale-specific properties files for such validations? A. CustomValidationMessages_fr.properties. B. Jp_CustomValidationMessages.properties. C. CustomValidationMessages.properties_fr. D. CustomValidationMessages_en_US.properties. E. Sp_CustomValidationMessages.properties. Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=35 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 36 Which of the following are design objects in the Documentation Center version of the C�ram Impact and Relationship Analyzer (CIARA)? Which of the following are design objects in the Documentation Center version of the C�ram Impact and Relationship Analyzer (CIARA)? A. Process flows B. Business process objects C. Application properties D. Database columns E. Cascading style sheets Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=36 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 37 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 Serverproject 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 inthe browser. Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=37 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 38 The variable project.package stores the root name of a C�ram application, for example, project.package=serverworkshop. The variable project.package stores the root name of a C�ram application, for example, project.package=serverworkshop. This variable is stored in which file? A. curam-config.xml B. Application.prx C. Bootstrap.properties D. datamanager_config.xml E. Curam.properties Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=38 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 39 Which of the following are valid targets for the server-side build command? A. generated B. beandoc C. database D. messages E. codetables Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=39 ------------------------------------------------------------------------------------------------------------------------------------- QUESTION: 40 Which of the following are valid subdirectories of a server component directory? A. model B. codetable C. database D. EJBserver E. message Answer: http://www.twpass.com/twpass.com/exam.aspx?ecode=CUR-008&qno=40 ------------------------------------------------------------------------------------------------------------------------------------- TwPass Certification Exam Features; - TwPass offers over 2500 Certification exams for professionals. More than 98,800 Satisfied Customers Worldwide. Average 99.8% Success Rate. Over 120 Global Certification Vendors Covered. Services of Professional & Certified Experts available via support. Free 90 days updates to match real exam scenarios. Instant Download Access! No Setup required. Price as low as $19, which is 80% more cost effective than others. Verified answers researched by industry experts. Study Material updated on regular basis. Questions / Answers are downloadable in PDF format. Mobile Device Supported (Android, iPhone, iPod, iPad) No authorization code required to open exam. Portable anywhere. Guaranteed Success. Fast, helpful support 24x7. View list of All Exams (AE); http://www.twpass.com/twpass.com/vendors.aspx Download Any Certication Exam DEMO. http://www.twpass.com/twpass.com/vendors.aspx To purchase Full version of exam click below; http://www.TwPass.com/
© Copyright 2024