Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

51.

Backing up your SQL Server database is essential for _______ your data.(a) protecting(b) preventing(c) replication(d) none of the mentionedI got this question during an interview for a job.I'm obligated to ask this question of Backup topic in portion Enterprise Data Management of SQL Server

Answer»

The correct answer is (a) protecting

To EXPLAIN I would say: SQL Server offers MANY options for creating backups.

52.

Which of the following statement is used for changing Recovery Model with T-SQL?(a) ALTER DATABASE(b) ALTER TABLE(c) ALTER COLUMN(d) None of the mentionedThis question was addressed to me in an interview for job.This intriguing question originated from Recovery in chapter Enterprise Data Management of SQL Server

Answer»

Correct answer is (a) ALTER DATABASE

Explanation: You can use ALTER DATABASE command with the SET RECOVERY option to CHANGE the recovery MODEL of a database.

53.

How many types of backups you can run when the data is in the “Full” recovery model?(a) 5(b) 6(c) 7(d) All of the mentionedI had been asked this question in a job interview.The doubt is from Recovery topic in portion Enterprise Data Management of SQL Server

Answer»

Correct ANSWER is (B) 6

To elaborate: Six backups if full RECOVERY model are Complete backup, Differential backup, File and/or FILEGROUP backup, Partial backup, Copy-Only backup, Transaction log backup.

54.

The _______ recovery model is a special-purpose model that works in a similar manner to the full recovery model.(a) Simple(b) Full(c) bulk-logged(d) None of the mentionedThis question was addressed to me during an internship interview.My question is from Recovery topic in section Enterprise Data Management of SQL Server

Answer»

Correct CHOICE is (C) bulk-logged

To explain: Full Recovery and Bulk-Logged Recovery models provide the greatest PROTECTION for data.

55.

Which of the following recovery models requires log backups?(a) Simple(b) Full(c) Bulk(d) All of the mentionedThis question was posed to me in examination.The doubt is from Recovery in division Enterprise Data Management of SQL Server

Answer»

The correct answer is (b) FULL

Explanation: In full RECOVERY model, no work is lost due to a lost or damaged data file and it can even RECOVER to an arbitrary point in time.

56.

Which of the following feature cannot be used in simple recovery mode?(a) Media recovery without data loss(b) Log shipping(c) Database mirroring(d) All of the mentionedThis question was posed to me during an online exam.Query is from Recovery topic in portion Enterprise Data Management of SQL Server

Answer»

Right option is (d) All of the mentioned

Explanation: Operations that REQUIRE transaction log BACKUPS are not supported by the simple RECOVERY model.

57.

No log backups is a feature of __________ recovery model.(a) Simple(b) Full(c) Bulk-logged(d) All of the mentionedI got this question during an interview.Asked question is from Recovery topic in division Enterprise Data Management of SQL Server

Answer»

The correct option is (a) SIMPLE

To elaborate: Simple recovery MODEL is the simplest of all and maintains only a MINIMUM amount of information in the SQL SERVER transaction LOG file.

58.

Point out the wrong statement.(a) Managing databases with simple recovery model is much easier(b) Managing databases with full recovery model is much easier(c) Managing databases with bulk-logged recovery model is much easier(d) All of the mentionedThis question was addressed to me in an online quiz.Asked question is from Recovery topic in chapter Enterprise Data Management of SQL Server

Answer»

The correct CHOICE is (a) Managing databases with simple recovery model is MUCH easier

Explanation: MANAGEABILITY with Simple recovery model is much easier–no NEED to take transactional backups.

59.

How many types of recovery model is provided by SQL Server?(a) 2(b) 3(c) 4(d) 5I got this question in an interview for job.The above asked question is from Recovery in section Enterprise Data Management of SQL Server

Answer»

Correct CHOICE is (b) 3

To EXPLAIN: Three recovery models exist: SIMPLE, full, and bulk-logged.

60.

Point out the correct statement.(a) Backup models are designed to control transaction log maintenance(b) Restore models are designed to control transaction log maintenance(c) Recovery models are designed to control transaction log maintenance(d) None of the mentionedI had been asked this question in unit test.I would like to ask this question from Recovery topic in portion Enterprise Data Management of SQL Server

Answer»

Right answer is (c) Recovery MODELS are designed to control transaction log maintenance

Explanation: Recovery MODEL is one of the MECHANISMS which controls and manages the growth of the transaction log FILE.

61.

Purpose of syspolicy_system_health_state in policy based management is ______________(a) Displays one row for each Policy-Based Management policy(b) Organize policies when you have many policies(c) Displays the time when policies were executed, the result of each execution, and details about errors if any occurred(d) None of the mentionedThis question was addressed to me in an international level competition.Origin of the question is Policy Based Management topic in portion Enterprise Data Management of SQL Server

Answer»

Correct ANSWER is (a) Displays one row for each Policy-Based Management policy

For explanation: Use the syspolicy_system_health_state VIEW to programmatically CHECK the policy HEALTH of the server.

62.

SQL Server backup and restore operations occur within the context of the _______ model of the database.(a) backup(b) recovery(c) restore(d) none of the mentionedI had been asked this question during an online exam.I'd like to ask this question from Recovery in division Enterprise Data Management of SQL Server

Answer»

Right ANSWER is (b) RECOVERY

To explain I would SAY: A recovery model is a DATABASE property that CONTROLS how transactions are logged.

63.

____________ displays the condition expressions that were executed.(a) syspolicy_policy_execution(b) syspolicy_policy_execution_history_details(c) syspolicy_policy_execution_history(d) syspolicy_policy_group_subscriptionsI got this question in a job interview.I want to ask this question from Policy Based Management topic in chapter Enterprise Data Management of SQL Server

Answer»

The CORRECT answer is (B) syspolicy_policy_execution_history_details

The best EXPLANATION: syspolicy_policy_execution_history_details displays the condition expressions that were executed, the targets of the expressions, the RESULT of each execution, and details about errors if any occurred.

64.

How many types of execution mode are present in syspolicy_policies?(a) 2(b) 3(c) 4(d) 5The question was posed to me in class test.Question is from Policy Based Management in division Enterprise Data Management of SQL Server

Answer»

The correct CHOICE is (c) 4

The best explanation: VARIOUS EXECUTION modes are 0, 1, 2 and 4.

65.

Which of the following column is a part of syspolicy_policies result?(a) name(b) root_condition_id(c) date_created(d) all of the mentionedThe question was posed to me in an internship interview.This question is from Policy Based Management topic in chapter Enterprise Data Management of SQL Server

Answer»

Correct OPTION is (d) all of the mentioned

The BEST explanation: root_condition_id gives the ID of the condition enforced or TESTED by this POLICY.

66.

Policy based management view is owned by _______ schema.(a) dbo(b) db(c) dbos(d) all of the mentionedI had been asked this question in final exam.The query is from Policy Based Management in division Enterprise Data Management of SQL Server

Answer» RIGHT CHOICE is (a) dbo

The best explanation: All POLICY based views are OWNED by default.
67.

Point out the wrong statement.(a) When SQL Server policy administrators use Policy-Based Management, they use SQL Server Management Studio(b) SQL server has introduced policy management framework in 2005(c) SQL policy administrator uses SQL Server Management Studio to create policies that can handle entities on the server side like the SQL Server objects(d) MS SQL Server 2008 provides a very important feature for policy based administrationI got this question in exam.The doubt is from Policy Based Management topic in portion Enterprise Data Management of SQL Server

Answer»

The correct choice is (B) SQL server has INTRODUCED policy MANAGEMENT framework in 2005

Explanation: SQL server 2008 has introduced policy management framework, which is the LATEST technique for SQL server database engine.

68.

Which of the following is policy based management tip related to administration?(a) Evaluate and Implement Policies in Multiple SQL Server Instances(b) Identify SQL Server Databases Not in Full Recovery Model(c) SQL Server Policy Based Management Has Clustered Index Condition(d) None of the mentionedThe question was asked by my school teacher while I was bunking the class.This interesting question is from Policy Based Management topic in section Enterprise Data Management of SQL Server

Answer»

Correct option is (a) Evaluate and Implement Policies in Multiple SQL SERVER Instances

The explanation is: Policy-Based MANAGEMENT is a system for managing ONE or more instances of SQL Server.

69.

Which of the following is Policy-based management view?(a) sys_policies(b) syspolicy_policies(c) syspolicy(d) all of the mentionedThe question was asked by my college director while I was bunking the class.The question is from Policy Based Management topic in chapter Enterprise Data Management of SQL Server

Answer»

Correct choice is (B) syspolicy_policies

For explanation I WOULD say: syspolicy_policies DISPLAYS one row for each POLICY-Based Management policy in the instance of SQL SERVER.

70.

Point out the correct statement related to database configuration.(a) Enable Data File Growth for all the Databases Using Policy Based Management(b) Monitor Your SQL Server Linked Server Configurations with Policy Based Management(c) Configuring Alerts for SQL Server Policy Based Management(d) None of the mentionedI got this question in final exam.Question is taken from Policy Based Management topic in division Enterprise Data Management of SQL Server

Answer»

Right CHOICE is (a) Enable Data File Growth for all the Databases Using POLICY Based Management

The EXPLANATION: Data File Growth is related to database configuration.

71.

Policy based management views are present in _________ database.(a) Master(b) Msdb(c) Tempdb(d) ModelI got this question in an online quiz.I'm obligated to ask this question of Policy Based Management in section Enterprise Data Management of SQL Server

Answer»

The correct CHOICE is (b) Msdb

Easiest EXPLANATION: Policy-Based MANAGEMENT has views for displaying information about Policy-Based Management policies.

72.

Users need _________ permission to create collection model object in MDS.(a) Delete(b) Create(c) Update(d) ReadThe question was asked in homework.Enquiry is from Enterprise Data Management in division Enterprise Data Management of SQL Server

Answer» RIGHT answer is (c) Update

Easiest explanation: Users can create collections in Master Data MANAGER if they have a minimum of Update PERMISSION to the collection MODEL object and access to the Explorer functional AREA.
73.

Which of the following data tools comes installed with SQL Server 2012?(a) SSAS(b) SSRS(c) DQS(d) All of the mentionedI had been asked this question in an interview for internship.I want to ask this question from Enterprise Data Management in division Enterprise Data Management of SQL Server

Answer»

Right OPTION is (d) All of the mentioned

Easiest explanation: SQL SERVER data tools INCLUDES SSAS and SSRS.

74.

Creation ofa Derived Hierarchy requires permission to ___________(a) System Administration(b) DQS(c) syschema(d) None of the mentionedI got this question in unit test.The doubt is from Enterprise Data Management in chapter Enterprise Data Management of SQL Server

Answer»

The CORRECT answer is (a) System Administration

Best explanation: In Master Data Services, CREATE a DERIVED hierarchy when you WANT a level-based hierarchy that ensures that MEMBERS exist at the correct level.

75.

Which of the following action cannot be performed with MDS?(a) Create entities(b) Create attributes for your entities(c) Export members for your supporting entities(d) All of the mentionedThis question was addressed to me in final exam.Query is from Enterprise Data Management topic in portion Enterprise Data Management of SQL Server

Answer» CORRECT ANSWER is (C) EXPORT MEMBERS for your supporting entities

Best explanation: Begin populating your master data by using the staging process. You may want to start by importing the members for your supporting entities.
76.

Key component that help you build an EIM solution is ____________(a) SSRS(b) SSAS(c) SSIS(d) All of the mentionedThis question was addressed to me during an internship interview.My query is from Enterprise Data Management in chapter Enterprise Data Management of SQL Server

Answer» CORRECT option is (C) SSIS

Explanation: SQL Server Integration Services (SSIS) is a COMPONENT of the Microsoft SQL Server database software that can be used to PERFORM a broad range of data migration TASK.
77.

Point out the wrong statement.(a) Spotlight is quality tool for SQL Server Enterprise(b) The BIDS paradigm for developing reports is based on the concept of distributed queries(c) GeoFlow is data management tool for SQL Server(d) All of the mentionedThis question was posed to me in unit test.This key question is from Enterprise Data Management in portion Enterprise Data Management of SQL Server

Answer» RIGHT choice is (b) The BIDS paradigm for developing reports is BASED on the concept of distributed queries

Explanation: The BIDS paradigm for developing reports is based on the concept of projects and solutions.
78.

Which is the more preferred way tool of effective data management strategy and decision making?(a) BIDS(b) SSMS(c) Excel(d) SSRSI had been asked this question by my school principal while I was bunking the class.The above asked question is from Enterprise Data Management in portion Enterprise Data Management of SQL Server

Answer»

Correct choice is (a) BIDS

The best I can EXPLAIN: Business INTELLIGENCE Development Studio (BIDS) is the former IDE from MICROSOFT, and was used to develop DATA analysis and Business Intelligence SOLUTIONS.

79.

Which of the following SQL Server tools is used to enhance data management and governance?(a) SSIT(b) SSDT(c) OBEII(d) All of the mentionedI have been asked this question in class test.I need to ask this question from Enterprise Data Management topic in section Enterprise Data Management of SQL Server

Answer»

Correct ANSWER is (b) SSDT

The explanation: SSDT stands for SQL SERVER DATA TOOLS and is available for data management and quality.

80.

Point out the correct statement.(a) SSIS provides a powerful, extensible platform for integrating data from various sources(b) DQS provides a central data hub that ensures that the integrity of information and consistency of data is constant across different applications(c) MDS enables you to cleanse, match, standardize, and enrich data, so you can deliver trusted information for business intelligence, a data warehouse, and transaction processing workloads(d) None of the mentionedI got this question by my school teacher while I was bunking the class.My question is from Enterprise Data Management in section Enterprise Data Management of SQL Server

Answer»

Correct option is (a) SSIS provides a powerful, extensible PLATFORM for integrating data from various sources

The best explanation: SQL Server Integration Services (SSIS) is a component of the MICROSOFT SQL Server database software that can be USED to perform a BROAD range of data migration tasks.

81.

Which of the following tools is used for enterprise information management?(a) SSAS(b) SSIS(c) SSRS(d) All of the mentionedThis question was addressed to me by my school teacher while I was bunking the class.This interesting question is from Enterprise Data Management in section Enterprise Data Management of SQL Server

Answer»

Correct choice is (d) All of the mentioned

Easiest EXPLANATION: SSAS, SSIS and SSRS are part of SQL SERVER BUSINESS Intelligence FLAGSHIP product.