Q1
True / FalseSQL Server can only be hosted on Windows operating systems.
As of recent versions, SQL Server can also be hosted on Linux operating systems.
Q2
True / FalseSQL Server's Always On Availability Groups feature is used for high availability and disaster recovery.
Always On Availability Groups is designed to provide high availability and disaster recovery solutions for SQL Server databases.
Q3
True / FalseSQL Server can be hosted on Azure as a Platform-as-a-Service (PaaS) offering.
SQL Server can be hosted on Azure as both a Platform-as-a-Service (PaaS) offering (Azure SQL Database) and as Infrastructure-as-a-Service (IaaS) (Azure SQL Virtual Machines).
Q4
True / FalseSQL Server instances can be configured to use multiple network interfaces for hosting.
SQL Server can be configured to use multiple network interfaces for different network traffic types and configurations.
Q5
True / FalseSQL Server does not support hosting databases with multiple filegroups.
SQL Server supports hosting databases with multiple filegroups, allowing for better data management and performance.
Q6
True / FalseSQL Server can be hosted on a cloud platform using a managed instance.
SQL Server managed instances are available in cloud platforms like Azure, providing a fully managed environment with SQL Server capabilities.
Q7
True / FalseThe SQL Server Agent is responsible for scheduling and executing jobs.
SQL Server Agent is indeed responsible for scheduling and executing jobs, alerts, and automation tasks.
Q8
True / FalseSQL Server supports hosting multiple instances on a single physical server.
SQL Server allows multiple instances to be hosted on a single physical server, each with its own separate configuration.
Q9
True / FalseSQL Server hosting does not require any additional software for backup and recovery.
SQL Server includes built-in backup and recovery features, but additional tools may be used for enhanced functionality and management.
Q10
True / FalseSQL Server databases can be backed up to Azure Blob Storage.
SQL Server supports backing up databases directly to Azure Blob Storage for cloud-based backup solutions.
Q11
True / FalseSQL Server supports hosting in a virtualized environment.
SQL Server can be hosted in virtualized environments, such as VMware or Hyper-V, providing flexibility in deployment and management.
Q12
True / FalseSQL Server databases can be replicated across multiple geographical locations.
SQL Server supports database replication to different geographical locations for disaster recovery and high availability.
Q13
True / FalseSQL Server can be hosted on Windows Server Core installations.
SQL Server can be installed and hosted on Windows Server Core, which provides a minimal installation with a reduced attack surface.
Q14
True / FalseSQL Server clustering requires shared storage for high availability.
SQL Server clustering requires shared storage to provide high availability and failover capabilities.
Q15
True / FalseSQL Server can only be hosted on physical hardware.
SQL Server can be hosted on both physical hardware and virtualized environments, including cloud-based platforms.