Oracle Interview Question

How would you secure a cloud database exposed to public access?

Interview Answer

Anonymous

Mar 26, 2025

Enforce IAM (Identity and Access Management) Restrict the database to a private subnet/VPC (Virtual Private Cloud) Enable encryption, Enforce TLS/SSL for all connections.