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
- Which WCF feature allows a service to route incoming messages to different backend service instances based on message content or headers? → Message Routing Service
- Why is Group Policy important in Windows networks? → It helps define security policies and permissions.
- What is the primary function of Windows Services (services.msc)? → Manage background processes and services
- Which SQL command is used to remove a table from the database? → DROP
- Which language is most commonly used with ASP.NET for web development? → C#
- What is the function of the PRIMARY KEY constraint? → Prevents duplicate and NULL values in a column
- What is the purpose of the SQL Server Agent? → Automates administrative jobs
- Which protocol does Windows use for secure remote desktop connections? → RDP
- Which utility is used to schedule tasks automatically in Windows? → Task Scheduler
- Which system database in SQL Server stores login accounts and system configuration? → master
- What is the role of an IServiceBehavior implementation in WCF? → It customizes or extends the runtime behavior of the entire service
- Which utility allows configuration of system boot options in Windows? → msconfig
- What is the default message encoding used by BasicHttpBinding? → Text/XML
- What tool allows administrators to monitor system performance in real time? → Performance Monitor
- What does the Device Manager in Windows allow administrators to do? → Manage hardware and drivers
- What is the role of MSBuild in application development? → Build and deployment tool
- Which Windows component allows command-line management of system settings? → PowerShell
- What is the primary function of the .NET Framework in Windows development? → Provides a development and runtime environment for Windows apps.
- What is the role of Active Directory in a network? → Manages user accounts and security policies.
- Which keyword is used to define a class in C#? → class
- What is the purpose of the [DataContract] and [DataMember] attributes in WCF? → To mark a class and its fields/properties for serialization across service boundaries
- Which WCF binding is optimized for cross-machine communication over TCP and is NOT suitable for internet-facing services? → NetTcpBinding
- Which command is used to retrieve data from a SQL Server table? → SELECT
- What does the Windows Firewall help protect against? → Unauthorized network access
- What is the function of the Windows Event Viewer? → Track application and system events.
- Which WCF communication pattern allows the service to call back to the client, requiring the client to implement a callback contract? → Duplex
- What is normalization in SQL databases? → Organizing data to minimize duplication
- What role does IIS play in Microsoft environments? → Web server role for hosting websites
- Which of the following statements about error handling with TRY...CATCH blocks in T-SQL is TRUE? → A TRY block must be immediately followed by exactly one CATCH block within the same batch.
- What does the term 'debugging' refer to? → Finding and fixing code errors
Turn these facts into recall: