MCTS Cheat Sheet 2026
The 30 highest-yield MCTS facts, distilled from real exam questions. Print it, save it as a PDF, or study it here — free, no sign-up.
50 questions
120 min time limit
70% to pass
- What is the purpose of the SafeControls entry in a SharePoint 2010 web.config? → Registers assemblies as trusted for rendering in SharePoint pages
- Which ADO.NET object is used to execute a stored procedure and retrieve a result set? → SqlCommand
- Which SQL Server index type is optimized for analytical queries that scan large ranges of rows in a data warehouse? → Columnstore index
- A Windows 7 computer displays a 'Windows is not genuine' notification. Which tool should be used to activate Windows with a valid product key? → slmgr.vbs /ipk
- In SharePoint 2010, which CAML element is used to filter list items by a specific field value in a CAML query? →
- In SharePoint 2010, what is a Content Type Hub used for? → Publishing content types to subscribed site collections via the Managed Metadata Service
- A query uses a MERGE statement. Which DML operations can a single MERGE statement perform simultaneously? → INSERT, UPDATE, and DELETE
- In SharePoint 2010, which service application is responsible for syncing user profile data from Active Directory? → User Profile Service Application
- What SQL Server feature enables you to enforce rules that span multiple tables, such as ensuring referential integrity across databases? → INSTEAD OF triggers
- Which ASP.NET configuration element is used to define custom error pages for specific HTTP status codes? → in system.web
- Which Exchange 2010 cmdlet would you use to test whether a specific email address can successfully receive messages through your Exchange organization? → Test-MailFlow
- Which ASP.NET feature allows you to run code before and after the application starts and stops by implementing methods in Global.asax? → Application lifecycle events (Application_Start, Application_End)
- Which SharePoint 2010 class is used to programmatically run an elevated-privilege operation bypassing user permissions? → SPSecurity.RunWithElevatedPrivileges
- Which DBCC command is used to check the logical and physical integrity of all objects in a SQL Server database? → DBCC CHECKDB
- In C#, which access modifier makes a member accessible only within the same assembly? → internal
- Which Windows tool allows administrators to configure startup programs, services, and boot options from a single interface? → System Configuration (msconfig)
- Which SQL Server 2008 feature allows you to compress data at the row or page level to reduce storage space? → Data compression
- Which WCF feature allows a service to route incoming messages to different backend service instances based on message content or headers? → Message Routing Service
- What is the maximum size of a single database in an Exchange 2010 Standard Edition mailbox server? → 50 GB
- In ASP.NET, which HTTP module is responsible for Forms Authentication? → FormsAuthenticationModule
- What is the purpose of the 'using' statement in C# when working with objects that implement IDisposable? → To ensure Dispose() is called automatically when the block exits
- You need to move a user database to a new drive without taking it offline for long. Which technique minimizes downtime? → Use backup and restore to the new location
- Which method on the UpdatePanel control's AsyncPostBackTrigger allows you to specify which control event initiates a partial-page update? → ControlID and EventName properties
- What SharePoint 2010 mechanism allows you to respond to events such as item additions or deletions in a list? → Event Receivers
- Why is Group Policy important in Windows networks? → It helps define security policies and permissions.
- Which SharePoint 2010 feature enables external data to be surfaced within lists using the Business Data Connectivity Service? → External Lists
- What is the default port for SQL Server Database Engine instances? → 1433
- What is the purpose of the Entity Framework DbContext class in an ASP.NET application? → It represents a session with the database and is used to query and save entity instances
- In SQL Server 2008 database mirroring, what is the role of the WITNESS server? → It monitors the principal and mirror and enables automatic failover
- What is the primary function of Windows Services (services.msc)? → Manage background processes and services
Turn these facts into recall:
Was this helpful?