Server Provisioning and Hardware Lifecycle Questions
Standing up and maintaining physical and virtual servers: installation and configuration, server lifecycle management, hardware troubleshooting and diagnostics, resource allocation, and remote access tooling. Covers the full lifecycle from deployment through diagnosis and decommissioning of server infrastructure. The hands-on hardware and server-buildout layer of IT operations.
Design a reasonable secure baseline for a Linux server to be applied immediately after provisioning. Include SSH hardening, account and sudo policies, minimal services, file permissions, audit/logging settings, kernel parameter tweaks, and a simple patch policy. Explain why each item is important and how to automate enforcement.
Write a cloud-init user-data YAML snippet for an Ubuntu instance that creates a user named 'deploy', uploads a provided SSH public key, updates apt package lists, installs nginx and a monitoring agent, and ensures the nginx service is started. Provide a clear, minimal cloud-init example in YAML.
Provide a PowerShell Desired State Configuration (DSC) snippet that ensures the IIS role is installed on a Windows Server, a specific Windows feature is present, and a configuration file is deployed to C:\inetpub\wwwroot. Assume a simple one-node configuration.
Design a backup configuration for a newly deployed application server that includes daily incremental backups, weekly full backups, and offsite retention for 90 days. Specify tools (open source or cloud), how to verify backups, how to automate restores in a test environment, and key metrics to monitor backup health.
Design a disaster recovery playbook that covers provisioning replacement servers in a secondary region after a datacenter loss. The playbook should address how to provision instances, restore backups, rejoin domain/services, bring up dependencies, validate application health, and meet RTO/RPO targets. Provide the key automation steps and decision points.
Unlock Full Question Bank
Get access to all 35 Server Provisioning and Hardware Lifecycle interview questions and detailed answers.
Sign in to ContinueJoin thousands of developers preparing for their dream job.