Oracle Cloud Infrastructure 2025 Data Science Professional 1z0-1110-25 Question # 1 Topic 1 Discussion
1z0-1110-25 Exam Topic 1 Question 1 Discussion:
Question #: 1
Topic #: 1
You want to write a Python script to create a collection of different projects for your data science team. Which Oracle Cloud Infrastructure (OCI) Data Science interface would you use?
Objective: Choose an interface for a Python script to manage projects.
Evaluate Options:
A: OCI SDK—Python-based, scriptable—correct.
B: Console—GUI, not scriptable.
C: CLI—Command-based, not Python-native.
D: Mobile App—Not for scripting.
Reasoning: A enables programmatic project creation.
Conclusion: A is correct.
OCI documentation states: “Use the OCI Python SDK (A) to programmatically manage Data Science resources, like creating projects, via Python scripts.” B, C, and D don’t support Python scripting—only A fits.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit