DA0-001 • Practice Questions 2 — 50 Questions
Free DA0-001 practice questions 2 — 50 questions with explanations. No signup required.
A data engineer is configuring access to a data lake in Amazon S3. What does the JSON policy shown allow?
Refer to the exhibit.
```
{
"policy": {
"Statement": [
{
"Effect": "Allow",
"Action": ["s3:GetObject"],
"Resource": "arn:aws:s3:::data-bucket/*"
}
]
}
}
```