997_4

997_4

1st - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Java Class Vocabulary

Java Class Vocabulary

11th Grade - University

17 Qs

OO Programming OCR A level

OO Programming OCR A level

10th Grade - University

20 Qs

CSP 1.4 Vocab

CSP 1.4 Vocab

9th - 12th Grade

20 Qs

Sql_1

Sql_1

9th Grade

17 Qs

AP CSA Midterm Concept Review 1

AP CSA Midterm Concept Review 1

12th Grade

20 Qs

997_3

997_3

1st - 12th Grade

20 Qs

Database Concepts

Database Concepts

11th Grade

15 Qs

1067_3

1067_3

1st - 12th Grade

21 Qs

997_4

997_4

Assessment

Quiz

Computers

1st - 12th Grade

Easy

Created by

Edgar Martínez

Used 5+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want to automate the processing of new Image files to generate thumbnails. the expected rate is 10 new files every hour.

Which of the following is the most cost effective option to meet this requirement in Oracle Cloud Infrastructure (OCI)?

Upload files to an OCI Object storage bucket. Every time a file is uploaded, an event is emitted. Write a rule to filter these events with an action to trigger a function in Oracle Functions. The function processes the image in the file and stores the thumbnails back in an Object storage bucket.

Upload files to an OCI Object storage bucket. Every time a file is uploaded, trigger an event with an action to provision a compute instance with a cloud-init script to access the file, process it and store it back in an Object storage bucket. Terminate the instance using Autoscaling policy after the processing is finished.

Build a web application to ingest the files and save them to a NoSQL Database. Configure OCI Events service to trigger a notification using Oracle Notification Service (ONS). ONS invokes a custom application to process the image files to generate thumbnails. Store thumbnails in a NoSQL Database table.

Upload all files to an Oracle Streaming Service (OSS) stream. Set up a cron job to invoke a function in Oracle Functions to fetch data from the stream. Invoke another function to process the image files and generate thumbnails. Store thumbnails in another OSS stream.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are working as a security consultant with a global insurance organization which is using Microsoft Azure Active Directory (AD) as identity provided to manager user login/passwords. When a user logs in to Oracle Cloud infrastructure (OCI) console, it should get authenticated by Azure AD.

Which set of steps are required to configure at OCI side in order to get it enabled

Setup Azure AD as an Enterprise Application, map Azure AD users and groups and policies to OCI groups and users

Setup Azure AD as an Identity Provider, Import users and groups from Azure AD to OCI, set up IAM policies to govern access to Azure AD groups

Setup Azure AD as an Enterprise Application, configure OCI for single sign-on, map Azure AD groups to OCI groups, set up the IAM policies to govern access to Azure AD groups

Setup Azure AD as an Identity Provider, map Azure AD groups to OCI groups, set up the IAM policies to govern access to Azure AD groups

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A startup company is looking for a solution for processing of data transmitted by the IOT devices fitted to transport vehicles that carry frozen foods. The data should be consumed and processed in real time. The processed data should be archived to OCI Object Storage bucket. and use Autonomous Data warehouse (ADW) to handle analytics. Which architecture will help you meet this requirement?

Use OCI Streaming Service to collect the incoming biometric data. Use an open source Hadoop cluster to analyze the data horn streaming service. Store the results to OCI Autonomous Data warehouse (ADW) to handle complex analytics

Use OCI Streaming Service to collect the incoming biometric data. Use Oracle Functions to process the date and show the results on a real-time dashboard and store the results lo OCI Object Storage Store the data In OCI Autonomous Data warehouse (ADW) to handle analytics.

Create an OCI Object Storage bucket to collect the incoming biometric data from the smart pet collar Fetch the data horn OC\ Object storage to OCI Autonomous Data Warehouse (ADW) every day and run analytics Jobs with it

Launch an open source Hadoop cluster to collect the Incoming biometrics data Use an Open source Fluentd cluster to analyze the- data me results to OCI Autonomous Transaction Processing (ADW)to handle complex analytics

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

An OCI Architect is working on a solution consisting of analysis of data from clinical trials of a pharmaceutical company. The data is being stored in OCI Autonomous Data Warehouse (ADW) having 8 CPU Cores and 70 TB of storage. The architect is planning to setup autoscaling to respond to dynamic changes in the workload.

Which of the following needs to be considered while configuring auto scaling? Choose two

Enabling auto scaling does not change the concurrency and parallelism settings

Auto scaling also scales IO throughput linearly along with CPU

The database memory SGA and PGA will not get affected by the changes in the number of CPUs during auto scaling

The maximum CPU cores that will be automatically allocated for this database is 16 CPUs

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

A manufacturing company is planning to migrate their on-premises database to OCI and has hired you for the migration. Customer has provided following information regarding their existing onpremises database:

Database version, host operating system and version, database character set, storage for data staging, acceptable length of system outage.

What additional information do you need from customer in order to recommend a suitable migration method? Choose two

Elapsed time since database was last patched

On-premises host operating system and version

Number of active connections

Data types used in the on-premises database

Top 5 longest running queries

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A cloud consultant is working on implementation project on OCI. As part of the compliance requirements, the objects placed in object storage should be automatically archived first and then deleted. He is testing a Lifecycle Policy on Object Storage and created a policy as below: [ { "name": "Archive_doc", "action": "ARCHIVE", "objectNameFilter": { "inclusionPrefixes": "doc"] }, "timeAmount": 5, "timeunit": "DAYS", "isEnabled": true }, { "name": "Delete_doc", "action": "DELETE", "objectNameFilter": "inclusionPrefixes": [ "doc"] 1."timeAmount": 5, "timeunit": "DAYS", "isEnabled": true } What will happen after this policy is applied?

All objects with names starting with "doc" will be deleted after 5 days of object creation

All the objects having file extension ".doc" will be archived for 5 days and will be deleted 10 days after object creation

All the objects having file extension ".doc" will be archived 5 days after object creation

All the objects with names starting with "doc" will be archived 5 days after object creation and will be deleted 5 days after archival

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A FinTech startup is developing a new blockchain based application to provide Smart Contracts using micro-services architecture. The development team is planning to deploy the application using containers and looking for a reliable way to build, deploy and manage their cloud-native application. Additionally, they need an easy way to store, share and manage their application artifacts.

Which option should you recommend for this application?

Install and manage a Kubernetes cluster on OCI Compute Instances and use OCI Resource Manager for management of application artifacts

Use and OCI Resource Manager to manage cloud-native application and make the application artifacts available using OCI Functions

Use Oracle Container Engine for Kubernetes (OKE) to manage of cloud-native applications and OCI Registry for application artifacts

Use Oracle Container Engine for Kubernetes (OKE) to manage the deployment environment and OCI Functions for application artifacts

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?