0% found this document useful (0 votes)
192 views

Oracle - Passguide.1z0 448.v2018!08!05.by - Amanda.47q

1) This document provides information about the 1z0-448 Oracle Data Integrator 12c Essentials exam, including the exam number, passing score, time limit, and a list of 14 sample questions and answers from the exam. 2) The questions cover topics such as implementing concurrent mappings, error tables in ODI, reusing ODI configurations, the Oracle Data Integrator SDK, changed data capture, exception handling in load plans, defining physical schemas, enforcing constraints on flat files, and the tasks performed by standalone agents. 3) Most questions have an explanation or reference link provided for the correct answer.

Uploaded by

Milos Skomi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
192 views

Oracle - Passguide.1z0 448.v2018!08!05.by - Amanda.47q

1) This document provides information about the 1z0-448 Oracle Data Integrator 12c Essentials exam, including the exam number, passing score, time limit, and a list of 14 sample questions and answers from the exam. 2) The questions cover topics such as implementing concurrent mappings, error tables in ODI, reusing ODI configurations, the Oracle Data Integrator SDK, changed data capture, exception handling in load plans, defining physical schemas, enforcing constraints on flat files, and the tasks performed by standalone agents. 3) Most questions have an explanation or reference link provided for the correct answer.

Uploaded by

Milos Skomi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 22

1z0-448.exam.

47q

Number: 1z0-448
Passing Score: 801
Time Limit: 120 min

https://www.gratisexam.com/

1z0-448

Oracle Data Integrator 12c Essentials

https://www.gratisexam.com/
Exam A

QUESTION 1
You must run the same mapping concurrently while avoiding clashes of ODI temporary objects. How must you implement this? (Choose the best answer.)

https://www.gratisexam.com/

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.

Correct Answer: D
Section: (none)
Explanation

Explanation/Reference:
(https://blogs.oracle.com/dataintegration/entry/odi_12c_parallel_target_table)

QUESTION 2
Which tables created by ODI contain error records? (Choose the best answer.)

A. ERR$
B. ERROR$
C. ODI_ERR$
D. E$

Correct Answer: D
Section: (none)
Explanation

Explanation/Reference:
(https://docs.oracle.com/middleware/1212/odi/ODIKD/ckm.htm#ODIKD925)

QUESTION 3

https://www.gratisexam.com/
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.

Correct Answer: D
Section: (none)
Explanation

Explanation/Reference:
(http://docs.oracle.com/cd/E23943_01/integrate.1111/e12643/procedures.htm#ODIDG464)

QUESTION 4
If multiple changes occur on the source system but have not yet been processed by ODI, the J$ table contains entries for each change for the records sharing the
same PK.

What happens at run time when a Mapping gets executed? (Choose the best answer.)

A. All distinct entries are processed.


B. Only the latest entry is processed based on the JRN_DATE field.
C. Only the first entry is processed based on the JRN_DATE field.
D. A PK violation occurs due to the duplicated entries and the entries are inserted in the E$ table.

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
(http://www.ateam-oracle.com/understanding-the-odi-jkms-and-how-they-work-with-oracle-goldengate/)

QUESTION 5
You want to ensure that the Physical Mapping Design cannot be modified even if the Logical Design of the Mapping is changed. What sequence of steps must you
follow to achieve this? (Choose the best answer)

https://www.gratisexam.com/
A. Go to the Physical tab, select the Fixed Design check box of the Physical Mapping Design.
B. Go to the Physical tab, select the Is Frozen check box of the Physical Mapping Design.
C. Go to the Physical tab, select the Read-only check box of the Physical Mapping Design.
D. Go to the Physical tab, deselect the Modify check box of the Physical Mapping Design.

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
(https://docs.oracle.com/middleware/1212/odi/ODIDG/mappings.htm#ODIDG1560)

QUESTION 6
Which two statements are true about the Oracle Data Integrator Software Development Kit (ODI SDK)? (Choose two.)

A. It enables developers to execute most ODI operations through a Java program.


B. It can be used to embed ODI processes into another product.
C. It is used to load data between Teradata and Oracle.
D. It must be used by ETL developers to develop ODI processes.

Correct Answer: AD
Section: (none)
Explanation

Explanation/Reference:
(https://foursconsultancy.wordpress.com/odi/oracle-data-integrator-12c-components/)

QUESTION 7
How do you reuse a configuration of OdiSendMail across multiple packages? (Choose the best answer.)

A. Add a sub-model to a package, set the Sub-model step to Journalizing Sub-model, and select the Extend Window and Lock Subscriber check boxes.
B. Add an OdiSendMail step to a knowledge module.
C. Duplicate the OdiSendMail step into multiple packages.
D. Create a procedure with a step that uses OdiSendMail and add this procedure into multiple packages.

Correct Answer: D
Section: (none)
Explanation

https://www.gratisexam.com/
Explanation/Reference:
(https://blogs.perficient.com/oracle/2014/08/26/how-to-create-an-oracle-data-integrator-odi-package/)

QUESTION 8
When Oracle Data Integrator (ODI) and Oracle GoldenGate are used together, which option represents the phases of an ELT process that Oracle GoldenGate
performs? (Choose the best answer.)

A. transform only
B. load and transform
C. extract and load
D. extract and transform

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
(http://www.oracle.com/us/products/middleware/data-integration/oracle-goldengate-realtime-access-2031152.pdf)

QUESTION 9
You create two mappings that both use the same changed data and run at different times. One runs every 15 minutes and the other runs once every day.

What must you do to ensure that the Mapping that gets executed more often does not consume the changed data required by the other Mapping? (Choose the best
answer.)

A. Use Consistent CDC, do not perform a purge of the journal data when the first Mapping gets executed, and manually change the JRN_SUBSCRIBER column in
the corresponding J$ table to keep the changed data present for the second Mapping.
B. Create a third mapping to copy the changed data to a staging table, which is used as the source of the second Mapping.
C. Duplicate the source data store for each Mapping.
D. Create two distinct subscribers for each Mapping.

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
(http://odiexperts.com/changed-data-capture-cdc/)

https://www.gratisexam.com/
QUESTION 10
You need to create a package that automatically sends an alert to users in case the third step fails.

Which option represents the steps to accomplish this? (Choose the best answer.)

https://www.gratisexam.com/

A. Add an OdiSendMail step to My Package and link the My Third Package step to it by using a green OK arrow.
B. Add an OdiSendMail step to My Package and link the My Last Package step to it by using a red KO arrow.
C. Add an OdiReadMail step to My Package and link the My Third Package step to it by using a red KO arrow.
D. Add an OdiSendMail step to My Package and link the My Third Package step to it by using a red KO arrow.

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
(https://gurcanorhan.wordpress.com/2012/11/30/odi-alert-mechanism/)

QUESTION 11
Identify two correct exception behavior values for Run Scenario steps in load plans. (Choose two.)

A. Run Exception and Restart


B. Run Exception and Continue
C. Run Exception and Ignore
D. Run Exception and Fail
E. Run Exception and Raise

Correct Answer: CE
Section: (none)
Explanation

Explanation/Reference:
(https://docs.oracle.com/middleware/1212/odi/ODIDG/loadplans.htm#ODIDG1350)

https://www.gratisexam.com/
QUESTION 12
Which statement is true about defining more than one physical schema associated to the same data server? (Choose the best answer.)

A. ODI topology does not allow defining more than one physical schema for a data server; the associated logical schema would be ambiguous.
B. It is possible to define more than one physical schema associated to the same data server, but it is mandatory to specify a different user to log in.
C. It is possible to define more than one physical schema associated to the same data server, but you must flag the default physical schema.
D. It is possible but it is better to avoid doing so because it is more difficult to define a logical schema this way.

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
(http://odiexperts.com/context-logical-and-physical-schema-how-does-it-work/)

QUESTION 13
You are working with delimited flat files and want to enforce a primary key on a flat file by using a Check Knowledge Modules (CKM). However, you encounter an
error.

Why did this happen? (Choose the best answer.)

A. It is not possible to enforce constraints on some technologies such as flat files and Java Messaging Service (JMS) queries.
B. It is not possible to enforce constraints on any technology.
C. It is only possible to forward-engineer it to the flat file definition.
D. It is possible to enforce a primary key on a flat file by using a CKM; however, you have to save it as a fixed file.

Correct Answer: D
Section: (none)
Explanation

Explanation/Reference:
(http://www.oracle.com/technetwork/middleware/data-integrator/learnmore/odi-best-practice-data-warehouse-168255.pdf)

QUESTION 14
Which statement is correct about the tasks that Standalone Agents perform? (Choose the best answer.)

A. They update or modify code to be executed, check security, select database servers, and update log files after execution.
B. They schedule scenarios to be executed, check security, constraints and update log files after execution.
C. They retrieve code from the execution repository and request database servers, operating systems, or scripting engines for execution.

https://www.gratisexam.com/
D. They schedule code from the execution repository and update log files after execution.

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
(http://docs.oracle.com/cd/E21764_01/integrate.1111/e12641/overview.htm#ODIGS423)

QUESTION 15
As part of your QA process you want to view code at the Step level in Operator. How must you proceed? (Choose the best answer.)

A. It is only possible to see code at the Session level.


B. It is only possible to view code at the Task level.
C. Depending on the audit level declared when running the execution, some of the generated code at the step level can be viewed.
D. All generated code can be viewed together at the step level, with a complete list of executed code.

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
(https://docs.oracle.com/middleware/1212/odi/ODIDG/debugging.htm#ODIDG1641)

QUESTION 16
You are using a customized reverse knowledge module. You want the execution to be performed in only the development data environment. Which statement is
true? (Choose the best answer.)

A. The execution should be done only on the development data environment, as long as the other environment is a mirrored copy.
B. Only the production environment can be used.
C. All environments linked to a logical schema can be used to reverse-engineer table structures.
D. Only a Java engine intermediate environment can be processed.

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
(http://docs.oracle.com/cd/E23943_01/integrate.1111/e12643/create_rev_model.htm#ODIDG227)

https://www.gratisexam.com/
QUESTION 17
Your package logic requires you to retrieve the status of the previous package step into a variable. How must you implement this? (Choose the best answer.)

A. Create a variable, use odiRef.getPrevStepLog () in the SQL query in its Refreshing tab, and add a variable as a Refresh Variable step into the package.
B. Create a variable, use odiRef.getPrevInfo () in the SQL query in its Refreshing tab, and add a variable as a Refresh Variable step into the package.
C. Create a variable, use odiRef.getStep () in the SQL query in its Refreshing tab, and add a variable as a Refresh Variable step into the package.
D. Create a variable, use odiRef.getPrevStepStatus () in the SQL query in its Refreshing tab, and add a variable as a Refresh Variable step into the
package.

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
(https://docs.oracle.com/middleware/1212/odi/ODIKD/odiref_reference.htm#ODIKD1237)

QUESTION 18
Which product is included in ODI web-based components? (Choose the best answer.)

A. Oracle BPEL Process Manager


B. Oracle GoldenGate
C. ODI Console
D. Oracle WebLogic Server

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
(http://www.oracle.com/technetwork/middleware/data-integrator/overview/oracledi-architecture-1-129425.pdf)

QUESTION 19
Which two statements are true about using ODI and Oracle GoldenGate together? (Choose two.)

A. Oracle GoldenGate primarily performs aggregations for ODI.


B. Oracle GoldenGate and ODI are used together primarily for running weekly batch jobs.
C. Oracle GoldenGate provides non-invasive changed data capture capabilities to ODI.

https://www.gratisexam.com/
D. ODI starts and stops Oracle GoldenGate processes automatically during a Mapping execution.
E. ODI and Oracle GoldenGate enable real-time business intelligence.

Correct Answer: AE
Section: (none)
Explanation

Explanation/Reference:
(http://www.oracle.com/us/products/middleware/data-integration/oracle-goldengate-realtime-access-2031152.pdf)

QUESTION 20
You are working on notifications in a package and you must send an email containing an error message in case a Package step fails.

Which odiRef method do you use to access the error message? (Choose the best answer.)

https://www.gratisexam.com/

A. odiRef.getSession()
B. odiRef.getInfo()
C. odiRef.getPrevStepLog()
D. odiRef.getStep()

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
(https://docs.oracle.com/middleware/1212/odi/ODIKD/odiref_reference.htm#ODIKD1147)

QUESTION 21
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.

https://www.gratisexam.com/
D. They contain project and security information.

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
(https://docs.oracle.com/middleware/1212/odi/ODIDG/admin_reps.htm#ODIDG155)

QUESTION 22
Which two statements are true about big data support in ODI? (Choose two.)

A. ODI uses its own transformation engine to process data in a Hadoop cluster.
B. ODI performs data transformations inside a Hadoop cluster.
C. ODI must perform data transformations outside Hadoop in an Oracle database.
D. ODI allows moving data in and out of a Hadoop cluster.

Correct Answer: BD
Section: (none)
Explanation

Explanation/Reference:
(https://docs.oracle.com/middleware/1213/odi/develop-app-adapters/hadoop.htm#ODIAA193)

QUESTION 23
You want to add a new CDC subscriber in ODI after you have started the journal process. Which option represents the steps to use this new subscriber? (Choose
the best answer.)

A. Add a new subscriber and edit the default Journalizing filter in your Mappings.
B. Drop the journal, add a new subscriber, start the journal, and edit the default Journalizing filter in your Mappings.
C. Drop the journal, remove existing subscribers, add a new subscriber, start the journal, and edit the default Journalizing filter in your Mappings.
D. Add a new subscriber, start the journal, and remove the default Journalizing filter in your Mappings.

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
(https://docs.oracle.com/middleware/1212/odi/ODIDG/data_capture.htm#ODIDG285)

https://www.gratisexam.com/
QUESTION 24
Identify two correct statements about reusable Mappings. (Choose two.)

A. They can have generic input and output signatures.


B. They contain both a Logical and Physical Mapping design.
C. They can be used within regular Mappings.
D. They can be executed directly.
E. They can be shared across projects.

Correct Answer: AB
Section: (none)
Explanation

Explanation/Reference:
(https://docs.oracle.com/middleware/1212/odi/ODIDG/mappings.htm#ODIDG1617)

QUESTION 25
In a Mapping, you want to load the data by using a specific partition that is declared for a target table. Which statement is correct in this situation? (Choose the best
answer)

A. It is not possible to use a specific partition.


B. Only ODI variables can be used to filter the target table loading.
C. An option in the Mapping can be used to declare partitions but an ODI variable must be used to evaluate the correct partition value.
D. An option in the Mapping can be used to declare the partition that has to be used for the loading.

Correct Answer: D
Section: (none)
Explanation

Explanation/Reference:
(http://docs.oracle.com/cd/E21764_01/integrate.1111/e12643/interfaces.htm#ODIDG1044)

QUESTION 26
Which are the two correct statements about Work repositories? (Choose two.)

A. They contain project and security information.


B. They contain data models and execution information.
C. They contain data and security information.

https://www.gratisexam.com/
D. They contain data models and project information.

Correct Answer: D
Section: (none)
Explanation

Explanation/Reference:
(https://docs.oracle.com/middleware/1212/odi/ODIDG/admin_reps.htm#ODIDG155)

QUESTION 27
You need to reverse engineer a flat file that contains multiple record formats. How must you proceed? (Choose the best answer.)

A. Create a Data Server by using the File technology and specify the various record formats while reverse engineering the file.
B. Create a Data Server by using the XML technology, create an nXSD file by using the Native Format Builder, and then reverse engineer it in a Model.
C. Create a Data Server by using the File technology, create an nXSD file by using the Native Format Builder, and then reverse engineer it in a Model.
D. Create a Data Server by using the Complex File technology, create an nXSD file by using the Native Format Builder, and then reverse engineer it in a Model.

Correct Answer: D
Section: (none)
Explanation

Explanation/Reference:
(https://blogs.oracle.com/dataintegration/entry/oracle_data_integrator_11_1)

QUESTION 28
You are designing a load plan in which you must create multiple branches based on the value of a variable. How do you accomplish this by using Load Plan Editor?
(Choose the best answer.)

A. Add a case step and drag the variable into the case step.
B. Create a scenario from the variable and add the scenario to the load plan to create a case step.
C. Add a case step in the load plan and select a variable in the wizard.
D. Drag the variable into the load plan and define a case step.

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
(https://docs.oracle.com/middleware/1213/odi/develop/loadplans.htm#ODIDG1356)

https://www.gratisexam.com/
QUESTION 29
You must monitor and manage a co-located stand-alone agent, OracleDIAgent1, by using the ODI plug-in for Enterprise Manager Cloud Control. 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

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
(https://community.oracle.com/thread/3780742?start=0&tstart=0)

QUESTION 30
You want to modify the code generated by a failed Task and restart the session. How must you proceed? (Choose the best answer.)

A. Open the Task in Operator, go to Code, click Edit, use Pre-execution Code to edit the code, and save it.
B. It is not possible to modify the code once it has been generated.
C. Open the Step in Operator, edit the code, and save it.
D. Open the Task in Operator, go to Code, click Query/Execution Plan to edit the code, and save it.

Correct Answer: D
Section: (none)
Explanation

Explanation/Reference:
(http://www.odigurus.com/2011/05/using-operator.html)

QUESTION 31
Which two objects can be dragged to a Mapping? (Choose two.)

A. Variables
B. Datastores
C. Knowledge Modules
D. Reusable Mappings

https://www.gratisexam.com/
Correct Answer: BD
Section: (none)
Explanation

Explanation/Reference:
(https://docs.oracle.com/middleware/1212/odi/ODIDG/mappings.htm#ODIDG1560)

QUESTION 32
Identify two correct Restart values for parallel steps in load plans. (Choose two.)

A. Restart from new session.


B. Restart from failure.
C. Restart from failed children.
D. Restart all children.

Correct Answer: CD
Section: (none)
Explanation

Explanation/Reference:
(https://docs.oracle.com/middleware/1212/odi/ODIDG/loadplans.htm#ODIDG1409)

QUESTION 33
Which two statements are true about ODI web-based components? (Choose two.)

A. ODI Console allows administrators to edit users’ information.


B. Enterprise Manager Cloud Control provides access to ODI data servers’ settings.
C. ODI sessions can be monitored in Enterprise Manager Cloud Control.
D. ODI Console provides access to project and mapping details.

https://www.gratisexam.com/

Correct Answer: AD

https://www.gratisexam.com/
Section: (none)
Explanation

Explanation/Reference:
(http://www.oracle.com/technetwork/middleware/data-integrator/overview/oracledi-architecture-1-129425.pdf)

QUESTION 34
You are designing a load plan in which you must run Mappings A and B one after the other while running Mapping C at the same time. Which option represents the
steps to accomplish this? (Choose the best answer.)

A. Add a parallel step, add three serial steps underneath it, then add A to the first parallel step, B to the second one, and C to the last one.
B. Create a scenario from the variable and add the scenario to the load plan to create a case step.
C. Add a parallel step, add two parallel steps underneath it, then add A and B to one parallel step, and C to the other.
D. Add a parallel step, add two serial steps underneath it, then add A and B to one serial step, and C to the other.

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
(https://docs.oracle.com/middleware/1212/odi/ODIDG/loadplans.htm#ODIDG1356)

QUESTION 35
Which statement is correct about choosing the join order in an ODI Mapping when defining a join? (Choose the best answer.)

A. This option is inherited from reverse engineering.


B. This option is always available.
C. You can never make this choice.
D. This option may be available only if the underlying technology supports it.

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:
(https://blogs.oracle.com/dataintegration/entry/user_interface_and_terminology_changes1)

QUESTION 36
Identify two constraints that can be used to ensure uniqueness in ODI. (Choose two.)

https://www.gratisexam.com/
A. conditions
B. foreign keys
C. primary keys
D. alternate keys
E. not null

Correct Answer: BE
Section: (none)
Explanation

Explanation/Reference:
(https://docs.oracle.com/middleware/1212/odi/ODIDG/intro.htm#ODIDG113)

QUESTION 37
You need to deploy ODI JEE Components on WebLogic Server. Where should you deploy them? (Choose the best answer.)

A. on the Coherence Server


B. on the Administration Server
C. on the Node Manager
D. on the Managed Server

Correct Answer: D
Section: (none)
Explanation

Explanation/Reference:
(http://docs.oracle.com/cd/E25054_01/core.1111/e10106/odi.htm)

QUESTION 38
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

Correct Answer: D

https://www.gratisexam.com/
Section: (none)
Explanation

Explanation/Reference:
(https://docs.oracle.com/middleware/1213/core/ODING/configure_jee.htm#ODING291)

QUESTION 39
You want to deploy the generated code manually in a source or target server, before executing a mapping in ODI. How can you accomplish this? (Choose the best
answer.)

A. You need not deploy the generated code manually in a source or target server. ODI Agent coordinates the execution of commands prepared for the job, and
executes them on the correct server.
B. You must deploy the generated code manually in a source or target server. You must then compile the generated code and then double-check if the code
prepared for the development server is the same as the code for the production server.
C. You need not deploy the generated code manually in a source or target server. ODI prepares a package for the development environment.
D. You must deploy the generated code manually in a source or target server. You must copy all procedures generated into the development, test, and production
servers.

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
(https://docs.oracle.com/middleware/1212/odi/ODIDG/intro.htm#ODIDG149)

QUESTION 40
What must you set on the Definition tab of a variable to protect the variable value from being displayed in the Operator logs? (Choose the best answer.)

A. Select the Secure Value check box.


B. Select the Hide Value check box.
C. Set the Keep History field to No History.
D. Leave the Default Value field empty.

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
(https://docs.oracle.com/middleware/1212/odi/ODIDG/procedures.htm#ODIDG464)

https://www.gratisexam.com/
QUESTION 41
Which statement is true about the IKM SQL Control Append that creates an intermediate integration table prefixed with I$? (Choose the best answer.)

A. The intermediate integration table prefixed with I$ is required to determine which records must be inserted.
B. If Flow Control is not necessary, an I$ table is not created.
C. The intermediate integration table prefixed with I$ is created because the flow control is mandatory when doing an initial load.
D. Neither the LKM nor the IKM create intermediate tables. Most of their work is performed in the ODI Agent memory.

Correct Answer: D
Section: (none)
Explanation

Explanation/Reference:
(http://www.oracle.com/us/products/middleware/data-integration/odi-performance-guide-wp-2147067.pdf)

QUESTION 42
You want to draw directly in the data flow all the details about how the different servers involved are connected, in order to load a specific table by using ODI.

What must you do to accomplish this? (Choose the best answer.)

A. In the ODI Interface palette, choose the more convenient graphic objects to link the involved servers.
B. You need not draw directly in the data flow all the details about how the different servers involved are connected. ODI automatically designs the flow and how
servers are connected.
C. You need not draw directly in the data flow all the details about how the different servers involved are connected. The code will be the black box generated
directly by ODI.
D. You must draw directly in the data flow all the details about how the different servers involved are connected, and also specify with variables the passwords for
connecting to the data contained in the servers.

Correct Answer: B
Section: (none)
Explanation

Explanation/Reference:

QUESTION 43
Which ODI Agent is deployed in Oracle WebLogic Server? (Choose the best answer.)

A. ODI Runtime Agent

https://www.gratisexam.com/
B. ODI Standalone Agent
C. ODI JEE Agent
D. ODI Colocated Standalone Agent

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:
(http://www.oracle.com/technetwork/middleware/data-integrator/overview/oracledi-architecture-1-129425.pdf)

QUESTION 44
You have to loop through a Mapping step three times in a package by using variables. Identify the correct variable data type to create the loop. (Choose the best
answer.)

A. numeric
B. alphanumeric
C. date
D. text

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
(https://www.packtpub.com/packtlib/book/Big-Data-and-Business-Intelligence/9781849681742/4/ch04lvl1sec31/Using%20variables%20to%20control%20loops%
20inside%20packages)

QUESTION 45
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

Correct Answer: A
Section: (none)

https://www.gratisexam.com/
Explanation

Explanation/Reference:
(https://docs.oracle.com/middleware/1212/odi/ODIDG/app_tools.htm#ODIDG967)

QUESTION 46
Which statement is true about the need to have a topology with an intermediate server, in order to use ODI correctly in a data warehouse project? (Choose the best
answer.)

A. Data transformation must be distributed across several scalable nodes.


B. It is mandatory to have an intermediate server.
C. It is better to load data directly from sources into a data warehouse server.
D. It is mandatory to collect data directly from sources to a data warehouse server by using real time replication processes.

Correct Answer: C
Section: (none)
Explanation

Explanation/Reference:

QUESTION 47
Identify the ODI tool used to write content into a file in a package. (Choose the best answer.)

A. OdiOutFile
B. OdiFileCopy
C. OdiFileMove
D. OdiInFile

Correct Answer: A
Section: (none)
Explanation

Explanation/Reference:
(https://docs.oracle.com/middleware/1212/odi/ODIDG/app_tools.htm#ODIDG875)

https://www.gratisexam.com/
https://www.gratisexam.com/

https://www.gratisexam.com/

You might also like