微軟認證考試70-432練習試題1

字號:

為大家收集整理了《微軟認證考試70-432練習試題1》供大家參考,希望對大家有所幫助?。?!
    QUESTION 1
    You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008
    instance. There is a computer which hosts several applications in your company. The instance runs on the computer. A job named DiliveryList is created by you. This job requires a file to be written
    to a file server. But because the job cannot access the file server, it fails to run. You intend to configure the SQL Server Agent service so that only the SQL Server Agent service has read and write
    access to the file server. Which account type should you use?
    A.You should use local Service account
    B.You should use network Service account
    C.You should use domain account
    D.You should use local System account
    Answer: C
    QUESTION 2
    You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008
    instance. There is a database named DB1 in the instance. On DB1, quite few logged operations are performed. Now according to the requirement of the company CIO, you must validate that the
    database can be restored to a specific point in time. So what action should you perform to achieve this goal?
    A.You should verify that the simple recovery model is used by the database
    B.You should verify that the full recovery model is used by the database.
    C.You should verify that the checksum page verify option is used by the database
    D.You should verify that the bulk-logged recovery model is used by the database
    Answer: B
    QUESTION 3
    You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008
    instance. There is a SQL Server 7.0 database. You upgrade the database to the SQL Server instance. According to the company requirement, you must make sure that suspect pages can be detected
    in the database. So what action should you perform to achieve this goal?
    A.For the database, you should turn on the TRUSTWORTHY database option
    B.For the database, the PAGE_VERIFY database option should be set to CHECKSUM
    C.For the database, the database compatibility level option should be set to 10.
    D.For the model database, the PAGE_VERIFY database option should be set to TORN_PAGE_DETECTION.
    Answer: B
    QUESTION 4
    You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008
    instance. You configure the SQL Server instance to use the -T1222 and -T1204 trace flags during startup. You must make sure that your failure recovery plan performs backup of the use of the trace
    flags.
    So what action should you perform to achieve this goal?
    A.You should backup the master database
    B.You should backup the default.trc file
    C.You should backup the SQL Server registry hive.
    D.You should backup the resource database
    Answer: C
    QUESTION 5
    You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008
    instance. According to the company requirement, the names of all user-defined stored procedures must contain the prefix usp_ on all instances. Besides this, you must make sure that stored
    procedures that do not contain this prefix cannot be created by you.
    What should you do?
    A.A policy should be created. The policy targets the name of the stored procedure that is evaluated on demand.
    B.A policy should be created. The policy targets the name of the stored procedure that is evaluated on change.
    C.A condition should be created. The condition targets the name of the stored procedure that is evaluated on change
    D.A condition should be created. The condition targets the name of stored procedure that is evaluated on demand.
    Answer: B