Q1. Which is the correct statement about the contents of Master repositories?(Choose the best answer.)
A. They contain data model and security information.
B. They contain security and topology information.
C. They contain project and topology information.
D. They contain project and security information.
Answer: B
Explanation:
(https://docs.oracle.com/middleware/1212/odi/ODIDG/admin_reps.htm#ODIDG155)
Q2. Which tables created by ODI contain error records?(Choose the best answer.)
A. ERR$
B. ERROR$
C. ODI_ERR$
D. E$
Answer: D
Explanation: (https://docs.oracle.com/middleware/1212/odi/ODIKD/ckm.htm#ODIKD925)
Q3. Updates have been made to Mappings in a package. What must you do to ensure that the Production team runs a scenario that contains those updates while preserving the existing scenario’s schedule?(Choose the best answer.)
A. Regenerate the existing scenario.
B. Nothing, the existing scenario will automaticallybe updated.
C. Generate a new scenario and create a new schedule.
D. Generate a new scenario and attach the previous scenario’s schedule to it.
Answer: A
Explanation:
(https://docs.oracle.com/middleware/1212/odi/ODIDG/scenarios.htm#ODIDG470)
Q4. Your customer wants a project in ODI, which contains a user function, to translate commands with different syntax for different technologies but with the same functionality.
How can you achieve this?(Choose the best answer.)
A. The project must be explicitly mapped within an ODI mapping.
B. A customize knowledge module is needed.
C. An ODI procedure must be associated with it.
D. It can be defined for every technology listed in the topology.
Answer: D
Explanation:
(http://docs.oracle.com/cd/E23943_01/integrate.1111/e12643/procedures.htm#ODIDG464)
Q5. How are the domains of ODI Agents configured?(Choose the best answer.)
A. by using Upgrade Assistant
B. by using ODI Studio
C. by using Domain Creation Assistant
D. by using Configuration Wizard
Answer: D
Explanation:
(https://docs.oracle.com/middleware/1213/core/ODING/configure_jee.htm#ODING291)
Q6. How should you define the Work Schema of a Physical Schema?(Choose the best answer.)
A. Use a dedicated schema such asODI_STAGING.
B. UseTEMP.
C. Use the same schema as the Data Schema.
D. Use SYSTEM.
Answer: A
Explanation:
(http://www.rittmanmead.com/2014/12/data-integration-tips-one-data-server/)
Q7. You must monitor and managea co-located stand-alone agent,OracleDIAgent1, by using the ODI plug-in for Enterprise Manager CloudControl. Which is the correct command to start this agent on Linux?(Choose the best answer.)
A. ./agent.sh –NAME=OracleDIAgent1 –PORT=20910
B. ./agent.sh –NAME=OracleDIAgent1
C. ./startComponent.sh OracleDIAgent1
D. ./startComponent.sh OracleDIAgent1 –PORT=20910
Answer: A
Explanation: (https://community.oracle.com/thread/3780742?start=0&tstart=0)
Q8. The workflow you are designing requires checking to see whether there are records available in a source table before doing anything. Which ODI tool must you use to implement this?(Choose the best answer.)
A. OdiWaitForData
B. OdiWaitForCDCData
C. OdiWaitForLogData
D. OdiWaitForTable
Answer: A
Explanation:
(https://docs.oracle.com/middleware/1212/odi/ODIDG/app_tools.htm#ODIDG967)
Q9. You are designing a package in which you want a certain step to not appear in the ODI logs. How do you accomplish this?(Choose the best answer.)
A. Right-click the step in Package Editor and select the No Logging menu item.
B. Modify Operator Navigator settings to disable that step from being displayed.
C. In Package Editor, click the step, go to the Advanced tab, and set Log Steps in the journal to Never.
D. Periodically schedule a scenario that usesOdiPurgeLogto remove that step from the ODI logs.
Answer: C
Q10. You must run the samemappingconcurrently while avoiding clashes of ODI temporaryobjects. How must you implement this?(Choose the best answer.)
A. Create a custom KM to handle this by using ODI variables defined at the Topology level to create unique temporary object names.
B. Use variables in the Logical Design of the Mapping to create unique temporary object names.
C. Create a custom Knowledge Module (KM) to handle this by using ODI variables to create unique temporary object names.
D. Select the Use Unique Temporary Object Names check box at the Physical Design level.
Answer: D
Explanation: (https://blogs.oracle.com/dataintegration/entry/odi_12c_parallel_target_table)