Sponsor
3. What are the steps included in Data integration process?
Answer:
4. Define the terms Job, Workflow, and Dataflow
Answer:
5. Arrange these objects in order by their hierarchy: Dataflow, Job, Project, and Workflow.
Answer
Project, Job, Workflow, Dataflow.
6. What are reusable objects in DataServices?
Answer:
Job, Workflow, Dataflow.
7. What is a transform?
Answer:
A transform enables you to control how datasets change in a dataflow.
8. What is a Script?
Answer:
A script is a single-use object that is used to call functions and assign values in a workflow.
9. What is a real time Job?
Answer:
Real-time jobs "extract" data from the body of the real time message received and from any secondary sources used in the job.
10. What is an Embedded Dataflow?
Answer:
An Embedded Dataflow is a dataflow that is called from inside another dataflow.
11. What is the difference between a data store and a database?
Answer:
A datastore is a connection to a database.
12. How many types of datastores are present in Data services?
Answer:
Three.
13. What is the use of Compace repository?
Answer:
Remove redundant and obsolete objects from the repository tables.
14. What are Memory Datastores?
Answer:
Data Services also allows you to create a database datastore using Memory as the Database type. Memory Datastores are designed to enhance processing performance of data flows executing in real-time jobs.
15. What are file formats?
Answer:
A file format is a set of properties describing the structure of a flat file (ASCII). File formats describe the metadata structure. File format objects can describe files in:
16. Which is NOT a datastore type?
Answer:
File Format
17. What is repository? List the types of repositories.
Answer:
The DataServices repository is a set of tables that holds user-created and predefined system objects, source and target metadata, and transformation rules. There are 3 types of repositories.
18. What is the difference between a Repository and a Datastore?
Answer:
A Repository is a set of tables that hold system objects, source and target metadata, and transformation rules. A Datastore is an actual connection to a database that holds data.
19. What is the difference between a Parameter and a Variable?
Answer:
A Parameter is an expression that passes a piece of information to a work flow, data flow or custom function when it is called in a job. A Variable is a symbolic placeholder for values.
20. When would you use a global variable instead of a local variable?
Answer:
21. What is Substitution Parameter?
Answer:
The Value that is constant in one environment, but may change when a job is migrated to another environment.
22. List some reasons why a job might fail to execute?
Answer:
Incorrect syntax, Job Server not running, port numbers for Designer and Job Server not matching.
23. List factors you consider when determining whether to run work flows or data flows serially or in parallel?
Answer:
Consider the following:
24. What does a lookup function do? How do the different variations of the lookup function differ?
Answer:
All lookup functions return one row for each row in the source. They differ in how they choose which of several matching rows to return.
'25. List the three types of input formats accepted by the Address Cleanse transform.
Answer:
Discrete, multiline, and hybrid.
26. Name the transform that you would use to combine incoming data sets to produce a single output data set with the same schema as the input data sets.
Answer:
The Merge transform.
27. What are Adapters?
Answer:
Adapters are additional Java-based programs that can be installed on the job server to provide connectivity to other systems such as Salesforce.com or the JavaMessagingQueue. There is also a SoftwareDevelopment Kit (SDK) to allow customers to create adapters for custom applications.
28. List the data integrator transforms
Answer:
29. List the Data Quality Transforms
Answer:
30. What are Cleansing Packages?
Answer:
These are packages that enhance the ability of Data Cleanse to accurately process various forms of global data by including language-specific reference data and parsing rules.
31. What is Data Cleanse?
Answer:
The Data Cleanse transform identifies and isolates specific parts of mixed data, and standardizes your data based on information stored in the parsing dictionary, business rules defined in the rule file, and expressions defined in the pattern file.
32. What is the difference between Dictionary and Directory?
Answer:
Directories provide information on addresses from postal authorities. Dictionary files are used to identify, parse, and standardize data such as names, titles, and firm data.
33. Give some examples of how data can be enhanced through the data cleanse transform, and describe the benefit of those enhancements.
Answer:
34. A project requires the parsing of names into given and family, validating address information, and finding duplicates across several systems. Name the transforms needed and the task they will perform.
Answer:
35. Describe when to use the USA Regulatory and Global Address Cleanse transforms.
Answer:
Use the USA Regulatory transform if USPS certification and/or additional options such as DPV and Geocode are required. Global Address Cleanse should be utilized when processing multi-country data.
36. Give two examples of how the Data Cleanse transform can enhance (append) data.
Answer:
The Data Cleanse transform can generate name match standards and greetings. It can also assign gender codes and prenames such as Mr. and Mrs.
37. What are name match standards and how are they used?
Answer:
Name match standards illustrate the multiple ways a name can be represented.They are used in the match process to greatly increase match results.
38. What are the different strategies you can use to avoid duplicate rows of data when re-loading a job.
Answer:
39. What is the use of Auto Correct Load?
Answer:
It does not allow duplicated data entering into the target table.It works like Type 1 Insert else Update the rows based on Non-matching and matching data respectively.
40. What is the use of Array fetch size?
Answer:
Array fetch size indicates the number of rows retrieved in a single request to a source database. The default value is 1000. Higher numbers reduce requests, lowering network traffic, and possibly improve performance. The maximum value is 5000
41. What are the difference between Row-by-row select and Cached comparison table and sorted input in Table Comparison Tranform?
Answer:
42. What is the use of using Number of loaders in Target Table?
Answer:
Number of loaders loading with one loader is known as Single loader Loading. Loading when the number of loaders is greater than one is known as Parallel Loading. The default number of loaders is 1. The maximum number of loaders is 5.
43. What is the use of Rows per commit?
Answer:
Specifies the transaction size in number of rows. If set to 1000, Data Integrator sends a commit to the underlying database every 1000 rows.
44. What is the difference between lookup (), lookup_ext () and lookup_seq ()?
Answer:
45. What is the use of History preserving transform?
Answer:
The History_Preserving transform allows you to produce a new row in your target rather than updating an existing row. You can indicate in which columns the transform identifies changes to be preserved. If the value of certain columns change, this transform creates a new row for each row flagged as UPDATE in the input data set.
46. What is the use of Map-Operation Transfrom?
Answer:
The Map_Operation transform allows you to change operation codes on data sets to produce the desired output. Operation codes: INSERT UPDATE, DELETE, NORMAL, or DISCARD.
47. What is Heirarchy Flatenning?
Answer:
Constructs a complete hierarchy from parent/child relationships, and then produces a description of the hierarchy in vertically or horizontally flattened format.
48. What is the use of Case Transform?
Answer:
Use the Case transform to simplify branch logic in data flows by consolidating case or decision-making logic into one transform. The transformallows you to split a data set into smaller sets based on logical branches.
49. What must you define in order to audit a data flow?
Answer:
You must define audit points and audit rules when you want to audit a data flow.
50. List some factors for PERFORMANCE TUNING in data services?
Answer:
The following sections describe ways you can adjust Data Integrator performance