IBM c1000-010 practice test

IBM Operational Decision Manager Standard V8.9.1 Application Development Exam

Last exam update: Jul 20 ,2024
Page 1 out of 5. Viewing questions 1-15 out of 61

Question 1

A decision operation can be defined for a decision service in the Rule Designer. What can be selected
in the process of creating a decision operation?

  • A. A ruleflow
  • B. A target server
  • C. A rule engine type
  • D. A dynamic domain
Mark Question:
Answer:

C

User Votes:
A
50%
B
50%
C
50%
D
50%

Reference:
https://www.ibm.com/support/knowledgecenter/en/SSQP76_8.6.0/com.ibm.odm.dserver.rules.designer.dev/rulesets_topics/con_ds_dev_operations.html

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 2

Which statement describes the primary role of a developer in the discovery and analysis phase of a
project?

  • A. Developers develop rules to produce an initial ruleset and object model.
  • B. Developers do not participate in discovery and analysis tasks.
  • C. Developers review the rule design document to confirm that terms used in the rules match the execution object model.
  • D. Developers work with business analysts to identify decision points in the business models and document the decision points table.
Mark Question:
Answer:

D

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 3

When working on rules in both Rule Designer and Decision Center, what is good practice to ensure
BOM consistency?

  • A. Deprecate obsolete classes and members.
  • B. Use the merge feature to align discrepancies.
  • C. Delete BOM classes and members in Rule Designer.
  • D. Only change arguments in the BOM in Rule Designer.
Mark Question:
Answer:

A

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 4

What is one migration task a developer needs to perform when migrating a legacy business rules
application to the latest version of the product?

  • A. Migrate existing TestSuite files.
  • B. Migrate the XOM to include business annotations.
  • C. Migrate existing B2X code from IRL to supported ARL.
  • D. Update existing web service clients from JSON to XML.
Mark Question:
Answer:

C

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 5

What is the resulting BOM class when the following Java XOM class is imported in the rule project?



  • D. Exhibit
Mark Question:
Answer:

C

User Votes:
D
50%
Discussions
vote your answer:
D
0 / 1000

Question 6

Which statement is true about the Business Console Administration tab?

  • A. Administration tasks can be done only in Enterprise Console.
  • B. Only users with "rtsAdministrator" role have access to this tab.
  • C. Only users with "rtsAdministrator" or "rtslnstaller" roles have access to this tab.
  • D. Only users with "rtsAdministrator" or "rtsConfigManager" roles have access to this tab.
Mark Question:
Answer:

B

User Votes:
A
50%
B
50%
C
50%
D
50%

Reference:
https://www.ibm.com/support/knowledgecenter/en/SSQP76_8.9.1/com.ibm.odm.dcenter.admin/topics/con_admin_users_bc_groups.html

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 7

How are objects removed from working memory?

  • A. clearObject ()
  • B. removeobject()
  • C. delete statement
  • D. retract statement
Mark Question:
Answer:

B

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 8

The screenshot below describes permissions granted to the group "Eligibility"

Which two statements are true about a user in the group "Eligibility"?

  • A. The user can view Queries.
  • B. The user can view Ruleflows.
  • C. The user can create Action Rules.
  • D. The user can update Action Rules.
  • E. The user can create Decision Tables.
Mark Question:
Answer:

CD

User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
vote your answer:
A
B
C
D
E
0 / 1000

Question 9

How can a developer help the business users to author rules in a way that improves performance?

  • A. Rewrite complex BAL rules as technical rules.
  • B. The way in which rules are written have no impact on performance.
  • C. Modify the BOM to remove the {this} placeholder to make the rules less verbose.
  • D. Make sure that conditions that test a collection of objects come before simpler conditions, to reduce the number of objects that later conditions in the rule must test.
Mark Question:
Answer:

D

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 10

Which artifact is a supported execution object model (XOM) source?

  • A. C# classes
  • B. .JS classes
  • C. Java classes
  • D. TypeScript classes
Mark Question:
Answer:

C

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 11

What are the possible results of running a test suite?

  • A. Passed, Failed
  • B. Running, Done, Retrying
  • C. Active, Complete, Paused
  • D. Successful, Failure, Error
Mark Question:
Answer:

A

User Votes:
A
50%
B
50%
C
50%
D
50%

Reference:
https://www.ibm.com/support/knowledgecenter/en/SSBLQQ_9.2.0/com.ibm.rational.rit.ref.doc/topics/c_ritref_test_suite_details.html

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 12

After a decision service is implemented in the Rule Designer, a developer would like to analyze the
rule artifacts in the rule project by creating a query in the fijle project. Which element can be found
by the query?

  • A. Function
  • B. Rule task
  • C. Parameter
  • D. XOM class
Mark Question:
Answer:

C

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 13

A company wants to implement a business rules solution for warranty claims on their widgets. The
customer requires that servers should not store any information about the context of clients
between calls and must have a strict enforcement of objects, rules and constraints. The
implementation must support complex operations and synchronous calls. Integration with other
services must be platform independent. What implementation best fits the customers requirements?

  • A. Use a local EJB rule session.
  • B. Implement an MDB with JSON format.
  • C. Use an HTDS SOAP web service and JSON format.
  • D. Implement a custom SOAP web service and XML format
Mark Question:
Answer:

C

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 14

What is the IlrJMXRuleAppMBean API used for?

  • A. To manage ruleapp project
  • B. To manage ruleset resources
  • C. To create, list, and remove RuIeApps (name and version)
  • D. To create, list, and remove rulesets (name and version)
Mark Question:
Answer:

C

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 15

A company wants to use ODM rules for a graphical user interface (GUI) validation. They want to use
rules to validate forms filled out by customers. The rules would validate user input and answers to
the questions. The users must have the ability to navigate the website while waiting for the ODM
response. What implementation should they use?

  • A. Implement a REST rule service in the XML format.
  • B. Implement a HTDS rule session to handle the request and response web service call.
  • C. Use an EJB rule session to handle changing the state of objects in working memory.
  • D. Use an asynchronous ruleset execution and an observer to end the execution or catch an exception on failure.
Mark Question:
Answer:

D

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000
To page 2