Download Oracle Weblogic Server 11g: System Administration I.1z0-102.TestKing.2018-08-24.60q.vcex

Vendor: Oracle
Exam Code: 1z0-102
Exam Name: Oracle Weblogic Server 11g: System Administration I
Date: Aug 24, 2018
File Size: 785 KB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Demo Questions

Question 1
Which three statements are true about WebLogic clusters?
  1. Clusters provide clients with transparent failover.
  2. EJB applications can be targeted to an entire cluster.
  3. All cluster members must bind to the same port number.
  4. Cluster members replicate application data by using heartbeats.
  5. Cluster members can be associated with one or more domains.
  6. Web applications require a proxy in order to be used in a cluster.
Correct answer: ABC
Explanation:
A: If an object is clustered, failover and load balancing for that object is available.In a WebLogic Server cluster, application processing can continue when a server instance fails. You “cluster” application components by deploying them on multiple server instances in the cluster—so, if a server instance on which a component is running fails, another server instance on which that component is deployed can continue application processing. The choice to cluster WebLogic Server instances is transparent to application developers and clients. B: A clustered application or application component is one that is available on multiple WebLogic Server instances in a cluster. If an object is clustered, failover and load balancing for that object is available. Deploy objects homogeneously—to every server instance in your cluster—to simplify cluster administration, maintenance, and troubleshooting.Web applications can consist of different types of objects, including Enterprise Java Beans (EJBs), servlets, and Java Server Pages (JSPs). Note: Load balancing and failover for EJBs and RMI objects is handled using replica-aware stubs, which can locate instances of the object throughout the cluster.C: Cluster Multicast Address and PortIdentify the address and port you will dedicate to multicast communications for your cluster. References:
A: If an object is clustered, failover and load balancing for that object is available.
In a WebLogic Server cluster, application processing can continue when a server instance fails. You “cluster” application components by deploying them on multiple server instances in the cluster—so, if a server instance on which a component is running fails, another server instance on which that component is deployed can continue application processing. 
The choice to cluster WebLogic Server instances is transparent to application developers and clients. 
B: A clustered application or application component is one that is available on multiple WebLogic Server instances in a cluster. If an object is clustered, failover and load balancing for that object is available. Deploy objects homogeneously—to every server instance in your cluster—to simplify cluster administration, maintenance, and troubleshooting.
Web applications can consist of different types of objects, including Enterprise Java Beans (EJBs), servlets, and Java Server Pages (JSPs). 
Note: Load balancing and failover for EJBs and RMI objects is handled using replica-aware stubs, which can locate instances of the object throughout the cluster.
C: Cluster Multicast Address and Port
Identify the address and port you will dedicate to multicast communications for your cluster. 
References:
Question 2
Which three statements are true when an Administration Server is compared to a managed server?
  1. A domain must have at least one of each type of server.
  2. Administration Server keeps a domain log, but a Managed Server does not.
  3. A Managed Server keeps a server log, but an Administration Server does not.
  4. When a Managed Server comes up, it asks its Administration Server for the latest configuration.
  5. An Administration Server manages the domain configuration.
  6. JEE applications are deployed only to a Managed Server.
Correct answer: DEF
Explanation:
D: When a Managed Server starts, it contacts the Administration Server to retrieve its configuration information. If a Managed Server is unable to connect to the specified Administration Server during startup, it can retrieve its configuration directly by reading a copy of the config.xml file and other files located on the Managed Server's own file system.E: One instance of WebLogic Server in each domain acts as an Administration Server. The Administration Server provides a central point for managing a WebLogic Server domain.F: For a typical production system, BEA recommends that you deploy your applications only on Managed Servers. This practice allows you to dedicate the Administration Server to configuration and monitoring of the domain, while one or more Managed Servers service your applications.References:
D: When a Managed Server starts, it contacts the Administration Server to retrieve its configuration information. If a Managed Server is unable to connect to the specified Administration Server during startup, it can retrieve its configuration directly by reading a copy of the config.xml file and other files located on the Managed Server's own file system.
E: One instance of WebLogic Server in each domain acts as an Administration Server. The Administration Server provides a central point for managing a WebLogic Server domain.
F: For a typical production system, BEA recommends that you deploy your applications only on Managed Servers. This practice allows you to dedicate the Administration Server to configuration and monitoring of the domain, while one or more Managed Servers service your applications.
References:
Question 3
Which three tasks can be performed by the Node manager?
  1. Start a server.
  2. Define a node server.
  3. Host the Node Manager console.
  4. Automatically restart a failed server.
  5. Kill a failed application on a server.
  6. Kill the process of a server that did not shut down properly.
Correct answer: ABD
Explanation:
Node Manager enables you to perform these tasks:Start and stop remote Managed Servers. (A) Monitor the self-reported health of Managed Servers and automatically kill server instances whose health state is "failed". Automatically restart Managed Servers that have the "failed" health state, or have shut down unexpectedly due to a system crash or reboot. (D)
Node Manager enables you to perform these tasks:
  • Start and stop remote Managed Servers. (A) 
  • Monitor the self-reported health of Managed Servers and automatically kill server instances whose health state is "failed". 
  • Automatically restart Managed Servers that have the "failed" health state, or have shut down unexpectedly due to a system crash or reboot. (D)
Question 4
You have successfully created a global data source and connection pool via the administration console. 
In which directory relative to the domain will this new data source and connection pool definition located?
  1. in a directory named config/dataSource
  2. in a directory named config/connPool
  3. in a directory named config/resources
  4. in a directory named config/jdbc
  5. in a directory named config
Correct answer: D
Explanation:
When you create a JDBC resource (data source or multi data source) using the Administration Console or using the WebLogic Scripting Tool (WLST), WebLogic Server creates a JDBC module in the config/jdbc subdirectory of the domain directory, and adds a reference to the module in the domain’s config.xml file. References:
When you create a JDBC resource (data source or multi data source) using the Administration Console or using the WebLogic Scripting Tool (WLST), WebLogic Server creates a JDBC module in the config/jdbc subdirectory of the domain directory, and adds a reference to the module in the domain’s config.xml file. 
References:
Question 5
What is the maximum number of targets (standard or migrate) that you can configure for a JMS server?
  1. 0
  2. 1
  3. 2
  4. No limit
Correct answer: D
Explanation:
To configure the migratable target servers for JMS-related service migration:If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center). In the Domain Structure tree, expand Environment, then select Migratable Targets. On the Summary of Migratable Targets page, click New. On the Create a new Migratable Target page:In Name, enter a name for the migratable target. In Cluster, select a configured cluster for the migratable target. References:
To configure the migratable target servers for JMS-related service migration:
  1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center). 
  2. In the Domain Structure tree, expand Environment, then select Migratable Targets. 
  3. On the Summary of Migratable Targets page, click New. 
On the Create a new Migratable Target page:
In Name, enter a name for the migratable target. 
In Cluster, select a configured cluster for the migratable target. 
References:
Question 6
You are deploying a web application called inventory.war. It has been installed and has the Stat* "Prepared." It is targeted to the Managed Server named managed1. The web application's context route is /inventory and the starting page is index.jsp 
However, you want to test the application before allowing end users access to it. In the administration console, you select inventory-war, and then select Start and "Servicing only administration requests. 
In your web browser, you need to enter a host and port followed by /inventory/index.jsp. What host and port would you use?
  1. managed, host and port
  2. Administration Server host and port
  3. Managed1 host and Administration port
  4. Administration Server host and Administration port
Correct answer: D
Explanation:
Servicing only administrative requests: Specifies that WebLogic Server make the application available in Administration Mode only.While in Administration mode, the application can be accessed only by internal clients through a configured Administration port. References:
Servicing only administrative requests: Specifies that WebLogic Server make the application available in Administration Mode only.
While in Administration mode, the application can be accessed only by internal clients through a configured Administration port. 
References:
Question 7
You deployed a simple web application WAR by using the administration console. Its state is currently "Active." 
In the administration console, under Configuration of the application, you change some deployment descriptor values. 
What happens when you save such changes?
  1. The changes are in memory and temporary
  2. This is not possible because changes cannot be made to an "Active" application.
  3. You are prompted to select a location for a new deployment plan where the changes will be stored.
  4. The archive is opened and new versions of the deployment descriptors are placed within it.
Correct answer: C
Explanation:
Note: You can use the Administration Console to configure selected deployment descriptor element values for an EJB that is deployed as an exploded application.To configure editable deployment descriptor values for an EJB that is deployed as an exploded application:If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center). In the left pane of the Administration Console, select Deployments. In the right pane, click the desired EJB module. Select the Configuration > General tab. Selected deployment descriptor elements for the EJB are listed. Enter new values for the elements you want change, and click Save. To activate these changes, in the Change Center of the Administration Console, click Activate Changes. Not all changes take effect immediately—some require a restart References:
Note: You can use the Administration Console to configure selected deployment descriptor element values for an EJB that is deployed as an exploded application.
To configure editable deployment descriptor values for an EJB that is deployed as an exploded application:
  1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center). 
  2. In the left pane of the Administration Console, select Deployments. 
  3. In the right pane, click the desired EJB module. 
  4. Select the Configuration > General tab. 
    Selected deployment descriptor elements for the EJB are listed. 
  5. Enter new values for the elements you want change, and click Save. 
  6. To activate these changes, in the Change Center of the Administration Console, click Activate Changes. 
Not all changes take effect immediately—some require a restart 
References:
Question 8
Your server includes an application that uses a generic JDBC data source to connect to a database. However, the network connection between the server and the database is not 100% reliable. 
You wish to avoid scenarios in which the application fails due to a failed JDBC connection. Identify two data source attributes to help accomplish this.
  1. Statement Cache
  2. Pool Reserve Mode
  3. Test Table Name
  4. Test Connection Mode
  5. Test Connections on Reserve
Correct answer: AE
Explanation:
A: Each connection in a data source has its own individual cache of prepared and callable statements used on the connection. However, you configure statement cache options per data source. That is, the statement cache for each connection in a data source uses the statement cache options specified for the data source, but each connection caches it's own statements.E: When Test Connections On Reserve is enabled, when your application requests a connection from the data source, WebLogic Server tests the connection using the query specified in Test Table Name before giving the connection to the application.Testing reserved connections can cause a delay in satisfying connection requests, but it makes sure that the connection is viable when the application gets the connection. References:
A: Each connection in a data source has its own individual cache of prepared and callable statements used on the connection. However, you configure statement cache options per data source. That is, the statement cache for each connection in a data source uses the statement cache options specified for the data source, but each connection caches it's own statements.
E: When Test Connections On Reserve is enabled, when your application requests a connection from the data source, WebLogic Server tests the connection using the query specified in Test Table Name before giving the connection to the application.
Testing reserved connections can cause a delay in satisfying connection requests, but it makes sure that the connection is viable when the application gets the connection. 
References:
Question 9
You have selected Configuration Archive Enabled for the domain. When a configuration change and activated, where is the previous version of the configuration archived?
  1. in the Oracle database
  2. in the config directory
  3. in the pending directory
  4. in the console-ext directory
  5. in the configArchive directory
Correct answer: E
Explanation:
You can configure WebLogic Server to make backup copies of the configuration files. This facilitates recovery in cases where configuration changes need to be reversed or the unlikely case that configuration files become corrupted. When the Administration Server starts up, it saves a JAR file named config-booted.jar that contains the configuration files. When you make changes to the configuration files, the old files are saved in the configArchive directory under the domain directory, in a JAR file with a sequentially-numbered name like config-1.jar. References:
You can configure WebLogic Server to make backup copies of the configuration files. This facilitates recovery in cases where configuration changes need to be reversed or the unlikely case that configuration files become corrupted. When the Administration Server starts up, it saves a JAR file named config-booted.jar that contains the configuration files. When you make changes to the configuration files, the old files are saved in the configArchive directory under the domain directory, in a JAR file with a sequentially-numbered name like config-1.jar. 
References:
Question 10
When a typical application utilizes a JDBC data source, the process involves several steps. Identify three of these steps.
  1. The application returns the connection to the data source.
  2. The application looks up the data source using the JNDI name.
  3. The application tests the connection to verify the database's availability.
  4. The application adds a new connection to the data source if none are available.
  5. The application requests a connection from the data source.
Correct answer: BDE
Explanation:
Applications look up the data source on the JNDI tree or in the local application context (B) and then reserve a database connection with the getConnection (E) method. Data sources and their connection pools provide connection management processes that help keep your system running and performant. B: JNDI Name - Enter the JNDI path to where this JDBC data source will be bound. Applications look up the data source on the JNDI tree by this name when reserving a connection.Note: If you've done any work with JDBC DataSources in a Web application, you already understand the basic process: create an initial JNDI (Java Naming and Directory Interface) context, then use the context to perform a "lookup" to retrieve your DataSource.References:
Applications look up the data source on the JNDI tree or in the local application context (B) and then reserve a database connection with the getConnection (E) method. Data sources and their connection pools provide connection management processes that help keep your system running and performant. 
B: JNDI Name - Enter the JNDI path to where this JDBC data source will be bound. Applications look up the data source on the JNDI tree by this name when reserving a connection.
Note: If you've done any work with JDBC DataSources in a Web application, you already understand the basic process: create an initial JNDI (Java Naming and Directory Interface) context, then use the context to perform a "lookup" to retrieve your DataSource.
References:
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!