IBM C2020-702 Exam Practice Questions (P. 5)
- Full Access (60 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #21
You have developed a sequence of T1 processes connected together by the ExecuteProcess(..) command. To improve the performance of the application, you decide to break up the sub-processes so that they run in their own thread to use cores more efficiently.
Which TM1 object accomplishes this goal?
Which TM1 object accomplishes this goal?
- ATM1 RunTl.exe
- BExecuteProcessNewThread(..)
- CExecuteProcess(...)
- DBatchProcess.exe
Correct Answer:
A
A
send
light_mode
delete
Question #22
Click the Exhibit button.

Using Performance Modeler, items are set either from an amount which is brought in from another cube by a link or from a calculation (quantity times price).
During testing, all the items are quantity times price. The relevant part of the rules file is shown in the exhibit.
How do you change the rules so that the items are set to the amount where required?

Using Performance Modeler, items are set either from an amount which is brought in from another cube by a link or from a calculation (quantity times price).
During testing, all the items are quantity times price. The relevant part of the rules file is shown in the exhibit.
How do you change the rules so that the items are set to the amount where required?
- ADisable Region "#Region Link rule: my link- Numeric" and manually add the corrected rule below the disabled region.
- BMove Region "#Region Link rule: my link- Numeric" above Region "N-Calculation rules: MY Calc".
- CManually overwrite Area Definition in Region "N-Calculation rules: MY Calc".
- DChange the definition in the Dimension for Region "N-Calculation rules: MY Calc" to include If and Continue.
Correct Answer:
B
B
send
light_mode
delete
Question #23
If vOriginalDate = July 27, and you require vNewDate = Jul2012, which syntax is appropriate to complete this task?
- AvNewDate=SUBST(vOriginalDate,3,3) | '2012';
- BvNewDate=SUBST(vOriginalDate,3,3) & '2012';
- CvOriginalDate=SUBST(vNewDate,3,3) & '2012';
- DvNewDate=SUBST(vOriginalDate,3,3) + '2012';
Correct Answer:
A
A
send
light_mode
delete
Question #24
Click the Exhibit button.

Referring to the exhibit, a rule is written where the sales_amt is equal to units multiplied by avg selling price
What does the cube view tell you about the rule calculation?

Referring to the exhibit, a rule is written where the sales_amt is equal to units multiplied by avg selling price
What does the cube view tell you about the rule calculation?
- AThe rule is missing a Skipcheck statement.
- BThe rule is overfed.
- CThe rule is underfed
- DThe ruled calculation is missing a feeder.
Correct Answer:
C
C
send
light_mode
delete
Question #25
Regarding Sandboxes, why do numbers sometimes appear in blue or green?
- AGreen is for values not sent to the server and blue is for uncommitted values.
- BGreen is for uncommitted values and blue is for values not sent to the server.
- CGreen and blue are for uncommitted values depending on client interface used.
- DGreen and blue are for values not sent to the server depending on the client interface used.
Correct Answer:
A
A
send
light_mode
delete
All Pages