Cuestiones
ayuda
option
Mi Daypo

TEST BORRADO, QUIZÁS LE INTERESEOracle Java Cloud Services

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del test:
Oracle Java Cloud Services

Descripción:
Oracle Java Cloud Services

Autor:
Carlos
(Otros tests del mismo autor)

Fecha de Creación:
07/01/2019

Categoría:
Informática

Número preguntas: 69
Comparte el test:
Facebook
Twitter
Whatsapp
Comparte el test:
Facebook
Twitter
Whatsapp
Últimos Comentarios
No hay ningún comentario sobre este test.
Temario:
You deploy your application to Oracle Java Cloud Service – SaaS Extension. Which activity log would you want to examine when you trace a failed application deployment to disallowed Java packages in the application? A. application whitelist validation B. application log C. service log D. system log.
Your Oracle Java Cloud Service instance has one Managed Server, instance_server_1, which resides on the same VM as the Administration Server. The managed Server needs to be restarted to address processing errors. Which two options can you use to restart instance_server_1 without disrupting access to the Administration Server? (Choose two) A. Stop and start the Managed Server using WLST commands B. Stop and start the Managed Server using Oracle Traffic Director C. Stop and start the Managed Server using the Oracle Java Cloud Service REST API D. Stop and start the Managed Server using Oracle WebLogic Server Administration Console E. Stop and start the Managed Server from the Topology page in the Oracle Java Cloud Service Console.
You created an Oracle Java Cloud Service instance. Which statement is true? A. If you add a node by using the WebLogic Server Administration Console, the new node is maintained automatically B. You can distribute Managed Servers in the domain across more than one machine C. If you have a cluster with more than one node, you must configure your own load balancer D. The Java Message Service and Java Database Connectivity are configured E. Your service is configured with as many nodes as you specified as the cluster size.
Before using Oracle Java Cloud Service – SaaS Extension, you need to take into consideration its limitations. Which two statements are true about the limitations of Oracle Java Cloud Service – SaaS Extension? (Choose two) A. You cannot integrate with any other Oracle Cloud solutions B. You can deploy web applications, but not JAR or EAR deployments C. Your application deployments may contain Java packages that are disallowed and are subject to a Whitelist check D. You have limited control over the environment because is fully managed by Oracle.
The Coherence feature is optional in Oracle Java Cloud Service. Which is a true statement about the Coherence feature? A. The Coherence feature is enabled only during the initial creation of a service instance in Oracle Java Cloud Service B. Then the Coherence feature is enabled, only the data tier cluster is associated with the Coherence cluster C. The data tier cluster is scaled independently of the application tier cluster using cloud tooling or the REST API. D. The data tier cluster cannot be removed after the Coherence feature is enabled .
You created a Database Cloud Service instance. Now you are attempting to create an Oracle Java Cloud Service instance. However, when you reach the main Oracle Java Cloud Service configuration screen, you find that your database instance is not available for selection. This prevents creation of the JCS instance. You check and determine that your database instance is running. What is preventing creation of your Oracle Java Cloud Service instance? A. Your subscription to the Database Cloud Service has expired B. The public key that you provided to the JCS instance is unable to establish an SSH connection to the database instance C. You selected an incompatible combination of WebLogic Server and Database Versions D. When creating the Database Cloud Service instance, the backup storage configuration was not configured to “Both local and Cloud Storage”.
You attempted to apply a Patch Set Update (PSU), but the patching operation failed and did not return the service instance to its original state. Which one of these actions should you take? A. Take no action and reapply the patch B. Apply the patch by using OPatch C. Restart the WebLogic Server Administration Server D. Use the backup to restore the original state E. Roll back the patch to remove any remaining artifacts.
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? A. Specify the public IP address of the Managed Server B. Specify port 22 as the local port C. Specify the private key corresponding to the public key used in creating the service D. Use a Linux SSH client rather than a Windows tool to create the tunnel.
When you use the self-service portal to provision an Oracle Java Cloud Service instance, you have the option of enabling Coherence as a feature of the service. When provisioning, which three service-level and software selections enable you to use cloud tooling for creating and managing the Coherence data tier? (Choose three) A. Oracle Java Cloud Service – Virtual Image or Oracle Java Cloud Service B. Oracle Java Cloud Service only C. Oracle WebLogic Server 12c D. Oracle WebLogic Server 11g E. Oracle WebLogic Server Enterprise Edition or Oracle WebLogic Server Enterprise Edition with Coherence F. Oracle WebLogic Server Enterprise Edition with Coherence only.
There are three Oracle Java Cloud Service options: Oracle Java Cloud Service, Oracle Java Cloud Service – SaaS Extension, and Oracle Java Cloud Service – Virtual Image. Which two statements are true of Oracle Java Cloud Service – SaaS Extension? (Choose two) A. You have access to the underlying environment B. You can use Customized WebLogic Servers C. You can choose virtual machine size and cluster size D. You can use prebuilt Java-based extensions E. You cannot use an IDE for development and deploy to an Oracle Java Cloud Service SaaS Extension instance.
Which two tools would you use to deploy your applications to Oracle Java Cloud Service SaaS Extension? (Choose two) A. WebLogic Scripting Tool (WLST) B. Oracle Java Cloud Service – SaaS Extension Control C. Oracle WebLogic Server Administration Console D. Oracle Fusion Middleware Control E. Oracle Java Cloud Service – SaaS Extension Software Development Kit (SDK).
Which three items are provided as part of the Oracle Java Cloud Services – SaaS Extension Software Development Kit (SDK)? (Choose three) A. set of libraries that you use to extend your application code B. an Integrated Development Environment (IDE) C. Ant tasks and Maven plugins D. whitelist validation tool E. command-line interfaces.
You have an operational Java EE application running on your premises using Oracle Database. You want to migrate this application to an Oracle Java Cloud Service instance. Which procedure should you follow to migrate the application data to the Oracle Java Cloud Service instance? A. In the Oracle Java Cloud Service instance, create the schema and populate application data manually using SQL B. Use the import [or impdp] utility to import the schema and data into the database in the Oracle Java Cloud Service instance C. Use the database archive logs from the on-premises database and apply to the database in the Oracle Java Cloud Service instance D. Copy the database data files from the on-premises environment to the Oracle Java Cloud Service instance.
You have a Java EE application developed and tested in your on-premises environment. You want to deploy this application to an Oracle Java Cloud Service instance. Which procedure should you follow to deploy the application to the Oracle Java Cloud Service instance? A. Using WLST in the one-premises environment, deploy the application archive directly to the service instance B. Using WebLogic Server Administration Console in the on-premises environment, deploy the application archive to the service instance C. Using SCP, copy the applications archive [EAR] file to a directory in the VM running the Administration Server in the Oracle Java Cloud Service instance. Then, using WebLogic Server Administration Console in the service instance, deploy the application D. Using SCP, copy the applications subdirectory from on-premises to the VM running the Managed Server in the Oracle Java Cloud Service instance. Then, stop and start the WebLogic servers in the service instance.
You plan to migrate a Java EE application running on your premises WebLogic Server to Oracle Java Cloud Service. Which component configuration is required in this migration? A. Load balancer configuration B. WebLogic domain configuration C. Oracle HTTP Server configuration D. Node manager configuration.
You are getting ready to apply a patch. What are two common problems that might occur when you attempt to apply a patch? (Choose two) A. A one-off patch may have been applied to the service instance previously B. The service may be busy with scaling, backup, or restoration C. The service may be too busy servicing requests to allow you to apply a patch D. The virtual machines may be unhealthy.
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) A. The private key must correspond to the public key used when creating the service instance B. The username is opc C. The username is oracle D. The public_ip must be the IP address of the WebLogic Server Administration Server VM E. You must create a new key pair after you create the service instance and before you run the SSH client F. The public_ip must be the IP address of the load balancer VM.
Which two types of information are available from the activity logs for Oracle Java Cloud Service – SaaS Extension? (Choose two) A. application trace information B. virus scan C. application whitelist validation D. application warning messages E. application error messages.
Your administrator obtained a trial subscription to Oracle Java Cloud Service and created a user account for you. You are given your sign-in credentials. You are ready to begin using Oracle Java Cloud Service. You look through your checklist before you create a service instance. What three prerequisite steps should be on your checklist? (Choose three) A. Assign the Java Administrator role to yourself B. Create or obtain an SSH public/private key pair C. Add the SSH public key to Oracle Compute Cloud Service D. Create a storage volume in Oracle Compute Cloud Service for block storage backups E. Create a service instance in Oracle Database Cloud – Database as a Service F. Create an object storage container in Oracle Storage Cloud Service.
You are examining the service metrics provided by the Oracle Java Cloud Service console. Which three metrics are provided on this console? (Choose three) A. JVM heap usage for WebLogic Administration and Managed Server instances B. WebLogic Server JDBC connection usage C. JVM Garbage collection times D. OCPU hours used E. storage used in GB per month.
Within the Jobs region of Oracle Java Cloud Service – SaaS Extension Control, you can view the status of all jobs and the associated logs. For which three items are details captured in the job log for a deployment operation? (Choose three) A. runtime errors B. build errors C. WLS compile D. whitelist validation E. virus scan.
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? A. Java Development Kit (JDK) B. Java Required File (JRF) C. Operating System (OS) D. Application Development Framework (ADF).
In your Java Cloud Service instance, you have deployed a Java EE application for the sales activity in your organization. You have created a Sales Admin role, which is meant to manage only the sales application. What must be the scope of the Sales Admin role? A. global B. scoped to the sales application C. scoped to the Managed Server that is running the sales application D. scoped to the Administration Server.
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? A. A service administrator cannot change how he or she wants to receive notifications from Oracle Cloud B. An identify domain administrator or a service administrator can assign or remove a user’s role C. A service administrator can modify another user’s details such as first name, last name and email D. An identify domain administrator or a service administrator can reset a user’s password .
You are evaluating the security policy assignments in the WebLogic Server domain of an Oracle Java Cloud Service instance. Which statement about security policy is true? A. Individual-access permissions override any group member-access permissions B. Group member-access permissions: override any individual-access permissions C. You cannot configure security for groups D. You cannot configure security for individuals in a group.
You have created users, groups, and security policies in a security realm that you used in the best environment of a separate WebLogic Server domain. What must you do to bring the users, groups, and security policies from the test environment to the production environment? A. Re-assign the test environment as the production environment B. Export the security realm in the test environment by using the Administration Console and import in the production environment C. Copy the domain configuration files from the test environment to the production D. Reconfigure the security realm in the production environment to use the security realm of the test environment .
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? A. A Managed Server is added on the service instance’s existing VM that is running the load balancer B. A Managed Server is added on a new VM that is added to the service instance C. A Managed Server is added on the existing VM that is running the Administration Server D. A Managed Server is added on one of the existing VMs that is running a Managed Server.
Oracle Enterprise Manager Fusion Middleware Control is one of the consoles available to you from the Oracle Java Cloud Service Console. Which two tasks would the Fusion Middleware Control Console enable you to do? (Choose two) A. Shut down the WebLogic Server running on an individual Managed Server, and automatically stop the VM of the Managed Server B. Shut down the WebLogic Server running on the Managed Servers in a cluster, then automatically shut down the VM of each Managed Server C. Shut down the WebLogic Server process running on an individual Managed Server without stopping the VM of the Managed Server D. Start WebLogic Server on a Managed Server while the VM is running E. Start the VM of a Managed Server.
You are an Oracle partner and want to take advantage of the distribution channel offered by Oracle Cloud Marketplace for your applications. Which statement is true? A. Customers cannot rate or review applications B. Available applications exclude channel management and lead generation C. Customers can browse but not search for applications D. Oracle Cloud Marketplace supports SaaS applications only.
37. A benefit of Oracle Java Cloud Service – SaaS Extension is its support for your current applications. Which three technologies does Oracle Java Cloud Service - SaaS Extension support? (Choose three) A. web applications by using Java Server Pages (JSP) B. databases such as MySQL and Oracle Database 12c C. Enterprise Java Beans (EJB) D. third-party frameworks such as Apache Struts E. Java EE 5, Java EE 6, Java EE7, and Java EE8 APIs F. object-oriented Cobol.
You are developing Java EE applications for deployment to your Oracle Java Clou Service instance What three functions does Oracle Enterprise Pack for Eclipse (OEPE) offer to support your development efforts? (Choose three) A. It includes templates and wizards to assist in creating projects B. It is a certified plug-in to the Eclipse Integrated Development Environment (IDE) C. It generates executable code from multiple source languages D. It provides whitelist scanning to assess applications before deployment E. It includes both GUI and command-line interfaces F. It validates public and private URLs.
Cloud computing is the use of services such as software development platforms, servers, storage, and software. These services are delivered through the Internet. There are three cloud deployment models: private, public, and hybrid. Each statement describes a cloud deployment model. Write the model after the statement. "A computing service model that integrates in-house IT infrastructure with other products and services off-site" .
Cloud computing is the use of services such as software development platforms, servers, storage, and software. These services are delivered through the Internet. There are three cloud deployment models: private, public, and hybrid. Each statement describes a cloud deployment model. Write the model after the statement. "A computing service model that provides core infrastructure, software, and other backend architecture in a multitenant environment, all managed by a provider" .
Cloud computing is the use of services such as software development platforms, servers, storage, and software. These services are delivered through the Internet. There are three cloud deployment models: private, public, and hybrid. Each statement describes a cloud deployment model. Write the model after the statement. "A computing service model that provisions storage and computational services behind a firewall, only accessible to users or partners of a single organization." .
You plan to migrate a Java EE application from your premises to Oracle Java Cloud Service. Which two details of the application must you consider in this migration? (Choose two) A. JMS configuration B. Log files from Administration Server and Managed Servers C. Datasource configuration D. Load balancer configuration E. Node manager configuration.
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? A. 8989 B. 80 C. 9001 D. 8001 E. 7002 F. 7001 G. 8002 H. 443.
You have a Java EE application running on your premises that you want to migrate to your newly subscribed Oracle Java Cloud Service. What detail of the database on your premises should you consider in this migration? A. Database archive logs B. Database schema for the application data C. Database listener information D. Database snapshot files.
It’s easy to request a trial subscription of Oracle Java Cloud Service or purchase a subscription. All you need is an Oracle.com account. Which two statements are true about subscribing to Oracle Java Cloud Service and setting up the Oracle Cloud account? (Choose two) A. Ensure only one identify domain administrator can sign in to My Services B. Ensure only one account administrator is assigned to monitor services in an Oracle Cloud account C. Log in to the My Account application to set up the Oracle Cloud account D. Request a trial or buy a service through an Oracle sales representative only E. Log in to the My Services application to verify that a service is active and add service users.
You are examining the runtime state of your WebLogic Server. Which three are capable of providing details of this runtime state? (Choose three) A. custom JMX clients for accessing MBeans B. the WebLogic Domain Configuration utility C. WLST D. custom clients based on REST APIs E. JVM heap analyzers F. Linux Operating System tolos.
You want to deploy an application to an Oracle Java Cloud Service instance by using the WebLogic Server Administration Console. Which statement is true? A. You must use WLST commands to first upload the application from your local machine B. You can deploy the application the same way you would for an on-premises service C. You can access only a limited number of features in the console D. You must open a browser and type the URL, specifying the port as 9002, to access the console E. You must first create an SSH tunnel to the Administration Server’s VM .
Which five tools and methods can be used to deploy applications to a Java Cloud Service WebLogic environment? (Choose five.) A. REST Services B. WLST scripts C. JSR-88 compliant IDEs that implement the WebLogicDeploymentManager D. Oracle Enterprise Pack for Eclipse E. Java Mission Control F. Oracle Linux Package Manager G. Java Cloud Scripting plug-in H. weblogic.Deployer.
You want to deploy an application to an Oracle Java Cloud Service instance. Which two deployment methods require an SSH tunnel? (Choose two) A. WebLogic Server Scripting Tool (WLST) commands run remotely B. Fusion Middleware Control Console C. Integrated Development Environment (IDE) D. WebLogic Server Administration Console E. WebLogic Server Scripting Tool (WLST) commands run locally.
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? A. three: one for the Administration Server and one for each Managed Server B. two: one for the Administration Server and one for the cluster C. four one for the domain and one for each WebLogic Server D. one: for the domain only.
You want to use an Integrated Development Environment (IDE) to deploy an application to an Oracle Java Cloud Service instance. Which two tasks must you accomplish for establishing a connection to the remote WebLogic Server for the first time? (Choose two) A. Use the SSL port to ensure a secure connection B. Create an SSH tunnel C. Specify the patch profile D. Create a new application server E. Specify port 22 as the remote port.
Upon initial creation of a service instance in Oracle Java Cloud Service, administrative user accounts for the WebLogic Server domain and the underlying Compute Cloud Service virtual machines are automatically created. Which statement about the administrative accounts is true? A. The password for the virtual machine opc user or oracle user can be changed through the Oracle Compute Cloud Service console B. For the opc user to become root on the WebLogic Administration Server virtual machine, the private key corresponding to the public key that was used when the service instance was created should first be attached to the virtual machine C. The WebLogic Administrator user name and password should be used to disable or enable the load balancer through the Oracle Traffic Director Administration Console D. The oracle user cannot be used to log in to the WebLogic Administration Server virtual machine.
An Oracle Java Cloud Service subscription depends on other Oracle Cloud services. Which three Oracle Cloud services are required? (Choose three) A. Oracle Storage Cloud Service B. Oracle Database Cloud – Database Schema Service C. Oracle Developer Cloud Service D. Oracle Compute Cloud Service E. Oracle Database Cloud – Database as a Service.
Fill in the Blank Oracle Cloud IaaS, Oracle Cloud PaaS, and Oracle Cloud SaaS are quickly transforming businesses and modernizing IT at every level of the technology stack. Each statement describes one of the three Oracle Cloud offerings. Write the four-letter name after each statement. "1. Comprehensive, integrated portfolio of services to accelerate application development and deployment, increase productivity, and lower costs.".
Fill in the Blank Oracle Cloud IaaS, Oracle Cloud PaaS, and Oracle Cloud SaaS are quickly transforming businesses and modernizing IT at every level of the technology stack. Each statement describes one of the three Oracle Cloud offerings. Write the four-letter name after each statement. "Modern cloud business applications integrated with social, mobile, and analytic capabilities." .
Fill in the Blank Oracle Cloud IaaS, Oracle Cloud PaaS, and Oracle Cloud SaaS are quickly transforming businesses and modernizing IT at every level of the technology stack. Each statement describes one of the three Oracle Cloud offerings. Write the four-letter name after each statement. "Set of core capabilities like elastic compute and storage to run any workload in the cloud.".
You are tasked with tuning your Oracle Java Cloud Service application environment. Identify the correct sequence of activities for Oracle’s recommended performance tuning methodology. A. Configure the Oracle Java Cloud Service compute shape and clusters, set up Oracle Database Cloud – Database as a Service, develop and deploy application, configure a Continuous Integration environment, and develop performance test cases B. Understand performance objectives, measure performance metrics, locate bottlenecks in the system, minimize impact of bottlenecks, and achieve performance objectives C. Tune the EJBs and message-driven beans, the JDBC data source, the WebLogic JMS components, the Resource Adapters, the Web Applications, and the Web Services D. Review the Oracle Java Cloud Service Console metrics, the Fusion Middleware Control metrics, the WebLogic Server console diagnostics, the Java Mission Control flight recordings, and the operating system performance monitoring console. E. Tune the database, the application, the Weblogic Server configuration, the JVM, and the operating system.
You want to use WebLogic Server Scripting Tool (WLST) commands online to undeploy an application from an Oracle Java Cloud Service instance. You specify the following command: undeploy (‘myApp’) Which statement about the effects of this command is true? A. The command does not undeploy the application. You must specify a Managed Server and repeat the command for each Managed Server where the application is deployed B. The command undeploys the application only from the Managed Server that resides on the same VM as the Administration Server C. The command does not undeploy the application. You must specify each Managed Server where the application is deployed D. The command undeploys the application from all Managed Servers where the application is deployed.
You provision an Oracle Java Cloud Service instance with the following configuration: cluster size of 2 compute shape set to OC4 (2 OCPUs and 15 GB memory) load balancer enabled with a compute shape set to OC5 (4 OCPUs and 30 GB memory) Oracle Database Cloud – Database as a Service instance with a compute shape set to OC4 (2 OCPUs and 15 GB memory) How many Oracle Compute Units (OCPUs) will be consumed? A. 8 B. 5 C. 4 D. 6 E. 7 F. 9 G. 10.
You want to use an Integrated Development Environment (IDE) to deploy an application to an Oracle Java Cloud Service instance. Which option should you use as a target? A. Administration Server B. Application server C. Individual Managed Servers D. Cluster E. Load Balancer.
Which three application standards are supported by Oracle Java Cloud Service – SaaS Extension? (Choose three) A. Local and remote Enterprise JavaBeans (EJB) interfaces B. Java Messaging Service (JMS) C. SOAP-based and RESTful Web services D. JDBC to database service E. Application Development Framework (ADF).
Oracle Java Cloud Service is one of many offerings in Oracle Cloud. Which four use cases are supported by Oracle Java Cloud Service? (Choose four) A. Easily extend and customize Oracle SaaS (Software as a Service) cloud services B. Migrate existing Java EE 5 applications to the cloud C. Quickly create environments for application development and testing D. Deploy new Oracle ADF applications development and testing E. Increase application resources or service capacity on demand F. Use Single Sign-On out-of-the-box for deployed applications.
You have just restored an Oracle Java Cloud Service instance, including its database, from a backup. Which two tasks must you perform to return the service instance to service? (Choose two) A. Enable traffic to the load balancer B. Restart the WebLogic Server Administration Server in the service instance C. Restart the WebLogic Server Managed Servers in the service instance D. Remove the service instance’s transaction records E. Restart the load balancer.
You want to restore an Oracle Java Cloud Service instance, including its database, from a backup. Which two tasks must you perform before selecting Restore on the backup? (Choose two) A. Use Oracle Database Cloud – Database as a Service to restore the database from the associated database backup, which is identified by its RMAN tag B. Shut down the WebLogic Server Administration Server in the service instance C. Shut down the WebLogic Server Managed Servers in the service instance D. Disable traffic to the load balancer E. Shut down the load balancer.
Which two statements are true about the prerequisite requirements for your Oracle Java Cloud Service instance? (Choose two) A. You must create a Database as a Service instance if you want to store older backups for your Oracle Java Cloud Service instance B. You must set the Backup Destination setting to both Cloud Storage and Block Storage when creating a Database as a Service instance for use with Oracle Java Cloud Service C. You can use the same Database as a Service instance with multiple Oracle Java Cloud Service instances according to best practice D. You can use the same SSH public/private key pair when provisioning both the Oracle Java Cloud Service and Oracle Database Cloud – Database as a Service instances according to best practices E. If you forget the passphrase for your virtual machine (VM) SSH public key, it can be recovered by contacting customer support.
You have created an Oracle Java Cloud Service instance and you want to take advantage of the capabilities of the Node Manager. Which two statements about using Node Manager in Oracle Java Cloud Service are true? (Choose two) A. You can issue commands to the Node Manager with the WebLogic Server Administration Console B. You can migrate servers from a failed machine to another machine C. You can stop and start the Administration Server and Managed Servers D. You can start and stop the VM.
You provision an Oracle Java Cloud Service instance with the following resources: cluster size of 2 compute shape set to OC4 (2 OCPUs and 15 GB memory) load balancer enabled with a compute shape set to OC5 (4 OCPUs and 30 GB memory) How many virtual machines (VMs) will be provisioned? A. 5 B. 4 C. 3 D. 2 E. 1.
You have created an Oracle Java Cloud Service instance using an Oracle Database as a Service instance named DBaaS. You deploy your application to the Oracle Java Cloud Service instance. Given below is the code snippet within your application’s weblogic.xml deployment descriptor file. What does this entry indicate? A. An on-premise data source named DBaaS is configured for use by the application, but not when deployed to the cloud B. An on-premise data source named DBaaS is configured for use by the application that is deployed to the cloud C. An Oracle Database Cloud – Database as a Service instance named DBaaS is configured for the Oracle Java Cloud Service instance D. An Oracle Database Cloud – Database as a Service instance named DBaaS is configured as a data source for the application deployed to the cloud .
You want to use WebLogic Server Scripting Tool (WLST) commands online to deploy an application to an Oracle Java Cloud Service instance You specify the following commands: Which statement about the effects of the deploy command is true? A. If you had not specified targets, the application would have been deployed to the cluster B. You can only specify a .war file for the application C. You must specify the path to the location of the application on the Administration Server’s VM D. WLST deploys the application after waiting 120,000 ms.
With Oracle Java Cloud Service, businesses can maximize productivity with instant access to the cloud environment, complete with integrated security and database access. Which interface can you use to access Oracle Java Cloud Service? A. A Git repository B. An Integrated Development Environment (IDE) C. A bug tracking system D. A command-line interface provided with the Oracle Java Cloud Service Software Development Kit.
Which statement is true about the security policy in the WebLogic Server domain of the Oracle Java Cloud Service instance? A. It must contain one or more conditions B. It must contain only one policy condition C. It need not contain any condition D. It must contain a user condition.
You have created a service instance in Oracle Java Cloud Service. You have full access to the underlying infrastructure and product software. You access services and resources on a virtual machine by using a Secure Shell utility such as PuTTY or OpenSSH. What three things should you do to run WLST commands local to the WebLogic Administration Server virtual machine? (Choose three) A. Create an SSH tunnel between your local machine and the WebLogic Administration Server virtual machine B. Obtain the IP address of the WebLogic Administration Server virtual machine C. Get the SSH private key corresponding to the public key used when the service instance was created D. Create a new SSH private/public key pair E. Open an SSH session to the WebLogic Administration Server virtual machine .
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? A. Use the WLS Administration Console and note the JMS configuration information from the on-premises environment B. Use the zip utility and package the managed server files in the domain in the onpremises environment C. Use the database export [or expdp] utility to export JMS resources in the on-premises environment D. Use the WLS pack utility to pack the JMS resources in the one-premises environment.
You are migrating a Java EE application from your on-premises WebLogic Server (WLS) environment to an Oracle Java Cloud Service instance. The transaction data is stored in the hwservice schema in an Oracle Database 12c database. The datasource HwservDS is used from the application to access and use the transaction data from the database. What should you do the first time you migrate the HwservDS datasource to the Oracle Java Cloud instance? A. Create the HwservDS datasource at the Oracle Java Cloud Service instance using the information from on-premises B. Use the WLS pack utility and pack the domain at the on-premises environment, and unpack at the Oracle Java Cloud Service instance C. Copy the Managed Server files from the on-premises environment to the Oracle Java Cloud Service instance D. Reconfigure the on-premises datasource to point to the database instance in the Oracle Java Cloud Service instance.
When troubleshooting an application, an important source of information is the state of the runtime Management Beans that are exposed by WebLogic Server. Select two locations where these metrics may be found. (Choose two) A. via the Eclipse IDE console that is included with OEPE B. in the contents of a Java Thread Dump that was taken by using the WebLogic Server Administration Console C. in the WebLogic Managed Server diagnostic log files D. in the WebLogic Server Monitoring Dashboard E. via the Java Cloud Service metrics page F. in the Oracle Fusion Middleware Control performance console.
you are troubleshooting an application and suspect that the issue lies with the use of Java Virtual Machine threads. Because of firewall restrictions, you cannot use web-based consoles to access the WebLogic Server diagnostic information. Which command-line operations could you use to investigate the internal state of JVM threads? A. Log in to the Managed Server VM via SSH• Run the script B. Log in to the Managed Server VM via SSH• Use ps to determine the process id (pid) of the Java Process that is running the WebLogic instance• Run: kill-3 <pid> to output the thread dump to the stdout stream of the process C. Log in to the Managed Server VM via SSH• Use D. Log in to the Managed Server VM via SSH• Run .
Denunciar test Consentimiento Condiciones de uso