Download Oracle WebLogic Server 12c: Advanced Administrator II.1z0-134.Pass4Sure.2018-08-21.51q.vcex

Vendor: Oracle
Exam Code: 1z0-134
Exam Name: Oracle WebLogic Server 12c: Advanced Administrator II
Date: Aug 21, 2018
File Size: 1 MB

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
Which two automatic migration scenarios require node manager for all migratable services? (Choose two.)
  1. Consensus leasing
  2. Database leasing with no pre and post migration scripts
  3. Database leasing with pre and post migration scripts
  4. Synchronous leasing
Correct answer: AC
Explanation:
When using automatic service migration, the Node Manager is required to get health monitoring information about the member servers involved, as follows:Consensus leasing – Node Manager must be running on every machine hosting managed servers within the cluster. Database leasing – Node Manager must be running on every machine hosting managed servers within the cluster only if pre/post-migration scripts are defined. If pre/post-migrations are not defined, then Node manager is not required. Reference: https://docs.oracle.com/cd/E13222_01/wls/docs103/cluster/service_migration.html
When using automatic service migration, the Node Manager is required to get health monitoring information about the member servers involved, as follows:
  • Consensus leasing – Node Manager must be running on every machine hosting managed servers within the cluster. 
  • Database leasing – Node Manager must be running on every machine hosting managed servers within the cluster only if pre/post-migration scripts are defined. If pre/post-migrations are not defined, then Node manager is not required. 
Reference: https://docs.oracle.com/cd/E13222_01/wls/docs103/cluster/service_migration.html
Question 2
Which two statements are true about the role of cluster master in whole server migration? (Choose two.)
  1. There is exactly one cluster master in the cluster at a given point of time.
  2. The cluster master must host all the pinned services in the cluster.
  3. Any managed server in the cluster can serve as the cluster master.
  4. A cluster master must always be different from a singleton master.
  5. The cluster master must always be started with the node manager.
Correct answer: AC
Explanation:
One server instance in a cluster that contains migratable servers acts as the cluster master and orchestrates the process of automatic server migration, in the event of failure.  Any Managed Server in a cluster can serve as the cluster master, whether it hosts pinned services or not. Note: Any server instance in the cluster can serve as the cluster master. When you start a cluster that contains migratable servers, the first server to join the cluster becomes the cluster master and starts up the cluster manager service. If a cluster does not include at least one migratable server, it does not require a cluster master, and the cluster master service does not start up.Reference: https://docs.oracle.com/cd/E12839_01/web.1111/e13709/migration.htm#CLUST285
One server instance in a cluster that contains migratable servers acts as the cluster master and orchestrates the process of automatic server migration, in the event of failure.  
Any Managed Server in a cluster can serve as the cluster master, whether it hosts pinned services or not. 
Note: Any server instance in the cluster can serve as the cluster master. When you start a cluster that contains migratable servers, the first server to join the cluster becomes the cluster master and starts up the cluster manager service. If a cluster does not include at least one migratable server, it does not require a cluster master, and the cluster master service does not start up.
Reference: https://docs.oracle.com/cd/E12839_01/web.1111/e13709/migration.htm#CLUST285
Question 3
You are trying to set up a JMS Session with a specified acknowledgment mode. You want the application that receives the message to explicitly take care of the acknowledgment. 
Which option represents a valid choice for the acknowledgment mechanism that you can use? (Choose the best answer.) 
  1. AUTO_ACKNOWLEDGE
  2. CLIENT_ACKNOWLEDGE
  3. DUPS_OK_ACKNOWLEDGE
  4. DEFAULT_ACKNOWLEDGE
Correct answer: B
Explanation:
With CLIENT_ACKNOWLEDGE the Session object relies on the application to call an acknowledge method on a received message. Once the method is called, the session acknowledges all messages received since the last acknowledge. Incorrect Answers:A: With CLIENT_ACKNOWLEDGE the Session object acknowledges receipt of a message once the receiving application method has returned from processing it.C: With DUPS_OK_ACKNOWLEDGE the Session object acknowledges receipt of a message once the receiving application method has returned from processing it; duplicate acknowledges are permitted.D: There is no acknowledge mode named DEFAULT_ACKNOWLEDGE.Reference: http://docs.oracle.com/cd/E12840_01/wls/docs103/jms/fund.html
With CLIENT_ACKNOWLEDGE the Session object relies on the application to call an acknowledge method on a received message. Once the method is called, the session acknowledges all messages received since the last acknowledge. 
Incorrect Answers:
A: With CLIENT_ACKNOWLEDGE the Session object acknowledges receipt of a message once the receiving application method has returned from processing it.
C: With DUPS_OK_ACKNOWLEDGE the Session object acknowledges receipt of a message once the receiving application method has returned from processing it; duplicate acknowledges are permitted.
D: There is no acknowledge mode named DEFAULT_ACKNOWLEDGE.
Reference: http://docs.oracle.com/cd/E12840_01/wls/docs103/jms/fund.html
Question 4
You created a script to monitor your WebLogic Server WLS Execute Thread:
  
Here is a message in your ExecuteThread.log file:
 
 
What is the value of xxxx if the thread has been running a request for twenty minutes, assuming a default configuration? 
  1. SRANDBY
  2. ACTIVE
  3. STUCK
  4. RUNNING
  5. WAITING
  6. ADMIN
  7. FAILED
Correct answer: C
Explanation:
This thread is considered Stuck by WebLogic because it's been running for over the time defined in MaxStuckThreadTime (600 seconds by default). Weblogic Server waits for this time to be reached before marking a thread as stuck if the thread is still working after this time. Example: [STUCK] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)' id=73 idx=0x128 nid=13410 prio=1 alive, in native, daemonReference: https://blogs.oracle.com/WebLogicServer/entry/analyzing_a_stuck_weblogic_execute
This thread is considered Stuck by WebLogic because it's been running for over the time defined in MaxStuckThreadTime (600 seconds by default). Weblogic Server waits for this time to be reached before marking a thread as stuck if the thread is still working after this time. 
Example: [STUCK] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)' id=73 idx=0x128 nid=13410 prio=1 alive, in native, daemon
Reference: https://blogs.oracle.com/WebLogicServer/entry/analyzing_a_stuck_weblogic_execute
Question 5
A current production WebLogic Server (WLS) domain needs to be upgraded without affecting the users. What are the five steps to follow for a Rolling Update? (Choose five.)
  1. Back up the contents of your domain.
  2. Use pack and unpack to upgrade each of the servers in the machine.
  3. Shut down the servers in a single machine.
  4. Repeat the process for all machines in the domain.
  5. Restart the servers in the machine.
  6. Repeat the process for all domains in the machine.
  7. Upgrade the servers in the machine.
Correct answer: ACDEG
Explanation:
A: Before you begin the upgrade process, make sure that you take any necessary precautions such as:Back up your applications, database schema, other application data, and domains. If required, obtain latest third party plug-ins or components that are compatible with required non-Oracle components. For example, Apache Web Server libraries. CGED: The rolling upgrade process includes stopping the Administration Server, installing the upgrade, restarting the Administration Server, and then doing the same for each Managed Server in the cluster (machine).Reference: http://docs.oracle.com/cd/E14571_01/web.1111/e13754/rolling_upgrade.htm#WLUPG268
A: Before you begin the upgrade process, make sure that you take any necessary precautions such as:
  • Back up your applications, database schema, other application data, and domains. 
  • If required, obtain latest third party plug-ins or components that are compatible with required non-Oracle components. For example, Apache Web Server libraries. 
CGED: The rolling upgrade process includes stopping the Administration Server, installing the upgrade, restarting the Administration Server, and then doing the same for each Managed Server in the cluster (machine).
Reference: http://docs.oracle.com/cd/E14571_01/web.1111/e13754/rolling_upgrade.htm#WLUPG268
Question 6
You have a multithreaded application that looks up the WebLoqic JMS ConnectionFactory object from the JNDI tree. 
Which statement is correct in this scenario? (Choose the best answer.)
  1. It is not permitted. A multithreaded application cannot access the ConnectionFactory object.
  2. The access to ConnectionFactory object MUST be synchronized.
  3. The ConnectionFactory object can be referenced in a multithreaded application without any special considerations.
  4. Multiple threads trying to use the ConnectionFactory object simultaneously will throw an exception.
  5. In a multithreaded scenario, connection objects cannot be safely created from the ConnectionFactory.
Correct answer: B
Explanation:
A connection factory supports concurrent use, enabling multiple threads to access the object simultaneously. A session and its message producers and consumers can only be accessed by one thread at a time (i.e. the access must be synchronized). Their behavior is undefined if multiple threads access them simultaneously. Incorrect Answers:A, E: A connection factory supports concurrent use, enabling multiple threads to access the object simultaneously.C, D: A session and its message producers and consumers can only be accessed by one thread at a time. Their behavior is undefined if multiple threads access them simultaneously.Reference: http://docs.oracle.com/cd/E12840_01/wls/docs103/jms/fund.html
A connection factory supports concurrent use, enabling multiple threads to access the object simultaneously. 
A session and its message producers and consumers can only be accessed by one thread at a time (i.e. the access must be synchronized). Their behavior is undefined if multiple threads access them simultaneously. 
Incorrect Answers:
A, E: A connection factory supports concurrent use, enabling multiple threads to access the object simultaneously.
C, D: A session and its message producers and consumers can only be accessed by one thread at a time. Their behavior is undefined if multiple threads access them simultaneously.
Reference: http://docs.oracle.com/cd/E12840_01/wls/docs103/jms/fund.html
Question 7
You are planning to use WebLogic JMS for implementing my enterprise messaging architecture. Which messaging paradigm is invalid in this context? (Choose the best answer.)
  1. Point to Point messaging
  2. Publish Subscribe messaging
  3. Datagram messaging
  4. Persistent messaging
Correct answer: C
Explanation:
Incorrect Answers:A, B: JMS supports two messaging models: point-to-point (PTP) and publish/subscribe (pub/sub).D: As per the “Message Delivery Mode” section of the JMS Specification, messages can be specified as persistent or non-persistent.Reference: http://docs.oracle.com/cd/E12840_01/wls/docs103/jms/fund.html
Incorrect Answers:
A, B: JMS supports two messaging models: point-to-point (PTP) and publish/subscribe (pub/sub).
D: As per the “Message Delivery Mode” section of the JMS Specification, messages can be specified as persistent or non-persistent.
Reference: http://docs.oracle.com/cd/E12840_01/wls/docs103/jms/fund.html
Question 8
What are two differences between a group and a role? (Choose two.)
  1. Groups are static and roles are dynamic and conditional.
  2. Roles can be scoped to applications and groups are only global.
  3. Roles are static and groups are dynamic and conditional.
  4. Groups can be scoped to applications and roles are only global.
  5. Groups can contain roles but roles cannot contain groups.
Correct answer: AB
Explanation:
A security role is a privilege granted to users or groups based on specific conditions. Like groups, security roles allow you to restrict access to WebLogic resources for several users at once. Security roles differ from groups as follows:Security roles are computed and granted to users or groups dynamically, based on conditions such as user name, group membership, or the time of day. Groups are static. Security roles can be scoped to specific WebLogic resources within a single application in a WebLogic Server domain (unlike groups, which are always scoped to an entire WebLogic Server domain). Reference: https://docs.oracle.com/cd/E13222_01/wls/docs81/secwlres/secroles.html
A security role is a privilege granted to users or groups based on specific conditions. Like groups, security roles allow you to restrict access to WebLogic resources for several users at once. Security roles differ from groups as follows:
  • Security roles are computed and granted to users or groups dynamically, based on conditions such as user name, group membership, or the time of day. Groups are static. 
  • Security roles can be scoped to specific WebLogic resources within a single application in a WebLogic Server domain (unlike groups, which are always scoped to an entire WebLogic Server domain). 
Reference: https://docs.oracle.com/cd/E13222_01/wls/docs81/secwlres/secroles.html
Question 9
A Web Module needs specific tuning. The Development team fine tunes the module in the deployment descriptor (weblogic.xml) as follows:
  
Which two are true? (Choose two.)
  1. MyWorkManager is an application-scoped Work Manager.
  2. Add the line <wl-dispatch-policy>MyWorkManager</wl-dispatch-policy> before <work-manager> tags in weblogic.xml to make the Web Module use the Work Manager MyWorkManager.
  3. MyWorkManager is a Global Work Manager.
  4. MyWorkManager is a Default Work Manager.
  5. Once the application is deployed and started on a Managed WebLogic Server, MyWorkManager will appear under Environment/Work Managers on the WebLogic Console.
Correct answer: AB
Explanation:
A: You can create Work Managers that are available only to a specific application or module. You can define application-scoped Work Managers in the WebLogic Server Administration Console and in the following descriptors:weblogic-application.xml weblogic-ejb-jar.xml weblogic.xml B: A method is assigned to a Work Manager, using the <dispatch-policy> element in the deployment descriptor.Incorrect Answers: E: Environment/Work Managers displays the Global work managers.Reference: https://docs.oracle.com/cd/E24329_01/web.1211/e24432/self_tuned.htm#CNFGD129
A: You can create Work Managers that are available only to a specific application or module. You can define application-scoped Work Managers in the WebLogic Server Administration Console and in the following descriptors:
weblogic-application.xml 
weblogic-ejb-jar.xml 
weblogic.xml 
B: A method is assigned to a Work Manager, using the <dispatch-policy> element in the deployment descriptor.
Incorrect Answers: 
E: Environment/Work Managers displays the Global work managers.
Reference: https://docs.oracle.com/cd/E24329_01/web.1211/e24432/self_tuned.htm#CNFGD129
Question 10
You are required to configure a Coherence cluster for a WebLogic domain. Review the image below for the architecture of the WebLogic domain. 
 
 
The configuration represents the following:
  • Two WebLogic clusters of n number of servers each 
  • One cluster contains an EAR deployment that contains a WAR module and a GAR module 
  • One cluster contains a GAR deployment 
  • Application data flows into the cluster with the EAR deployment and then to the cluster with the standalone GAR deployment 
Based on this configuration, what is the typical configuration of a Coherence cluster for this domain?
  1. Single Coherence cluster that includes both WebLogic clusters. 
    EAR cluster is storage-disabled. 
    GAR cluster is storage-enabled.
  2. Single Coherence cluster that includes both WebLogic clusters/ 
    EAR cluster is storage-enabled. 
    GAR cluster is storage-disabled.
  3. A Coherence cluster for each WebLogic cluster. 
    EAR and GAR clusters use a replicated topology with storage enabled.
  4. Single Coherence cluster that includes both WebLogic clusters. 
    EAR and standalone GAR clusters are both storage-enabled.
Correct answer: A
Explanation:
A Coherence cluster can contain any number of managed Coherence servers. The servers can be standalone managed servers or can be part of a WebLogic Server cluster that is associated with a Coherence cluster. storage-disabled – a managed Coherence server that is not responsible for storing data and is used to host Coherence applications (cache clients). A Coherence application GAR is packaged within an EAR and deployed on storage-disabled managed Coherence servers. storage-enabled – a managed Coherence server that is responsible for storing data in the cluster. Coherence applications are packaged as Grid ARchives (GAR) and deployed on storage-enabled managed Coherence servers. Reference: https://docs.oracle.com/middleware/1212/wls/CLUST/coherence.htm#CLUST660
A Coherence cluster can contain any number of managed Coherence servers. The servers can be standalone managed servers or can be part of a WebLogic Server cluster that is associated with a Coherence cluster. 
  • storage-disabled – a managed Coherence server that is not responsible for storing data and is used to host Coherence applications (cache clients). A Coherence application GAR is packaged within an EAR and deployed on storage-disabled managed Coherence servers. 
  • storage-enabled – a managed Coherence server that is responsible for storing data in the cluster. Coherence applications are packaged as Grid ARchives (GAR) and deployed on storage-enabled managed Coherence servers. 
Reference: https://docs.oracle.com/middleware/1212/wls/CLUST/coherence.htm#CLUST660
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!