88% found this document useful (25 votes)
28K views19 pages

Foundation

The document contains questions about various Oracle Cloud Infrastructure (OCI) services. Based on the responses provided, key points include: - An availability domain contains one or more fault domains and shares underlying infrastructure. - To maintain high availability of an application across two web servers and a database, the components should be placed across two different fault domains. - Policies in Identity and Access Management (IAM) specify authorization for authenticated users. - The Object Storage lifecycle management feature can be used to automatically delete old object versions after a specified period.

Uploaded by

Hoai Son Vo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
88% found this document useful (25 votes)
28K views19 pages

Foundation

The document contains questions about various Oracle Cloud Infrastructure (OCI) services. Based on the responses provided, key points include: - An availability domain contains one or more fault domains and shares underlying infrastructure. - To maintain high availability of an application across two web servers and a database, the components should be placed across two different fault domains. - Policies in Identity and Access Management (IAM) specify authorization for authenticated users. - The Object Storage lifecycle management feature can be used to automatically delete old object versions after a specified period.

Uploaded by

Hoai Son Vo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 19

1.

 Which statement is true about OCI?


An availability domain is a logical data center.
Availability domains share infrastructure such as power, cooling, or internal availability domain
network within a region.
A single fault domain can be associated with multiple availability domains within a region.
An OCI region is a localized geographic area.

2. Which statement is true about OCI architecture and its core components?

Fault domains act as physical data centers within an availability domain.


All OCI regions have three availability domains.
Each availability domain has three fault domains.
Each fault domain has three availability domains.

3. You have subscribed to an OCI region, which has one a single availability domain. You want
to deploy a highly- available application with two web servers and a 2-Node database.

How would you place the components to maintain high- availability of the application?
High availability is not possible because there is only one availability domain in the region.
Place one server and a DB node in one fault domain, and the second server and DB node in
another fault domain. (*)
Place all the components in the same fault domain.
Place the servers in one fault domain and the database nodes in another fault domain.

4. Which OCI construct protects against failures within an availability domain?


Fault Domian (*)
Load Balancer
Compartments
Regions
Tenancy

5. Which statement accurately describes an OCI Region?


Each region has a single Fault Domain.
Each Fault Domain has multiple Availability Domains.
Each Availability Domain has a single Fault Domain.
Each Availability Domain has three Fault Domains. (*)

6. Which feature of OCI Identity and Access Management (IAM) service specifies authorization
for various actions for authenticated Principals?
Policy (*)
Group
Role
Compartment

7. How is a resource in OCI identified?


Tenancy ID
Compartment Name
OCID (*)
Username

8. Which is NOT a valid method for authenticating a Principal in OCI Identity and Access
Management (IAM) service?
OCI Vault Master Encryption Keys (*)
Auth Tokens
Console user name, Password
API Signing Key

9. Which statement is true about OCI Identity and Access Management (IAM)?
It is used to control access to resources. (*)
It enables only authentication for the tenancy.
It enables bring-your-own-devices.
It enables only authorization for the tenancy.

10. Which is NOT a valid statement regarding OCI Compartments?


Each resource belongs to a single compartment.
Resources can interact with other resources in different compartments.
Compartments are restricted to a single region. (*)
You can give group of users access to compartments by writing policies.

11. Which statements are true about the Oracle Cloud Infrastructure (OCI) Load Balancing
service?
It distributes traffic to different backend servers in a virtual cloud network (VCN).
It supports TCP and HTTP protocols only.
It can span across OCI regions.
It works with public IP addresses only.

12. Which statement is true about a virtual cloud network (VCN)?


A VCN can only have one public subnet and only one private subnet.
Each subnet in a VCN can exist in a single availability domain or across an entire region. (*)
A VCN can only have one public subnet and more than one private subnet.
A VCN can be used with only one instance.
13. Which virtual cloud network (VCN) component enables both inbound and outbound traffic
between a VCN and the internet?
NAT Gateway
Service Gateway
Internet Gateway (*)
Dynamic Routing Gateway

14. Which components are created by default with the creation of a virtual cloud network
(VCN)? (Choose three)
Local Peering Gateway
Default set of DHCP options, with default values (*)
Default route table, with no route rules (*)
Dynamic Routing Gateway
Default security list, with default security rules (*)

15. Which virtual cloud network (VCN) component blocks inbound traffic, but enables outbound
traffic to the internet?
Internet Gateway
NAT Gateway
Dynamic Routing Gateway
Service Gateway

16. Which feature of OCI Identity and Access Management (IAM) service specifies
authorization for various actions for authenticated Principals?
Group
Compartment
Policy (*)
Role

17. Which statement is true about OCI Identity and Access Management (IAM)?
It enables only authentication for the tenancy.
It enables bring-your-own-devices.
It is used to control access to resources. (*)
It enables only authorization for the tenancy.

18. Which is NOT a valid method for authenticating a Principal in OCI Identity and Access
Management (IAM) service?
OCI Vault Master Encryption Keys (*)
Console user name, Password
Auth Tokens
API Signing Key
19. How is a resource in OCI identified?
(1) Points
Username
Tenancy ID
OCID (*)
Compartment Name

20. Which is NOT a valid statement regarding OCI Compartments?


Compartments are restricted to a single region. (*)
Resources can interact with other resources in different compartments.
You can give group of users access to compartments by writing policies.
Each resource belongs to a single compartment.

21. Which is a feature of the OCI OS Management Service?


Autoscaling
Disk Encryption
Automated Patch Management (*)
Cost Management

22. Which statement is true about OCI Compute Service?


It is used only for running databases.
It doesn’t support Windows workloads.
It provides a single size for different types of workloads.
It provides options to create Bare Metal or a Virtual Machine instance. (*)

23. You have a web application that receives 10X more traffic on the weekends than weekdays.
You need to automatically match capacity to demand, keep the application always up and
running, and save cost.

Which OCI compute feature can be used to meet these requirements?


Vertical Scaling
Autoscaling (*)
Parallel Scaling
Manual Scaling

24. Which is NOT a valid compute shape option within the OCI compute service?
Container Instance (*)
Dedicated Virtual Machine Host
Bare Metal
Virtual Machine

25. Which parameter is NOT modifiable?


Number of OCPUs
Fault Domain
Amount of Memory
Primary Private IP address (*)

26. Which statement is true about the OCI Block storage service?


It stores data in variable sized blocks.
It is not durable
It can be attached to a compute instance. (*)
It is only supported for Linux instances.

27. Which statement is true about OCI File Storage?


It is supported by Windows operating system only.
It is supported by Linux operating systems only.
It is a local file system for a compute instance.
It organizes files as fixed size blocks of data. (*)

28. Which storage option is NOT available in OCI?


Object Storage
Archive Storage
File Storage
NetApp Cloud Volume (*)

29. You want to store the backup of a database in cloud storage for an extended period of time.
Which type of storage should you configure for these files?
Object Storage
File Storage
Archive Storage
Block Volume

30. You store multiple versions of objects in a bucket, but your IT team has asked you to delete
any previous object versions 120 days after the object version transitions from the latest version
to a previous version.

Which OCI Object Storage feature can be used for this purpose?
Object Lifecycle Management
Pre-Authenticated Requests
Retention Rules
Multipart Uploads

31. You store multiple versions of objects in a bucket, but your IT team has asked you to delete
any previous object versions 120 days after the object version transitions from the latest version
to a previous version.

Which OCI Object Storage feature can be used for this purpose?
Pre-Authenticated Requests
Retention Rules
Object Lifecycle Management (*)
Multipart Uploads

32. Which statement is true about the OCI Block storage service?


It is not durable
It is only supported for Linux instances.
It can be attached to a compute instance. (*)
It stores data in variable sized blocks.

33. You want to store the backup of a database in cloud storage for an extended period of time.
Which type of storage should you configure for these files?
Object Storage
Block Volume
Archive Storage (*)
File Storage

34. Which statement is true about OCI File Storage?


It organizes files as fixed size blocks of data. (*)
It is supported by Linux operating systems only.
It is supported by Windows operating system only.
It is a local file system for a compute instance.

35. Which storage option is NOT available in OCI?


NetApp Cloud Volume (*)
Object Storage
File Storage
Archive Storage

36. Which storage option is NOT available in OCI?


Object Storage
File Storage
NetApp Cloud Volume (*)
Archive Storage

37. You store multiple versions of objects in a bucket, but your IT team has asked you to delete
any previous object versions 120 days after the object version transitions from the latest version
to a previous version.
Which OCI Object Storage feature can be used for this purpose?
Object Lifecycle Management (*)
Multipart Uploads
Retention Rules
Pre-Authenticated Requests

38. Which statement is true about OCI File Storage?


It is a local file system for a compute instance.
It organizes files as fixed size blocks of data. (*)
It is supported by Linux operating systems only.
It is supported by Windows operating system only.

39. Which statement is true about the OCI Block storage service?


It is not durable
It is only supported for Linux instances.
It can be attached to a compute instance. (*)
It stores data in variable sized blocks.

40. You want to store the backup of a database in cloud storage for an extended period of time.
Which type of storage should you configure for these files?

Block Volume
Archive Storage (*)
Object Storage
File Storage

41. A banking platform has been re-designed to a Microservices-based architecture using Docker
containers.

Which OCI service should be used for deployment of these new Microservices?
Oracle Container Engine for Kubernetes (*)
API Gateway
Events Service
Streaming Service

42. Which is not a characteristic of the OCI API Gateway service?


It provides a deployment platform for your API implementations. (*)
It appears as a network device on your Virtual Cloud Network.
It supports both Oracle and 3rd-party OAuth servers.
It is an Oracle-managed serverless service.
43. Which OCI service lets you to run code without provisioning any underlying infrastructure
such as virtual machines?
Storage Gateway
Oracle Container Engine for Kubernetes
API Gateway
Oracle Functions (*)

44. Which statement is valid for OCI Container Registry (OCIR)?


A single registry can only contain either private or public Docker repositories
You can create only public Docker repositories in OCIR.
A single registry can contain both private and public Docker repositories. (*)
You can create only private Docker repositories in OCIR.

45. Which OCI service leverages Terraform to enable Infrastructure-as-code?


Oracle Functions
Resource Manager (*)
Events
Compute

46. Which OCI service leverages Terraform to enable Infrastructure-as-code?


Resource Manager (*)
Events
Oracle Functions
Compute

47. Which statement is valid for OCI Container Registry (OCIR)?


You can create only private Docker repositories in OCIR.
You can create only public Docker repositories in OCIR.
A single registry can contain both private and public Docker repositories. (*)
A single registry can only contain either private or public Docker repositories

48. A banking platform has been re-designed to a Microservices-based architecture using Docker
containers.

Which OCI service should be used for deployment of these new Microservices?
API Gateway
Events Service
Oracle Container Engine for Kubernetes (*)
Streaming Service

49. Which is not a characteristic of the OCI API Gateway service?


It provides a deployment platform for your API implementations. (*)
It appears as a network device on your Virtual Cloud Network.
It is an Oracle-managed serverless service.
It supports both Oracle and 3rd-party OAuth servers.

50. Which OCI service lets you to run code without provisioning any underlying infrastructure
such as virtual machines?
Oracle Functions (*)
Storage Gateway
API Gateway
Oracle Container Engine for Kubernetes

51. Which is a capability of the OCI Data Catalog service?


It is an alternative to Autonomous Data Warehouse.
It provides a repository of searchable metadata. (*)
It runs Spark jobs at scale.
It has an accelerated library to quickly build analytics models.

52. Which statement correctly describe the OCI Accelerated Data Science SDK?
It is a Python library that makes common tasks faster, easier, and less error prone. (*)
It is a PHP library that makes common tasks faster, easier, and less error prone.
It is an additional cost to the Data Science service.
It is a JavaScript library that makes common tasks faster, easier, and less error prone.

53. Your client needs to move their Extract-Transform-Load (ETL) process to Oracle Cloud
Infrastructure (OCI). They want to take a no-code approach.

Which OCI service should you recommend?


Data Intergration (*)
Data Catalog
Data Flow
Data Science

54. Your organization has a Spark application that sometimes consumes a large amount of
compute resources. You need to run this on OCI.
Which OCI service can be used to meet this requirement?
Data Catalog
Data Intergration
File Storage
Data Flow (*)
55. Your organization consumes and analyzes data from a wide variety of sources. Many
departments are struggling with finding trusted data sources.
Which OCI service should you use to harvest the metadata and provide a central repository?
Data Integration
Autonomous Data Warehouse
Data Flow
Data Catalog (*)

56. Oracle Cloud VMware Solution uses what type of compute shapes?


Bare Metal (*)
Exadata
Autonomous
Virtual Machine

57. Which Oracle offering lets a customer provision OCI services into their own data centers in a
self-contained model, achieving the same architecture and billing as the OCI public cloud?
OCI Private Region
Oracle Cloud VMware Solution
OCI Customer Region
OCI Dedicated Region (*)

58. Which is NOT a desired scenario to us Oracle Dedicated Region Cloud@Customer?


To run a publicly accessible e-commerce site with varying demand pattern (*)
To support applications that have extremely low latency requirements
To support applications that have stringent data privacy requirements
To support applications that have local data residency requirements

59. What is NOT a primary use case for the Oracle Cloud VMware Solution?
Disaster Recovery
Data Center Extension
Cloud Migration
Hyper-V workloads (*)

60. What is NOT a capability of an Oracle Dedicated Region Cloud@Customer?


99.95% availability SLA
Pay-as-you-go Pricing Model
High latency (*)
A VCN can only have one public subnet and more than one private subnet.
Self-contained cloud region

61. Which statement correctly describes Oracle Cloud Manageability SLA?


Ability to manage, monitor, and modify OCI resources (*)
Services consistently perform as expected.
Services are in operation with uptime and connectivity requirements.
Access to the console is guaranteed.

62. Which Pricing model is supported by OCI? (Choose two)


License Included
Daily Universal Credits
Pay As You Go (*)
Monthly Universal Credits (*)

63. Which is a factor that impact OCI pricing?


Availability Domain
Fault Domain
OCI Region
Resource Type (*)

64. Which is a valid target for setting OCI budgets?


Region
Tenancy
Availability Domain
Compartment (*)

65. Which type of SLA is not offered by the OCI Compute service?


Control Plane
Performance
Data Plane
Application Plane (*)

66. Which type of OCI account allows opening a support ticket?


Paid Account (*)
Demo Accounts
30 Day Free Trial
Always Free Account

67. Which statement correctly describe OCI Service Level Agreements?


Defined as a number of nines for a month and a percentage credit. (*)
Defined as a number of nines for a week and a percentage credit.
Defined as a number of nines for a quarter and a percentage credit.
Defined as a number of nines for a year and a percentage credit.
68. Which of the following is not covered in OCI SLAs?
Reliability (*)
Performance
Availability
Manageability

69. You are facing an issue with the DB system in your tenancy and you want to raise a service
request with Oracle Support.

As a customer, which information is not required to log a service request?


DB System IP (*)
Customer Support Identifier
Resource OCID
Tenancy OCID

70. You want to monitor the timing of high CPU usage by an application.

Which Oracle Cloud Infrastructure (OCI) service should you use?


Logging
Monitoring (*)
Events
Logging analytics
Analytics

71. What are three benefits of Oracle Cloud Infrastructure as end-to-end service-level


agreements?
Support
Availability (*)
Performance (*)
Reliability
Manageability (*)

72. Which two statements are true about a Virtual Cloud Network (VCN)?
A VCN can reside only in a single region but can cross multiple ADs. (*)
A VCN cannot connect to another VCN.
A subnet for a VCN can be defined in different availability domains (ADs). (*)
A VCN can be used with only one DB system.

73. Which statements are true about regions and availability domains (Ads)? (Choose two)
OCI is hosted in one region with multiple availability domains.
OCI is hosted in multiple regions and multiple availability domains. (*)
A region can have only one AD for disaster recovery capabilities.
Regions provide disaster recovery capabilities. (*)

74. Which statements are true about Web Application Firewall (WAF)? (Choose two)
It blocks HTTPS requests only and responds with an error page.
It protects from attacks over the web application. (*)
It intercepts HTTP traffic only and filters it against the set rules applied.
It intercepts HTTP/S traffic and passes it through a set of rules. (*)

75. You want to deploy a mission-critical application in Oracle Cloud Infrastructure (OCI),


which must be globally available at all times.

Which deployment strategy must you implement?


Multi-region (*)
All availability domains in your home region
Multiple availability domains
Multi-VCN in two OCI regions

76. Which three are the control planes on which a Compute control plane depends?
Functions
Application
Block volumes (*)
Object Storage (*)
Performance
Networking (*)

77. What are three benefits of a dedicated region?


Static workloads
99.95% availability (*)
Yearly Flex model for pricing
High latency
Security of the private cloud (*)
Data sovereignty (*)

78. You want to deploy an application on Oracle Cloud Infrastructure (OCI) and you need
multiple virtual machines, block storage, databases, a load balancer, and a web application
firewall.

What service should you use to host this application?


Function as a Service (FaaS)
Platform as a Service (PaaS)
Infrastructure as a Service (IaaS) (*)
Software as a Service (SaaS)

79. Which statement is true about the Oracle Cloud Infrastructure Compute service?
When you stop a compute instance, all data on the boot volume is lost.
You can launch either virtual machines or bare metal instances. (*)
You can attach a maximum of one public IP to each compute instance.
You cannot attach a block volume to a compute instance.

80. You want to store the backup of a database in Object Storage for a long period of time due to
mandatory compliance.

Which approach should you use?


Big data/Hadoop
Very large data sheets
Backup/archive (*)
Content repository

81. You want to deploy a mission-critical application in Oracle Cloud Infrastructure (OCI),


which must be globally available at all times.

Which deployment strategy must you implement?


All availability domains in your home region.
Multi-VCN in two OCI regions
Multi-region (*)
Multiple availability domains

82. You have developed an application for your company and you want to deploy it in Oracle
Cloud Infrastructure.

How must you deploy the application to ensure the highest level of availability and resilience?
Across multiple availability domains and subnets
Across multiple availability domains and fault domains
Across multiple regions and availability domains (*)
Across multiple Virtual Cloud Networks

83. You want to use an orchestration service that can reduce time and cost to build modern cloud
native applications.

Which service should you use for this?


Data flow
Docker
API gateway
Oracle Cloud Infrastructure Registry (OCIR)
Container Engine for Kubernetes (OKE) (*)
Data science

84. Which service should you use to run Apache Spark applications, which also provides API
support for integration with applications and workflows?
Data Integration
Oracle Integration
Data Catalog
Data Flow (*)
Data Science

85. Which service should you use to manage metadata, which helps to discover data and support
data governance?
Data Integration
Oracle Integration
Data Catalog (*)
Data Flow
Data Science

86. Which three pricing models are available for Oracle Cloud Infrastructure?
Annual universal credits (*)
Yearly Flex
License included
Pay as you go (*)
Bring your own license (*)

87. Which statement is true about an Oracle Cloud Infrastructure (OCI) Compute instance?
It always gets a public IP address.
It cannot leverage the auto-scaling feature.
It does not use a boot volume.
It always gets a private IP address. (*)

88. You want to track the activities perfomed by different apps on the services and provide
operation insights.

Which Observability and Management service would you use to monitor them?
Analytics Cloud
Health check
Monitoring
Logging
Logging analytics (*)

89. Which three are Oracle's responsibilities in the shared security model in Oracle Cloud
Infrastructure?
Software (*)
Patching
Hardware (*)
Networking (*)
Data
Endpoints
IAM

90. You want to restrict direct access to resources with public endpoints, and you also want to
limit the time available to access resouces.

Which service should you use to achieve this?


Cloud Guard
WAF
Bastion (*)
Vault
Security zone

91. What do you use to isolate Oracle Cloud Infrastructure (OCI) resources from different users
logically so that they do not update or delete other users' resources?
Groups
Tenancy
Compartments (*)
Availability domain
Dynamic groups

92. What does vertical scaling mean?


Changing to a larger or smaller shape (*)
Enabling disaster recovery
Adding additional compute instances
Providing fault tolerance

93. You need some Oracle Cloud Infrastructure (OCI) services to build an application; however,
you do not want to pay upfornt because the usage is not regular and you want to be charged only
for the services consumed.
Which pricing model should you choose?
Bring your own license
Annual Flex
Monthly Flex
Pay as you go (*)

94. Which three statements are true about the Oracle Cloud Infrastructure (OCI) Object Storage
service?
It does not support private access from OCI resources in a VCN through a service gateway.
It enables you to save data in an object storage bucket. (*)
It enables you to store or retrieve data directly from the Internet or from within the cloud
platform. (*)
It is tied to a specific compute instance.
It is a high-performance storage platform that offers reliable and cost-efficient data durability. (*)

It can store a finite amount of unstructured data, analytical data, and rich content.

95. Which three components are created along with the Virtual Cloud Network (VCN) by using
Start VCN Wizard?
Object Storage
Security list (*)
Route table (*)
Internet gateway (*)
Compute
Dynamic routing gateway

96. Which Oracle Cloud Infrastructure capability can you use to protect against failures within
an availability domain?
Data plane
Fault domains (*)
Automatic backups
Regions

97. Which three customer's responsibilities in the shared responsibilities model for security?
Physical security
IAM framework
Key management (*)
IAM policies (*)
VCN configuration (*)
Storage isolation

98. You want to store and manage container images on Oracle Cloud Infrastructure (OCI) and
you want to share them with the other developers working on the same application.

Which service should you use?


Functions
Kubernetes cluster
API Gateway
Oracle Cloud Infrastructure Registry (OCIR) (*)

99. Which two infrastructure options can you use for deploying an Oracle Autonomous
Database?
Shared Exadata infrastructure (*)
VM on Oracle Cloud Infrastructure
Autonomous Database Engineered System
Bare metal on Oracle Cloud Infrastructure
Dedicated Exadata infrastructure (*)

100. Which three statements are true about a dedicated region?


It is an integrated solution that provides a native VMware-based cloud environment.
It supports applications that have high latency or local data residency requirements.
It is used with banking, payments processing, and risk management services. (*)
It generates near–real time responses to end user applications or communicates with other on-
premises systems. (*)
It can be used to easily apply analytics and machine learning services to health management
systems. (*)

101. You want to create a 2-node RAC with block storage, and you will need to scale up the
storage in the future.
Which DB system should you use to meet this requirement?
Bare metal DB system with any database edition except standard edition
VM DB system with extreme performance database edition (*)
VM DB system with any database edition except standard edition
Bare metal DB system with extreme performance database edition only

102. Which statement is FALSE about Oracle Cloud Infrastructure compartments?


Resources can be moved from one compartment to another.
Compartments cannot be nested. (*)
Each OCI resource belongs to a single compartment.
Resources and compartments can be added and deleted any time.

102. Which two tasks are performed by default by Autonomous Database?


Database upgrades (*)
Data loading
User creation
Firmware patching (*)
https://www.scribd.com/document/526815838/OCI-Final-Exam

You might also like