[NEW RELEASED DUMPS] Microsoft Official Exam Center New Changed 70-463 Questions In PDF & VCE Format Offered By Braindump2go For Free Download (116-130)

The 70-463 Exam Practice Questions and Answers are ideal for the aspring candiates to grab exceptional grades in Microsoft 70-463 Exam! The 70-463 Questions and Answers are developed using the latest updated course content and all the answers are verified to ensure phenoment preparation for the actual 70-463 Exam!

Vendor: Microsoft
Exam Code: 70-463
Exam Name: Implementing a Data Warehouse with Microsoft SQL Server 2012 Exam

1102

QUESTION 116
You work as a database administrator at Lead2pass.com.
The Lead2pass.com network consists of a single domain named Lead2pass.com. Lead2pass.com makes use of Microsoft SQL Server 2012 in their environment.
You have recently created an SQL Server Integration Services (SSIS) project catalog that contains two Environments.
A single Environment Variable, named ConnectionString, of type string is specified by each environment. The project also has a project Connection Manager configured to link up with the data warehouse.
You have been instructed to make sure that deployed packages are executed using any of the specified Environments.
Which of the following suitably describes an Environment Variable?

A.    An environment variable specifies the data that will be used by a package.
B.    An environment variable can be used to manage Integration Services objects in the catalog.
C.    An environment variable defines a literal value that can be assigned to a parameter during package execution.
D.    An environment variable allows you to use folders to organize your projects and
environments.
E.    An environment variable is a container of variables that can be referenced by Integration Services projects.

Answer: C

QUESTION 117
You work as a senior database developer at Lead2pass.com.
The Lead2pass.com network consists of a single domain named Lead2pass.com. Lead2pass.com makes use of Microsoft SQL Server 2012 in their environment.
You are hosting a training exercise for Lead2pass.com’s junior database developers.
You are currently discussing an EventHandlerClass property that is used to retrieve or configure a value that indicates whether the container participates in transactions.
Which of the following is the EventHandlerClass property that you are discussing?

A.    The TransactionOption property.
B.    The Executables property.
C.    The LoggingOptions property.
D.    The Variables property.

Answer: A

QUESTION 118
You work as a senior database administrator at Lead2pass.com.
The Lead2pass.com network consists of a single domain named Lead2pass.com. Lead2pass.com makes use of Microsoft SQL Server 2012 in their environment.
You are running a training exercise for Microsoft SQL Server 2012 junior administrators.
You are discussing the effects of setting IsolationLevel transaction property of a Data Flow task to Chaos.
Which of the following suitably describes the effect?

A.    It prevents pending changes from more highly isolated transactions from being overwritten.
B.    It prevents shared locks from being issued and exclusive locks from being honored.
C.    It prevents other users from updating the data.
D.    It reduces blocking by storing a version of data that one application can read while another is modifying the same data.

Answer: A

QUESTION 119
You work as a database administrator at Lead2pass.com.
The Lead2pass.com network consists of a single domain named Lead2pass.com. Lead2pass.com makes use of Microsoft SQL Server 2012 in their environment.
You are in the process of creating a SQL Server Integration Services (SSIS) package.
The package will be configured to import data into a SQL Azure hosted data warehouse.
You have decided to make use of the Environment Variable package configuration as part of your solution.
Which of the following is TRUE with regards to the Environment Variable package configuration?

A.    It stores the property path inside the package and the value outside the package.
B.    It stores both the property path and the value outside the package.
C.    It is used to fetch a value from a variable in a calling package.
D.    It is the most commonly used configuration type.

Answer: A

QUESTION 120
You work as a senior database administrator at Lead2pass.com.
The Lead2pass.com network consists of a single domain named Lead2pass.com. Lead2pass.com makes use of Microsoft SQL Server 2012 in their environment.
You are hosting a training exercise for Microsoft SQL Server 2012 administrators.
You are currently discussing the Fuzzy Lookup transformation.
Which of the following is TRUE with regards to the Fuzzy Lookup similarity threshold setting? (Choose all that apply.)

A.    Increasing the threshold can improve the speed of matching.
B.    Increasing the threshold can deteriorate the speed of matching.
C.    The nearer the value is to 1, the nearer the resemblance of the lookup value to the source value must be to qualify as a match.
D.    The nearer the value is to 1, the further the resemblance of the lookup value to the source value must be to qualify as a match.

Answer: AC

QUESTION 121
You work as a database administrator at Lead2pass.com.
The Lead2pass.com network consists of a single domain named Lead2pass.com. Lead2pass.com makes use of Microsoft SQL Server 2012 in their environment.
You have created a SQL Server Integration Services (SSIS) project that you are preparing to deploy using the Integration Services Deployment Wizard.
Which of the following is the third step in the Integration Services Deployment Wizard’s process?

A.    Review
B.    Select Destination
C.    Deploy/Results
D.    Select Source

Answer: A

QUESTION 122
You work as a database administrator at Lead2pass.com.
The Lead2pass.com network consists of a single domain named Lead2pass.com. Lead2pass.com makes use of Microsoft SQL Server 2012 in their environment.
You have received reports regarding a current existing SQL Server Integration Services (SSIS) package not completing its execution, and not transferring data.
You have decided to make use of the Package Deployment Model.
Which of the following is TRUE with regards to using the Package Deployment Model?

A.    CLR integration is NOT required on the database engine.
B.    Environment-specific parameter values are stored in environment variables.
C.    Events that are created by the package are captured automatically and saved to the catalog during execution.
D.    Events that are created by the package are NOT captured automatically during execution.

Answer: AD

QUESTION 123
You work as a senior database administrator at Lead2pass.com.
The Lead2pass.com network consists of a single domain named Lead2pass.com. Lead2pass.com makes use of Microsoft SQL Server 2012 in their environment.
You are running a training exercise for Microsoft SQL Server 2012 junior administrators.
You are discussing the use of the add_data_tap stored procedure.
Which of the following is TRUE with regards to using add_data_tap stored procedure? (Choose all that apply.)

A.    Limiting the number of rows that are captured during the data tap is not advisable.
B.    The add_data_tap stored procedure should only be used to troubleshoot data issues.
C.    The add data tap process is validated prior to the package being executed.
D.    You must be an administrator on the machine on which the stored procedure is run to open
the file that contains the tapped data.

Answer: BD

QUESTION 124
You work as a senior database administrator at Lead2pass.com.
The Lead2pass.com network consists of a single domain named Lead2pass.com. Lead2pass.com makes use of Microsoft SQL Server 2012 in their environment.
You are running a training exercise for Microsoft SQL Server 2012 junior administrators.
You are discussing the use of Slowly Changing Dimension Transformation Outputs.
One of the output options are used to update the record in the lookup table.
Which of the following is the output option?

A.    Unchanged Output
B.    Inferred Member Updates Output
C.    Historical Attributes Inserts Output
D.    Fixed Attribute Output
E.    Changing Attributes Updates Output

Answer: E

QUESTION 125
You work as a database administrator at Lead2pass.com.
The Lead2pass.com network consists of a single domain named Lead2pass.com. Lead2pass.com makes use of Microsoft SQL Server 2012 in their environment.
You are in the process of creating a SQL Server Integration Services (SSIS) package.
The package will be configured upload a file to a table in a SQL Azure database.
You need to make sure that the code includes an event handler that makes use of an executable to raise the event when its verification is completed.
Which of the following is the event handler that you should use?

A.    The OnPostExecute event handler.
B.    The OnTaskFailed event handler.
C.    The OnPreExecute event handler.
D.    The OnPostValidate event handler.

Answer: D

QUESTION 126
You work as a senior database administrator at Lead2pass.com.
The Lead2pass.com network consists of a single domain named Lead2pass.com. Lead2pass.com makes use of Microsoft SQL Server 2012 in their environment.
You are running a training exercise for Microsoft SQL Server 2012 junior administrators.
You are discussing replication type that is used when subscribers need to receive data, make changes offline, and later synchronize changes with the Publisher and other Subscribers.
Which of the following is the replication type being discussed?

A.    Snapshot replication.
B.    Transactional replication.
C.    Merge replication.
D.    Peer-to-peer replication

Answer: C

QUESTION 127
You work as a senior database developer at Lead2pass.com.
The Lead2pass.com network consists of a single domain named Lead2pass.com. Lead2pass.com makes use of Microsoft SQL Server 2012 in their environment.
You are running a training exercise for Microsoft SQL Server 2012 junior developers.
You are discussing the SorLead2passeyPosition property for a data flow.
Which of the following represents the data type for this property?

A.    Integer
B.    IDTSExternalMetadataColumn100
C.    String
D.    Boolean

Answer: A

QUESTION 128
You work as a database administrator at Lead2pass.com.
The Lead2pass.com network consists of a single domain named Lead2pass.com. Lead2pass.com makes use of Microsoft SQL Server 2012 in their environment.
You have received reports regarding a current existing SQL Server Integration Services (SSIS) package not completing its execution, and not transferring data.
You have decided to make use of the Project Deployment Model.
Which of the following is TRUE with regards to using the Project Deployment Model?

A.    CLR integration is required on the database engine.
B.    CLR integration is not required on the database engine.
C.    Events that are created by the package are captured automatically and saved to the catalog during execution.
D.    Packages are executed using the dtExec and DTExecUI execution utilities.

Answer: AC

QUESTION 129
You are designing an extract, transform, load (ETL) process for loading data from a SQL Server database into a large fact table in a data warehouse each day with the prior day’s sales data.
The ETL process for the fact table must meet the following requirements:
– Load new data in the shortest possible time.
– Remove data that is more than 36 months old.
– Ensure that data loads correctly.
– Minimize record locking.
– Minimize impact on the transaction log.
You need to design an ETL process that meets the requirements.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)

A.    Partition the destination fact table by date.
Insert new data directly into the fact table and delete old data directly from the fact table.
B.    Partition the destination fact table by date.
Use partition switching and staging tables both to remove old data and to load new data.
C.     Partition the destination fact table by customer.
Use partition switching both to remove old data and to load new data into each partition.
D.     Partition the destination fact table by date.
Use partition switching and a staging table to remove old data.
Insert new data directly into the fact table.

Answer: B

QUESTION 130
You are designing a fact table in a SQL Server database.
The fact table must meet the following requirements:
– Include a columnstore index.
– Allow users to choose up to 10 dimension tables and up to five facts at one time.
– Maximize performance of queries that aggregate measures by using any of the 10 dimensions.
– Support billions of rows.
– Use the most efficient design strategy.
You need to design the fact table to meet the requirements.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)

A.    Design a fact table with 5 dimensional key columns and 10 measure columns.
Place the columnstore index on the dimensional key columns.
B.    Design a fact table with 5 dimensional key columns and 10 measure columns.
Place the columnstore index on the measure columns.
C.    Design a fact table with 10 dimensional key columns and 5 measure columns.
Place the columnstore index on the dimensional key columns and the measure columns.
D.    Design a fact table with 10 dimensional key columns and 5 measure columns.
Place the columnstore index on only the measure columns.

Answer: C


All 238 Microsoft 70-463 Exam Dumps Questions are the New Checked and Updated! In recent years, the 70-463 certification has become a global standard for many successful IT companies. Looking to become a certified Microsoft professional? Download Braindump2go 2015 Latest Released 70-463 Exam Dumps Full Version and Pass 70-463 100%!

152

http://www.braindump2go.com/70-463.html