
Ultimate access to all questions.
An engineering team with members ranging from data analysts to data scientists uses an S3 bucket for data access. Some new team members are unfamiliar with AWS S3. To facilitate access, the team decides to mount the S3 bucket to DBFS. Which method should they use to ensure read-only access to the mounted S3 bucket?
A
Mount the S3 bucket using AWS keys - access_key and secret_key
B
Add readOnly = True in dbutils.fs.mount()
C
Mounting of S3 bucket with read-only access is not possible in Databricks
D
Mount the S3 bucket using the AWS instance profile
E
Select the readOnly option while mounting the S3 bucket