What is the first action to take during a Rolling Update? (Choose the best answer.)
Reveal answer details Close answer details
Correct answerD
References:
https://docs.oracle.com/cd/E15523_01/web.1111/e13754/rolling_upgrade.htm#WLUPG255
Oracle · 1Z0-134
Preview real exam questions, verified answers and available explanations before choosing a study plan.
|
Single choice
What is the first action to take during a Rolling Update? (Choose the best answer.) Reveal answer details Close answer detailsCorrect answerD Explanation References:
Multiple choice
Which three statements are correct regarding the WLST create command? (Choose three.) Reveal answer details Close answer detailsCorrect answersA, B, C Explanation A: When using the create command with WLST online you must be connected to an Administration Server. The Create command creates a configuration bean of the specified type for the current bean. Incorrect Answers: E: The create command returns a stub for the newly created configuration bean.
Multiple choice
You are designing an application that uses JMS transactions to coordinate a group of messages for production and consumption, treating messages sent or received as an atomic unit. What are two ways you can use transactions in JMS? (Choose two.) Reveal answer details Close answer detailsCorrect answersA, D Explanation References:
Multiple choice
In order to leverage replication and high availability features of your back-end database, among other benefits, you are configuring a JDBC TLOG store to persist transaction logs. Since something went wrong during the setup of the TLOG, you are reviewing the configuration considerations for TLOG. Which two guidelines are true for configuring JDBC TLOG stores? (Choose two.) Reveal answer details Close answer detailsCorrect answersA, C Explanation A: Only one JDBC TLOG store can be configured per WebLogic Server. Conversely, multiple WebLogic Servers can not share a JDBC TLOG store. References:
Single choice
You are asked to configure Node Manager for your production environment. You are considering whether to use the Java version or the script-based version of Node Manager. Which statement correctly describes the difference between the two versions? Reveal answer details Close answer detailsCorrect answerA Explanation Java-based Node Manager runs within a Java Virtual Machine (JVM) process. It is recommended that you run it as a Windows service on Windows platforms and as an operating system service on UNIX platforms. References:
Single choice
A hardware load-balancer (HWLB) is positioned as the primary entry point into your WebLogic Server domain. Aspects of your application use SSL to protect data on the network from your clients to your domain. ![]() Which configuration provides the best performance for your domain? (Choose the best answer.) Reveal answer details Close answer detailsCorrect answerA Explanation In most of the architectures, the SSL is terminated at the hardware load balancer for performance reasons and allows the internal traffic to use HTTP for communication. References:
Single choice
You intend to introduce ordering in message processing for your JMS destination by creating a destination key. Which statement is true about the JMS Destination Key configuration? (Choose the best answer.) Reveal answer details Close answer detailsCorrect answerA Explanation The WebLogic Server Administration Console enables you to configure, modify, target, and delete destination key resources in a system module. Incorrect Answers: C: Attribute Sort Key: The message sort key or the name of a message header field on which to sort. JMSMessageID References:
Multiple choice
You are configuring two-way SSL for a WebLogic Server domain. As a security professional, you realize that even if a client certificate is authentic, it is always possible for a valid certificate to become compromised. Which two options can you configure for WebLogic Server to check if a certificate it receives has been compromised? (Choose two.) Reveal answer details Close answer detailsCorrect answersA, D Explanation References:
Single choice
You are configuring the principals needed to fulfill the security requirements of an application within a sandbox environment that uses the WebLogic Server-embedded LDAP server. The given security requirements provided have outlined the following facts about some test principals: ![]() One security requirement states that internal patient data can be viewed only by physicians who are employees. What is an appropriate way to fulfill this security requirement from a principal perspective using the provided information? Reveal answer details Close answer detailsCorrect answerB Explanation Security policies replace access control lists (ACLs) and answer the question "Who has access to a WebLogic resource?". You assign security policies to any of the defined WebLogic resources (for example, an EJB resource or a JNDI resource) or to attributes or operations of a particular instance of a WebLogic resource (an EJB method or a servlet within a Web application). If you assign a security policy to a type of WebLogic resource, all new instances of that resource inherit that security policy. Security policies assigned to individual resources or attributes override security policies assigned to a type of WebLogic resource. References:
Multiple choice
You need to update a database accessed by an application that uses a WebLogic server data source. It has been decided that the data source on WLS should first be shut down. You have been asked to advise as to whether they should execute a shutdown() or a forceShutdown() on the corresponding JDBCDataSourceRuntimeMBean. Which two statements are true regarding the impact on the application that is using that data source? (Choose two.) Reveal answer details Close answer detailsCorrect answersA, D Explanation A: When you shut down a data source (not forcibly shut down), WebLogic Server closes database connections in the data source and shuts down the data source. If any connections from the data source are currently in use, the operation will fail. D: When you forcibly shut down a data source, WebLogic Server closes database connections in the data source and shuts down the data source. All current connection users are forcibly disconnected. References:
Multiple choice
You have defined Uniform Distributed Destination (UDD) topics targeted to multiple JMS servers. Which three statements are correct about UDDs? (Choose three.) Reveal answer details Close answer detailsCorrect answersB, D, E Explanation References:
Multiple choice
Which are three valid actions of the Post Domain Creation process? (Choose three.) Reveal answer details Close answer detailsCorrect answersC, E, G Explanation E: Following installation of your product, you need to run the root.sh script as the root user. The root.sh script detects settings of environment variables and enables you to enter the full path of the local bin directory. G: RCU is a Fusion Middleware tool which creates database-based repositories. Oracle Data Service Integrator does not have a repository by itself, but it relies on some Fusion Middleware schemas for WebLogic Server and JCF when using a full domain. References:
Multiple choice
You are using the Domain Template Builder to create a new template using an existing domain as the source. Which two directories are included by default? (Choose two.) Reveal answer details Close answer detailsCorrect answersA, B Explanation If you selected a domain as the source for your new template, then the bin and lib directories are included by default: References:
Multiple choice
Which three WebLogic Server entities can be set up for service level migration? (Choose three.) Reveal answer details Close answer detailsCorrect answersA, C, D Explanation AC: WebLogic Server migration framework provides infrastructure and facilities to perform the manual or automatic migration of JMS-related services and the JTA Transaction Recovery Service. D: WebLogic Server supports the automatic migration of user-defined singleton services. References:
Multiple choice
You are under Oracle Linux and you find the process ID of the WebLogic Managed Server Instance: ![]() Which two command-line options can you use to issue a thread dump to examine the server for stuck threads? (Choose two.) Reveal answer details Close answer detailsCorrect answersD, E Explanation References:
Single choice
You are reviewing the scheduled maintenance of your domain after adding a new cluster. Which statement is true when configuring a migratable target within a WebLogic Server cluster? (Choose the best answer.) Reveal answer details Close answer detailsCorrect answerD
Single choice
The administration server is a major component of a WebLogic domain. I need to make available a standby administration server in case the main administration server in the domain crashes. Which utility will help me in doing this? (Choose the best answer.) Reveal answer details Close answer detailsCorrect answerD Explanation References:
Multiple choice
Even though your company has a thorough procedure for testing applications in a pre-production environment prior to production deployment, you have decided to conduct additional testing of a particular application after it is deployed. You choose to deploy the application in administration mode. Which three statements are true? (Choose three.) Reveal answer details Close answer detailsCorrect answersB, C, E Explanation B: Distributing an application copies deployment files to target servers and places the application in a prepared state. You can then start the application in Administration mode, which restricts access to the application to a configured Administration channel so you can perform final testing without opening the application to external client connections or disrupting connected clients. C: Distributing an application prepares it for deployment by copying its deployment files to all target servers and validating it. After you distribute an application, you can start it in Administration mode, which restricts access to the application to a configured Administration channel and allows you to distribute the application to a production environment (or distribute a new version of an application) without opening the application to external client connections. E: While in Administration mode, you can connect to an application only via a configured Administration channel. This allows you to perform final ("sanity") checking of the application directly in the production environment without disrupting clients. After performing final testing, you can either undeploy the application to make further changes, or start the application to make it generally available to clients. Incorrect Answers: References:
Single choice
You are asked to create a WLST script to make live updates to a domain that has its administration server running. You want your script to mimic the actions of a WebLogic administrator by using the administration console and clicking the "Lock and Edit" button. What commands would accomplish this? Reveal answer details Close answer detailsCorrect answerA Explanation Not edit() navigates to the last MBean to which you navigated in the edit configuration MBean hierarchy or to the root of the hierarchy, DomainMBean. StartEdit() starts a configuration edit session on behalf of the currently connected user. You must navigate to the edit configuration MBean hierarchy using the edit command before issuing this command. Note: Click the Lock & Edit button to lock the configuration edit hierarchy for the domain. This enables you to make changes using the Administration Console. Incorrect Answers: References: |