Recall & Review
beginner
What is Azure Database for PostgreSQL?
Azure Database for PostgreSQL is a managed cloud database service that lets you run PostgreSQL databases without managing the underlying hardware or software.
Click to reveal answer
intermediate
Name two deployment options available in Azure Database for PostgreSQL.
Single Server and Flexible Server are two deployment options. Single Server is fully managed with built-in high availability. Flexible Server offers more control over maintenance windows and scaling.
Click to reveal answer
intermediate
How does Azure Database for PostgreSQL ensure data security?
It uses encryption at rest and in transit, network security with virtual networks, and role-based access control to protect your data.
Click to reveal answer
advanced
What is the benefit of using Flexible Server over Single Server in Azure Database for PostgreSQL?
Flexible Server allows you to customize maintenance windows, pause and resume the server, and choose zone redundant high availability for better control and cost savings.
Click to reveal answer
intermediate
Explain how backups work in Azure Database for PostgreSQL.
Azure automatically takes backups of your PostgreSQL database and retains them for a configurable retention period. You can restore your database to any point within that period.
Click to reveal answer
Which of the following is a deployment option for Azure Database for PostgreSQL?
✗ Incorrect
Flexible Server is a deployment option for Azure Database for PostgreSQL. Elastic Pool and App Service are unrelated services.
What feature helps protect data in Azure Database for PostgreSQL during transfer?
✗ Incorrect
Encryption in transit protects data as it moves between your application and the database.
How long can you retain backups in Azure Database for PostgreSQL by default?
✗ Incorrect
By default, Azure Database for PostgreSQL retains backups for 7 days, but this can be configured up to 35 days.
Which Azure Database for PostgreSQL option allows pausing the server to save costs?
✗ Incorrect
Flexible Server supports pausing and resuming the server, which helps save costs during idle times.
What is a key benefit of using a managed database service like Azure Database for PostgreSQL?
✗ Incorrect
Managed services handle hardware and software maintenance for you, reducing your workload.
Describe the main features and benefits of Azure Database for PostgreSQL.
Think about what makes it easy and safe to run PostgreSQL in the cloud.
You got /5 concepts.
Explain the differences between Single Server and Flexible Server deployment options in Azure Database for PostgreSQL.
Consider control, availability, and cost management.
You got /4 concepts.