Zusammenfassung der Ressource
Frage 1
Frage
Where are servers typically provisioned for large-scale systems?
Frage 2
Frage
What is a key advantage of cloud services like AWS for server provisioning?
Antworten
-
Physical access to the servers
-
Unlimited free server time
-
On-demand server provisioning and cost control
-
Elimination of all potential server downtime
Frage 3
Frage
What is a major downside of a cold standby backup system?
Antworten
-
High cost of server maintenance
-
Requires a replicated live database
-
Significant downtime and potential data loss
-
Complexity of implementation
Frage 4
Frage
Why might a cold standby system still be used despite its limitations?
Antworten
-
It provides seamless failover capabilities
-
It is suitable for critical production systems
-
It is a cost-effective and simple solution for non-critical systems
-
It eliminates the need for backups
Frage 5
Frage
What is the primary difference between a warm standby and a cold standby system?
Antworten
-
Warm standby uses simultaneous writes to all hosts
-
Warm standby relies on live replication instead of periodic backups
-
Cold standby offers faster recovery times
-
Warm standby requires manual intervention to activate
Frage 6
Frage
What is one potential drawback of using a warm standby system?
Antworten
-
High probability of data loss
-
Increased load on the backup database
-
Lack of replication options in modern databases
-
Long downtime during failover
Frage 7
Frage
What is the key characteristic of a hot standby system?
Antworten
-
Writes are replicated periodically
-
It relies on cold backups for recovery
-
Data is written simultaneously to all database hosts
-
It eliminates the need for read scaling
Frage 8
Frage
How does a hot standby system support horizontal scaling?
Antworten
-
By distributing write operations among multiple servers
-
By enabling simultaneous read operations across database hosts
-
By relying on a single database host with backups
-
By using a replication mechanism to synchronize data
Frage 9
Frage
What is the main advantage of serverless services like AWS Lambda?
Antworten
-
Complete elimination of downtime
-
Direct control over physical servers
-
Abstraction of server provisioning and billing based on usage
-
Reduced costs due to fixed pricing models
Frage 10
Frage
Which scenario best fits a serverless architecture?
Antworten
-
Running long-term, stateful applications
-
Handling unpredictable, short-lived workloads
-
Managing a large database with replication
-
Provisioning dedicated servers for high-traffic websites