ExitVCEDump1Z0-1110-25Oracle Cloud Infrastructure 2025 Data Science Professional
Question 22 of 24
0% complete
Q22Single choice
Which is NOT a valid OCI Data Science notebook session approach?
A
Ensure you don't execute long-running Python processes in a notebook cell
B
Run the process directly in the terminal and use Python logging to get updates on the progress of your
job
C
Avoid having multiple users in the same notebook session due to the possibility of resource contention and write conflicts
D
While connecting to data in OCI Object Storage from your notebook session, the best practice is to make a local copy on the device and then upload it to your notebook session block volume
E
Authenticate using your notebook session's resource principal to access other OCI resources.
Resource principals provide a more secure way to authenticate to resources compared to the OCI configuration and API approach