Download Oracle WebLogic Server 12c: Advanced Administrator II.1z0-134.SelfTestEngine.2020-01-29.75q.vcex

Vendor: Oracle
Exam Code: 1z0-134
Exam Name: Oracle WebLogic Server 12c: Advanced Administrator II
Date: Jan 29, 2020
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
I am configuring the security policy for my JMS module. I am specifying some security conditions for the module. 
Which two security conditions are valid in this context? (Choose two.)
  1. The JMS module can be accessed only between 1 pm and 6 pm.
  2. The JMS module should throw a custom security exception on invalid access.
  3. The JMS module can process only 50 messages at a time.
  4. The JMS module can be accessed only by users belonging to the Operators group.
  5. The JMS module can be accessed in a receive-only mode.
Correct answer: AD
Explanation:
There are two security conditions:time-constrained  By Group or User Reference: http://docs.oracle.com/html/E24401_02/taskhelp/jms_modules/modules/ConfigureJMSModuleSecurityPolicies.html
There are two security conditions:
  • time-constrained  
  • By Group or User 
Reference: http://docs.oracle.com/html/E24401_02/taskhelp/jms_modules/modules/ConfigureJMSModuleSecurityPolicies.html
Question 2
You are creating and configuring a production WebLogic Server (WLS) domain that is highly available. Which three WebLogic Server features allow you to best accomplish this requirement? (Choose three.)
  1. Multiple standalone managed servers
  2. Load Balancer
  3. Cluster
  4. DNS caching
  5. Whole-server migration
  6. Machine migration
Correct answer: BCE
Explanation:
B Load balancing is the even distribution of jobs and associated communications across the computing and networking resources in your environment. C: In a WebLogic Server cluster, application processing can continue when a server instance fails.E: Migration in WebLogic Server is the process of moving a clustered WebLogic Server instance or a component running on a clustered instance elsewhere if failure occurs. This is called Whole-server migration.  Reference: http://docs.oracle.com/cd/E23943_01/core.1111/e10106/aa.htm#ASHIA4083
B Load balancing is the even distribution of jobs and associated communications across the computing and networking resources in your environment. 
C: In a WebLogic Server cluster, application processing can continue when a server instance fails.
E: Migration in WebLogic Server is the process of moving a clustered WebLogic Server instance or a component running on a clustered instance elsewhere if failure occurs. This is called Whole-server migration.
  
Reference: http://docs.oracle.com/cd/E23943_01/core.1111/e10106/aa.htm#ASHIA4083
Question 3
You are troubleshooting an issue with a WLS data source. However, your attempt to execute a manual test on the connection pool fails when you invoke the testPool() method on the corresponding JDBCDataSourceRuntimeMBean. 
Which configuration condition would contribute to the failure of executing the test? (Choose the best answer.)
  1. The TestTableName property is either not set or is set to an invalid SQL statement.
  2. The TestFrequencySeconds property is set to a value greater than 0.
  3. The TestReservedConnections property is enabled.
  4. The ManualTestEnabled property is set to false.
  5. The ConnectionReserveTimeoutSeconds property is set to a value other than -1.
Correct answer: A
Explanation:
testPool tests the connection pool in the data source by reserving and releasing a connection from it. TestTableName is the name of the database table to use when testing physical database connections. This name is required when you specify a Test Frequency and enable Test Reserved Connections, Test Created Connections, and Test Released Connections. Reference: http://docs.oracle.com/cd/E13222_01/wls/docs100/wlsmbeanref/core/index.html
testPool tests the connection pool in the data source by reserving and releasing a connection from it. 
TestTableName is the name of the database table to use when testing physical database connections. This name is required when you specify a Test Frequency and enable Test Reserved Connections, Test Created Connections, and Test Released Connections. 
Reference: http://docs.oracle.com/cd/E13222_01/wls/docs100/wlsmbeanref/core/index.html
Question 4
My JMS file store size has grown very large and is using up a significant chunk of the disk. I need to reduce the file size during the maintenance window without impacting any relevant information. 
Which utility enables me to do this? (Choose the best answer.) 
  1. weblogic.store.Compacter
  2. weblogic.store.Admin
  3. weblogic.store.Reducer
  4. weblogic.file.FileUtil
Correct answer: B
Explanation:
To open the persistent store administration utility from a Java command line, type the following:> java weblogic.store.Admin Here is an example of using the compact command to compact the space occupied by a file store in the mystores directory. > storeadmin->compact -dir c:\mystores -tempdir c:\tmpReference: https://docs.oracle.com/middleware/1212/wls/CNFGD/store.htm#CNFGD275
To open the persistent store administration utility from a Java command line, type the following:
> java weblogic.store.Admin 
Here is an example of using the compact command to compact the space occupied by a file store in the mystores directory. 
> storeadmin->compact -dir c:\mystores -tempdir c:\tmp
Reference: https://docs.oracle.com/middleware/1212/wls/CNFGD/store.htm#CNFGD275
Question 5
Your WebLogic Server (WLS) environment consists of multiple domains. 
Which is a true statement about WLS domains? (Choose the best answer.)
  1. Multiple domains can use the same or separate WLS installation while running on the same machine.
  2. Domains require a minimum of one managed server.
  3. Multiple domains require separate WLS installations while running on the same machine.
  4. Multiple domains require individual Node Managers while running on the same machine.
  5. Multiple domains can share the same administration server.
Correct answer: A
Explanation:
You can use a single Oracle WebLogic Server installation to create and run multiple domains, or you can use multiple installations to run a single domain. Incorrect Answers:B: Domains include a special WebLogic Server instance called the Administration Server, which is the central point from which you configure and manage all resources in the domain. Usually, you configure a domain to include additional WebLogic Server instances called Managed Servers.C: A single WLS installation can have multiple domains.    D: By specifying multiple domains in the nodemanager.domains file, you can configure a single, machine-scoped Node Manager process which manages server instances belonging to multiple WebLogic domains.E: Each domain requires its own Administration Server for performing management activities.Reference: https://docs.oracle.com/cd/E12839_01/web.1111/e13716/understand_domains.htm#DOMCF116
You can use a single Oracle WebLogic Server installation to create and run multiple domains, or you can use multiple installations to run a single domain. 
Incorrect Answers:
B: Domains include a special WebLogic Server instance called the Administration Server, which is the central point from which you configure and manage all resources in the domain. Usually, you configure a domain to include additional WebLogic Server instances called Managed Servers.
C: A single WLS installation can have multiple domains.
  
D: By specifying multiple domains in the nodemanager.domains file, you can configure a single, machine-scoped Node Manager process which manages server instances belonging to multiple WebLogic domains.
E: Each domain requires its own Administration Server for performing management activities.
Reference: https://docs.oracle.com/cd/E12839_01/web.1111/e13716/understand_domains.htm#DOMCF116
Question 6
Examine the domain diagram:
  
What is the correct path within the configuration hierarchy to the MBean that contains the log rotation parameters for server04? (Choose the best answer.) 
  1. /Servers/server04/Log/server04
  2. /server04/log/rotation
  3. /Cluster01/server04/log
  4. /Machine02/server04/log
  5. /Logs/server04
  6. /TestDomain/server04/log
  7. /server04/log
Correct answer: A
Question 7
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 8
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 9
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 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!