SlideShare a Scribd company logo
1 of 13
Download to read offline
OCI Architect Associate (1Z0-1072-22) Exam Dumps 2023
OCI Architect Associate (1Z0-1072-22) Practice Tests 2023. Contains 700+ exam
questions to pass the exam in first attempt.
SkillCertPro offers real exam questions for practice for all major IT certifications.
 For a full set of 700+ questions. Go to
https://skillcertpro.com/product/oracle-cloud-infrastructure-architect-
associate-exam-questions/
 SkillCertPro offers detailed explanations to each question which helps to
understand the concepts better.
 It is recommended to score above 85% in SkillCertPro exams before attempting
a real exam.
 SkillCertPro updates exam questions every 2 weeks.
 You will get life time access and life time free updates
 SkillCertPro assures 100% pass guarantee in first attempt.
Below are the free 10 sample questions.
Question 1:
You have created a new compartment called Production to host some production
apps. You have also created users in your tenancy and added them to a Group
called “production group“. Your users are still unable to access the Production
compartment. How can you resolve this situation?
A. Write an IAM Policy for each specific user granting them access to the
production compartment
B. Every compartment you create comes with a predefined set of policies, so no
further action is needed
C. Your users get automatic access to all compartments, so no further action is
needed
D. Write an IAM Policy for “production_group“ granting it access to the
production compartment
Answer: D
Explanation:
When creating a compartment, you must provide a name for it (maximum 100
characters, including letters, numbers, periods, hyphens, and underscores) that is
unique within its parent compartment. You must also provide a description, which
is a non-unique, changeable description for the compartment, from 1 through 400
characters.
After creating a compartment, you need to write at least one policy for it,
otherwise no one can access it (except administrators or users who have
permissions set at the tenancy level). When creating a compartment inside
another compartment, the compartment inherits access permissions from
compartments higher up its hierarchy.
When you create an access policy, you need to specify which compartment to
attach it to. This controls who can later modify or delete the policy. Depending on
how you‘ve designed your compartment hierarchy, you might attach it to the
tenancy, a parent, or to the specific compartment itself.
Additional Reading:
https://docs.oracle.com/en-
us/iaas/Content/Identity/Tasks/managingcompartments.htm#
Question 2:
You have created a virtual cloud network (VCN) with three private subnets. Two
of the subnets contain application servers and the third subnet contains a DB
System. The application requires a shared file system so you have provisioned one
using the file storage service (FSS). You also created the corresponding mount
target in one of the application subnets. The VCN security lists are properly
configured so that both application servers and the DB System can access the file
system. The security team determines that the DB System should have read-only
access to the file system.
What change would you make to satisfy this requirement?
A. Modify the security list associated with the subnet where the mount target
resides. Change the ingress rules corresponding to the DB System subnet to be
stateless
B. Connect via SSH to one of the application servers where the file system has
been mounted. Use the Unix command chmod to change permissions on the file
system directory, allowing the database user read-only access
C. Create an NFS export option that allows READ_ONLY access where the source is
the CIDR range of the DB System subnet
D. Create an instance principal for the DB System. Write an Identity and Access
Management (IAM) policy that allows the instance principal read-only access to
the file storage service
Answer: C
Explanation:
NFS export options enable you to create more granular access control than is
possible using just security list rules to limit VCN access. You can use NFS export
options to specify access levels for IP addresses or CIDR blocks connecting to file
systems through exports in a mount target.
Additional Reading:
https://docs.oracle.com/en-us/iaas/Content/File/Tasks/exportoptions.htm
Question 3:
You have a working application in the US East region. The app is a 3-tier app with
a database backend. You take regular backups of the database into OCI Object
Storage in the US East region. For Business continuity; you are leveraging OCI
Object Storage cross-region copy feature to copy database backups to the US
West region. Which of the following three steps do you need to execute to meet
your requirement?
A. Specify an existing destination bucket
B. Provide an option to choose bulk copying of objects
C. Specify the bucket visibility for both the source and destination buckets
D. Write an IAM policy and authorize the Object Storage service to manage
objects on your behalf
E. Choose an overwrite rule
F. Provide a destination object name
Answer: A, D, E
Explanation:
You can copy objects to other buckets in the same region and to buckets in other
regions.
You must have the required access to both the source and destination buckets
when performing an object copy. You must also have permissions to manage
objects in the source and destination buckets.
Because Object Storage is a regional service, you must authorize the Object
Storage service for each region carrying out copy operations on your behalf. For
example, you might authorize the Object Storage service in region US East
(Ashburn) to manage objects on your behalf. Once you authorize the Object
Storage service, you can copy an object stored in a US East (Ashburn) bucket to a
bucket in another region.
You can use overwrite rules to control the copying of objects based on their entity
tag (ETag) values. Specify an existing target bucket for the copy request. The copy
operation does not automatically create buckets.
Additional Reading:
https://docs.oracle.com/en-us/iaas/Content/Object/Tasks/copyingobjects.htm#
Question 4:
A customer has established an Oracle Cloud Infrastructure (OCI) FastConnect
connection to OCI. The virtual circuit is up and routes are being advertised from
the customer’ s end, however the customer is unable to ping from compute
instances inside the virtual cloud network (VCN) to servers residing in its on-
premises data center.
Which two options on OCI would remedy this situation? (Choose two.)
A. Modify the security list associated with the VCN subnet in which the instance
resides. Add a stateful egress rule to allow ICMP traffic to the customer’ s on-
premises network
B. Modify the route table associated with the VCN subnet in which the instance
resides. Add a route to the customer’ s on-premises network via the Dynamic
Routing Gateway (DRG)
C. Modify the security list associated with the VCN subnet in which the instance
resides. Add a stateful ingress rule to allow ICMP traffic from anywhere
D. Modify the default VCN route table to add a route back to the customer’ s on-
premises network via the DRG
Answer: A, B
Explanation:
Your subnet doesn‘t necessarily use the default VCN route table, so you can
modify it. You need a route in the subnet of the instance to the on premise
network with gateway DRG.
Customer ping initiates from compute instance inside VCN, so without an egress
rule the ping won‘t go out, regardless of ingress rule. The stateful egress rule
allows to traffic to go out.
Additional Reading:
https://docs.oracle.com/en-
us/iaas/Content/Network/Troubleshoot/fastconnecttroubleshoot.htm
Question 5:
You currently manage an e-commerce application that utilizes 25 identical
compute resources to handle customer traffic. The stakeholders have asked you
to create another 25 identical compute resources in order to deploy and test a
new version of the software?
What is the most efficient process to create 25 additional compute resources that
are identical to the first 25?
A. Clone the boot volume of 1 of the 25 servers. Use the boot volume clone to
provision 25 more servers
B. Create a custom image from 1 of the 25 servers. Use this custom image to
provision 25 more servers
C. Provision a new server and configure it to be identical to the first 25. Create a
custom image from the new server, then use the custom image to provision 24
more servers
D. Create a manual backup of each boot volume belonging to the 25 servers.
Restore each backup to create 25 new boot volumes, from which you will
provision 25 more servers
Answer: B
Explanation:
Steps to create Custom Image :
 Open the navigation menu and click Compute. Under Compute, click
Instances.
 Click the instance that you want to use as the basis for the custom image.
 Click More Actions, and then click Create custom image.
 In the Create in compartment list, select the compartment to create the
custom image in.
 Enter a Name for the image. You can change the name later, if needed. You
cannot use the name of a platform image for a custom image. Avoid
entering confidential information.
 Show tagging options: If you have permissions to create a resource, then
you also have permissions to apply free-form tags to that resource. To
apply a defined tag, you must have permissions to use the tag namespace.
If you are not sure whether to apply tags, skip this option (you can apply
tags later) or ask your administrator.
 Click Create custom image.
Additional Reading:
https://docs.oracle.com/en-
us/iaas/Content/Compute/Tasks/managingcustomimages.htm
 For a full set of 700+ questions. Go to
https://skillcertpro.com/product/oracle-cloud-infrastructure-architect-
associate-exam-questions/
 SkillCertPro offers detailed explanations to each question which helps to
understand the concepts better.
 It is recommended to score above 85% in SkillCertPro exams before attempting
a real exam.
 SkillCertPro updates exam questions every 2 weeks.
 You will get life time access and life time free updates
 SkillCertPro assures 100% pass guarantee in first attempt.
Question 6:
You have a high-demand web application running on OCI. Your tenancy
administrator has set up a schedule-based autoscaling policy on instance pool
with initial size of 5 instances for the application.
Policy 1:
• Target pool size: 10 instances
• Execution time: 8:30 a.in. on every Monday through Friday, in every month, in
every year
• Cron expression: 0 30 8 ? * MON-FRI *
Which statement accurately explains the goal of this policy?
A. Goal: A recurring monthly schedule. On all days of the month, set the initial
pool size to 5 instances. At 8:30 a.m. on every day of the month, scale out to 10
instances
B. Goal: A one-time schedule with only one scaling out even. At 8:30 a.m., on
December 31, 2021, scale the instance pool to 10 instances from 5
C. Goal: A recurring weekly schedule. On all days of the week at 8:30 a.m., scale
out the pool to instances from the initial size of 5
D. Goal: A recurring daily schedule. On weekday morning at 8:30 am. Scale out to
10 instances
Answer: D
Explanation:
Autoscaling lets you automatically adjust the number or the lifecycle state of
compute instances in an instance pool. This helps you provide consistent
performance for your end users during periods of high demand, and helps you
reduce your costs during periods of low demand.
A cron expression is a string composed of six or seven fields that represent the
different parts of a schedule, such as hours or days of the week. Cron expressions
use this format:
Additional Reading:
https://docs.oracle.com/en-
us/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm
Question 7:
You have provisioned an Autonomous Data Warehouse (ADW) database with 16
enabled OCPUs and need to configure the consumer group for your application.
Which two are true when deciding the number of sessions for each application?
(Choose two.)
A. The MEDIUM consumer group can run 20 concurrent SQL statements when
HIGH consumer group has 0 SQL statements
B. The HIGH consumer group can run up to 16 concurrent SQL statements in
addition to 32 concurrent SQL statements in MEDIUM and LOW consumer group
each
C. The MEDIUM and LOW consumer group can run up to 16 concurrent SQL
statements if HIGH consumer group has 0 SQL statements
D. The HIGH consumer group can run up to 16 concurrent SQL statements as long
as MEDIUM and LOW consumer groups have 0 SQL statements
E. The HIGH consumer group can run 3 concurrent SQL statements when
MEDIUM consumer group has 0 SQL statements
Answer: A, E
Explanation:
For example, for an Autonomous Data Warehouse with 16 OCPUs,
• The HIGH consumer group will be able to run 3 concurrent SQL statements
when the MEDIUM consumer group is not running any statements.
• The MEDIUM consumer group will be able to run 20 concurrent SQL
statements when the HIGH consumer group is not running any statements.
• The LOW consumer group will be able to run 4800 concurrent SQL statements.
• The HIGH consumer group can run at least 1 SQL statement when the
MEDIUM consumer group is also running statements.
When these concurrency levels are reached for a consumer group new SQL
statements in that consumer group will be queued until one or more running
statements finish.
Additional Reading:
https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/manage-
service-concurrency.html
Question 8:
Which statement is true regarding Autonomous Transaction Processing (ATP)?
A. After terminating a database, the database name is available for immediate
reuse
B. A maximum of 2 TB of storage can be enabled for an ATP database
C. A maximum of 8 cores can be enabled for an ATP database
D. A database name cannot be used concurrently for both an Autonomous Data
Warehouse (ADW) and an ATP database
Answer: D
Explanation:
The database name must be unique among all Autonomous Data Warehouses and
Autonomous Databases in your tenancy in the same region. Terminating an
Autonomous Transaction Processing database permanently deletes the instance
and removes all automatic backups. You cannot recover a terminated database.
The maximum number of CPUs and maximum storage capacity that can be
provisioned in Oracle Autonomous Database In the current release up to 128
CPUs and 128TB can be provisioned from the cloud console. Customers requiring
more resources need to call their Oracle account team.
Additional Reading:
https://docs.oracle.com/en-
us/iaas/Content/Database/Concepts/adboverview.htm
Question 9:
Which two options are necessary for achieving high availability on Oracle Cloud
Infrastructure?
A. Attach your block volume form Availability Domain 1 to a compute instance in
Availability Domain 2 (and vice versa) so that they are highly available
B. Store your database across multiple regions so that half of the data resides in
one region and the other half resides in another region
C. Store your database files on Object Storage so that they are available in all
Availability Domains in all regions.
D. Configure your database to have Data Guard in another Availability Domain in
Sync mode within a region
E. Distribute your application servers across all Availability Domains within a
region
Answer: D, E
Explanation:
Block volumes are AD specific. So volumes are only accessible to instances in the
same availability domain. You cannot move a volume between availability
domains or regions, they are only accessible within the region or availability
domain they were created in.
Additional Reading:
https://docs.oracle.com/en-us/iaas/Content/Block/Concepts/overview.htm
Question 10:
Which two Oracle Cloud Infrastructure database services allow you to dynamically
scale CPU and storage? (Choose two.)
A. Autonomous Transaction Processing (ATP)
B. virtual machine DB system
C. bare metal DB system
D. Autonomous Data Warehouse (ADW)
Answer: A, D
Explanation:
Autonomous Data Warehouse (ADW) and Autonomous Transaction Processing
(ATP) scale up both CPU and Storage.
If a bare metal DB system requires more compute node processing power, you
can scale up (increase) the number of enabled CPU cores in the system without
impacting the availability of that system but you can‘t increase the storage. So
Bare Metal scale only CPU.
If the original DB system VM shape uses a single node, running databases on the
DB system nodes are sequentially stopped and then restarted on the new shape
so this is not dynamic. So VM DB system scale only storage.
Additional Reading:
https://docs.oracle.com/en/cloud/paas/autonomous-
database/adbsa/autonomous-add-resources.html#GUID-DA72422A-5A70-42FA-
A363-AB269600D4B0
 For a full set of 700+ questions. Go to
https://skillcertpro.com/product/oracle-cloud-infrastructure-architect-
associate-exam-questions/
 SkillCertPro offers detailed explanations to each question which helps to
understand the concepts better.
 It is recommended to score above 85% in SkillCertPro exams before attempting
a real exam.
 SkillCertPro updates exam questions every 2 weeks.
 You will get life time access and life time free updates
 SkillCertPro assures 100% pass guarantee in first attempt.
OCI Architect Associate (1Z0-1072-22) Exam Dumps 2023.pdf

More Related Content

Similar to OCI Architect Associate (1Z0-1072-22) Exam Dumps 2023.pdf

AZ-204 A Top-Notch Exam Of Developing Solutions for Microsoft Azure.pdf
AZ-204 A Top-Notch Exam Of Developing Solutions for Microsoft Azure.pdfAZ-204 A Top-Notch Exam Of Developing Solutions for Microsoft Azure.pdf
AZ-204 A Top-Notch Exam Of Developing Solutions for Microsoft Azure.pdfshirlybaker1
 
1Z0-997.pdf
1Z0-997.pdf1Z0-997.pdf
1Z0-997.pdfRosaR17
 
Microsoft az-104 Dumps
Microsoft az-104 DumpsMicrosoft az-104 Dumps
Microsoft az-104 DumpsArmstrongsmith
 
1z0-997-20-oci-professional-incomplete 2021 update sax ah (1).docx
1z0-997-20-oci-professional-incomplete   2021  update sax ah (1).docx1z0-997-20-oci-professional-incomplete   2021  update sax ah (1).docx
1z0-997-20-oci-professional-incomplete 2021 update sax ah (1).docxMohamedHusseinEid
 
1z0-997-20-oci-professional-incomplete 2021 update sax ah.docx
1z0-997-20-oci-professional-incomplete   2021  update sax ah.docx1z0-997-20-oci-professional-incomplete   2021  update sax ah.docx
1z0-997-20-oci-professional-incomplete 2021 update sax ah.docxMohamedHusseinEid
 
Microsoft AZ-204 Exam Dumps
Microsoft AZ-204 Exam DumpsMicrosoft AZ-204 Exam Dumps
Microsoft AZ-204 Exam DumpsStudy Material
 
What's new in Autonomous Database - OCYatra2023 - Sandesh Rao.pdf
What's new in Autonomous Database - OCYatra2023 - Sandesh Rao.pdfWhat's new in Autonomous Database - OCYatra2023 - Sandesh Rao.pdf
What's new in Autonomous Database - OCYatra2023 - Sandesh Rao.pdfSandesh Rao
 
What's new in the world of the Autonomous Database in 2023
What's new in the world of the Autonomous Database in 2023What's new in the world of the Autonomous Database in 2023
What's new in the world of the Autonomous Database in 2023Sandesh Rao
 
DumpsCafe Microsoft-AZ-104 Free Exam Dumps Demo.pdf
DumpsCafe Microsoft-AZ-104 Free Exam Dumps Demo.pdfDumpsCafe Microsoft-AZ-104 Free Exam Dumps Demo.pdf
DumpsCafe Microsoft-AZ-104 Free Exam Dumps Demo.pdfDumps Cafe
 
Administering And Deploying System Center 2012 Configuration Manager
Administering And Deploying System Center 2012 Configuration ManagerAdministering And Deploying System Center 2012 Configuration Manager
Administering And Deploying System Center 2012 Configuration ManagerClaire Webber
 
Google cloud certified professional cloud developer practice dumps 2020
Google cloud certified professional cloud developer practice dumps 2020Google cloud certified professional cloud developer practice dumps 2020
Google cloud certified professional cloud developer practice dumps 2020SkillCertProExams
 
3V0-32.21 Dumps Questions
3V0-32.21 Dumps Questions3V0-32.21 Dumps Questions
3V0-32.21 Dumps QuestionsStudy Material
 
Certification exams 70 410 braindumps
Certification exams 70 410 braindumpsCertification exams 70 410 braindumps
Certification exams 70 410 braindumpsadam_jhon
 
Microsoft sc 900 exam dumps 2021
Microsoft sc 900 exam dumps 2021Microsoft sc 900 exam dumps 2021
Microsoft sc 900 exam dumps 2021SkillCertProExams
 
AZ-500-Questions.pdf
AZ-500-Questions.pdfAZ-500-Questions.pdf
AZ-500-Questions.pdfjohnmight400
 
OCI Oracle Foundations Associate (1Z0-1085-23) Exam Dumps 2023.pdf
OCI Oracle Foundations Associate (1Z0-1085-23) Exam Dumps 2023.pdfOCI Oracle Foundations Associate (1Z0-1085-23) Exam Dumps 2023.pdf
OCI Oracle Foundations Associate (1Z0-1085-23) Exam Dumps 2023.pdfSkillCertProExams
 
Ace exam guide_flex4
Ace exam guide_flex4Ace exam guide_flex4
Ace exam guide_flex4Ana Neves
 

Similar to OCI Architect Associate (1Z0-1072-22) Exam Dumps 2023.pdf (20)

AZ-204 A Top-Notch Exam Of Developing Solutions for Microsoft Azure.pdf
AZ-204 A Top-Notch Exam Of Developing Solutions for Microsoft Azure.pdfAZ-204 A Top-Notch Exam Of Developing Solutions for Microsoft Azure.pdf
AZ-204 A Top-Notch Exam Of Developing Solutions for Microsoft Azure.pdf
 
Express 070 536
Express 070 536Express 070 536
Express 070 536
 
1Z0-997.pdf
1Z0-997.pdf1Z0-997.pdf
1Z0-997.pdf
 
Microsoft az-104 Dumps
Microsoft az-104 DumpsMicrosoft az-104 Dumps
Microsoft az-104 Dumps
 
1z0-997-20-oci-professional-incomplete 2021 update sax ah (1).docx
1z0-997-20-oci-professional-incomplete   2021  update sax ah (1).docx1z0-997-20-oci-professional-incomplete   2021  update sax ah (1).docx
1z0-997-20-oci-professional-incomplete 2021 update sax ah (1).docx
 
1z0-997-20-oci-professional-incomplete 2021 update sax ah.docx
1z0-997-20-oci-professional-incomplete   2021  update sax ah.docx1z0-997-20-oci-professional-incomplete   2021  update sax ah.docx
1z0-997-20-oci-professional-incomplete 2021 update sax ah.docx
 
Microsoft AZ-204 Exam Dumps
Microsoft AZ-204 Exam DumpsMicrosoft AZ-204 Exam Dumps
Microsoft AZ-204 Exam Dumps
 
What's new in Autonomous Database - OCYatra2023 - Sandesh Rao.pdf
What's new in Autonomous Database - OCYatra2023 - Sandesh Rao.pdfWhat's new in Autonomous Database - OCYatra2023 - Sandesh Rao.pdf
What's new in Autonomous Database - OCYatra2023 - Sandesh Rao.pdf
 
What's new in the world of the Autonomous Database in 2023
What's new in the world of the Autonomous Database in 2023What's new in the world of the Autonomous Database in 2023
What's new in the world of the Autonomous Database in 2023
 
DumpsCafe Microsoft-AZ-104 Free Exam Dumps Demo.pdf
DumpsCafe Microsoft-AZ-104 Free Exam Dumps Demo.pdfDumpsCafe Microsoft-AZ-104 Free Exam Dumps Demo.pdf
DumpsCafe Microsoft-AZ-104 Free Exam Dumps Demo.pdf
 
Administering And Deploying System Center 2012 Configuration Manager
Administering And Deploying System Center 2012 Configuration ManagerAdministering And Deploying System Center 2012 Configuration Manager
Administering And Deploying System Center 2012 Configuration Manager
 
Google cloud certified professional cloud developer practice dumps 2020
Google cloud certified professional cloud developer practice dumps 2020Google cloud certified professional cloud developer practice dumps 2020
Google cloud certified professional cloud developer practice dumps 2020
 
3V0-32.21 Dumps Questions
3V0-32.21 Dumps Questions3V0-32.21 Dumps Questions
3V0-32.21 Dumps Questions
 
Amazon AWS SAA-C03 Exam Dumps
Amazon AWS SAA-C03 Exam DumpsAmazon AWS SAA-C03 Exam Dumps
Amazon AWS SAA-C03 Exam Dumps
 
Certification exams 70 410 braindumps
Certification exams 70 410 braindumpsCertification exams 70 410 braindumps
Certification exams 70 410 braindumps
 
Microsoft sc 900 exam dumps 2021
Microsoft sc 900 exam dumps 2021Microsoft sc 900 exam dumps 2021
Microsoft sc 900 exam dumps 2021
 
AZ-500-Questions.pdf
AZ-500-Questions.pdfAZ-500-Questions.pdf
AZ-500-Questions.pdf
 
OCI Oracle Foundations Associate (1Z0-1085-23) Exam Dumps 2023.pdf
OCI Oracle Foundations Associate (1Z0-1085-23) Exam Dumps 2023.pdfOCI Oracle Foundations Associate (1Z0-1085-23) Exam Dumps 2023.pdf
OCI Oracle Foundations Associate (1Z0-1085-23) Exam Dumps 2023.pdf
 
70-744.pdf
70-744.pdf70-744.pdf
70-744.pdf
 
Ace exam guide_flex4
Ace exam guide_flex4Ace exam guide_flex4
Ace exam guide_flex4
 

More from SkillCertProExams

Salesforce Contact Center Professional (CCP) Exam Dumps 2024.pdf
Salesforce Contact Center Professional (CCP) Exam Dumps 2024.pdfSalesforce Contact Center Professional (CCP) Exam Dumps 2024.pdf
Salesforce Contact Center Professional (CCP) Exam Dumps 2024.pdfSkillCertProExams
 
Microsoft Azure Security Technologies (AZ-500) Exam Dumps 2023.pdf
Microsoft Azure Security Technologies (AZ-500) Exam Dumps 2023.pdfMicrosoft Azure Security Technologies (AZ-500) Exam Dumps 2023.pdf
Microsoft Azure Security Technologies (AZ-500) Exam Dumps 2023.pdfSkillCertProExams
 
AWS Solutions Architect Professional Certification Exam Dumps 2023.pdf
AWS Solutions Architect Professional Certification Exam Dumps 2023.pdfAWS Solutions Architect Professional Certification Exam Dumps 2023.pdf
AWS Solutions Architect Professional Certification Exam Dumps 2023.pdfSkillCertProExams
 
MuleSoft Certified Platform Architect Exam Dumps 2023.pdf
MuleSoft Certified Platform Architect Exam Dumps 2023.pdfMuleSoft Certified Platform Architect Exam Dumps 2023.pdf
MuleSoft Certified Platform Architect Exam Dumps 2023.pdfSkillCertProExams
 
Azure Enterprise Data Analyst (DP-500) Exam Dumps 2023.pdf
Azure Enterprise Data Analyst (DP-500) Exam Dumps 2023.pdfAzure Enterprise Data Analyst (DP-500) Exam Dumps 2023.pdf
Azure Enterprise Data Analyst (DP-500) Exam Dumps 2023.pdfSkillCertProExams
 
Google machine learning engineer exam dumps 2022
Google machine learning engineer exam dumps 2022Google machine learning engineer exam dumps 2022
Google machine learning engineer exam dumps 2022SkillCertProExams
 
Aws data analytics practice tests 2022
Aws data analytics practice tests 2022Aws data analytics practice tests 2022
Aws data analytics practice tests 2022SkillCertProExams
 
Aws certified security specialty practice tests 2022
Aws certified security specialty practice tests 2022Aws certified security specialty practice tests 2022
Aws certified security specialty practice tests 2022SkillCertProExams
 
Comptia security+ (sy0-601) exam dumps 2022
Comptia security+ (sy0-601) exam dumps 2022Comptia security+ (sy0-601) exam dumps 2022
Comptia security+ (sy0-601) exam dumps 2022SkillCertProExams
 
Certified ethical hacker (cehv11) exam dumps 2022
Certified ethical hacker (cehv11) exam dumps 2022Certified ethical hacker (cehv11) exam dumps 2022
Certified ethical hacker (cehv11) exam dumps 2022SkillCertProExams
 
Microsoft azure data fundamentals (dp 900) practice tests 2022
Microsoft azure data fundamentals (dp 900) practice tests 2022Microsoft azure data fundamentals (dp 900) practice tests 2022
Microsoft azure data fundamentals (dp 900) practice tests 2022SkillCertProExams
 
Google cloud Professional Data Engineer practice exam test 2020
Google cloud Professional Data Engineer practice exam test 2020Google cloud Professional Data Engineer practice exam test 2020
Google cloud Professional Data Engineer practice exam test 2020SkillCertProExams
 

More from SkillCertProExams (12)

Salesforce Contact Center Professional (CCP) Exam Dumps 2024.pdf
Salesforce Contact Center Professional (CCP) Exam Dumps 2024.pdfSalesforce Contact Center Professional (CCP) Exam Dumps 2024.pdf
Salesforce Contact Center Professional (CCP) Exam Dumps 2024.pdf
 
Microsoft Azure Security Technologies (AZ-500) Exam Dumps 2023.pdf
Microsoft Azure Security Technologies (AZ-500) Exam Dumps 2023.pdfMicrosoft Azure Security Technologies (AZ-500) Exam Dumps 2023.pdf
Microsoft Azure Security Technologies (AZ-500) Exam Dumps 2023.pdf
 
AWS Solutions Architect Professional Certification Exam Dumps 2023.pdf
AWS Solutions Architect Professional Certification Exam Dumps 2023.pdfAWS Solutions Architect Professional Certification Exam Dumps 2023.pdf
AWS Solutions Architect Professional Certification Exam Dumps 2023.pdf
 
MuleSoft Certified Platform Architect Exam Dumps 2023.pdf
MuleSoft Certified Platform Architect Exam Dumps 2023.pdfMuleSoft Certified Platform Architect Exam Dumps 2023.pdf
MuleSoft Certified Platform Architect Exam Dumps 2023.pdf
 
Azure Enterprise Data Analyst (DP-500) Exam Dumps 2023.pdf
Azure Enterprise Data Analyst (DP-500) Exam Dumps 2023.pdfAzure Enterprise Data Analyst (DP-500) Exam Dumps 2023.pdf
Azure Enterprise Data Analyst (DP-500) Exam Dumps 2023.pdf
 
Google machine learning engineer exam dumps 2022
Google machine learning engineer exam dumps 2022Google machine learning engineer exam dumps 2022
Google machine learning engineer exam dumps 2022
 
Aws data analytics practice tests 2022
Aws data analytics practice tests 2022Aws data analytics practice tests 2022
Aws data analytics practice tests 2022
 
Aws certified security specialty practice tests 2022
Aws certified security specialty practice tests 2022Aws certified security specialty practice tests 2022
Aws certified security specialty practice tests 2022
 
Comptia security+ (sy0-601) exam dumps 2022
Comptia security+ (sy0-601) exam dumps 2022Comptia security+ (sy0-601) exam dumps 2022
Comptia security+ (sy0-601) exam dumps 2022
 
Certified ethical hacker (cehv11) exam dumps 2022
Certified ethical hacker (cehv11) exam dumps 2022Certified ethical hacker (cehv11) exam dumps 2022
Certified ethical hacker (cehv11) exam dumps 2022
 
Microsoft azure data fundamentals (dp 900) practice tests 2022
Microsoft azure data fundamentals (dp 900) practice tests 2022Microsoft azure data fundamentals (dp 900) practice tests 2022
Microsoft azure data fundamentals (dp 900) practice tests 2022
 
Google cloud Professional Data Engineer practice exam test 2020
Google cloud Professional Data Engineer practice exam test 2020Google cloud Professional Data Engineer practice exam test 2020
Google cloud Professional Data Engineer practice exam test 2020
 

Recently uploaded

SaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStrSaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStrsaastr
 
LANDMARKS AND MONUMENTS IN NIGERIA.pptx
LANDMARKS  AND MONUMENTS IN NIGERIA.pptxLANDMARKS  AND MONUMENTS IN NIGERIA.pptx
LANDMARKS AND MONUMENTS IN NIGERIA.pptxBasil Achie
 
call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@vikas rana
 
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Delhi Call girls
 
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...NETWAYS
 
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfOpen Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfhenrik385807
 
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfCTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfhenrik385807
 
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )Pooja Nehwal
 
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Kayode Fayemi
 
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Salam Al-Karadaghi
 
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxGenesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxFamilyWorshipCenterD
 
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Krijn Poppe
 
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...NETWAYS
 
Philippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.pptPhilippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.pptssuser319dad
 
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024eCommerce Institute
 
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...henrik385807
 
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...NETWAYS
 
George Lever - eCommerce Day Chile 2024
George Lever -  eCommerce Day Chile 2024George Lever -  eCommerce Day Chile 2024
George Lever - eCommerce Day Chile 2024eCommerce Institute
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AITatiana Gurgel
 

Recently uploaded (20)

SaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStrSaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
 
LANDMARKS AND MONUMENTS IN NIGERIA.pptx
LANDMARKS  AND MONUMENTS IN NIGERIA.pptxLANDMARKS  AND MONUMENTS IN NIGERIA.pptx
LANDMARKS AND MONUMENTS IN NIGERIA.pptx
 
call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@
 
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
 
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
 
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfOpen Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
 
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfCTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
 
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
 
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
 
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
 
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxGenesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
 
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
 
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
 
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
 
Philippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.pptPhilippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.ppt
 
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
 
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
 
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
 
George Lever - eCommerce Day Chile 2024
George Lever -  eCommerce Day Chile 2024George Lever -  eCommerce Day Chile 2024
George Lever - eCommerce Day Chile 2024
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AI
 

OCI Architect Associate (1Z0-1072-22) Exam Dumps 2023.pdf

  • 1. OCI Architect Associate (1Z0-1072-22) Exam Dumps 2023 OCI Architect Associate (1Z0-1072-22) Practice Tests 2023. Contains 700+ exam questions to pass the exam in first attempt. SkillCertPro offers real exam questions for practice for all major IT certifications.  For a full set of 700+ questions. Go to https://skillcertpro.com/product/oracle-cloud-infrastructure-architect- associate-exam-questions/  SkillCertPro offers detailed explanations to each question which helps to understand the concepts better.  It is recommended to score above 85% in SkillCertPro exams before attempting a real exam.  SkillCertPro updates exam questions every 2 weeks.  You will get life time access and life time free updates  SkillCertPro assures 100% pass guarantee in first attempt. Below are the free 10 sample questions. Question 1: You have created a new compartment called Production to host some production apps. You have also created users in your tenancy and added them to a Group called “production group“. Your users are still unable to access the Production compartment. How can you resolve this situation? A. Write an IAM Policy for each specific user granting them access to the production compartment B. Every compartment you create comes with a predefined set of policies, so no further action is needed C. Your users get automatic access to all compartments, so no further action is needed D. Write an IAM Policy for “production_group“ granting it access to the production compartment Answer: D
  • 2. Explanation: When creating a compartment, you must provide a name for it (maximum 100 characters, including letters, numbers, periods, hyphens, and underscores) that is unique within its parent compartment. You must also provide a description, which is a non-unique, changeable description for the compartment, from 1 through 400 characters. After creating a compartment, you need to write at least one policy for it, otherwise no one can access it (except administrators or users who have permissions set at the tenancy level). When creating a compartment inside another compartment, the compartment inherits access permissions from compartments higher up its hierarchy. When you create an access policy, you need to specify which compartment to attach it to. This controls who can later modify or delete the policy. Depending on how you‘ve designed your compartment hierarchy, you might attach it to the tenancy, a parent, or to the specific compartment itself. Additional Reading: https://docs.oracle.com/en- us/iaas/Content/Identity/Tasks/managingcompartments.htm# Question 2: You have created a virtual cloud network (VCN) with three private subnets. Two of the subnets contain application servers and the third subnet contains a DB System. The application requires a shared file system so you have provisioned one using the file storage service (FSS). You also created the corresponding mount target in one of the application subnets. The VCN security lists are properly configured so that both application servers and the DB System can access the file system. The security team determines that the DB System should have read-only access to the file system. What change would you make to satisfy this requirement? A. Modify the security list associated with the subnet where the mount target
  • 3. resides. Change the ingress rules corresponding to the DB System subnet to be stateless B. Connect via SSH to one of the application servers where the file system has been mounted. Use the Unix command chmod to change permissions on the file system directory, allowing the database user read-only access C. Create an NFS export option that allows READ_ONLY access where the source is the CIDR range of the DB System subnet D. Create an instance principal for the DB System. Write an Identity and Access Management (IAM) policy that allows the instance principal read-only access to the file storage service Answer: C Explanation: NFS export options enable you to create more granular access control than is possible using just security list rules to limit VCN access. You can use NFS export options to specify access levels for IP addresses or CIDR blocks connecting to file systems through exports in a mount target. Additional Reading: https://docs.oracle.com/en-us/iaas/Content/File/Tasks/exportoptions.htm Question 3: You have a working application in the US East region. The app is a 3-tier app with a database backend. You take regular backups of the database into OCI Object Storage in the US East region. For Business continuity; you are leveraging OCI Object Storage cross-region copy feature to copy database backups to the US West region. Which of the following three steps do you need to execute to meet your requirement? A. Specify an existing destination bucket B. Provide an option to choose bulk copying of objects
  • 4. C. Specify the bucket visibility for both the source and destination buckets D. Write an IAM policy and authorize the Object Storage service to manage objects on your behalf E. Choose an overwrite rule F. Provide a destination object name Answer: A, D, E Explanation: You can copy objects to other buckets in the same region and to buckets in other regions. You must have the required access to both the source and destination buckets when performing an object copy. You must also have permissions to manage objects in the source and destination buckets. Because Object Storage is a regional service, you must authorize the Object Storage service for each region carrying out copy operations on your behalf. For example, you might authorize the Object Storage service in region US East (Ashburn) to manage objects on your behalf. Once you authorize the Object Storage service, you can copy an object stored in a US East (Ashburn) bucket to a bucket in another region. You can use overwrite rules to control the copying of objects based on their entity tag (ETag) values. Specify an existing target bucket for the copy request. The copy operation does not automatically create buckets. Additional Reading: https://docs.oracle.com/en-us/iaas/Content/Object/Tasks/copyingobjects.htm# Question 4: A customer has established an Oracle Cloud Infrastructure (OCI) FastConnect connection to OCI. The virtual circuit is up and routes are being advertised from the customer’ s end, however the customer is unable to ping from compute
  • 5. instances inside the virtual cloud network (VCN) to servers residing in its on- premises data center. Which two options on OCI would remedy this situation? (Choose two.) A. Modify the security list associated with the VCN subnet in which the instance resides. Add a stateful egress rule to allow ICMP traffic to the customer’ s on- premises network B. Modify the route table associated with the VCN subnet in which the instance resides. Add a route to the customer’ s on-premises network via the Dynamic Routing Gateway (DRG) C. Modify the security list associated with the VCN subnet in which the instance resides. Add a stateful ingress rule to allow ICMP traffic from anywhere D. Modify the default VCN route table to add a route back to the customer’ s on- premises network via the DRG Answer: A, B Explanation: Your subnet doesn‘t necessarily use the default VCN route table, so you can modify it. You need a route in the subnet of the instance to the on premise network with gateway DRG. Customer ping initiates from compute instance inside VCN, so without an egress rule the ping won‘t go out, regardless of ingress rule. The stateful egress rule allows to traffic to go out. Additional Reading: https://docs.oracle.com/en- us/iaas/Content/Network/Troubleshoot/fastconnecttroubleshoot.htm Question 5: You currently manage an e-commerce application that utilizes 25 identical compute resources to handle customer traffic. The stakeholders have asked you
  • 6. to create another 25 identical compute resources in order to deploy and test a new version of the software? What is the most efficient process to create 25 additional compute resources that are identical to the first 25? A. Clone the boot volume of 1 of the 25 servers. Use the boot volume clone to provision 25 more servers B. Create a custom image from 1 of the 25 servers. Use this custom image to provision 25 more servers C. Provision a new server and configure it to be identical to the first 25. Create a custom image from the new server, then use the custom image to provision 24 more servers D. Create a manual backup of each boot volume belonging to the 25 servers. Restore each backup to create 25 new boot volumes, from which you will provision 25 more servers Answer: B Explanation: Steps to create Custom Image :  Open the navigation menu and click Compute. Under Compute, click Instances.  Click the instance that you want to use as the basis for the custom image.  Click More Actions, and then click Create custom image.  In the Create in compartment list, select the compartment to create the custom image in.  Enter a Name for the image. You can change the name later, if needed. You cannot use the name of a platform image for a custom image. Avoid entering confidential information.  Show tagging options: If you have permissions to create a resource, then you also have permissions to apply free-form tags to that resource. To apply a defined tag, you must have permissions to use the tag namespace.
  • 7. If you are not sure whether to apply tags, skip this option (you can apply tags later) or ask your administrator.  Click Create custom image. Additional Reading: https://docs.oracle.com/en- us/iaas/Content/Compute/Tasks/managingcustomimages.htm  For a full set of 700+ questions. Go to https://skillcertpro.com/product/oracle-cloud-infrastructure-architect- associate-exam-questions/  SkillCertPro offers detailed explanations to each question which helps to understand the concepts better.  It is recommended to score above 85% in SkillCertPro exams before attempting a real exam.  SkillCertPro updates exam questions every 2 weeks.  You will get life time access and life time free updates  SkillCertPro assures 100% pass guarantee in first attempt. Question 6: You have a high-demand web application running on OCI. Your tenancy administrator has set up a schedule-based autoscaling policy on instance pool with initial size of 5 instances for the application. Policy 1: • Target pool size: 10 instances • Execution time: 8:30 a.in. on every Monday through Friday, in every month, in every year • Cron expression: 0 30 8 ? * MON-FRI * Which statement accurately explains the goal of this policy? A. Goal: A recurring monthly schedule. On all days of the month, set the initial pool size to 5 instances. At 8:30 a.m. on every day of the month, scale out to 10 instances B. Goal: A one-time schedule with only one scaling out even. At 8:30 a.m., on
  • 8. December 31, 2021, scale the instance pool to 10 instances from 5 C. Goal: A recurring weekly schedule. On all days of the week at 8:30 a.m., scale out the pool to instances from the initial size of 5 D. Goal: A recurring daily schedule. On weekday morning at 8:30 am. Scale out to 10 instances Answer: D Explanation: Autoscaling lets you automatically adjust the number or the lifecycle state of compute instances in an instance pool. This helps you provide consistent performance for your end users during periods of high demand, and helps you reduce your costs during periods of low demand. A cron expression is a string composed of six or seven fields that represent the different parts of a schedule, such as hours or days of the week. Cron expressions use this format: Additional Reading: https://docs.oracle.com/en- us/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm Question 7: You have provisioned an Autonomous Data Warehouse (ADW) database with 16 enabled OCPUs and need to configure the consumer group for your application. Which two are true when deciding the number of sessions for each application? (Choose two.) A. The MEDIUM consumer group can run 20 concurrent SQL statements when HIGH consumer group has 0 SQL statements B. The HIGH consumer group can run up to 16 concurrent SQL statements in
  • 9. addition to 32 concurrent SQL statements in MEDIUM and LOW consumer group each C. The MEDIUM and LOW consumer group can run up to 16 concurrent SQL statements if HIGH consumer group has 0 SQL statements D. The HIGH consumer group can run up to 16 concurrent SQL statements as long as MEDIUM and LOW consumer groups have 0 SQL statements E. The HIGH consumer group can run 3 concurrent SQL statements when MEDIUM consumer group has 0 SQL statements Answer: A, E Explanation: For example, for an Autonomous Data Warehouse with 16 OCPUs, • The HIGH consumer group will be able to run 3 concurrent SQL statements when the MEDIUM consumer group is not running any statements. • The MEDIUM consumer group will be able to run 20 concurrent SQL statements when the HIGH consumer group is not running any statements. • The LOW consumer group will be able to run 4800 concurrent SQL statements. • The HIGH consumer group can run at least 1 SQL statement when the MEDIUM consumer group is also running statements. When these concurrency levels are reached for a consumer group new SQL statements in that consumer group will be queued until one or more running statements finish. Additional Reading: https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/manage- service-concurrency.html
  • 10. Question 8: Which statement is true regarding Autonomous Transaction Processing (ATP)? A. After terminating a database, the database name is available for immediate reuse B. A maximum of 2 TB of storage can be enabled for an ATP database C. A maximum of 8 cores can be enabled for an ATP database D. A database name cannot be used concurrently for both an Autonomous Data Warehouse (ADW) and an ATP database Answer: D Explanation: The database name must be unique among all Autonomous Data Warehouses and Autonomous Databases in your tenancy in the same region. Terminating an Autonomous Transaction Processing database permanently deletes the instance and removes all automatic backups. You cannot recover a terminated database. The maximum number of CPUs and maximum storage capacity that can be provisioned in Oracle Autonomous Database In the current release up to 128 CPUs and 128TB can be provisioned from the cloud console. Customers requiring more resources need to call their Oracle account team. Additional Reading: https://docs.oracle.com/en- us/iaas/Content/Database/Concepts/adboverview.htm Question 9: Which two options are necessary for achieving high availability on Oracle Cloud Infrastructure? A. Attach your block volume form Availability Domain 1 to a compute instance in Availability Domain 2 (and vice versa) so that they are highly available
  • 11. B. Store your database across multiple regions so that half of the data resides in one region and the other half resides in another region C. Store your database files on Object Storage so that they are available in all Availability Domains in all regions. D. Configure your database to have Data Guard in another Availability Domain in Sync mode within a region E. Distribute your application servers across all Availability Domains within a region Answer: D, E Explanation: Block volumes are AD specific. So volumes are only accessible to instances in the same availability domain. You cannot move a volume between availability domains or regions, they are only accessible within the region or availability domain they were created in. Additional Reading: https://docs.oracle.com/en-us/iaas/Content/Block/Concepts/overview.htm Question 10: Which two Oracle Cloud Infrastructure database services allow you to dynamically scale CPU and storage? (Choose two.) A. Autonomous Transaction Processing (ATP) B. virtual machine DB system C. bare metal DB system D. Autonomous Data Warehouse (ADW) Answer: A, D Explanation:
  • 12. Autonomous Data Warehouse (ADW) and Autonomous Transaction Processing (ATP) scale up both CPU and Storage. If a bare metal DB system requires more compute node processing power, you can scale up (increase) the number of enabled CPU cores in the system without impacting the availability of that system but you can‘t increase the storage. So Bare Metal scale only CPU. If the original DB system VM shape uses a single node, running databases on the DB system nodes are sequentially stopped and then restarted on the new shape so this is not dynamic. So VM DB system scale only storage. Additional Reading: https://docs.oracle.com/en/cloud/paas/autonomous- database/adbsa/autonomous-add-resources.html#GUID-DA72422A-5A70-42FA- A363-AB269600D4B0  For a full set of 700+ questions. Go to https://skillcertpro.com/product/oracle-cloud-infrastructure-architect- associate-exam-questions/  SkillCertPro offers detailed explanations to each question which helps to understand the concepts better.  It is recommended to score above 85% in SkillCertPro exams before attempting a real exam.  SkillCertPro updates exam questions every 2 weeks.  You will get life time access and life time free updates  SkillCertPro assures 100% pass guarantee in first attempt.