Oracle WebLogic System Administrator Certification 1Z0-136 Sample Questions Reliable Prepare for the Actual Oracle WebLogic System Administrator 1Z0-136 Exam Practice Materials Collection NEW QUESTION # 42 Which command can be used to perform a silent installation of WebLogic Server 14c? A. wlst.sh -createDomainSilent B. configure.sh -domain silent C. java -jar fmw_14c_generic.jar -silent -responseFile [...]

Oracle WebLogic System Administrator Certification 1Z0-136 Sample Questions Reliable [Q42-Q65]

Share

Oracle WebLogic System Administrator Certification 1Z0-136 Sample Questions Reliable

Prepare for the Actual Oracle WebLogic System Administrator 1Z0-136 Exam Practice Materials Collection

NEW QUESTION # 42
Which command can be used to perform a silent installation of WebLogic Server 14c?

  • A. wlst.sh -createDomainSilent
  • B. configure.sh -domain silent
  • C. java -jar fmw_14c_generic.jar -silent -responseFile <path>
  • D. nmEnroll.sh -silent

Answer: C


NEW QUESTION # 43
Which two mechanisms help maintain high availability of WebLogic clusters in Kubernetes?
Choose two.

  • A. T3 Protocol Replication Scheduler
  • B. Node Manager processes on each node
  • C. Horizontal Pod Autoscaler (HPA)
  • D. Liveness and Readiness Probes

Answer: C,D


NEW QUESTION # 44
During testing, an administrator notices that new sessions are not replicating between Managed Servers in a cluster. What is the most probable cause?
Response:

  • A. Session replication was disabled in the Web application descriptor.
  • B. The Admin Server is stopped.
  • C. Node Manager is not running on all machines.
  • D. The cluster messaging mode is set to multicast.

Answer: A


NEW QUESTION # 45
Which two WLST commands can be used to retrieve information from an MBean?
Choose two.

  • A. get()
  • B. invoke()
  • C. ls()
  • D. edit()

Answer: A,C


NEW QUESTION # 46
After restarting a WebLogic cluster, messages sent before shutdown are missing. The JMS server was configured with a file store. What likely caused this issue?

  • A. The JDBC driver was misconfigured
  • B. The file store directory was located on a non-persistent local drive
  • C. Cluster messaging mode was unicast
  • D. The connection factory JNDI name was changed

Answer: B


NEW QUESTION # 47
Which statement best describes a security realm in WebLogic Server?

  • A. A security realm is a set of JMX MBeans for JDBC configuration.
  • B. A security realm is a collection of JMS modules for cluster communication.
  • C. A security realm is a container for security providers that manage authentication, authorization, and auditing.
  • D. A security realm represents the default data source for WebLogic.

Answer: C


NEW QUESTION # 48
Which two statements describe JMS Message-Driven Beans (MDBs) in WebLogic Server?
Choose two.

  • A. MDBs must be deployed to a separate domain.
  • B. MDBs run inside the EJB container and rely on the JMS Connection Factory.
  • C. MDBs can consume messages from both queues and topics.
  • D. MDBs can persist messages directly to a database without JMS.

Answer: B,C


NEW QUESTION # 49
Which two types of security providers can be configured in WebLogic Server?
Choose two.

  • A. Authentication Provider
  • B. Transaction Provider
  • C. Context Provider

Answer: A,B


NEW QUESTION # 50
Which file defines the runtime configuration of a WebLogic domain inside a Docker container?

  • A. Dockerfile
  • B. startup.sh
  • C. weblogic.properties
  • D. config.xml inside the domain home

Answer: D


NEW QUESTION # 51
Which deployment mode allows WebLogic to automatically detect and redeploy an updated EAR or WAR file?

  • A. No-Stage Mode
  • B. External Stage Mode
  • C. Stage Mode
  • D. Development Mode

Answer: D


NEW QUESTION # 52
What is the main purpose of connection pool shrinking in WebLogic Server?

  • A. To reduce JVM heap size during idle periods
  • B. To clear JDBC driver cache during restarts
  • C. To permanently delete connection pools after a timeout
  • D. To automatically remove unused connections and release database resources

Answer: D


NEW QUESTION # 53
Which parameter of a JMS server defines the physical storage location for persistent messages?

  • A. Delivery Mode
  • B. Message Buffer Size
  • C. Persistent Store
  • D. Target Subdeployment

Answer: C


NEW QUESTION # 54
An administrator needs to extend an existing domain to add support for JMS and JDBC resources. Which tool should be used?

  • A. Configuration Wizard
  • B. Node Manager
  • C. WLST in offline mode
  • D. Template Builder

Answer: A


NEW QUESTION # 55
Which file holds the configuration information for a WebLogic domain?

  • A. config.xml
  • B. domain.xml
  • C. weblogic.properties
  • D. startWebLogic.sh

Answer: A


NEW QUESTION # 56
What is the primary purpose of Managed Server Independence (MSI) mode?

  • A. To allow a Managed Server to start with cached configuration when the Admin Server is unavailable
  • B. To deploy applications across domains automatically
  • C. To replicate session data between servers
  • D. To allow cluster failover between Admin Servers

Answer: A


NEW QUESTION # 57
You are tasked with migrating a WebLogic domain from development to production. Which is the most appropriate method?

  • A. Copy the /autodeploy folder to the new machine.
  • B. Use pack to create a domain JAR and unpack it in the target environment.
  • C. Use the Node Manager migrateServer command.
  • D. Export all configurations manually using WLST.

Answer: B


NEW QUESTION # 58
A WebLogic administrator observes that a Managed Server has entered the "FAILED NOT RESTARTABLE" state. Which component can be configured to automatically attempt a restart?

  • A. WLDF Harvester
  • B. Node Manager
  • C. Cluster Messaging Service
  • D. JMX Runtime MBean Server

Answer: B


NEW QUESTION # 59
Which statement best describes Pack and Unpack utilities in WebLogic?

  • A. They compile JSPs for deployment.
  • B. They export applications as EAR files.
  • C. They are used to back up domain configuration into .zip files.
  • D. Pack creates a domain template JAR, and Unpack expands it on a new system.

Answer: D


NEW QUESTION # 60
What is the default security realm provided in a new WebLogic domain?

  • A. weblogic.security
  • B. DefaultAuthorizerRealm
  • C. base_realm
  • D. myrealm

Answer: D


NEW QUESTION # 61
Which two administrative tasks can be performed from the WebLogic Server for OCI Console?
Choose two.

  • A. Monitor domain and server status
  • B. Configure external load balancers automatically
  • C. Manage Oracle Cloud tenancy-level IAM roles
  • D. Access the Admin Console and WLST

Answer: A,D


NEW QUESTION # 62
You are tasked to configure multiple Authentication Providers in a single security realm. Which setting determines whether each provider must succeed before authentication is complete?

  • A. Provider Order
  • B. Control Flag
  • C. Login Module Type
  • D. Challenge Scheme

Answer: B


NEW QUESTION # 63
An administrator creates a two-node cluster and configures Oracle HTTP Server (OHS) as a proxy. Users report that requests occasionally go to a failed node. Which configuration should be checked?

  • A. WebLogicCluster directive in mod_wl_ohs.conf
  • B. Node Manager listen port
  • C. Admin Port enablement
  • D. Cluster replication channel encryption

Answer: A


NEW QUESTION # 64
Which three components are typically configured when creating a GridLink Data Source?
Choose three.

  • A. ONS Node List
  • B. Application Deployment Descriptor
  • C. FAN (Fast Application Notification) settings
  • D. Load Balancing Algorithm

Answer: A,C,D


NEW QUESTION # 65
......

Ace Oracle 1Z0-136 Certification with Actual Questions Aug 27, 2026 Updated: https://torrentvce.exam4free.com/1Z0-136-valid-dumps.html