Benjamin Keck
Quiz by , created more than 1 year ago

Oracle Certs Computer Studies Quiz on Oracle WebLogic Server 12c Essentials, created by Benjamin Keck on 21/09/2017.

694
3
0
Benjamin Keck
Created by Benjamin Keck over 6 years ago
Close

Oracle WebLogic Server 12c Essentials

Question 1 of 91

1

1. You deploy more than one application to the same WebLogic container. The security is set on JavaEE level and all deployed JavaEE applications use the same security roles. What is your recommendation for an architecture with those requirement, (Checked)

Select one of the following:

  • A. Combine all applications into a single one.

  • B. Define global roles on the WebLogic Domain level.

  • C. Use MS Active Directory to keep the roles there.

  • D. Use Oracle Identity and Access Management solution to simplify the management.

  • E. Keep role mapping in the external WebLogic Role Mapped developed for that solution.

Explanation

Question 2 of 91

1

2. When your WebLogic Server solution needs to be scaled out with additional capacity and you don’t want to add additional hardware, which three techniques should you us? (Checked)

Select one or more of the following:

  • A. Assign more than one managed server to a physical hardware that allows better CPU utilization.

  • B. Assign more than one application to one managed server to better utilize threads within a single JVM process

  • C. Assign the same application to more than one managed server to load balance requests between servers.

  • D. Assign the same heap size to the managed server across the cluster for easier control of memory footprint

  • E. Create a virtualized environment with hypervisor for an easier solution

Explanation

Question 3 of 91

1

3. A highly available WebLogic cluster in UNIX is configured for automatic server migration. Node Manager is configured on both machines to start managed servers. How should you simulate a managed server failure to test whether automatic server migration is working?

Select one of the following:

  • A. Shut down the managed server from the WebLogic console.

  • B. Shut down the managed server using the WLST command through Node Manager.

  • C. Run “kill -9” once to kill the managed server process.

  • D. Run “kill -9” to kill the managed server process, and run “kill -9” one more time if the managed server is restarting.

Explanation

Question 4 of 91

1

4. A customer claims that while redeploying a web application in the production system all their customers are having to log in again. What do you recommend? (Checked)

Select one of the following:

  • A. Sessions can’t be preserved when redeploying applications. The customer needs to consider redeployment during late nights when the traffic is low.

  • B. Change the flag responsible for the development mode of their environment. In the production mode, all sessions are preserved while redeploying application.

  • C. Change Hotspot to JRockit. Sessions can’t be preserved on HotSpot when redeploying application.

  • D. Use flag -version when redeploying the application. This will switch on the Side By Side deployment feature and preserve existing sessions.

  • E. Open a service request with Oracle Support. This is unexpected behavior. Sessions are preserved without any extra settings.

Explanation

Question 5 of 91

1

5. A common approach to solve application performance issues is to add more hardware. Which two reasons describe why this alone does not always solve performance problems? (Checked)

Select one or more of the following:

  • A. There may be a bottleneck in the application that additional hardware would not solve.

  • B. Adding more hardware is costly and time consuming.

  • C. Adding hardware at the application layer may place additional load on an already overloaded database, network appliance, or storage system.

  • D. Adding more hardware may introduce new configuration requirements that need to be tested.

Explanation

Question 6 of 91

1

6. A customer has a critical, performance-sensitive web application that connects to a multimode Oracle RAC database. Which feature of WebLogic can provide significant performance benefit? (Checked)

Select one of the following:

  • A. The Web Session Affinity feature of Active GridLink for RAC

  • B. WebLogic Clustering

  • C. The Transaction Affinity feature of Active GridLink for RAC

  • D. Coherence*Web Session Replication

Explanation

Question 7 of 91

1

7. A customer needs to implement a Highly Available solution for JMS that has a primary data center and a backup. Which three steps would you perform when designing your solution? (Checked)

Select one or more of the following:

  • A. Store Transaction Logs in a database and use Database stores for JMS to make replication between sites easier.

  • B. Use file based Transaction Logs and JMS stores and implement a separate replication solution for files in addition to database in case database replication fails.

  • C. Implement Oracle RAC at each site to provide a highly available solution within each datacenter.

  • D. Configure Whole Server Migration to migrate WebLogic Managed Servers from the primary to the secondary site.

  • E. Configure Automatic Service Migration for JMS high availability within a datacenter.

Explanation

Question 8 of 91

1

8. Which WebLogic optimization allows one non-XA resource to participate in a distributed transaction? (Checked)

Select one of the following:

  • A. Enabling Pinned to Thread

  • B. Enabling Logging Last Resource

  • C. Increasing the Statement cache size

  • D. Setting the statement cache type to LRU

  • E. Setting the initial and maximum capacity to the same number

Explanation

Question 9 of 91

1

9. A customer has a Stock Watch application that publishes stock recommendations to different customers and programs. The stock recommendation message should be processed by only one of the JMS Servers in the cluster. Which JMS model should be used? (Checked)

Select one of the following:

  • A. JMS Queue

  • B. Distributed JMS Queue

  • C. Uniform Distributed Topic

  • D. Partitioned Distributed Topic

Explanation

Question 10 of 91

1

10. A customer has a critical, performance-sensitive web application that connects to a multimode Oracle RAC database. Which feature of WebLogic can provide signification benefit? (Checked)

Select one of the following:

  • A. The Web Session Affinity feature of Active GridLink for RAC.

  • B. WebLogic Clustering

  • C. The Transaction Affinity feature of Active GridLink for RAC

  • D. Coherence*Web Session Replication

Explanation

Question 11 of 91

1

11. A customer needs to ensure that the number of threads servicing an application does not exceed the number of database connections available to the application. What step must you take to address this situation? (Checked)

Select one of the following:

  • A. Configure a Max Threads Constraint and add your application to the list of applications for the Constraint.

  • B. Configure a Work Manager with a Maximum Threads Constraint tied to the Connection Pool and configuration your application to use the Work Manager.

  • C. Configure a Work Manager with a Minimum Threads Constraint tied to the Connection Pool and configure your application to use the Work Manager.

  • D. Configure a global MaxThreads constraint and target it to the server or clusters where your application is deployed.

  • E. Configure the startup parameter “-Dwls-maxThreads” to be the same as the number of database connections configured.

Explanation

Question 12 of 91

1

12. What are the three steps you should take to tune a JDBC Connection pool in WebLogic from the initial settings in a production environment? (Checked)

Select one or more of the following:

  • A. Ensure the maximum size is increased to an appropriate setting

  • B. Set the minimum and maximum size of the connection pool to the same value.

  • C. Increase the statement cache size.

  • D. Add more heap to the JVM.

  • E. Add more nodes to the cluster.

Explanation

Question 13 of 91

1

13. You have a durable subscriber, and the subscriber is down or not reachable when the message is produced. Which two options regarding the expiry of these messages are true? (Checked)

Select one or more of the following:

  • A. After the subscriber is unavailable for 10 minutes

  • B. When the subscriber is available

  • C. After the subscriber is unavailable for after an hour

  • D. Are available until the specified time elapses

  • E. Are expired instantly

Explanation

Question 14 of 91

1

14. Identify the two options that can be used to patch WebLogic Server without Incurring application downtime. (Checked)

Select one or more of the following:

  • A. Automated process using the Admin Server

  • B. Automated using JDeveloper

  • C. Manual process with or without Smart Update

  • D. Scripted with WLST

  • E. Automated process using Enterprise Manager 12c

Explanation

Question 15 of 91

1

15. WebLogic 12c, the Maven plug-in has been enhanced with which Maven goal? (Checked)

Select one of the following:

  • A. wls:unzip, wls:install-domain, wls:start-domain, wls:wlst, wls:appc

  • B. wls:install, wls:install-domain, wls:start-domain, wls:wlst, wls:appc

  • C. wls:unzip, wls:create-domain, wls:start-domain, wls:wlst, wls:appc

  • D. wls:install, wls:create-domain, wls:start-server, wls:wlst, wls:appc:

Explanation

Question 16 of 91

1

16. Assume that you would like to clone an existing WebLogic Domain and enable some customizations. What scenario would you choose? (Checked)

Select one of the following:

  • A. In the Enterprise Manager, find the domain to be cloned. Choose “Clone WebLogic Domain” from the context menu. In the graphical wizard, customize and extend the domain if needed. These steps will only clone only the domain configuration. Binaries with deployments are needed to be cloned by operation on the file system.

  • B. In the Enterprise Manager, find the domain to be cloned. Choose “Clone WebLogic Domain” from the context menu. In the graphical wizard, customize the domain. These steps clone the binaries and domain configuration. If the extension is needed, perform it after cloning in the WebLogic web-based console.

  • C. In the Enterprise Manager, find the domain to be cloned. Choose “Clone WebLogic Domain” from the context menu. In the graphical wizard, customize and extend the domain if it is needed. These steps clone the binaries and domain configuration.

  • D. In the Enterprise Manager, find the domain to be cloned. Choose “Clone WebLogic Domain” from the context menu. These steps clone the binaries and domain configuration. If the customization or extension is needed, complete that after cloning in the WebLogic web-based
    console.

  • E. In the file system, copy the domain structure of the configuration directory and paste it in the new location. Modify configuration files for address and port. If further customization is needed, open the WebLogic web-based console and perform these modifications.

Explanation

Question 17 of 91

1

17. Which three scenarios are true about Domains? (Checked)

Select one or more of the following:

  • A. Domains can be created using the Configuration Wizard.

  • B. Domains can be created using WLST.

  • C. Domain configuration files are located in the WebLogic home directory.

  • D. Domains can be created based on a domain template.

Explanation

Question 18 of 91

1

18. Identify three components of the WebLogic JMS architecture. (Checked)

Select one or more of the following:

  • A. JMS Server

  • B. JMS Module

  • C. Node Manager

  • D. Queue Manager

  • E. Persistent Store

Explanation

Question 19 of 91

1

19. How can you configure High Availability for interacting with a non-Oracle database using WebLogic? (Checked)

Select one of the following:

  • A. Configure multiple physical data sources and reuse the same JNDI name for each.

  • B. Use the “compatibility” option of Active GridLink to enable compatibility with non-Oracle databases.

  • C. Configure a single physical data source for each node in a database cluster and wrap it using Multi Data Source.

  • D. Configure a Data Source Group that contains a physical connection pool to each node in the database cluster.

Explanation

Question 20 of 91

1

20. Which feature is enabled when you start a WebLogic server with the –DserverType=wlx option? (Checked)

Select one of the following:

  • A. JDBC

  • B. JCA

  • C. JMS

  • D. EJB

  • E. Java EE

Explanation

Question 21 of 91

1

21. Identify three unique integration features of Spring and WebLogic Server. (Checked)

Select one or more of the following:

  • A. Ability to automatically convert Spring application to JavaEE 6 framework

  • B. Ability to export the WebLogic Container feature to another Spring enabled JavaEE server.

  • C. Ability to extend the WebLogic Server console with some Spring-related pages

  • D. Official support of Spring apps inside WebLogic by Oracle Support

  • E. Support for injection of WebLogic MBeans and Resources into Spring applications

Explanation

Question 22 of 91

1

22. An application is using WebLogic JMS Store and Forward to forward messages from a local JMS queue a remote WebLogic JMS destination. You need to determine if the messages are being sent from the local Weblogic Server. Where do you find information and metrics about Store and Forward components in the WebLogic Admin Console? (Checked)

Select one of the following:

  • A. JMS Persistent Store

  • B. JMS Server

  • C. JMS Distributed Destination

  • D. JMS Store and Forward

  • E. Automatic Service Migration

Explanation

Question 23 of 91

1

23. You want to use WLST to view metrics for a running domain. Which command should you issue to navigate through the Mbean hierarchy containing the metrics? (Checked)

Select one of the following:

  • A. runtime ()

  • B. runtimeMbeanServer ()

  • C. connectRuntime ()

  • D. beginRuntime ()

  • E. serverRuntime ()

Explanation

Question 24 of 91

1

24. Which two statements are true regarding the WebLogic domain? (Checked)

Select one or more of the following:

  • A. A WebLogic domain can have more than one Administration server.

  • B. A WebLogic domain has at least one WebLogic server.

  • C. A WebLogic domain can have at the most one cluster.

  • D. A WebLogic domain can cross multiple physical machines.

  • E. Each WebLogic domain is associated with a different Node Manager.

Explanation

Question 25 of 91

1

25. What does the Fast Connection Failover feature of Active GridLink for RAC provide? (Checked)

Select one of the following:

  • A. Instant notification of a RAC node failure so applications never have to retry a transaction that was sent to a node that failed during the transaction

  • B. Near-instant notification of the failure of a RAC node failure that minimizes the possibility connection to a failed node being provided to an application

  • C. Application level notification of a failed RAC node such that an application can retry a transaction if required

  • D. Faster failover for Multi Datasources

  • E. Guaranteed transaction high availability when interacting with an Oracle RAC Database

Explanation

Question 26 of 91

1

26. What are the two proper locations of deployment descriptors files inside of archives deployed to WebLogic? (Checked)

Select one or more of the following:

  • A. The WEB-INF subdirectory for a WAR file

  • B. The META-INF subdirectory for an EAR file, or EJB-JAR

  • C. The DD-INF subdirectory

  • D. The root of archive

  • E. Any searchable location

Explanation

Question 27 of 91

1

27. You completed the development of a new application and want to create a new domain in a new environment for functional testing. You want to have the same settings for your new domain as your old domain, with the option of changing the configuration in the new target environment. Which two actions should you execute?

Select one or more of the following:

  • A. Use the introspect () command in WLST to gather the configuration information from the original domain.

  • B. Use pack/unpack to transfer the domain from one machine to another.

  • C. Create a domain template from the original domain using the Domain Template Builder and use the Configuration Wizard to create a new domain from the template.

  • D. Use the Admin Console of the original domain to create a domain template from the original domain and use the Configuration Wizard to create a new domain from the template.

Explanation

Question 28 of 91

1

28. You want to capture WebLogic internal events correlated with JVM events for viewing offline. What three actions must you take to enable this within WebLogic? (Checked)

Select one or more of the following:

  • A.Run WebLogic in a JRockit JVM and ensure the Flight Recorder is enabled.

  • B. Configure the WebLogic Diagnostic Framework Event Volume to Low, Medium, or High depending on the type of events you want to capture.

  • C. Configure the WebLogic Diagnostic Framework bridge to send events to the JRockit Flight Recording.

  • D. Take a dump from the default recording or create a new recording for the time period you want to capture.

Explanation

Question 29 of 91

1

29. You have a domain that was created and configured with WebLogic 10.3.5. You want to upgrade the domain to use WebLogic 12c. Which Oracle tool must you use to upgrade your domain? (Checked)

Select one of the following:

  • A. Oracle WebLogic Domain Upgrade tool

  • B. Smart Update

  • C. Smart Upgrade

  • D. No tool required, just install WebLogic 12c, update the domain to point to the new WebLogic iinstallation and start your domain.

  • E. JDeveloper

Explanation

Question 30 of 91

1

30. A customer has a development environment that uses the auto-deployment feature. The customer claims the application is not redeployed even if the new version is copied to an application subdirectory. Which two parameters of the configuration should you check? (Checked)

Select one or more of the following:

  • A. Check if archive file in the compressed version has a new REDEPLOY file.

  • B. If server was started in the Development Mode. Auto-deployment is not supported in production mode.

  • C. If the application includes an EJB 3 module. Auto-deployment is not supported for EJBs.

  • D. You change JVM from HotSpot to JRockit. Auto-deployment is not supported in HotSpot auto deployment.

  • E. If the domain is a single-server domain. Auto-deployment is not supported in multiserver domains.

Explanation

Question 31 of 91

1

31. Which new key architectural element introduced in WebLogic Server 12c should you take advantage of when designing Disaster Recovery Centers with active – passive mode? (Checked)

Select one of the following:

  • A. MAN Clusters, because they would allow you to synchronously replicate state in low latency networks

  • B. WAN Clusters, because they would allow you to asynchronously replicate state in non low latency networks.

  • C. Transaction Log in the database, because you could avoid synchronizing two replication technologies (database and file)

  • D. Data Guard, because it is the most effective way to replicate a state across locations

  • E. GoldenGate, because it is the most effective way to replicate a state across locations

Explanation

Question 32 of 91

1

32. Integration between _______ multi-data sources and _____ is defined as the Grid Link for RAC. (Checked)

Select one of the following:

  • A. Oracle WebLogic Server; Oracle Database

  • B. Oracle WebLogic Server clusters; Oracle Database

  • C. Oracle WebLogic Server clusters; Oracle Database RAC

  • D. Oracle OC4J; Oracle Database RAC

  • E. Oracle WebLogic Server; Oracle OC4J

Explanation

Question 33 of 91

1

33. An application that needs to use a shared library has a deployment descriptor that only specifies the Specification-Version and Extension-Name of the shared library. When the application is deployed, which shared library will be used? (Checked)

Select one of the following:

  • A. The application will go into an ADMIN state and fail to deploy because the implementation Version is required.

  • B. The application will be deployed but the classes in the shared library will not be available.

  • C. If you are using the WebLogic Admin Console, you will be prompted for the version you want to use; otherwise, the application will fail to deploy.

  • D. If there are multiple versions of the shared library deployed, WebLogic will use the one with the highest Implementation-Version.

  • E. If there are multiple versions of the shared library deployed, WebLogic will use the one that was deployed most recently.

Explanation

Question 34 of 91

1

34. What is the name of the WebLogic specific deployment descriptor of Java Enterprise Application? (Checked)

Select one of the following:

  • A. application.xml

  • B. weblogic.xml

  • C. web.xml

  • D. weblogic-application.xml

  • E. config.xml

Explanation

Question 35 of 91

1

35. Identify four features of WebLogic that provide value above and beyond a simple Java EE container. (Checked)

Select one or more of the following:

  • A. Active GridLink for RAC

  • B. Support for enterprise Web Services standards beyond Java EE specification

  • C. Integration with Enterprise Manager

  • D. Market leading performance

  • E. Java EE6 Specification Support

  • F. Java SE 7 support

Explanation

Question 36 of 91

1

36. In WebLogic, the development feature to automatically load/refresh the changes of a Java classes at run time is called__________. (Checked)

Select one of the following:

  • A. HotSwap

  • B. FastSwap

  • C. HotDeploy

  • D. FastDeploy

  • E. FastReload

Explanation

Question 37 of 91

1

37. You installed WebLogic, SOA Suite, and Oracle Service Bus on a machine and want to use the WebLogic Node Manager to start servers for each product. Which statement is true? (Checked)

Select one of the following:

  • A. You need to install a separate node manager for each Middleware Home that has a unique and minor WebLogic Version Number.

  • B. You need to install and configure only one instance of Node Manager for all products, regardless of the WebLogic version number.

  • C. You need to install and configure a separate Node Manager for each domain of each product want to run on the machine.

  • D. You need to install one Node Manager but use separate SSL certificates for each product when securing the network communication to the machine.

Explanation

Question 38 of 91

1

38. You installed WebLogic, SOA Suite, and Oracle Service Bus on a machine and want to use the WebLogic Node Manger to start servers for each product. Which statement is true? (Checked)

Select one of the following:

  • A. You need to install a separate node manager for each Middleware Home that has a unique major and minor WebLogic Version Number.

  • B. You need to install and configure only one instance of Node Manager for all products, regardless of the WebLogic version number.

  • C. You need to install and configure a separate Node Manager for each domain of each product you want to run on the machine.

  • D. You need to install one Node Manager but use separate SSL certificates for each product when searching the network communication to the machine

Explanation

Question 39 of 91

1

39 . What does the Web Session Affinity feature of Active GridLink for RAC provide? (Checked)

Select one of the following:

  • A. It mandates that HTTP sessions must be stored in an Oracle RAC database for the highest throughput and availability.

  • B. It pins a connection to the thread associated with a web session such that subsequent connection reservations are significantly faster.

  • C. It stores a reference to the connection associated with an HTTP session in the session object.

  • D. It allows developers to modify how their web application reserves and releases database connections to allow enhanced performance.

  • E. It provides improved performance by associating a database connection with an HTTP session.

Explanation

Question 40 of 91

1

40. Which statement is FALSE regarding WebLogic Server 12c? (Checked)

Select one of the following:

  • A. Supports Java EE 6.0

  • B. Supports WebLogic Web Services 8.1 Application Environment

  • C. Includes a new Maven plug-in

  • D. Supports use of annotations in resource adapter class files

Explanation

Question 41 of 91

1

41. Which is the correct WebLogic Server distribution version to download if you want to install WebLogic Server 12c to run in 64 bit mode on a 64 bit Linux X86? (Checked)

Select one of the following:

  • A. Linux x86 with 64 bit JVM

  • B. ZIP distribution for Linux

  • C. Linux x86 with 32 bit JVM

  • D. Generic distribution

  • E. Network installer

Explanation

Question 42 of 91

1

42. Which WebLogic edition bundles JRockit Real Time? (Checked)

Select one of the following:

  • A. WebLogic Server Standard Edition

  • B. WebLogic Server Enterprise Edition

  • C. WebLogic Server Suite

  • D. WebLogic Server Grid Edition

  • E. WebLogic Server Cloud Edition

Explanation

Question 43 of 91

1

43. Identify three advantages of Active GridLink for RAC over multidata source. (Checked)

Select one or more of the following:

  • A. Isolates WebLogic from RAC changes

  • B. Has a simple configuration

  • C. Enables statement caching

  • D. Performs faster failure detection and failover

  • E. Is supported in WebLogic Domain Templates

Explanation

Question 44 of 91

1

44. Which two elements of the Java Enterprise Application Archive are required? (Checked)

Select one or more of the following:

  • A. EJB Archive

  • B. Deployment Descriptor

  • C. META-INF sub directory

  • D. Resource Adapter archive

  • E. Java library

Explanation

Question 45 of 91

1

45. A customer wants to improve the availability of a web application and provide more predictable scalability when scaling out the application. Which Feature of WebLogic should you recommend to help solve this problem? (Checked)

Select one of the following:

  • A. Oracle Web Grid

  • B. ActiveCache

  • C. Coherence Grid Edition

  • D. WebLogic Session Replication

  • E. Coherence Web Edition

Explanation

Question 46 of 91

1

46. Identify the three processes that customers can choose for patching WebLogic Server. (Checked)

Select one or more of the following:

  • A. Download patches from My Oracle Support and manage them using Smart Update.

  • B. Use Enterprise Manager to download patches from My Oracle Support and apply patches to WebLogic.

  • C. Download patches from My Oracle Support and manually modify the classpath of the application server (though it is not recommended).

  • D. Download patches from My Oracle Support and apply them using the WebLogic Admin Console.

  • E. Use the Admin Console to connect to My Oracle Support and download patches and then target them to the domain.

Explanation

Question 47 of 91

1

47. You want to configure WebLogic so that Managed Servers are restarted when they are in a FAILED state. Which three steps are necessary to accomplish this? (Checked)

Select one or more of the following:

  • A. Configure Node Manager on the machines where WebLogic Managed Servers need to be started/restarted.

  • B. Enable “Auto Restart” in the Node Manager Configuration.

  • C. Enable “Auto Kill if Failed” in the Node Manager Configuration.

  • D. Enable “Auto Kill if Failed” for the Managed Server in question.

  • E. Enable “Auto Restart” for the Managed Server in question.

Explanation

Question 48 of 91

1

48. Which four actions can you perform using the WebLogic Admin Console? (Checked)

Select one or more of the following:

  • A. Stop and start Managed Servers using the Node Manager.

  • B. Stop and start Coherence Servers using the Node Manager.

  • C. Create a WebLogic Domain Template.

  • D. Create and target JDBC connection pools.

  • E. Create and target WebLogic Diagnostic Framework Diagnostic Modules.

  • F. Change Java command-line parameters at run time.

Explanation

Question 49 of 91

1

49. What is the architectural benefit of keeping WebLogic Server transaction log in the database? (Checked)

Select one of the following:

  • A. Oracle does not allow replicating files between data centers, so keeping transaction log in database allows for replication.

  • B. Many transactions in WebLogic are database centric, so keeping log in database makes Two Phase Commit protocol possible.

  • C. It obviates the need to keep in sync two replication technologies (file and database) between data centers. The single replication technology is used for frequently changing data.

  • D. Transaction log in a file system is extremely slow so it cannot be efficiently replicated.

Explanation

Question 50 of 91

1

50. Which two tasks can be performed when WLST is in OFFLINE mode? (Checked)

Select one or more of the following:

  • A. Modifying the configuration of an online domain

  • B. Modifying the configuration of an offline domain

  • C. Viewing runtime performance data in ONLINE mode

  • D. Viewing runtime performance data in OFFLINE mode

  • E. Creating and extending domains

Explanation

Question 51 of 91

1

51. A web application is bound to the context named “/webapp” and the client uses the browser and makes a request to the resource http://server:port/webapp/ctxl/resource. Where do you place this resource inside the web application structure? (Checked)

Select one of the following:

  • A. In the subdirectory /WEB-INF/ctxl

  • B. In the subdirectory /META-INF/ctxl

  • C. In the subdirectory /ctxl in the root of the archive

  • D. in the subdirectory /ctxl/resource in the root of the archive

  • E. In the root of the archive

Explanation

Question 52 of 91

1

52. Which three JVM options would you add to investigate performance issues in a Hot-Spot JVM? (Checked)

Select one or more of the following:

  • A. -xx:+PrintGCDetails

  • B. -xx:+PrintGCTimeStamps

  • C. -xx:+HandlePromotionFailure

  • D. -verbose:gc

  • E. -server

Explanation

Question 53 of 91

1

53. You are configuring the data source for an Oracle database. You will need to specify a test table for WebLogic to test the status of the database. Which option should you choose? (Checked)

Select one of the following:

  • A. A table name which has 100s of records

  • B. A table name which has 10s of records

  • C. A table name which has empty records

  • D. A table name which has 1000s of records

  • E. Never use a table name

Explanation

Question 54 of 91

1

54. A customer needs to analyze an application that was developed for Oracle Application Server 10gR2 or 10gR3 (OC4J) in order to prepare to upgrade the infrastructure to WebLogic 12c. The customer wants to understand the changes required to be made to the application and how to configure WebLogic in to support the newly upgraded application. Which three actions would you recommend for upgrading the customer’s application and server configuration? (Checked)

Select one or more of the following:

  • A. Use Oracle Upgrade Manager to create a new WebLogic domain template from an OAS/OC4J installation and redeploy the application.

  • B. Use SmartUpgrade to analyze the OAS/OC4J server configuration and create WebLogic configuration files.

  • C. Use SmartUpgrade to analyze the application archive (EAR/WAR/JAR) Source Directory or IDeveloper project and generate a report that describes the areas of the application that need to be updated.

  • D. Use the Configuration Wizard to extend an existing WebLogic domain with OAS/OC4J support libraries and redeploy the application.

  • E. Use SmartUpgrade to generate application artifacts and deployment descriptors that can be deployed to WebLogic.

Explanation

Question 55 of 91

1

55. You want to create a WebLogic domain in a production environment. Which three actions should you perform? (Checked)

Select one or more of the following:

  • A. Use a multinode WebLogic domain.

  • B. Use a single-node WebLogic domain.

  • C. Use clusters.

  • D. Refrain from using clusters.

  • E. Install WeLogic in production mode with CA signed certificates.

Explanation

Question 56 of 91

1

56. You are configuring a JMS server with a need for load balancing the messages. To achieve the load balance you should _______and _______. (Checked)

Select one or more of the following:

  • A. Use regular queues and topics

  • B. Use distributed queues and topics

  • C. Not use subdeployments

  • D. Disable server affinity

  • E. Use message paging

Explanation

Question 57 of 91

1

57. Which two outcomes result when a domain is created in development mode? (Checked)

Select one or more of the following:

  • A. WebLogic server starts automatically upon the restarting of the machine

  • B. Each new cluster will automatically be created with two managed servers

  • C. boot.properties file automatically stored

  • D. Creation of an auto deploy folder used for the application to deploy automatically

  • E. Node Manager will be automatically configured

Explanation

Question 58 of 91

1

58. A customer has a web application with HTTP Sessions that need to be replicated to a backup site that is more than 100 miles away from the primary site, connected over the Internet. Which type of session replication in WebLogic is recommended? (Checked)

Select one of the following:

  • A. MAN Replication

  • B. WAN Replication

  • C. Synchronous Replication

  • D. Asynchronous Replication

  • E. Database Replication

Explanation

Question 59 of 91

1

59. Identify three reasons that explain why assigning more than one managed server achieves better performance than running one managed server with more resources? (Checked)

Select one or more of the following:

  • A. Thread management inside the JVM process might be less effective than context switching between processes on the OS level. It is better to combine both these technologies to achieve full saturation of resources.

  • B. Current CPUs are multicore units. So starting managed servers in the amount of physical cores and pinning them 1:1 to cores will always get the best performance.

  • C. By a combination of prioritization of processes on the OS level and Work Manager in WLS, one could tune the whole environment more precisely.

  • D. Assigning more than one managed server to hardware will never bring better performance.

  • E. More instances means more connections to databases, so one could serve more concurrent calls on the database level. This is primarily why this approach will give better performance numbers.

  • F. Depending on the profile of the application, having more JVMs with smaller heaps will lead to more predictable response times than fewer JVMs with a large heap.

Explanation

Question 60 of 91

1

60. Identify four valid requests in a RESTful service using JAX-RS. (Checked)

Select one or more of the following:

  • A. GET

  • B. PUT

  • C. UPDATE

  • D. DELETE

  • E. POST

  • F. REMOVE

Explanation

Question 61 of 91

1

61. You deployed a Java EE Shared Library and want to use it from an application that is also deployed on the same cluster. Which two manifest attributes must be specified at a minimum with corresponding values in the deployment descriptor of the application that requires (Checked)

Select one or more of the following:

  • A. Implementation-Version

  • B. Specification-Version

  • C. Extension-Name

  • D. Specification-Vendor

  • E. Implementation-Vendor

Explanation

Question 62 of 91

1

62. In WebLogic 10.3.6 and 12c, transaction logs can optionally write to a JDBC store instead of a file store on the file system. Identify the three benefits as a result of this capability.(Checked)

Select one or more of the following:

  • A. Simplified disaster recovery architecture and efforts

  • B. Better performance than writing logs to a file store

  • C. Common storage of transaction logs with application data

  • D. Common replication of transaction logs with application data

  • E. Higher transaction throughput

Explanation

Question 63 of 91

1

63. A WebLogic team is developing an enterprise application from their desktop WebLogic environment. All development systems are connected to the same eight data sources for testing. As a WebLogic Administrator supporting this team, which two actions should you perform to free the developers from creating and configuring all the data sources on their desktop WebLogic environment? (Checked)

Select one or more of the following:

  • A. Provide the team with a WebLogic domain template with the testing data sources configured.

  • B. Provide the development team with a preconfigured domain archive file.

  • C. Provide the development team with the [datasource] -jdbc.xml file to overwrite their local copy.

  • D. Create the data sources on behalf each of the developer.

  • E. Provide the development team with WLST scripts to create and configure the testing data sources.

Explanation

Question 64 of 91

1

64. Which two IDEs are supported development environments for WebLogic Server 12c in version 12.1.1? (Checked)

Select one or more of the following:

  • A. Websphere Developer Studio

  • B. NetBeans

  • C. InteliJ IDIA

  • D. JDeveloper

  • E. Eclipse

  • F. WebLogic Workshop

Explanation

Question 65 of 91

1

65. A customer stores environmental settings in the deployment descriptors of an application. Whenever they promote the application version from testing to the production environment, they need to open the archive and modify the deployment descriptor. This process is against their security policy. What approach should you recommend to leverage WebLogic features such that they do not have to modify the application archive for different environments? (Checked)

Select one of the following:

  • A. Keep environmental data in the global settings of domain and the application can read it from the domain where it runs.

  • B. Keep environmental data in Deployment Plan XML files. It allows you to change parameters in the deployment descriptor without opening the archive file.

  • C. Keep environmental data in the database because it is the most effective way of parameterizing the environment.

  • D. Keep archive in exploded format so the customer does not have to open the archive files.

  • E. Eliminate all environmental settings from the application. There should not to be any environmental settings in the application.

Explanation

Question 66 of 91

1

66. A customer wants to send JMS messages to a remote WebLogic server from a Java SE application over an unreliable network connection. Which feature of WebLogic JMS will enable the customer to send messages from a Java SE client to a JMS destination that is not always easily reached? (Checked)

Select one of the following:

  • A. SAF Target

  • B. SAF Imported Destination

  • C. SAF Client

  • D. SAF Server

  • E. Distributed SAF JMS

Explanation

Question 67 of 91

1

67. Which option must you choose to configure Node Manager on a machine (server or zone)? (Checked)

Select one of the following:

  • A. Configure one Node Manager per domain (for example, if there are two domains on one machine, then you will need to configure two Node Managers).

  • B. Configure one Node Manager per machine with any number of WebLogic instances running on it.

  • C. Configure one Node Manager per machine for all WebLogic, OHS, and OEM running on the same machine.

  • D. Configure one Node Manager for every WebLogic instance.

  • E. Configure two or more Node Managers for every WebLogic instance.

Explanation

Question 68 of 91

1

68. Which action cannot be done in a scripted, automated fashion using WLST? (Checked)

Select one of the following:

  • A. Collecting run-time metrics and sending an email if user-defined thresholds are exceeded

  • B. Configuring Clusters and Managed Servers

  • C. Starting Managed Servers using the Node Manager

  • D. Installing WebLogic binaries on a remote machine using Node Manager

  • E. Configuring a Managed Server on a remote machine where the Node Manager is installed but no other Managed Servers from the domain exist

Explanation

Question 69 of 91

1

69. A customer has a WebTrade application that initially uses the embedded LDAP to authenticate users. To enhance security, the customer decides to use OAM to authenticate some of the users against an external LDAP store. For this to work, a customer configured an OAM Authenticator, but was not sure what to select for the Control Flag. What Control Flag should the customer choose? (Checked)

Select one of the following:

  • A. OPTIONAL

  • B. REQUISITE

  • C. REQUIRED

  • D. SUFFICIENT

  • E. MANDATORY

Explanation

Question 70 of 91

1

70. In the absence of shared storage between cluster nodes, which two actions can you take to configure a High Availability architecture? (Checked)

Select one or more of the following:

  • A. Move domain logs to a highly available database.

  • B. Move server logs to a highly available database.

  • C. Move transaction logs to a highly available database.

  • D. Move JMS persistent stores to a highly available database.

  • E. Move error logs to a highly available database.

Explanation

Question 71 of 91

1

71. Which two options best describe how the Maven Plugin for WebLogic enables WebLogic to be effectively used in a Continuous Integration environment? (Checked)

Select one or more of the following:

  • A. Execution of unit and integration tests

  • B. Management of the life cycle of a WebLogic domain including creation, configuration, and server life-cycle management

  • C. Deployment and undeployment of applications

  • D. Java profiling

Explanation

Question 72 of 91

1

72. You deploy two different applications to the WebLogic container. One application use Xerces parser version A and the other application uses Xerces parser version B. Both these versions are different from the parser version that the WebLogic server uses internally. You want to use the Filtering Classloader feature to solve this problem. What action would you take to generate proper filtering Classloader entries? (Checked)

Select one of the following:

  • A. Modify the applications to use the same version that WebLogic uses internally.

  • B. Based on available examples of Filtering Classloader entries, try to modify get the proper entries.

  • C. Deploy and use the Classloader Analyzing Tool to resolve all conflicts with conflicting libraries. This tool will generate all proper entries.

  • D. Split the application into separate WebLogic containers and use different WLS versions of Xerces but identical that applications require.

  • E. Look for a WebLogic release that uses the same version of Xerces that the applications use.

Explanation

Question 73 of 91

1

73. When a critical error occurs, which module in Enterprise Manager will automatically collect diagnostics data from WebLogic Server? (Checked)

Select one of the following:

  • A. Reports

  • B. Compliance

  • C. Support Workbench

  • D. Asset Discovery

  • E. Visual creation of JDBC DataSource object to Oracle RAC

Explanation

Question 74 of 91

1

74. Which technology does WebLogic Server use to look up a WebLogic JMS resource? (Checked)

Select one of the following:

  • A. HTTP

  • B. JNI

  • C. JNDI

  • D. T3

  • E. LDAP

Explanation

Question 75 of 91

1

75. When you use WebLogic Management Pack EE, which three operations are enabled compared to managing WebLogic Server only through web console? (Checked)

Select one or more of the following:

  • A. Management of many WebLogic Server Domains from a single web console

  • B. Tracking changes in the configuration of WebLogic Domain

  • C. Automation of provisioning process in the new environment

  • D. Checking compliance with the licenses that a customer has

  • E. Visual creation of JDBC DataSource object to Oracle RAC

Explanation

Question 76 of 91

1

76. In a Java EE messaging application, one MDB is consuming a lot of memory at high traffic. What configuration should you use to prevent possible out-of-memory error at high traffic and at the same time not losing messages? (Checked)

Select one of the following:

  • A. Configure a Work Manager for the MDB with a Maximum Thread Constraint.

  • B. Configure a Work Manager for the MDB with a Minimum Thread Constraint.

  • C. Configure a Work Manager for the MDB with a Maximum Thread Constraint and a Capacity Constraint.

  • D. Configure a Work Manager for the MDB with a Minimum Thread Constraint and a Capacity Constraint.

  • E. Configure a Work Manager for the MDB with both a Maximum Thread Constraint and Minimum Thread Constraint.

Explanation

Question 77 of 91

1

77. A customer is developing a custom application that involves a multistep provisioning process for a new account. There is a custom Java client application that is generating multiple JMS messages as part of the process and sending them to the WebLogic tier where they are processed. Which three steps must you take to implement the solution to allow for scalability and parallel processing of multiple simultaneous provisioning requests while ensuring messages for an individual process are not delivered out of order? (Checked)

Select one or more of the following:

  • A. Update the client application that is creating the JMS messages to use Unit of Work.

  • B. Configure a WebLogic Cluster for Distributed JMS.

  • C. Update the client application that is creating the JMS messages to use Unit of Order.

  • D. Enable XA Transactions on the JMS Connection Factory used by the client application.

  • E. Enable Load Balancing on the JMS connection factory used by the client application.

Explanation

Question 78 of 91

1

78. You want to migrate an application that was developed for OAS/OC4J to WebLogic. The application uses Oracle Streams Advanced Queuing (AQ). You configured a Foreign JMS Server and Data Source but you are not able to send messages to the AQ destination and see them reach the database. Which two things are missing in this configuration? (Checked)

Select one or more of the following:

  • A. Nothing, there may be a network connection issue

  • B. A Foreign JMS Connection Factory

  • C. A JMS Bridge to map the JNDI of the Local JMS Destination to the remote AQ destination

  • D. A mapping of the Foreign JMS Connection Factory to the Data Source where AQ is configured and installed.

  • E. Oracle AQ Java EE Shared Libraries not deployed and referenced by your application

Explanation

Question 79 of 91

1

79. An airline is building a booking system for its premium and general customers. The goal is to ensure premium members are given higher access priority when user traffic is high. What configuration will achieve this goal? (Checked)

Select one of the following:

  • A. Configure a Work Manager for premium users with a Minimum Thread Constraint.

  • B. Configure a Work Manager for premium users with a higher fair-share-request-class.

  • C. Configure a Work Manager for premium users with a higher response-time-request-class.

  • D. Configure a Work Manager general users with a Maximum Thread Constraint.

  • E. Configure a Work Manager for premium users with a custom request-class.

Explanation

Question 80 of 91

1

80. In the area of Performance Management and Diagnostics, which feature is supported in Oracle Enterprise Manager 12c? (Checked)

Select one of the following:

  • A. Search information in logs across multiple domains

  • B. View different log information in single console location

  • C. Save current performance data as baseline to be used in comparison with future data

  • D. Provides single dashboard across multi-tier composite application

Explanation

Question 81 of 91

1

81. What type of Java EE application can be upgraded to WebLogic 12c using the Smart Upgrade tool? (Checked)

Select one of the following:

  • A. GlassFish

  • B. iAS

  • C. WebLogic Server 11g

  • D. JBoss

Explanation

Question 82 of 91

1

82. WebLogic Node Manager can be used to manage the life cycle of WebLogic servers. WebLogic Node Manager is installed and started _____. (Checked)

Select one of the following:

  • A. Per Machine

  • B. Per Domain

  • C. Per Managed Server

  • D. Per Admin Server

Explanation

Question 83 of 91

1

83. In WebLogic 10.3.6 and WebLogic 12c on ExaLogic, performance of JMS is further improved through _____ and _____. (Checked)

Select one or more of the following:

  • A. Web Session Affinity

  • B. Concurrent Request Manager

  • C. Coherence

  • D. Elastic Message Overflow

Explanation

Question 84 of 91

1

84. What are four benefits of recommended basic architecture? (Checked)

Select one or more of the following:

  • A. Good load balancing between Presentation Tier and Object Tier

  • B. Easy administration

  • C. Flexible Load balancing

  • D. Optimal performance

  • E. Simple security

Explanation

Question 85 of 91

1

85. Active Cache is the integration of Coherence and WebLogic Server. Which component is NOT part of this integration? (Checked)

Select one of the following:

  • A. Coherence*Web

  • B. Coherence*Extend

  • C. TopLink Grid with Coherence

  • D. Coherence cluster lifecycle management in WebLogic Server

  • E. Named cache dependency Injection

Explanation

Question 86 of 91

1

86. Which product has guaranteed messaging and transactional integrity for 100% reliability, over 25 years of use in the world’s largest transaction applications? (Checked)

Select one of the following:

  • A. Coherence

  • B. Tuxedo

  • C. JRockit

  • D. WebLogic Server

Explanation

Question 87 of 91

1

87. For real time event processing, which three clients can you use? (Checked)

Select one or more of the following:

  • A. Java

  • B. C++

  • C. .NET

  • D. REST

Explanation

Question 88 of 91

1

88. Which four steps are involved to use Active Cache Dependency Injection in a WebLogic Java EE application? (Checked)

Select one or more of the following:

  • A. Deploy Active Cache shared library

  • B. Declare dependency on the shared library

  • C. Declare all dependency injection entries

  • D. Package tangosol-coherence-override.xml in modules classpath

  • E. Package coherence-cache-config.xml in modules classpath

Explanation

Question 89 of 91

1

89. To use Active Cache features in WebLogic 12c, which three libraries are needed from the WebLogic Server installation to be deployed in WebLogic Server? (Checked)

Select one or more of the following:

  • A. coherence-work.jar

  • B. coherence.jar

  • C. active-cache-1.0.jar

  • D. coherence-web-spi.war

Explanation

Question 90 of 91

1

90. Oracle Coherence is best classified as _____? (Checked)

Select one of the following:

  • A. A Database Product

  • B. A Middleware Product

  • C. An Object Relational Mapping (ORM) Tool

  • D. A Soft Load Balancer

  • E. An Application Product

Explanation

Question 91 of 91

1

91. Which four service offerings are included in Oracle Public Cloud? (Checked)

Select one or more of the following:

  • A. Database Service

  • B. Data Service

  • C. Java Service

  • D. Security Service

  • E. .NET Service

  • F. SOA Service

Explanation