You have a SQL Server 2014 instance named SQL1.
SQL1 creates error events in the Windows Application event log.
You need to recommend a solution that will run an application when SQL1 logs a specific
error in the Application log.
Which SQL elements should you include in the recommendation? (Each correct answer
presents part of the solution. Choose all that apply.)
A.
A policy
B.
A maintenance plan
C.
An alert
D.
A job
E.
A trigger
Explanation:
Use a trigger that starts a job which executes the application.
I think CD. I do not know trigger which can fire on error event.
Yrs i think the Right answers are C and D
Trigger are used only for Insert, Delete and Update
C and D correct
C and D
https://msdn.microsoft.com/en-us/library/ms187827.aspx
I think “C” and “D” right, too
I agree C and D.
Agree C & D
New 70-465 Exam Questions and Answers Updated Recently:
NEW QUESTION 20
What should you recommend for the updates to Sales.TransactionHistory?
A. a REPEATABLE READ isolation level
B. implicit transactions
C. query hints
D. a SNAPSHOT isolation level
Answer: A
NEW QUESTION 21
……
NEW QUESTION 32
You need to recommend a solution to back up DB1. What should you include in the recommendation?
A. Azure Table Storage
B. Azure Queue storage
C. Azure Blob storage
D. Azure Document DB
Answer: C
Explanation:
Explanation: For SQL Server the Azure Blob Storage service offers a better alternative to the often used tape option to archive backups. Tape storage might require physical transportation to an off-site facility and measures to protect the media. Storing your backups in Azure Blob Storage provides an instant, highly available, and a durable archiving option.
NEW QUESTION 33
……
NEW QUESTION 154
You are using dynamic management views to monitor an SQL Server server named SQL1. A database administrator named Dba1 must monitor the health of SQL1. You need to ensure that Dba1 can access dynamic management views for SQL1. The solution must use the principle of least privilege. Which permissions should you assign to Dba1?
A. VIEW ANY DEFINITION
B. VIEW SERVER STATE
C. VIEW DEFINITION
D. CONTROL SERVER
Answer: B
Explanation:
To query a dynamic management view or function requires SELECT permission on object and VIEW SERVER STATE or VIEW DATABASE STATE permission.
NEW QUESTION 155
You have a customer who has several SQL Server 2012 database servers. You are designing a data warehouse for the customer. The data warehouse will use columnstore indexes. The customer identifies that the following must be supported for the column store indexes.
– Data manipulation language (DML) statements
– Nonclustered columnstore indexes
– Clustered columnstore indexes
– Partitioning
You need to identify which technology requires the customer to implement an SQL Server 2014 database. What should you identify?
A. clustered columnstore indexes
B. nonclustered columnstore indexes
C. data manipulation language (DML) statements
D. partitioning
Answer: A
Explanation:
SQL Server 2014 has the features of SQL Server 2012 plus updateable clustered columnstore indexes. This feature is required here as DML statements must be supported in the warehouse.
NEW QUESTION 156
……
NEW QUESTION 157
Drag and Drop Question
You have an SQL Server 2014 server. You plan to create four stored procedures that will use transactions. The stored procedures will be configured as shown in the following table.
IMG: examgod.com/plimages/5ff1a742aa3c_FC1B/1571_thumb8_thumb.jpg
You need to recommend an isolation level for each stored procedure. The solution must support the concurrency strategy of each stored procedure and must minimize locks. What should you recommend? To answer, drag the appropriate isolation levels to the correct stored procedures. Each isolation level may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
IMG: examgod.com/plimages/5ff1a742aa3c_FC1B/1572_thumb4_thumb.jpg
Answer:
IMG: examgod.com/plimages/5ff1a742aa3c_FC1B/1573_thumb4_thumb.png
NEW QUESTION 158
……
P.S. These New 70-465 Exam Questions Were Updated By PassLeader, You Can Get The Newest 70-465 Dumps In PDF And VCE From — https://tr.im/HlLS2 (160q dumps)
Good Luck !!!
This is not true i bought this exam from
Passleader.com but it was old questions
And they refuse to gave me my money back
Are you able to pass the exam?
Can someone provide the answers ?
@Angela Bryant says:
January 12, 2016 at 2:28 pm
New 70-465 Exam Questions and Answers Updated Recently:
NEW QUESTION 20
What should you recommend for the updates to Sales.TransactionHistory?
A. a REPEATABLE READ isolation level
B. implicit transactions
C. query hints
D. a SNAPSHOT isolation level
Answer: A
NOTE: If the answer provided here is to the Sales.TransactionHistory question about eliminating Dirty Reads, Non-Repeatable Reads, and Phantom Reads, then option A (Repeatable Read) cannot be correct.
Only SNAPSHOT and SERIALIZABLE Isolation Levels completely eliminate what is known as Transaction Anomalies (that is, dirty, phantom, and nonrepeatable reads).
OMFSM! I found Passleader pdf’s online. Terrible. > 33% incorrect answers. I’ve wondered if these are put out by Microsoft to trick people who don’t know their stuff and are trying to learn the answers rather than understand the content.
PS: Agree. C, D
This is not true i bought this exam from
Passleader.com but they were old questions
And they refuse to gave me my money back
@Mido
I do not agree with you, all new questions are available in passleader’s 70-465 dumps, I just got that premium dumps, 100% valid!
ADVENTURE WORKS CYCLE CASE STUDY
A. General overview
Adventure Works Cycle is an international company that sells cycling equipment and accessories.
Adventure Works cycles currently has 300 employees, and is experiencing rapid growth.
The company has a sales department, a marketing department, an accounting department, and a human resources department.
• Physical Location
The company has one main office located in Los Angeles. The office contains 100 employees. The other 200 employees, called field associates, are spread across North America and Europe.
B. Existing Environment.
• Active directory
The network contains one Active Directory forest named adventure_works.com. The forest contains a single domain. All domain controllers run Windows Server 2012 R2.
• SQL Server
Adventure Works Cycles has an existing customer relationship management (CRM) system that the company plans to replace. The company is developing a replacement application in-house. The new CRM application will be used by the field associates and by the sales management team in the main office.
The network currently contains one SQL Server 2008 server located in the main office. For the new application, the company plans to deploy additional SQL Servers for failover and redundancy and plans to use SQL Server 2014.
• Problem statements
Adventure Works cycles identifies the following issues with the current CRM system:
• Users report that a view named View1 takes a long time to run.
• Due to high network latency, users report slow database access times.
• Users do not always have current sales data and product inventory data.
• Database updates sometimes timeout. The database administrators discover the occurrence of deadlocks.
• Existing backup Solution
Currently, SQL server backups are stored on Linear Tape-open (LTO) tapes drives for long-term storage.
Adventure Works Cycle wants to eliminate completely the hardware requirements for long term backup storage.
C. Requirements
• Databases
The new CRM application will use three databases named DB1, DB2, and DB3. DB1 will be used by developers for testing purposes. DB1 will be a copy of DB2. DB2 will be the production database for the application. DB3 will be used for SQL Server Reporting Services (SSRS).
• Technical Requirements
Adventure works cycles identify the following technical requirements for the new CRM application:
• Database locking must be minimized.
• Database downtime must be minimised if a database fails.
• Users must not have direct access to the database tables.
• Multiple development teams will work on the new application. The design team must be able to modify the database tables. The development team members must not be able to modify tables, but must be able to create stored procedures and views.
• Schemas
In DB2, you create a schema named prod_schema1. You create a new database role named dev_role1. Dev_role1 must be able to retrieve data from all of the tables that belong to dev_schema1.
In DB2, you create a schema named dev_schema1. Dev¬_schemma1 contains several tables. Developers will create new tables in dev_schema1 only. Once the tables are validated, the tables will be move to prod_schema1.
• Sales.TransactionHistory
You plan to create a table named Sales.TransactionHistory. You will create an index for the table by using the following statement.
CREATE NONCLUSTERS INDEX [IX_TransHistory_PrductID] ON [Sales]. [TransactionHistory]
(
[ProductID] ASC
)
WITH (FILLFACTOR =0)
You will create a query named Query1 that uses the following statement.
SELECT [Sales].[Transaction History].prductID,
[Sales].[TransactionHistory].[Quantity]
FROM Sales.TransactionHistory
ORDERS BY Sales.TransactinHistory.Quantity ASC
During testing, you run the SQL Server profiler and you discover that Query1 uses a significant amount of disk resources while executing.
When user updates Sales.TransactionHistory, dirty reads, nonrepeatable reads, and phantom reads occur and must be prevented.
• Sales.SalesOrder
You plan to create a table named Sales.SalesOrders by using the following statement.
CREATE TABLE [Sales].[SalesOrders] (
[SalesOrderID] int IDENTITY (1, 1) NOT NULL,
[PartNum] int NOT NULL,
[DateRequested] datetime NULL,
[Qty] int NOT NULL,
[UnitAskPrice] float NULL,
[ShipDate] datetime Not NULL,
);
Go
You must ensure that when users update SalesOrders, other users are prevented from modifying the data in the table while the update is installing.
• Database Health
Adventure Works Cycles identifies the following health requirements:
• In Microsoft Azure, create and store a backup copy of DB1 once a week.
• Check the consistency between system metadata tables for DB1.
• Check the consistency of the disk space structure used by DB2
• Check the logical and physical consistency of the objects in DB3.
• User reports
Frequently, users will access a report named Report1. Report1 will be based on a view named View1. View1 will aggregate data from multiple columns. View1 will perform complex calculations.
Question 1
What should you recommend for the updates to Sales.TransactionHistory?
A. query hints
B. a SERIALIZABLE isolation level.
C. a REPEATABLE READ isolation level.
D. a READ COMMITED isolation level.
Question 2
You need to recommend a solution to back up DB1.
What should you include in the recommendation?
A. Azure Blob storage.
B. Azure Table storage.
C. Azure Queue Storage.
D. Azure Document DB.
Question 3
You need to recommend which statement should be used to update SalesOrder.
How should you recommend completing the statement? To answer, drag the appropriate elements to the correct locations. Each element may be once, more than once, or not at all.
You may need to drag the split bar between panes or scroll to view to view content.
Options to drag
EXPLICIT
ISOLATION
READ UNCOMMITED
ROLLBACK
SERIALIBLE
SNAPSHOT
TABLOCK
TRANSACTION
Answer area
SET TRANSACTION ISOLATION
LEVEL ———–
BEGIN TRANSACTION
UPDATE SalesOrder
…
COMMIT TRANSACTION
Question 4
What should you create in Azure to support the creation of the backups for DB1?
A. a storage account.
B. An Azure content delivery Network (CDN) endpoint.
C. A Service Bus namespace.
D. A cloud service.
Question 5(sent the printscrean)
On DB1, a developer creates a table names Table1.
What statement should you use after the table is validated? To answer, select appreciate options in the answer area.
Question 6
You need to assign security to dev_role1
How should you complete the code? To answer, drag the appropriate elements to the correct locations. Each element may be used once or more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
Elements
AUTHORIZATION
CONTROL
dev_role1
dev_schema1
OBJECT_ID
SCHEMA
SELECT
Answer Area
——————- ON ———–::[————-] TO [————
CONTROL ON SCHEMA dev_schema1 To dev_role1
————————————————————————————————————————————————————-
Question set
Question 1
Your company has a human resources application named HR1. HR1 has a web service that displays employee data. The data is stored in a SQL server database named Employees.
The manager of the human resources department is concerned about the security of the employee data. The human resources department manager identifies the following security requirements for the employee data:
• The web services must be able to retrieve and display the employee data.
• A junior database administrator must be able to create logins for the employee database.
• The human resources department manager must be able to identify which users have accessed the employee.
Roles
db_accessadmin
db_datareader
db_datawriter
db_ddladmin
Answer area
Human resources department manager: ——–
Junior database administrator:——————— db_accessadmin
Web service account:————————– db_datareader
Question 2
You are developing three stored procedures named SP1, SP2, and SP3 that will only access memory-optimised tables. The stored procedures have the requirements shown in the following table.
Stored procedure Requirements
SP1 You must be able use the ALTER statement to update SP1
SP2 SP2 must be able access two memory-optimised tables
SP3 SP3 must be able to use a THROW statement
SP1: ——————- Natively-compiled or Non-natively-compiled (Non-natively-compiled)
SP2: ——————- Natively-compiled or Non-natively-compiled( Natively-compiled)
SP3: ——————- Natively-compiled or Non-natively-compiled( Non-natively-compiled)
Question 3
You have a SQL Server 2014 database. You have a table named Table1. You have a stored procedure named Proc1 that update the data in Table1 Proc1 has an isolation level of SERIALIZABLE.
Users report long wait times and locking errors when executing Proc1.
You need to develop a strategy to maximise concurrency and minimize locking when Proc1 is executed.
What should you include in the strategy?
A. a TRY/CATCH block.
B. In_memory OLTP.
C. An implicit transaction
D. a partitioned view.
Question 4
You are monitoring a SQL Server environment and you discover many blocked sessions.
You need to provide a user with the ability to use the KILL statement to end the blocked sessions. The solution must use principle off least privilege.
Which server role should you assign to user?
A. processadmin.
B. sysadmin.
C. Securityadmin.
D. Serveradmin.
Question 5
You have a SQL Server 2014 Enterprise edition database that has a table named Products. Products contains four columns named ProductID, ProductName, ProductCreationDate, and ProductRetiredDate. ProductID is the primary key and index for Products.
A partition function and scheme is set up to partition the table into separate filegroups based on ProductRetiredDate.
You need to recommend a solution to minimize the amount of memory used by partitioned index.
What should you recommend?
A. Set ProductRetiredDate as a nonclustered index.
B. Add ProductRetiredDate as a foreign key.
C. Set ProductRetiredDate as the clustered index instead of ProductID.
D. Add ProductRetiredDate as a composite key.
Question 6
You have a SQL server 2014 database that has a table for client data.
You plan to store the client data in a SQL Server Analysis Services (SSAS) Cube.
You need to extract the client data that will be used to build the cube. During the data extraction all of the records that have the potential of being duplicated must be flagged and exported to a separate table.
Which two components should you use? Each correct answer presents part of the solution.
A. Data Quality services (DQS).
B. Service Broker.
C. Master data services (MDS).
D. SQL Server Integration services(SSIS)
E. Data collection.
F. SQL Server Data Tools.
Question 7
You have a SQL server 2014 server that has three database named DB1, DB2, and DB3.
DB1 is a development database. Transactions performed against DB1 are overwritten once they are committed to the database. simple
DB2 is a reporting database that has several million rows and during the night DB2 is replicated by using database mirroring. bulk-logged
DB3 is a production database that is replicated by using AlwaysOn. FULL
You need to design a recovery strategy for each database. The solution must minimize the amount of disk space used by the log files.
Recovery Strategies
Bulk-logged
Full
Simple
Answer area
DB1: —————–??
DB2: —————–??
DB3:——————??
Question 7
You plan to deploy four databases named DB1, DB2, DB3, and DB4. The databases have the requirements shown in the following table.
Database name Security configuration
DB1 Uses SQL server Authentication and uses transparent data encryption(TDE)
DB2 Uses Windows authentication and transparent data encryption(TDE)
DB3 Uses SQL Server Authentication and custom server roles
DB4 Uses both SQL Server Authentication and windows authentication
Answer Area
DB1: ———————–?? An Azure SQL database OR An on-premises database
DB2: ———————–?? An Azure SQL database OR An on-premises database
DB3: ———————–?? An Azure SQL database OR An on-premises database
DB4: ———————–?? An Azure SQL database OR An on-premises database
Question 8
You plan to deploy three SQL Server 2014 servers. The servers will be configured as shown in the following table.
Server name Window server version Database location
SQL1 Windows Server 2008 R2 service Pack 3(SP3) A clustered file share on windows Server 2008 R2 SP3 server
SQL2 Windows Server 2012 A clustered file share on Windows Server 2012 server
SQL3 Windows Server 2012 R2 A clustered file share on a windows Server 2012 R2 server
Answer Area
DB1: ———————— ?? SQL2 and SQL3 only or SQl1, SQL2, and SQL3
DB2: ————————?? SQL2 and SQL3 only or SQl1, SQL2, and SQL3
Question 9
You plan to create two database named DB1 and DB2. The databases will have the requirements described in the following table.
Database Requirement
DB1 Must exchange data to the file share by using Remote Direct Memory Access(RMDA)
DB2 The clustered file share hosting the database file must remain available if the clustered file share fails over
You need to identify which servers support each database requirement.
Which servers should you identify? To answer, select the appropriate options in the answer area.
Answer Area
DB1: ———————— ?? SQL2 and SQL3 only or SQl1, SQL2, and SQL3
DB2: ————————?? SQL2 and SQL3 only or SQl1, SQL2, and SQL3
Question 10
You define a table by using the following statement.
CREATE TABLE School.dbo.Teachers
(
ID INT PRIMARY KEY,
Teachers XML
)
The teachers table contains one million records. A sample record of the XML data output is as follows:
Index types
No index
Primary XML index
Secondary XML index
Selective XML index
Answer area
Grade:————————-??
Id:——————————??
Subject:———————-??
Question 11
You plan to create four stored procedures that will use transactions. The stored procedures will be configured as shown in the following table.
Stored procedures name Concurrency strategy
SP1 A transaction will only recognize data changes made before the start of transaction. Other transactions are allowed to modify data.
SP2 A transaction can read data made from another transaction that has not been committed.
SP3 A transaction can only read data made from another transaction that has been committed.
SP4 During a transaction, no other transactions can modify data
Isolation Levels
READ COMMITTED
READ UNCOMMITED
REPEATABLE READ
SERIALIZABLE
Answer area
SP1: —————SNAPSHOT
SP2:—————-REPEATABLE READ
SP3: —————–READ COMMITTED
SP4: —————–SERIALIZABLE
Question 12
You have a database named DB1. DB1 contains a table named Sales.SalesPerson that has an index that has an index named AK_SalesPerson_rowguid. Queries that do not use the index take approximately 10 times longer to complete than queries that use the index.
You discover that AK_SalesPerson_rowguid has severe fragmentation.
You need to recommend a solution to defragment the index. The solution must ensure that the index can be used by queries during the defragmentation.
What statement should you use? To answer, drag the appropriate elements to the correct locations. Each element may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
Elements
1
BLOCKERS
FILLFACTOR
OFF
REAGANIZE
ONLINE
ON
Answer area
USE DB1
GO
ALTER INDEX AK_SalesPerson_rowguid ON Sales.SalesPerson
————— ?? WITH ( ———?? = ——————-??) ;
Hi ,Do you’ve answers for this?
Thanks
C and D
aggre C. and D
fucking passleader they have old dump
I don’t know if Microsoft is desperately trying to ensure not easily passing the 70-465 exam.
You’ll never find the Practice Test or DemoLab Engine on either of ”measureup.com”, or ”mind hub.com”.
So, if the idiots at PearsonVUE don’t want people resorting to dumps, why is it that they didn’t make provisions for the practice exam?!