Sie sind auf Seite 1von 28

Oracle 1z0-482

Oracle Data Integrator 11g Essentials


Version: 5.0

Oracle 1z0-482 Exam


QUESTION NO: 1
Which two ODI knowledge modules are included in the Application Adapter for Hadoop?
A. IKM Oracle Incremental Update
B. IKM Hive Transform
C. IKM SQL to File Append
D. IKM File to Hive
Answer: B,D
Reference:http://docs.oracle.com/cd/E27101_01/doc.10/e27365/odi.htm

QUESTION NO: 2
When working with delimited flat files, is it possible to enforce primary key on a flat file using a
CKM?
A. No, it is not possible to enforce constraints on some technologies such as flat files and JMS
queues.
B. No, it is not possible to enforce constraints on any technology.
C. Yes, it is possible also to forward-engineer it to the flat file definition.
D. Yes, but you have to save it as a fixed file.
Answer: A
Explanation:

QUESTION NO: 3
You want to add a new CDC subscriber in ODI after you have started the Journal process, what
steps do you need to go through in order to use this new subscriber?
A. Drop Journal, remove existing subscribers, add a new subscriber, start Journal, and edit the
default Journalizing filter in your Interfaces
B. Drop Journal,add anew subscriber, start Journal, and remove the default Journalizing filter in
your Interfaces
C. Drop Journal, add a new subscriber, start Journal, and edit the default Journalizing filter in your
Interfaces
D. Add anew subscriber and edit the default Journalizing filter in your Interfaces
Answer: D

"Pass Any Exam. Any Time." - www.actualtests.com

Oracle 1z0-482 Exam


Explanation: You can add subscribers after starting the journals. Subscribers added after journal
startup will only retrieve changes captured since they were added to the subscribers list.

QUESTION NO: 4
You are loading a file into a database but the file name is unknown at design time and will have to
be passed dynamically to a Package at run time; how do you achieve this?
A. Create a variable, use it in Topology at the File dataserver-level, and add it to a package as a
Declare Variable step
B. Create a variable, use it in Topology at the File dataserver-level, and add it to a package as a
Set Variable step
C. Create a variable, use it as the Resource Name of the File datastore, and add it to a package
as a Declare Variable step
D. Create a variable, use it as the Resource Name of the File datastore, and add it to a package
as a Set Variable step
Answer: C
Explanation:

QUESTION NO: 5
Select the two correct statements about the Date Profiler.
A. It can profile string dates written in a variety of formats, such as DD/MM/YYYY or
MM/DD/YYYY.
B. It provides a distribution for the day in the year, such as February 21, regardless of the year.
C. It allows the EDQ user to define a valid range of dates.
D. By clicking a date in blue, the user can drill down to the records that carried that value.
E. It rejects February 29 as an invalid date.
Answer: B,D
Explanation:

QUESTION NO: 6
Do all project developers using ODI need to consolidate their own local metadata repositories?

"Pass Any Exam. Any Time." - www.actualtests.com

Oracle 1z0-482 Exam


A. No, ODI uses a centralized relational metadata repository that all the developers share.
B. No, ODI proprietary metadata server allows all developers to share the common metadata of a
specific project.
C. Yes, you have to invoke a dedicated web service to synchronize the metadata using the Oracle
Service Bus.
D. Yes, the local metadata needs to be transmitted via FTP and synchronized with a dedicated
proprietary engine, creating a common metadata model for all developers.
Answer: A
Explanation:

QUESTION NO: 7
Identify one correct statement regarding Exception steps in Load Plans.
A. Exception steps cannot be defined in a Load Plan.
B. Exception steps can only be defined for Parallel Steps in a Load Plan
C. Exception steps can only be defined for Serial Steps in a Load Plan.
D. Exception steps can be defined for most Step types in a Load Plan.
Answer: D
Reference: https://s3.amazonaws.com/rmc_docs/oug_ireland_2012_rittman_odi.pdf (page 88)

QUESTION NO: 8
Identify three objects from which scenarios can be generated.
A. Interface
B. Variable
C. Package
D. Knowledge modules
E. Trail
F. Extract
Answer: A,B,C
Reference:
http://docs.oracle.com/cd/E23943_01/integrate.1111/e12643/scenarios.htm#BACDFAHD (see
topic 13.2)

"Pass Any Exam. Any Time." - www.actualtests.com

Oracle 1z0-482 Exam

QUESTION NO: 9
In an ODI interface, to declare a lookup, is there a dedicated graphical object?
A. No, in ODI you can declare a lookup only using a join definition.
B. No, in ODI you can declare a lookup only using an ODI procedure.
C. Yes, there is a specific object, you click it and a wizard helps the developer to set the lookup.
D. Yes, there is a specific object and you need to prepare a configuration file to use it.
Answer: C
Explanation:

QUESTION NO: 10
Select the three correct options for Token Checking in the EDQ parser.
A. Checking against a list of values.
B. Checking for duplicates.
C. Checking against a list of patterns.
D. Checking for typing errors.
E. Checking against a list of regular expressions.
Answer: A,B,E
Explanation:

QUESTION NO: 11
Is it possible to invoke an ODI job as a public web service to execute it?
A. No, it is only possible to run jobs internally or via command line.
B. Yes, both standalone and JEE agent support web services.
C. Yes, but you need to use as mandatory Oracle BPEL in order to process the job invocation.
D. No, there are only internal specific application program interfaces that you can use to run a job.
Answer: B
Explanation:

"Pass Any Exam. Any Time." - www.actualtests.com

Oracle 1z0-482 Exam


QUESTION NO: 12
You are designing a Load Plan in which you need to run Interfaces A and B one after the other
while running Interface C at the same time. Which steps do you need to follow to achieve this?
A. Add a Parallel step, add two Serial steps underneath it, and then add A and B to one serial step
and C to the other one
B. Add a Parallel step, drag A and B and C into the Parallel step
C. Add aParallel step, add two Parallel steps underneath it, and then add A and B to one Parallel
step and C to the other one
D. Add a Parallel step, add three serial steps underneath it, and then add A to the first Serial step,
to the second one, and then C to the last one
Answer: A
Explanation:

QUESTION NO: 13
When profiling data with EDQ, how can you ensure that the latest data is being used?
A. By creating a snapshot
B. By refreshing a snapshot by running it
C. New data is automatically loaded by EDQ, no action is required.
D. By creating a data store
Answer: B
Explanation: http://www.oracle.com/webfolder/technetwork/dataquality/edqhelp/Content/concepts/snapshots.htm

QUESTION NO: 14
In an ODI interface, if a business rule is declared to calculate a sum aggregation, does a
knowledge module need to be customized in order to create the correct code?
A. Yes, business rules and the physical implementation are strictly interlayed in ODI.
B. Yes, a customization is needed only for aggregation functions.
C. No, aggregation code is generated automatically by ODI according to the mapping logic rules.
D. No, it is not needed but, a variable must be declared in the source mapping in order to generate
the correct sum.

"Pass Any Exam. Any Time." - www.actualtests.com

Oracle 1z0-482 Exam


Answer: C
Explanation:

QUESTION NO: 15
Which tables store ODI/OBIEE lineage information?
A. Master repository tables
B. Work repository tables
C. Staging tables
D. OBIEE repository tables
Answer: B
Reference: http://docs.oracle.com/cd/E25178_01/integrate.1111/e12644/biee_lineage.htm (topic
19.1.1)

QUESTION NO: 16
To load a specific table using ODI, do you need to draw directly in the flow all details about how
the different servers involved are connected?
A. Yes, and also specify with variables the passwords for connecting to the data contained in the
servers.
B. No, the code will be black box-generated directly by ODI.
C. No, ODI automatically designs the flow and how servers are connected.
D. In the ODI interface palette, choose the more convenient graphic objects to link the involved
servers.
Answer: C
Explanation:

QUESTION NO: 17
Is it possible to monitor a JEE Agent using a plug in directly into Enterprise Manager Fusion
Middleware Control Console?

"Pass Any Exam. Any Time." - www.actualtests.com

Oracle 1z0-482 Exam


A. Yes, it is possible to check that an Agent is active or if it has any issues.
B. No, you have to run some dedicated Java scripts in order to monitor the Agent behavior.
C. Yes, it is possible to check that an Agent is active, but you must also install and configure
Oracle Tuxedo.
D. No, you can simply check the metadata available using ODI Console as a web application.
Answer: A
Explanation:

QUESTION NO: 18
What is a relationship in a matching process?
A. It is how many matched records exist globally.
B. It is matching functions that determine how well two records match each other, for a given
identifier.
C. It is a link between two records, created by automatic match rules and manual decisions.
D. A Relationship determines how many comparison results are interpreted during the matching
process.
Answer: B
Explanation:

QUESTION NO: 19
One of the parameters retrieve column properties in a knowledge module is odiRef.getcolList.
What is the name of the parameter that retrieves the datatype of a mapped target column?
A. DEST_DT
B. SOURCE_DT
C. COL_DESC
D. COL_FORMAT
Answer: A
Explanation: http://gerardnico.com/doc/odi/webhelp/en/ref_api/getcollist.html

QUESTION NO: 20
"Pass Any Exam. Any Time." - www.actualtests.com

Oracle 1z0-482 Exam


Select two infrastructure components that can be used to deploy both ODI and EDQ components.
A. JDeveloper
B. Oracle WebLogic Server
C. IBM WebSphere Application Server
D. Oracle SOA Suite
Answer: B,C
Explanation: http://docs.oracle.com/cd/E48549_01/doc.11117/e40040/configuring.htm
Configuring EDQ on WebLogic Server
Configuring EDQ on Tomcat or WebSphere
and here:
http://docs.oracle.com/cd/E28280_01/integrate.1111/e12643/whatsnew.htm
ODI Agents and datasources can now be deployed on Oracle WebLogic Server (WLS) and IBM
WebSphere Application Server (WAS)

QUESTION NO: 21
Select four correct scenarios where EDQ parsing is beneficial.
A. There are separate attributes for Titles, Forenames, and Family names, but the values are not
always in the right fields.
B. Names are well-structured, but the Gender field is often missing.
C. The data contains product descriptions in the string field and you need to extract the size and
weight of each product.
D. Addresses are contained in a single string field and are difficult to verify.
E. Phone numbers are sometimes embedded in the customer name and address.
Answer: A,C,D,E
Explanation:

QUESTION NO: 22
The ODI application adapter for Hadoop______.
A. connects to a Work Repository r
B. is a Big Data Connector
C. connects to a Master Repository
D. is an Agent configuration

"Pass Any Exam. Any Time." - www.actualtests.com

Oracle 1z0-482 Exam


Answer: B
Reference: http://docs.oracle.com/cd/E37231_01/doc.20/e36961/odi.htm

QUESTION NO: 23
Select the correct statement. When running an interface in ODI, is it possible to see a simu-lation
of the code?
A. No, that is a current limitation in ODI.
B. No, but it is possible to query the metadata repository in order to see the generated code.
C. Yes, but it is only possible to see a code simulation on ODI Console.
D. Yes, before executing the interface, it is possible to set a flag to request the code simulation.
Answer: D
Explanation:
http://docs.oracle.com/cd/E17904_01/integrate.1111/e12643/running_executions.htm

QUESTION NO: 24
Which property file parameter stores the location of the OBBIE web catalog folder?
A. OBIEE_WEBCAT_FOLDER_TO_EXPORT
B. OBIEE_WEBCAT_EXPORT_FILE
C. OBIEE_WEBCAT__FILE
D. OBXEE WEBCAT
Answer: D
Explanation: OBIEE_WEBCAT Location of the Web Catalog folder used by the BI Server.
OBIEE_WEBCAT_EXPORT_FILE Location of the OBIEE Web catalog report used for refreshing
the lineage.
OBIEE_WEBCAT_FOLDER_TO_EXPORT The Web Catalog folder to export in the report
reference http://docs.oracle.com/cd/E25054_01/integrate.1111/e12644/biee_lineage.htm

QUESTION NO: 25
When using a customized reverse knowledge module, can the execution be done only on the
"Pass Any Exam. Any Time." - www.actualtests.com

10

Oracle 1z0-482 Exam


development environment?
A. No, all environments linked to a logical schema can be used to reverse-engineer table
structure,
B. No, only the production environment can be used.
C. No, only a Java engine intermediate environment can be processed.
D. Yes, as long as the other environment is a mirrored copy.
Answer: A
Explanation:

QUESTION NO: 26
Which one of the following attributes should always be provided to EDQ AV as a separate attribute
if available?
A. Name
B. City
C. Country
D. State or Province
E. Zip or Postal code
Answer: E
Reference: http://docs.oracle.com/cd/E48549_01/doc.11117/e40733/toc.htm

QUESTION NO: 27
Identify two parameters of the OGG JKMs that must be set in order to configure OGG through
ODI.
A. SRC__OGG__OBJECT_GROUP
B. SYNC__JRN_DELETE
C. ST G_MANAGER_PORT
D. AUTO CONFIGURATION
Answer: A,C
Explanation:

"Pass Any Exam. Any Time." - www.actualtests.com

11

Oracle 1z0-482 Exam


QUESTION NO: 28
Select two correct answers. ODI and EDQ can share the same infrastructure If__________.
A. They use an Oracle DB as a repository and WebLogic to host the web application
B. They use an Oracle DB as a repository and WebSphere to host the web application
C. They use any DB as a repository and any compatible web application server
D. They use an Oracle DB as a repository and Tomcat to host the web application
E. ODI and EDQ cannot share the same infrastructure, they both have different architecture
Answer: A,B
Explanation:

QUESTION NO: 29
You are designing a Load Plan in which you need to create multiple branches based on the value
of a variable. How do you implement this using the Load Plan editor?
A. Drag the variable into Load Plan and define a Case Step
B. Add a Case Step in Load Plan and select variable- in the wizard
C. Create a scenario from the variable and add the scenario to Load Plan to create a Case Step
D. Add a Case Step, then drag the variable into Case Step
Answer: B
Reference:
http://docs.oracle.com/cd/E28271_01/integrate.1111/e12643/loadplans.htm#CHDEIFJJ

QUESTION NO: 30
To declare mapping on a target column, does a developer have to manually write the required
database functions?
A. Yes, ODI only allows manual insertion of information related to source-target mappings.
B. Yes, either the work area can be used to write the functions or a configuration file can be
prepared for ODI to read.
C. No, a developer must prepare a configuration file and associate to it a user function,
D. No, a graphical expression editor can be used to drag and drop columns and the required
function definitions.

"Pass Any Exam. Any Time." - www.actualtests.com

12

Oracle 1z0-482 Exam


Answer: D
Explanation:

QUESTION NO: 31
In ODI, can a check constraint be added to metadata?
A. Yes, by adding a constraint to the datastore
B. No,it is not possible to add conditions more than those that can be reverse-engineered. r
C. Yes, but you need to execute additional scripts on the database in order to make it work,
D. No, you can declare them only customizing knowledge modules.
Answer: A
Explanation:

QUESTION NO: 32
Is it possible to import a knowledge module into project (A) and then reference that knowledge
module in another project (B)?
A. Yes, knowledge modules can be imported.
B. Yes, but three specific variable;; have to be declared to indicate the data environment.
C. No, to use a knowledge module, it must be imported into each project.
D. No,because a variable needs to be set to define it as a global knowledge moduleAnswer: C
Explanation: Only global KMs or KMs that have already been imported into the project can be
selected in the interface. Make sure that you have imported the appropriate KMs in the project
before proceeding.

QUESTION NO: 33
In an ODI Interface, when defining a join, can you always choose "Ordered Join Syntax"?
A. Yes, this option is always available.

"Pass Any Exam. Any Time." - www.actualtests.com

13

Oracle 1z0-482 Exam


B. No, you can never make this choice.
C. No,this option is inherited from reverse engineering.
D. No,it may be available if the underlying technology supports it.
Answer: A
Explanation:

QUESTION NO: 34
Prior to executing an interface or mapping in ODI, do you have to deploy the generated code
manually in a source or target server?
A. Yes, you have to copy all the procedures generated into the development, test, and production
servers.
B. No, ODI prepares a package for the development environment.
C. Yes, you have to 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.
D. No, ODI Agent coordinates the execution of the commands prepared for the job, and executes
them on the correct server.
Answer: D
Explanation:

QUESTION NO: 35
Identify two operations that can be achieved using the ODI SDK.
A. Create users
B. Create interfaces
C. Create Master and Work repositories
D. Create security profiles
Answer: B,C
Explanation: http://oracle-dba.yoga-supreme.com/?p=1698

QUESTION NO: 36
Is it possible to define more than one physical schema associated with the same data server?

"Pass Any Exam. Any Time." - www.actualtests.com

14

Oracle 1z0-482 Exam


A. Yes, but you have to flag which one is the default physical schema.
B. Yes, but it is mandatory to specify a different user to log in.
C. It is possible,but it is better to avoid doing so because it is more difficult to define a logical
schema this way.
D. No, ODI Topology does not allow defining more than one physical schema for a data server
because the associated logical schema would be ambiguous.
Answer: A
Reference: http://odiexperts.com/context-logical-and-physical-schema-how-does-it-work/
An Oracle Data Integrator Physical Schema corresponds to a pair of Schemas Data schema
where it look for source and target data source Work schema where it creates the temporary data
structures for the source nad target in the data schema

QUESTION NO: 37
In an ODI interface, is it possible to use a specific partition if it is declared for the target table to
load data?
A. No, only generic loading can be declared and an IKM can declare partitions using options.
B. No, only ODI variables can be used to filter the target table loading.
C. Yes,an option in the interface can be used to declare partitions but an ODI variable must be
used to evaluate the correct partition value.
D. Yes, an option in the interface can be used to declare the partition that has to be used for the
loading.
Answer: D
Explanation:

QUESTION NO: 38
Select the correct statement- When an ODI interface is designed, target and source tables are
defined with metadata imported directly from databases and other sources.
A. Yes, their definition is imported with a direct reverse-engineering process.
B. Yes, their definition is imported with a direct reverse-engineering process, but you must
manually define all the keys and constraints existing on the database.
C. No, for every loading, the definition of the tables used, their columns, and their constraints must
be manually built.
D. No, an external engine must be run in order to describe what metadata is needed for an O
interface.
"Pass Any Exam. Any Time." - www.actualtests.com

15

Oracle 1z0-482 Exam


Answer: A
Explanation:

QUESTION NO: 39
You design a Package with Interfaces that will be consuming data from Journalized datastores in
the Consistent Set CDC mode. Identify the right set of steps that need to be performed at the
beginning of your Package to develop this.
A. AddDatastores to Package, set Datastores steps to Journalizing Datastore, and select the
Unlock Subscriber and Purge Journal check boxes
B. Add Model to Package, set Model step to Journalizing Model, and select the Extend Window
and Lock Subscriber check boxes
C. Add Datastores to Package, set Datastores steps to Journalizing Datastore, and select the
Extend Window and Lock Subscriber check boxes
D. Add Sub-modelto Package, set Sub-model step to Journalizing Sub-model, and select the
Extend Window and Lock Subscriber check boxes
Answer: B
Explanation:
http://docs.oracle.com/cd/E14571_01/integrate.1111/e12643/data_capture.htm#autoId10

QUESTION NO: 40
In an ODI Interface, can filters be added automatically?
A. Yes, if they were reverse-engineeredB. Yes,if they exist in the datastore definition.
C. No, filters can never be added automatically.
D. No, because each interface instance is unique and different from others.
Answer: D
Explanation:

QUESTION NO: 41
Your Package logic requires you to retrieve the status of the previous Package step into a
"Pass Any Exam. Any Time." - www.actualtests.com

16

Oracle 1z0-482 Exam


variable. How do you implement this?
A. Create a variable, use odiRef. getPrevsteptog ()in the SQL query in its Refreshing tab, and add
a variable as a Refresh Variable step into Package
B. Create a variable, use odiRef.getinfooin the SQL query in its Refreshing tab, and add a variable
as a Refresh Variable step into 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 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 Package
Answer: A
Explanation:

QUESTION NO: 42
Select the correct statement in an ODI interface, each column of the target can have at most, one
mapping in a given dataset.
A. No,a targetcolumn can have multiple defined mappings.
B. No, a variable is used to evaluate if the target column can have more than one mapping.
C. Yes, a target column can have a unique and well-defined mapping.
D. Yes, a target column can have a unique definition, but an ODI procedure can define additional
mappings for that column.
Answer: C
Reference: http://docs.oracle.com/cd/E21764_01/integrate.1111/e12643/interfaces.htm

QUESTION NO: 43
Identify the database view ODI uses when loading the journalized data in an Interface.
A. JV$D view
B. T$ view
C. JV$ view
D. JV$I view
Answer: C
Reference:
http://docs.oracle.com/cd/E21764_01/integrate.1111/e12643/data_capture.htm#CFHFHIAJ

"Pass Any Exam. Any Time." - www.actualtests.com

17

Oracle 1z0-482 Exam

QUESTION NO: 44
In an ODI interface, can source tables be declared as not joined?
A. Yes, ODI generates the code calculating a sample of the data, profiling it, and deciding
automatically if a join exists.
B. Yes, it is possible to create an ODI procedure to declare joins for the source tables.
C. No, in ODI, it is mandatory that all the source data stores are joined directly or indirectly.
D. No, by default, every added data store in the source declaration of an interface is joined with an
inner join.
Answer: C
Explanation:

QUESTION NO: 45
In ODI, when you add a column definition in a table, can you also use a technology-specific
datatype for it?
A. Yes, it is possible to declare it, and if the desired datatype is not in the list available, you can
also add it into a Topology datatypes definition.
B. Yes, it is possible to declare it but only if it is a standard SQL datatype.
C. Yes, it is possible but in any case, you need to forward-engineer the datatype via the JDBC
driver.
D. No, datatypes are assigned by default as string variables.
Answer: A
Explanation:

QUESTION NO: 46
In ODI, is it possible to reverse a COBOL flat file using a Copybook definition?
A. Yes, only using the file driver
B. Yes, using the file and complex file drivers
C. Yes, but only if the source file is an EBCDIC file.
D. No, you need to manually add the columns definition in all the cases.

"Pass Any Exam. Any Time." - www.actualtests.com

18

Oracle 1z0-482 Exam


Answer: A
Reference: http://docs.oracle.com/cd/E28280_01/integrate.1111/e12643/create_rev_model.htm
(5.3.2.3)

QUESTION NO: 47
In ODI Operator, is it possible to view code in the second level (the step) represented?
A. No, it is only possible to see code in the first higher level (the session) represented.
B. Yes, all generated code can be viewed together in the step-level, with a complete list of
executed code.
C. Yes, depending on the auditlevel declared when running the execution, some of the generated
code at the step-level can be viewed.
D. No, it is possible to view code in the thud level(the tasklevel)represented.
Answer: D
Explanation:

QUESTION NO: 48
You have to load three tables A, B, and C in parallel, wait for them to be loaded, and then load a
fourth table D. Which steps do you have to go through in order to do this?
A. Generate three scenarios to load A, B, and C, add them to a Package, set their Synchronization
mode to Asynchronous, use an OdiWaitForChildSession step before adding an Interface to load D
B. Generate three scenarios to load A, B, and C, add them to a package, set their Synchronization
mode to Synchronous, use an OdiWaitForChildSession step before adding an interface to load D
C. Add three Interfaces to load A, B, and C to a package, use an OdiWaitForChildSession step
before adding another Interface to load D
D. Generate three scenarios to load A, B, and C, add them to a package, use an
OdiWaitForChildSession step before adding an Interface to load D
Answer: A
Explanation:

QUESTION NO: 49

"Pass Any Exam. Any Time." - www.actualtests.com

19

Oracle 1z0-482 Exam


In Topology, can a query be defined to retrieve native database sequences?
A. Yes, in the technology details in the Topology submodule, there is a tab that defines queries for
specific database elements.
B. Yes, but you need to specify an option in the knowledge modules of the mapping using
sequences.
C. No, only the timestamp definition can be set in Topology.
D. No, the query for native sequences is defined in ODI Data Models, under ODJ Studio Designer.
Answer: A
Explanation:

QUESTION NO: 50
Identify two true statements regarding the ODI web-based components.
A. Enterprise Manager Fusion Middleware Control Console provides access to ODI dataservers
settings.
B. ODI Console allows administrators to edit users' information.
C. ODI sessions can be monitored in Enterprise Manager Fusion Middleware Control Console.
D. ODI Console provides access to Project and Interface details.
Answer: C,D
Explanation: http://docs.oracle.com/cd/E17904_01/integrate.1111/e12643/odi_console.htm

QUESTION NO: 51
In an ODI interface, is it mandatory to use a join to describe a lookup?
A. Yes,there are not many other graphical Objects to describe a lookup.
B. Yes, it is not possible to set anything other than a join in an ODI Interface.
C. No, there is a graphical object dedicated to set a lookup in the source area of an interface.
D. No, you can use variables in ODI to declare lookups.
Answer: C
Explanation:

QUESTION NO: 52
"Pass Any Exam. Any Time." - www.actualtests.com

20

Oracle 1z0-482 Exam


Select two correct statements about Results Books.
A. A Results Book can contain tabs containing the output from several different EDQ processor
steps.
B. Results Books always link to the latest version of a process.
C. Results Books can be exported to a multlsheet MS Excel Workbook.
D. A Results Book page will always look the same as the output of the processor it is linked to,
E. ResultsBooks can combine pages from many projects.
Answer: A,C
Explanation: http://www.oracle.com/webfolder/technetwork/dataquality/edqhelp/Content/concepts/results_books.htm

QUESTION NO: 53
Identify the right variable step type to use when assigning a value to a variable with a SQL query.
A. Refresh Variable
B. Declare Variable
C. Set Variable
D. Evaluate Variable
Answer: C
Reference: http://docs.oracle.com/cd/E15586_01/integrate.1111/e12643/procedures.htm
(12.2.3.1)
Set Variable is the step type to assign the value. Refresh Variable is used to calculate the value
from a sql query.

QUESTION NO: 54
Identify two Change Data Capture implementation strategies provided through the ODI knowledge
modules.
A. Triggers
B. Oracle GoldenGate
C. Extract source data to flat files
D. Before and after database image comparison
Answer: A,B

"Pass Any Exam. Any Time." - www.actualtests.com

21

Oracle 1z0-482 Exam


Explanation:

QUESTION NO: 55
Identify two true statements regarding the ODI SDK.
A. The ODI SDK is used to load data between Teradata and Oracle.
B. The ODI SDK can be used to embed ODI processes into another product.
C. The ODI SDK is required to be used by ETL developers in order to develop ODI processes,
D. The ODI SDK allows developers to execute most ODI operations through a Java program.
Answer: A,D
Explanation:

QUESTION NO: 56
To use ODI efficiently in a Data Warehouse project is it necessary to have a topology with an
intermediate transformation server?
A. It is mandatory to have an intermediate server.
B. It is better to load data directly from sources into a data warehouse server.
C. Data transformation should be distributed across several scalable nodes.
D. It is mandatory to collect data directly from sources into a data warehouse server using real
time replication processes.
Answer: D
Explanation:

QUESTION NO: 57
Is it possible to manage five metadata work repositories together with ODI and a single master
repository in order to have a software lifecycle generation respecting the best practices that my
company uses?
A. No, every repository needs as mandatory a related separated master repository.
B. No, unless I also have live data environments because it is mandatory that the production work
repository is installed on the data production server, the test work repository on the test data
"Pass Any Exam. Any Time." - www.actualtests.com

22

Oracle 1z0-482 Exam


server and so on.
C. Yes, it is possible to create separate metadata environments with work repositories, that define
for instance, a current level of development work repository, next level development, maintenance,
production, and so on.
D. Yes, but also install a mandatory agent for every work repository and compile all its Java
archives separately.
Answer: C
Explanation:

QUESTION NO: 58
You are running a Scenario in a Load Plan using a Run Scenario step. This scenario contains the
Interfaces. In case of failure in this Scenario, you would like to restart the Interface that failed
beginning. Which Restart Type option do you need to pick for the Run Scenario step?
A. Restart from new session
B. Restart from failed step
C. Restart from failed task
D. Restart from failure
Answer: B
Explanation:
http://docs.oracle.com/cd/E38317_01/doc.11117/e37987/manageloadplans.htm#CIHJCBHJ

QUESTION NO: 59
Where can users edit scenarios in ODI?
A. Designer Navigator
B. Operator Navigator
C. Command line
D. Nowhere, scenarios cannot be edited
Answer: D
Explanation: The scenario code (the language generated) is frozen, and all subsequent
modifications of the components which contributed to creating it will not change it in any way
http://docs.oracle.com/cd/E23943_01/integrate.1111/e12643/scenarios.htm

"Pass Any Exam. Any Time." - www.actualtests.com

23

Oracle 1z0-482 Exam

QUESTION NO: 60
A step in the Package you are designing should not appear in the ODI logs. How do you
implement this?
A. Schedule periodically a scenario that uses OdiPurgeLog to remove those steps from the ODI
logs
B. In the Package Editor, click the step, go to the Advanced tab, and set Log Steps in the Journal
to Never
C. Modify the Operator Navigator settings to disable that step from being displayed
D. Right-click the step in Package Editor and select the No Logging menu item
Answer: B
Explanation:

QUESTION NO: 61
In an ODI package, is it possible to use a tool to purge logs based on the name of the agent that
executed the session?
A. No, it is only possible to purge the logs of the sessions that run in a specific period of time.
B. No, it is only possible to purge the logs of the properly ended sessions.
C. Yes, it is possible but you also need to indicate the ODI user that ran the session.
D. Yes, it is one of the parameters available to purge the log.
Answer: D
Explanation:

QUESTION NO: 62
When defining a data store in ODI metadata, is it possible to add a primary key even if it does not
physically exist on the related database catalog?
A. No, you can only reverse-engineer existing constraints.
B. No, you can only flag non-null conditions to be checked.
C. Yes, by adding constraints to the datastore diagram.
D. Yes,by adding constraints on the datastore.
"Pass Any Exam. Any Time." - www.actualtests.com

24

Oracle 1z0-482 Exam


Answer: D
Explanation:

QUESTION NO: 63
What is a Load Plan?
A. A frozen version of a package.
B. An executable object that contains a hierarchy of steps.
C. A substitute for packages or scenariosD. A web serviceAnswer: B
Reference: http://www.oracle.com/technetwork/middleware/data-integrator/overview/odi-11g-newfeatures-overview-1622677.pdf

QUESTION NO: 64
Can a project in ODI contain a user function to translate commands with different syntax for
different technologies but with the same functionality?
A. No, a customized knowledge modules is needed.
B. No, this must be explicitly mapped to an ODI interface.
C. Yes, but an ODI procedure must be associated for it to be implemented.
D. Yes, it can be defined for every technology that is listed in Topology.
Answer: D
Explanation:

QUESTION NO: 65
Select the statement that best describes the difference between Server and Client Data Store
access.
A. There is no difference between Server and Client Data Store access, both can be used
conveniently.
B. Data is accessed from Server only if it is the data store.
"Pass Any Exam. Any Time." - www.actualtests.com

25

Oracle 1z0-482 Exam


C. Data is accessed from Client only if it is an Excel file.
D. A local file on a laptop can be accessed using Client access, or from Server If a copy of the file
is on the EDQ server landing area.
Answer: B
Explanation:

QUESTION NO: 66
If an ODI user function has one syntax and one or more implementations, can it be used in an ODI
interface mapping?
A. Yes, but to be mapped in an ODI interface it also needs an ODI variable.
B. No, it can only have one syntax and one implementation for all technologies.
C. Yes, but you need to write a custom knowledge module.
D. Yes, during execution, it will substitute the specific technology implementation.
Answer: D
Explanation: One key feature of the User Functions is that they will give you the opportunity to
enter the matching syntax for any other database of your choice. No matter which technology you
will use later on, you will only have to provide the name of the user function, irrespectively of the
underlying technology.To add other implementations and technologies, simply go back to the
Implementation tab of the User Function, click the Add button. Select the technology for which you
are defining the code, and add the code.

QUESTION NO: 67
When the data, source, and target are persistent in the same data server, in an ODI interface, do
you need an LKM and an LKM to load the data on target?
A. Yes, both an LKM multi technology and an IKM multi-technology are required.
B. Yes, an LKM multi-technology and an IKM single technology are required.
C. No, only an IKM multi-technology is required,
D. No, only an IKM single technology is required.
Answer: D
Explanation:
http://docs.oracle.com/cd/E28280_01/integrate.1111/e12643/interfaces.htm#CHDEHIDE

"Pass Any Exam. Any Time." - www.actualtests.com

26

Oracle 1z0-482 Exam


QUESTION NO: 68
Identify the operation that ensures that referential integrity is maintained while loading changes
detected by the ODI CDC framework.
A. Unlock Subscriber
B. Extend Window
C. Lock Subscriber
D. Purge Journal
Answer: B
Explanation: Extend Window: The Consistency Window is a range of available changes in all the
tables of the consistency set for which the insert/update/delete are possible without violating
referential integrity. The extend window operation (re)computes this window to take into account
new changes captured since the latest Extend Window operation. This operation is implemented
using a package step with the Journalizing Model Type. This operation can be scheduled
separately from other journalizing operations.
http://docs.oracle.com/cd/E21764_01/integrate.1111/e12643/data_capture.htm#CFHIHJEE

QUESTION NO: 69
Select the two correct reasons that might lead you to use EDQ Transformation Processors rather
than transform data in ODI.
A. EDQ is faster than ODI at performing transformations.
B. The data needs to be mapped to a coded value.
C. Some data needs to be aggregated, producing a total value from multiple rows.
D. When converting string dates, EDQ does not need all source fields to be valid dates.
E. When a standardized or derived data value is needed for matching records.
Answer: C,D
Explanation:

QUESTION NO: 70
Updates have been made to Interfaces in a Package. What would you do to make sure the
Production team runs a scenario containing those updates while preserving the existing scenario's
schedule?
A. Generate a new scenario and attach the previous scenario's schedule to it
"Pass Any Exam. Any Time." - www.actualtests.com

27

Oracle 1z0-482 Exam


B. Generate a new scenario and create a new schedule
C. Nothing, the existing scenario will get automatically updated
D. Regenerate existing scenario
Answer: D
Explanation:

QUESTION NO: 71
After invoking an Enterprise Data Quality Job from ODI, where can you monitor the detailed
progress of that Job?
A. In Operator
B. In Enterprise Data Quality
C. In ODI Console
D. In Enterprise Manager
Answer: C

"Pass Any Exam. Any Time." - www.actualtests.com

28

Das könnte Ihnen auch gefallen