1. What is the primary advantage of using remote backends in Terraform?
Remote backends allow teams to store state files in a shared location like AWS S3 or Terraform Cloud. They enable collaboration by preventing concurrent updates through state locking and ensure secure, versioned, and centralized management of Terraform state. This avoids conflicts and inconsistencies during team operations.