Oracle 1z0-1084-21 Exam Practice Questions (P. 2)
- Full Access (55 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
What is the difference between blue/green and canary deployment strategies?
- AIn blue/green, application is deployed in minor increments to a select group of people. In canary, both old and new applications are simultaneously in production.
- BIn blue/green, both old and new applications are in production at the same time. In canary, application is deployed incrementally to a select group of people.
- CIn blue/green, current applications are slowly replaced with new ones. In canary, both old and new applications are in production at the same time.
- DIn blue/green, current applications are slowly replaced with new ones. In canary, application is deployed incrementally to a select group of people.
Correct Answer:
B
B
send
light_mode
delete
Question #7
Which two statements are true for serverless computing and serverless architectures? (Choose two.)
- AServerless function execution is fully managed by a third party
- BLong running tasks are perfectly suited for serverless
- CApplications running on a FaaS (Functions as a Service) platform
- DApplication DevOps team is responsible for scaling
- EServerless function state should never be stored externally
Correct Answer:
CE
CE
send
light_mode
delete
Question #8
Your organization uses a federated identity provider to login to your Oracle Cloud Infrastructure (OCI) environment. As a developer, you are writing a script to automate some operation and want to use OCI CLI to do that. Your security team doesn’t allow storing private keys on local machines.
How can you authenticate with OCI CLI?
How can you authenticate with OCI CLI?
- ARun oci session authenticate and provide your credentials
- BRun oci setup keys and provide your credentials
- CRun oci session refresh --profile <profile_name>
- DRun oci setup oci-cli-rc --file path/to/target/file
Correct Answer:
A
A
send
light_mode
delete
Question #9
You are building a cloud native, serverless travel application with multiple Oracle Functions in Java, Python and Node.js. You need to build and deploy these functions to a single application named travel-app.
Which command will help you complete this task successfully?
Which command will help you complete this task successfully?
- Afn function deploy --all --application-name travel-app
- Bfn deploy --app travel-app --all
- Coci fn application --application-name travel-app deploy --all
- Doci fn function deploy --app travel-app --all
Correct Answer:
B
B
send
light_mode
delete
Question #10
Which two handle Oracle Functions authentication automatically? (Choose two.)
- AFn Project CLI
- BcURL
- COracle Cloud Infrastructure SDK
- DOracle Cloud Infrastructure CLI
- ESigned HTTP Request
Correct Answer:
AD
AD
send
light_mode
delete
All Pages