SAS DI Interview Questions

Ratings:
(4)
Views:0
Banner-Img
  • Share this blog:

SAS DI Interview Questions

What is Data Integration?

The process of combining data from different resources.

The combined data is provided to the users with unified view.

Information from different enterprise domains are integrated – known as Enterprise Information Integration.

Useful for merging information from different technologies among enterprises.

What is transformation in SAS data integration?

It is a metadata object which determines how to extract data, transform data and load data into data stores.

What is change analysis in SAS DI?

Change analysis is the process of comparing one set of metadata to another set of metadata and identifying the differences between the two sets of metadata.

What is the difference between unique key and primary key?

Unique key is one or more columns that can be used to uniquely identify a row in a table. A table can have one or more unique keys. Unique keys can contain null values. While on the other hand table can have only one primary key. One or more columns in a primary key cannot contain null values.

Explain about Pivot – Columns to Rows?

Data Integrator produces a row in the output data set for every value in the designated pivot column.

More than one pivot column can be set as per the need of application’s data integration.

Pivot Sequence Column – Data Integrator increments a sequence number for every row created from a pivot column.

Non-Pivot column – The columns that need to appear in the target.

Pivot Set – A group of pivot columns, unique data field and header column.

Data Field Column – It contains the pivot data along with pivot columns values.

Header Column – Lists the name of the columns.

What are the benefits of data integration?

Following are the benefits of data integration:

-Makes reporting, monitoring, placing customer information across the enterprise flexible and convenient.

-Data usage is efficient.

-Cost Effective.

-Risk adjusted profitability management as it allows accurate data extraction.

-Allows timely and reliable reporting, as data quality is the prime technology for business challenges.

Describe how to adjust the performance of Data Integrator?

Following are the ways to perform this:

Using array fetch size.

Ordering the joins.

Extracted data minimizing.

Locale conversion minimization.

Setting target-based options to optimize the performance.

Improving throughput.

Data type conversion minimization.

What do you mean by data staging area?

Staging area of the data warehouse is both the storage area and set of process commonly referred as extract transformation load. The data staging area is everything between the operational source systems and the data presentation area.

What is data governance?

It is the robust, reliable, repeatable and controlled process both at point of input and through subsequent downstream control checks. This process exists to manage updates of business rules to maintain a level of consistency.

What is data access?

It is the access by selected business users to raw (untransformed) data loads.

What do you mean by data staging area?

Staging area of the data warehouse is both the storage area and set of process commonly referred as extract transformation load. The data staging area is everything between the operational source systems and the data presentation area.

SAS DI Studio Interview Question

What is slowly changing dimension?

This is the technique for tracking changes to dimensional table values in order to analyze trends. For example, a dimension table named customers might have columns for customer id, home address and income. Each time the address or income changes for a customer, a new row could be created for that customer in the dimensional table and old row could be retained.

What is snow flake schema?

Snow flake schema is defined in which a single fact table is connected to multiple dimension tables. The dimension are structured to minimize update anomalies and to address single themes.

What is star schema?

Star schema is defined as database in which single fact table is connected to multiple dimension tables. This is represented in a star schema.

What is SAS application server, database server, SAS OLAP server and SAS metadata server?

SAS application server provides SAS services to a client. On the other hand database server provides relational database service to a client. Oracle, DB2, and Teradata are examples of relational databases.  SAS OLAP server provides access to multidimensional data. SAS metadata server provides metadata management services to one or more client application.

What is operational data and operational system?

Operational data is used as source data for a data warehouse. While operational system is one or more programs that provide source data for a data warehouse.

What is the use of SAS management console?

SAS management console application provides a single user interface for performing SAS administrative tasks.

Name some data transformation used in SAS DI?

Types of the data transformation are append, apply lookup standardization, create match code transformation, data transfer, data validation, extract, fact table lookup, key effective data transformation, lookup, SAS rank, SAS sort, SAS splitter, SCD type 2 loader, SQL join, standardize transformation, Surrogate key generator , Transpose transformation, User written code transformation.

Describe about metadata object?

It is a set of attributes that describe a table, a server, a user and another resource on a network.

Name the scheduler for scheduling job and explain the scheduler?

The scheduler used for scheduling job is control m while CONTROL-m also user to view process flow and dependencies so that they can optimize business processes easily and efficiently, even in a data center that includes multiple platform types (for example, Unix, Microsoft Windows, and MVS)

What is change analysis in SAS DI ?

Change analysis is the process of comparing one set of metadata to another set of metadata and identifying the differences between the two sets of metadata.

Describe the interaction table in SAS DI?

Table that describes the relationships between two or more tables. For example, an intersection table could describe the many-to-many relationships between a table of users and a table of groups.

What are the prime responsibilities of Data Integration Administrator?

Scheduling and executing the batch jobs.

Configuring, starting and stopping the real-time services

Adapters configuration and managing them.

Repository usage, Job Server configuration.

Access Server configuration.

Batch job publishing.

Real-time services publishing through web services.

Explain the difference between alternate key, business key, foreign key , generated key , primary key, retained key and surrogate key ?

Alternate key is term also known as unique key.

Business key is one or more columns in a dimension table that comprise the primary key in a source table in an operational system.

Foreign key is one or more columns that are associated with a primary key or unique key in another table. A table can have one or more foreign keys. A foreign key is dependent upon its associated primary or unique key. In other words, a foreign key cannot exist without that primary or unique key.

Generated keys is used to implement surrogate keys and retained keys, one or more columns that are used to uniquely identify a row in a table. A table can have only one primary key. One or more columns in a primary key cannot contain null values. Retained key is a numeric column in a dimension table that is the primary key of that table.

Surrogate key is a column which contains unique integer values that are generated sequentially when rows are added and updated. In the associated fact table, the surrogate key is included as a foreign key in order to connect to specific dimensions.

Data Integration Interview Questions

Explain about Data Integrator Metadata Reports?

Browser-based analysis and reporting capabilities are provided by Metadata reports.

The DI Metadata Reports are generated on metadata that associates with Data Integration jobs.

Other BO applications those are associated with Data Integration.

Three modules are provided by Metadata Reports. They are

Operational Dashboards.

Auto Documentation.

Impact and Lineage analysis.

Explain about various caches available in Data Integrator?

NO_CACHE – It is used for not caching values.

PRE_LOAD_CACHE – Result column preloads and compares the column into the memory, prior to executing the lookup.

PRE_LOAD_CACHE is used when the table can exactly fit in the memory space.

DEMAND_LOAD_CACHE – Result column loads and compares the column into the memory when a function performs the execution.

DEMAND_LOAD_CACHE is suitable while looking up the highly repetitive values with small subset of data.

What is Hierarchy Flattening?

Construction of parent/child relationships hierarchy is known as Hierarchy Flattening.

A description of hierarchy in the vertical or horizontal format is produced.

The hierarchy pattern includes Parent column, Child Column, Parent Attributes and Child Attributes.

Hierarchy Flattening allows to understand the basic hierarchy of BI in a lucid manner.

As the flattening is done in horizontal or vertical format, the sub elements are easily identified.

Is Data integration And ETL programming is same?

No, Data Integration and ETL programming are different.

Passing of data to different systems from other systems is known as data integration.

It may integrate data within the same application.

ETL, on the other hand, is to extract the data from different sources.

The primary ETL tool job is to transform the data and loads into other objects or tables.

Describe about Physical Data Integration?

Physical Data Integration is all about creating new system that replicates data from the source systems. This process is done to manage the data independent of the original system. Data Warehouse is the example of Physical Data Integration. The benefits of PDI include data version management, combination of data from various sources, like mainframes, flat files, databases.

Why is SAS Data Integration Studio important?

Companies are realizing that in order to succeed they need an integrated view of their data and SAS Data Integration Studio is the single tool that provides the flexibility, reliability and agility needed to respond to new data integration challenges. Regardless of the project, SAS Data Integration Studio users can respond with speed and efficiency, reducing the overall cost of data integration.

For whom is SAS Data Integration Studio designed?

SAS Data Integration Studio empowers data integration managers and designers to work more efficiently, manage change effectively and deliver high-quality results faster.

 Our design of course tutorials and interview questions is practical and informative. At TekSlate, we offer resources to help you learn various IT courses. We avail both written material and demo video tutorials. For in-depth knowledge and practical experience explore Online SAS DI Training.

You liked the article?

Like : 0

Vote for difficulty

Current difficulty (Avg): Medium

Recommended Courses

1/15

About Author
Authorlogo
Name
TekSlate
Author Bio

TekSlate is the best online training provider in delivering world-class IT skills to individuals and corporates from all parts of the globe. We are proven experts in accumulating every need of an IT skills upgrade aspirant and have delivered excellent services. We aim to bring you all the essentials to learn and master new technologies in the market with our articles, blogs, and videos. Build your career success with us, enhancing most in-demand skills in the market.


Stay Updated


Get stories of change makers and innovators from the startup ecosystem in your inbox