Download Oracle Java Cloud Service.1z0-161.ExamLabs.2019-09-01.67q.vcex

Vendor: Oracle
Exam Code: 1z0-161
Exam Name: Oracle Java Cloud Service
Date: Sep 01, 2019
File Size: 248 KB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Purchase
Coupon: EXAM_HUB

Discount: 20%

Demo Questions

Question 1
You are connecting to a VM in your Oracle Java Cloud Service instance. 
You are using a Secure Shell (SSH) on your local Linux machine. 
The syntax for the command you type into the SSH client is:
  
Which two statements are true? (Choose two)
  1. The private key must correspond to the public key used when creating the service instance
  2. The username is opc
  3. The username is oracle
  4. The public_ip must be the IP address of the WebLogic Server Administration Server VM
  5. You must create a new key pair after you create the service instance and before you run the SSH client
  6. The public_ip must be the IP address of the load balancer VM
Correct answer: BD
Question 2
You want to add resources to an Oracle Java Cloud Service instance by scaling out the service instance. 
Which statement correctly describes the resources that are added when you scale out a service instance?
  1. A Managed Server is added on the service instance’s existing VM that is running the load balancer
  2. A Managed Server is added on a new VM that is added to the service instance
  3. A Managed Server is added on the existing VM that is running the Administration Server
  4. A Managed Server is added on one of the existing VMs that is running a Managed Server
Correct answer: C
Question 3
You are assisting on Oracle Java Cloud Service (JCS) customer who has reported slow response times in their production system. The customer has provided you with details of the number of concurrent users, the number and size of application requests, their data volumes, and their desired CPU utilization. You have only a limited time window during which you can change the production environment. 
What is the optimal order of priority for your initial remedial actions?
  1. 1. Use the WebLogic Diagnostic Framework to gather performance metrics 
    2. Tune the WebLogic environment based on diagnostic results 
    3. Monitor application performance in JCS Control Console and Fusion Middleware Control console
  2. 1. Configure an identically sized JCS environment in an alternate data center 
    2. Deploy the customer application to the new environment 
    3. Implement the Oracle JCS tuning methodology to compare the results
  3. 1. Use Oracle Fusion Middleware Control to configure a dashboard with custom metrics 
    2. Use Java Mission Control to monitor JVM heap usage 
    3. Take Java Threads dumps and search for locked threads
  4. 1. Log in to the JCS virtual hosts and use Linux command line tools to monitor performance 
    2. Change the Linux kernel parameters to improve performance 
    3. Apply patches to the OS and the WebLogic Server
  5. 1. Monitor system metrics such as utilization of disc/CPU, network data transfers, persistent store writers, and logging volume 
    2. Locate or identify bottlenecks in the application, database, and WebLogic configuration 
    3. Analyze the results, suggest changes that are likely to give the maximum benefit, and then prioritize configuration changes based on the analysis.
Correct answer: A
Question 4
You see on the patching page of the Oracle Java Cloud Service Console that new patches are available for you to apply. 
For which one of these patch types might there be an available patch?
  1. Java Development Kit (JDK)
  2. Java Required File (JRF)
  3. Operating System (OS)
  4. Application Development Framework (ADF)
Correct answer: A
Explanation:
Reference https://docs.oracle.com/en/cloud/paas/java-cloud/jscug/patching-oracle-java-cloud-service-instance.html#GUID-0BF293EB-603D-4391-A14E-5738EE384C50
Reference https://docs.oracle.com/en/cloud/paas/java-cloud/jscug/patching-oracle-java-cloud-service-instance.html#GUID-0BF293EB-603D-4391-A14E-5738EE384C50
Question 5
When creating an Oracle Java Cloud Service instance by using the REST API, you pass the following JSON document with your request:
 
 
The service instance is provisioned successfully and the sample application is automatically deployed. 
Which port is valid for accessing the sample application over the HTTPS protocol?
  1. 8989
  2. 80
  3. 9001
  4. 8001
  5. 7002
  6. 7001
  7. 8002
  8. 443
Correct answer: B
Explanation:
Reference https://docs.oracle.com/en/cloud/paas/java-cloud/jscug/enabling-http-access-oracle-java-cloud-service-instance.html#GUID-A33B34F9-C91A-429F-92E3-ED78BF03AC87
Reference https://docs.oracle.com/en/cloud/paas/java-cloud/jscug/enabling-http-access-oracle-java-cloud-service-instance.html#GUID-A33B34F9-C91A-429F-92E3-ED78BF03AC87
Question 6
The on-premises Java EE application that you are planning to migrate to Oracle Java Cloud Service instance contains JMS (Java Messaging Service) resources:
  • hwjms_srv [a JMS server], 
  • hwjms_mod [a JMS module], and 
  • hwjms_agent [a Store and Forward agent] 
What should you do the first time you migrate these JMS resources?
  1. Pack the JMS resource files at the on-premises environment and unpack the files in the Oracle Java Cloud Service instance
  2. Copy the WLS domain configuration folder from the on-premises environment to the Oracle Java Cloud Service instance
  3. Create the JMS resources in the Oracle Java Cloud Service instance
  4. Create a WLS cluster in the Oracle Java Cloud Service instance and add the Managed Servers from the on-premises WLS domain
Correct answer: D
Question 7
You have been provisioned with a Java Cloud Service instance. The WebLogic Server domain in this instance has an Administration Server and two Managed Servers. The Managed Servers are configured into a cluster. 
You plan to create an additional security realm to create and test custom security policies in the WebLogic Server domain of this instance. 
How many security realms can be active in a WebLogic Server domain of the Java Cloud Service instance?
  1. three: one for the Administration Server and one for each Managed Server
  2. two: one for the Administration Server and one for the cluster
  3. four one for the domain and one for each WebLogic Server
  4. one: for the domain only
Correct answer: B
Question 8
You want to deploy an application to an Oracle Java Cloud Service instance. In this case, you must create an SSH tunnel to a port on the appropriate virtual machine (VM). 
Which statement is true?
  1. Specify the public IP address of the Managed Server
  2. Specify port 22 as the local port
  3. Specify the private key corresponding to the public key used in creating the service
  4. Use a Linux SSH client rather than a Windows tool to create the tunnel
Correct answer: C
Explanation:
Reference https://docs.oracle.com/en/cloud/paas/java-cloud/jscug/creating-ssh-tunnel.html
Reference https://docs.oracle.com/en/cloud/paas/java-cloud/jscug/creating-ssh-tunnel.html
Question 9
You are migrating an automobile service records application from your on-premises environment to an Oracle Java Cloud Service instance. In this application, you are using JMS services to orchestrate service records processing. 
To migrate the JMS resources to the Oracle Java Cloud Service instance, which procedure should you follow at the source [on-premises] environment?
  1. Use the WLS Administration Console and note the JMS configuration information from the on-premises environment
  2. Use the zip utility and package the managed server files in the domain in the on-premises environment
  3. Use the database export [or expdp] utility to export JMS resources in the on-premises environment
  4. Use the WLS pack utility to pack the JMS resources in the one-premises environment
Correct answer: B
Question 10
You have been given a user account in Oracle Java Cloud Service. You have been granted one or more roles. 
Which statement about modifying user details or roles is true?
  1. A service administrator cannot change how he or she wants to receive notifications from Oracle Cloud
  2. An identify domain administrator or a service administrator can assign or remove a user’s role
  3. A service administrator can modify another user’s details such as first name, last name and email
  4. An identify domain administrator or a service administrator can reset a user’s password
Correct answer: D
Explanation:
Reference https://docs.oracle.com/en/cloud/paas/java-cloud/jscug/managing-passwords-oracle-java-cloud-service.html
Reference https://docs.oracle.com/en/cloud/paas/java-cloud/jscug/managing-passwords-oracle-java-cloud-service.html
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX AND EXAM FILES

Use ProfExam Simulator to open VCEX and EXAM files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!