Architect Test

Réussis tes devoirs et examens dès maintenant avec Quizwiz!

What happens after you successfully run the following command on your OCI container engineer for kubernets using the YAML file defined below?

A single pod with two containers is created.

Which is NOT a valid action within the OCI Block Volume Service?

Attach a block volume to an instances in a different availability domain.

Which two statements about Oracle Cloud Infrastructure File Storage Service are accurate?

File systems use Oracle-managed keys by default and Customer can encrypt data in their file system using their own Vault encryption key.

Which statement is not true about the OCI object storage service?

Object versioning is enabled at namespace level

Which two components cannot be deleted in your OCI Virtual Cloud Network?

Default security list and Default route table

An OCI tenancy administrator is not able to delete a user in the tenancy. What can cause this issue?

User is a member of an identity and access management (IAM) group

Your company uses the Oracle Cloud Infrastructure Object Storage service to share large data sets with its data science team...

1. Create a pre-authenticated request for each data set and only share with the data science team via email 2. Create a Network Source named CorpNetwork with a CIDR block of 129.146.31.0/27

You created a public subnet and an internet gateway in your virtual cloud network of OCI. The public subnet has an associated route table and security list. However, after creating several compute instances in the public subnet, none can reach the internet. Which two are possible reasons for the connectivity issue?

1. The route table has no default route for routing traffic to the internet gateway 2. There is no stateful egress in the security list associated with the public subnet.

You have an AI/ML app running on OCI. You identified that the application needs GPU and at least 20 GBPS Network throughput. The application is currently using a VMM.Standard2.1.. (Choose two.)

1.Terminate the compute instance preserving the boot volume. Create a new compute instance using the BM.GPU2.2 shape using the boot volume preserved, but no volume attached. 2.Terminate the compute instance preserving the boot volume. Create a new compute instance using the BM.GPU 2.2 shape using the boot volume preserved and attach a new block volume to host your application.

You have been asked to create an Identify and Access management user that will authenticate to OCI API endpoints. This user must not be given credentials that would allow them to log into the OCI console. Which two authentications options can you use?

API signing key and Auth Token

With regard to OCI Load Balancing Service, which two actions will occur when a backend server that is registered with a backend set is marked to drain connection?

All new connections to this backend server are disallowed and Connection to this backend server will remain open until all in-flight requests are completed.

Which two choices are true for Oracle Autonomous Database with shared Exadata infrastructure?

Billing for compute usage stops when autonomous database is stopped and Billing for storage usage continues when autonomous database is stopped.

Which two resources reside exclusively in a single Oracle Cloud infrastructure Availability Domain?

Block Volume and Compute Instance

Which statement is true about Data guard implementation in Oracle Cloud Infrastructure bare metal and virtual machine database systems?

Both database systems must be in the same compartment

You have compartments C and D under the root compartment in your OCI tenancy, compartment C contains a...

Both parent and child compartments cannot have the same name.

As a salutation architect, you are showcasing the OCI object storage feature about object versioning to a customer. Which statement is true in regards to OCI Object storage Versioning?

By default, object versioning is disable on a bucket.

You have multiple apps running on a compute instances that generate a large amount of log files. You have requirements for these log files to be restrained for a total of 60 days: at least 15 days on the boot volume, and then an additional 45 days in the location.

CREATE an object storage bucket and use a script that runs daily to move log files older than 15 days from the boot volume to the bucket. Create a lifecycle rule for the bucket to delete any logs over 60 days old.

You are running an online gaming application hosted on a VM.Standard2.1 instance shape in OCI...

Change shape of the instance to a higher network bandwidth instance

Which two are region resources in OCI?

Compute Images and Block Volume Backups

You are managing a tier-1 OLTP application on an Oracle autonomous transaction processing database. Your business needs to run hourly batch processes on this ATP database...

Configure ATP Resource management rules to change CPU/IO shares for the consumer group of batch processes

You developed microservices based application that runs on OCI container engine for Kubernets. You wanted to provide access to this cluster to other team members. What should you do to provide access to this cluster using as fewest steps as possible?

Create a group in OCI infrastructure access mgmt. Create a policy to grant access to the OKE cluster. Create a policy to grant access to the OKE Cluster. Other team members should use OCI Cloud Shell to generate the kubeconfig into their own cloud shell environment and access the cluster using kubecti from cloud shell.

Your company has been running several small applications in OCI and is planning a proof-of-concept (POC) to deploy Oracle PeopleSoft...

Create a new compartment for the POC and grant appropriate permissions to create and manage resources within the compartment.

You deployed an OCI Computer Instance Vm Standard 2.16 to run a sql database. After a few weeks, you need to increase disk performance...

Create a new instance using a VM.DenselO2.16 shape using the preserved boot volume and move the SQL Database data to NvMe disks.

A financial firm is designing an application architecture for its online trading platform that must have high availability and fault tolerance

Create a replication policy to send data to a different bucket in another OCI region

As a solution architect, you designed the network infrastructure of a three tier web app on OCI and the back end database servers are put in a private subnet...

Create a service getaway, add a new route rule to the private subnet route table that uses object storage target type.

You created a virtual cloud network with three private subnets. Two of the subnets contain application servers and the third subnet contains a DB system...

Create an NFS export option that allows READ_ONLY access where the source is the CIDR range of the DB System subnet

You work for a health insurance company that stores a large number of patient health records... What can you do to meet this requirement?

Create an OCI Object storage time-bound Retention Rule on the Health Record bucket for five years. Enable Retention Rule Lock on this bucket.

You have multiple applications installed on a compute instance and these applications generate a large amount of log files. These log files...

Create and attach a block volume to the compute instance and copy the log files and Create an object storage bucket and use a script that runs daily to move log files older than 15 days to the bucket.

Which statement is true about interconnecting Virtual Cloud Network (VCN?

Peering VCNs should not have overlapping CIDR blocks.

Which two are not valid attributes that may be included in payload of an audit long event on OCI?

Data.faultDomain and Data.vcnld

Your company decided to move a few applications to OCI in the US West phoenix...

Deploy production and DR applications in two separate in two separate VCNs, each in different regions. Connect them using a VCN remote peering connection

You have an OCI load balancer distributing traffic cia an evenly weighted round robin policy to your back end web servers. You notice that ne of your web servers is receiving more traffic

Disable cookie-based session persistence on your backend set

Which of the following statements is true about the OCI object storage server-side encryption?

Encryption is enabled by default and cannot be turned off

You are running a mission critical database application in OCI. You take regular backups of your DB system to Oci object storage

Ensure that your database host can connect to OCI Object storage.

Which two tagging related items are valid attributes that may be included in payload of an audit log event?

Free-form Tags and Defined Tags

You need to set up instance principals so that an application running on an instance can call OCI public services, without the need to configure user credentials. A developer in your team...

Generate Auth tokens to enable instances in the dynamic group to authenticate with APIs

You provisioned an Oracle Autonomous Data Warehouse (ADW) on OCI and imported data into ADW...

Grant the predefined database role DWROLE to the database user and Grant unlimited tablespace privilege to the database user.

You are responsible for creating and maintaining an enterprise application that consists of multiple storage volumes across multiple compute instances...

Group together multiple storage volumes in a volume group and create volume group backups

You deployed a database on a Standard compute instance in Oracle Cloud Infrastructure (OCI) due to cost concerns. The database requires additional storage with high I/O...

Higher Performance

In OCI container engine for Kubernetes (OKE) what does a replica set do?

It maintains a stable set of replica pods running at any given time

Which two methods are supported for migrating your on premises Oracle database to an Oracle Autonomous Transaction Processing database in OCI?

Load text files into ATP using SQl Developer, Use Oracle Data ump

You hired a new employee to run reports Oracle Autonomous Data Warehouse and are not confident in their SQL Writing ability. Into which consumer group will you assign this individual to minimize the impact of their code?

Low

You are designing a lab exercise with an application.......

Make the object storage bucket public and use the URL path for the individual objects.

A customer launched a compute instance in the VCN which has an internet gateway, a service gateway, a default security lists and a default route table...

Modify the route table associated with the VCN subnet in which the instance resides. Add a following route to the route table: Destination CIDR: 0.0.0.0/0 and Target: Internet Gateway (IGW)

You create an autoscailing configuration of Linux compute instances in OCI. You noticed that your application is running slow. After checking your compute instances, you noticed...

Modify the scaling policy to monitor CPU usage and scale up the number of instances when it meets the threshold

You have been notified of an application failure indicating that one of more of the OCI resources have become unavailable...

Navigate to the audit console and search the previous 24 hours for all the GET request actions to get a list of every event that occurred in the past 24 hours.

A company currently uses Microsoft Active director as it's identify provider...

On OCI create group called Developers-grp, map it to AD-Developers-grp, and then create a policy on Microsoft Active Directory to grant management access to the compartment Dev-Compartment for the group AD-Developers-grp.

You are a system admin of your company and you are asked to manage updates and patches across all your compute instances running Oracle Linux in OCI Which OCI Service will allow you to complete this task?

Os Management

When you try to create an instance on Oracle Cloud infrastructure, what are three valid sources to choose the image from?

Platform Images, Customer Image, Partner Images

Which two statements are true when Oracle Data guard is configured between two virtual machine db systems deployed in OCI?

Primary is a 2-node RAC DB System and Standby is a 2-node RAC DB system and Primary is a 1-node RAC DB System and Standby is a 1-node RAC DB system

Which option is NOT a valid action within the Oracle Cloud Infrastructure (OCI) Block Volume service?

Shrink an existing volume in a place with offline resizing

Your customer is using an OCI compartment named production that hosts several resources such as compute instances, DB systems and File systems. Each resource in the production compartment is tagged. The customers...

Tag Based Access Control

Your application front end consists of several Oracle Cloud Infrastructure compute instances behind a public load balancer. You have configured the load balancer to perform health checks on three instances. What will happen if an instance fails to pass the configured health checks?

The load balancer stops sending traffic to that instance

You are about to upload a large log file (5 TIB size) to OCI object storage and have decided to use multipart...

The maximum size for an uploaded object is 10 TIB and Induvial object parts can be small as 10 MiB or as large as 50 GiB

Which two statements below are correct with respect to adding secondary Virtual Network Interface Cards to an existing compute instance in OCI?

The primary and secondary VINC association can be in different virtual cloud networks (VCNs) and The primary and secondary VNIC association must be in the same availability domain.

You are designing a network infrastructure in multiple OCI regions and require connectivity between workloads in each region. You have created a dynamic routing gateway (DRG)...

The route table associated with subnets in each VCN do not have a route rule defined to forward the traffic to their respective DRGs and The security lists associated with subnets in each virtual cloud network (VCN) do not have the appropriate ingress rules.

You have a server running in a public submit on a compute instance in US West (us-hoenix-1) region of OCI. The data sitting on this instance needs to be copied on OCI object storage bucket...

The route table associated with the subnet has no route rule where the destination is object storage service

As an OCI tenancy admin, you created predefined lists of values and associated them with tag key definitions. One of the users in your tenancy complains...

The user is trying to use free-form tags The user is working in a different region other than the home region.

Which two statements are true about an OCI virtual cloud network?

To delete a VCN, its subnets must contain no resources and A VCN covers a single, contiguous IPv4 CIDR block of your choice

You are deploying a highly available web application in OCI and have decided to use a public load balance. The back-end web servers will be distributed

Two subnets in total; one regional public subnet to host your back end web servers and one regional public subnet to host your public load balancer.

Which two statements are true about Oci storage services?

You can move Object Storage buckets, Block Volumes and File Storage mount targets between compartments and File Storage uses the network file system (NFS) protocol, whereas Block Volume uses iSCSI

Which two statements are true about restoring a volume from a block volume backup in OCI Block volume service?

You can restore a volume to any availability domain within the same region where the backup is stored and You can restore a block volume backup to a larger volume size.


Ensembles d'études connexes

Control Panel- IT Fundamentals Lesson 4

View Set

Module 4: Chapter 18.3: Social Movements and Social Change

View Set

Chapter 7: Selecting and Financing Housing

View Set