
Ultimate access to all questions.
You are developing an application aimed at processing data files uploaded from thousands of suppliers. The primary objectives for this application are to ensure data security and manage aging data appropriately. The application design must meet the following criteria:
Given the constraints of a very short development cycle and the requirement for minimal maintenance, which two strategies would be most suitable? (Choose two.)
A
Build a lifecycle policy to delete Cloud Storage objects after 45 days.
B
Use signed URLs to allow suppliers limited time access to store their objects.
C
Set up an SFTP server for your application, and create a separate user for each supplier.
D
Build a Cloud function that triggers a timer of 45 days to delete objects that have expired.
E
Develop a script that loops through all Cloud Storage buckets and deletes any buckets that are older than 45 days.