Tag Archives: file

In the spfile of a single instance database, LOCAL_LISTENER is set to LISTENER_1. The TNSNAMES.ORA file

In the spfile of a single instance database, LOCAL_LISTENER is set to LISTENER_1.The TNSNAMES.ORA file in $ORACLE_HOME/network/admin in the database home contains:Which statement is true? A. Dynamic service registration cannot be used for this database instance B. The LREG process registers services dynamically with the LISTENER_1 listener C. LISTENER_1 must also be defined in the LISTENER.ORA file to… Read More »

A company has an existing sales application using a Java 8 jar file containing packages: com.company.customer;

A company has an existing sales application using a Java 8 jar file containing packages:com.company.customer;com.company.customer.orders;com.company.customer.info;com.company.sales;com.company.sales.leads;com.company.sales.closed;com.company.orders;com.company.orders.pending;com.company.orders.shipped.To modularize this jar file into three modules, customer, sales, and orders, which module-info.java would be correct?A)B)C)D) A. Option B B. Option C C. Option D D. Option A Correct Answer: B

Given an application with a main module that has this module-info.java file: (Exhibit) Which two are

Given an application with a main module that has this module-info.java file:Which two are true? (Choose two.) A. A module providing an implementation of country.CountryDetails can be compiled and added without recompiling the main module. B. A module providing an implementation of country.CountryDetails must have a requires main; directive in its module-info.java file. C. An implementation of country.countryDetails… Read More »

Given an application with a main module that has this module-info.java file: (Exhibit) Which two are

Given an application with a main module that has this module-info.java file:Which two are true? (Choose two.) A. To run without an error, the application must have at least one module in the module path that provides an implementation of country.CountryDetails. B. A module providing an implementation of country.CountryDetails must have a requires main; directive in its module-info.java… Read More »

You have an application that requires a shared file system. Which of the following services would you

You have an application that requires a shared file system. Which of the following services would you use? A. File Storage B. Archive Storage C. Object Storage D. Block Volume Correct Answer: A Explanation Oracle Cloud Infrastructure File Storage service provides a durable, scalable, secure, enterprise-grade network file system. You can connect to a File Storage service file… Read More »

In order to deploy application you have to create an archive (.zip, .tgz, tar.gz file) that Includes

In order to deploy application you have to create an archive (.zip, .tgz, tar.gz file) that Includes the application and any dependent libraries-You must also create a metadata file If you need to Specify a launch command or other parameters. Which metadata file is mandatory?Response: A. app.yml B. conflg.yml C. deployment.Json D. manifest.json , Correct Answer: A

When you create a cluster, you need to download a Kubernetes configuration (kubeconfig) file for the

When you create a cluster, you need to download a Kubernetes configuration (kubeconfig) file for the cluster. Which three steps should be completed before downloading the kubeconfig file?Response: A. Added the public key value of the API signing key pair to the User Settings for your username. B. Install and configure the Oracle Cloud Infrastructure CLI. C. Generate… Read More »