Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Associate Cloud Engineer All Questions

View all questions & answers for the Associate Cloud Engineer exam

Exam Associate Cloud Engineer topic 1 question 27 discussion

Actual exam question from Google's Associate Cloud Engineer
Question #: 27
Topic #: 1
[All Associate Cloud Engineer Questions]

You have sensitive data stored in three Cloud Storage buckets and have enabled data access logging. You want to verify activities for a particular user for these buckets, using the fewest possible steps. You need to verify the addition of metadata labels and which files have been viewed from those buckets. What should you do?

  • A. Using the GCP Console, filter the Activity log to view the information.
  • B. Using the GCP Console, filter the Stackdriver log to view the information.
  • C. View the bucket in the Storage section of the GCP Console.
  • D. Create a trace in Stackdriver to view the information.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
iamgcp
Highly Voted 4 years, 6 months ago
A is correct. As mentioned in the question, data access logging is enabled. I tried to download a file from a bucket and was able to view this information in Activity tab in console
upvoted 51 times
RegisFTM
2 years, 11 months ago
I did all the configuration enabling data access logging but I still not able to see the logs when uploading or downloading a file. Does someone here has done it with a different result?
upvoted 1 times
...
ryumada
2 years, 3 months ago
I agree with liyux21 and vito9630. In this reference link below says: In the Activity page, where the identity performing logged actions is redacted from the audit log entry, User (anonymized) is displayed. Beacause of this, I think you can't verify the addition of metadata labels through Activity Logs. https://cloud.google.com/logging/docs/audit#view-activity
upvoted 1 times
...
MEHDIGRB
2 years, 1 month ago
activity log is deprecated: https://cloud.google.com/compute/docs/logging/activity-logs
upvoted 4 times
barathgdkrish
1 year, 11 months ago
You need to see here, https://cloud.google.com/compute/docs/logging/audit-logging. Admin activity audit logs.
upvoted 1 times
...
Rog_4444
1 year, 8 months ago
Yes, it is deprecated. However, it became the audit log which is exactly what this question is referring to. Option A is correct in my opinion.
upvoted 2 times
...
...
vito9630
4 years, 5 months ago
data access logging don't provide information about addition of metada, so B is correct
upvoted 24 times
...
...
eliteone11
Highly Voted 3 years, 11 months ago
Answer is A. Activity log does indeed show information about metadata. I agree with Eshkrkrkr based on https://cloud.google.com/storage/docs/audit-logs Admin Activity logs: Entries for operations that modify the configuration or metadata of a project, bucket, or object.
upvoted 15 times
injarapu
2 years, 8 months ago
'Admin activity logs' capture metadata modification, but its different from 'Data Access logging', right ?
upvoted 2 times
...
...
rev89
Most Recent 1 week, 2 days ago
Correct answer is "B" Cause they asked for metadata too on the question.
upvoted 1 times
...
psyll0n
1 week, 3 days ago
Selected Answer: A
A is the correct answer.
upvoted 1 times
...
RLIII
2 weeks, 3 days ago
Selected Answer: B
Stackdriver (Cloud logging) contains both admin activity logs and data access logs.
upvoted 1 times
...
An1990
1 month ago
Option B is the correct Answer
upvoted 1 times
...
KC_go_reply
1 month ago
Selected Answer: A
The correct answer is A. Using the GCP Console, filter the Activity log to view the information. Data access logs for Cloud Storage buckets are not stored in Stackdriver Logging (formerly Stackdriver). They are stored in the Activity Log, a centralized log for all GCP activity. The Activity Log allows filtering by resource (the specific buckets), user, and activity type (adding metadata labels, viewing files). Options B, C, and D won't show this detailed access information. Therefore, directly querying the Activity Log provides the most efficient and accurate way to find the required information.
upvoted 3 times
...
Jakang
1 month, 1 week ago
Selected Answer: A
Cloud Audit Logs (Activity Logs):These logs track who did what, where, and when within Google Cloud resources, which is crucial for security and compliance.
upvoted 1 times
...
sivakarthick16
1 month, 2 weeks ago
Selected Answer: A
B is incorrect because data access logs can be viewed from Activity logs and not Stackdriver logs. Filtering the logs in Stackdriver logging may provide some information, but it may not be as specific and targeted as viewing the Audit log in the GCP console. Stackdriver logging is a more general log management and analysis tool, whereas the Audit log is specifically designed for tracking and monitoring activities in Google Cloud services.
upvoted 1 times
...
jaydee7
1 month, 3 weeks ago
Selected Answer: B
Apparently Stackdriver logging is depreciated and new is Cloud logging as per below answer I got from ChatGPI : Filter the logs in Cloud Logging (formerly Stackdriver Logging) for that specific user and the bucket resources.
upvoted 1 times
...
DUDU_BUBU
2 months ago
Using the GCP Console, filter the Activity log to view the information. This is because Google Cloud Platform’s Activity log is specifically designed to record and store actions performed by users, such as the addition of metadata labels and file access in Cloud Storage buckets. Filtering the Activity log by the specific user will help you quickly verify the actions they have taken, fulfilling the requirement with the fewest possible steps.
upvoted 1 times
...
nubelukita45852
2 months ago
Selected Answer: B
Los registros de acceso a los datos para Cloud Storage se almacenan en Cloud Logging (anteriormente Stackdriver Logging). Para verificar actividades específicas, como la adición de etiquetas de metadatos y el acceso a archivos en depósitos, debes filtrar los registros en Cloud Logging. Esto te permitirá ver las acciones realizadas por un usuario en particular de forma detallada. A es incorrecta, ya que la consola de actividad solo muestra actividades administrativas y no incluye los registros de acceso a los datos. C no te permite ver un historial de actividades o registros de acceso. D es innecesario, ya que puedes acceder directamente a los registros en Cloud Logging sin necesidad de crear un seguimiento adicional.
upvoted 1 times
...
RJ78
2 months, 1 week ago
Selected Answer: B
B. Using the GCP Console, filter the Stackdriver log to view the information. Here's why: Data Access Logging: Data access logging captures information about actions performed on Cloud Storage buckets, including metadata changes and file views. Stackdriver Logging: This service collects and stores logs from various Google Cloud services, including Cloud Storage data access logs. Filtering: You can use Stackdriver Logging's filtering capabilities to narrow down the logs to the specific user and activities you're interested in (adding metadata labels and viewing files). This approach provides a direct and efficient way to verify the desired information without requiring additional steps or tools.
upvoted 1 times
...
Timfdklfajlksdjlakf
2 months, 3 weeks ago
Selected Answer: B
Stackdriver now known as Cloud Logging captures detailed logs for various GCP services, including Cloud Storage. Since you've enabled data access logging, the logs should contain records of actions such as viewing files, modifying metadata, and other access activities. This method is more comprehensive than the Activity log (which primarily tracks high-level operations) and gives you the ability to drill down into specific events, which is necessary for sensitive data verification.
upvoted 1 times
...
BuenaCloudDE
4 months ago
Selected Answer: B
Addition of metadata labels.
upvoted 1 times
...
Temertsa
4 months, 1 week ago
Selected Answer: A
Activity Log Usage: Useful for auditing and tracking changes made by users or service accounts to the GCP resources. Stackdriver Log Usage: Useful for monitoring the behavior of applications, diagnosing issues, and understanding the operational state of your system
upvoted 2 times
...
NMG264
5 months, 3 weeks ago
Selected Answer: B
Answer is B. Explanation: Activity Logs are essential for tracking administrative and system actions for security and compliance, while Cloud Logging (formerly known as Stackdriver Logging) offers a comprehensive solution for collecting, analyzing, and monitoring a wide range of logs from various sources. Also, the addition of metadata labels can be verified in Cloud Logging only.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...