لا تريد أن تفوت شيئا؟

نصائح اجتياز امتحان الشهادة

آخر أخبار الامتحانات ومعلومات الخصم

برعاية وحديثة من قبل خبرائنا

نعم، أرسل لي النشرة الإخبارية

خذ اختبارات أخرى عبر الإنترنت

السؤال #1
The Configuration Wizard has a Node Manager option which, if selected, allows you to also configurea Node manager as you create your domain. Select two true statements about using theConfiguration Wizard to configure Node Manager. (Choose two.)
A. Launch the JDBCDiagnostics utility
B. Verify the Dependencies attribute of the data source
B. You are allowed to choose the location of the Node Manager home
C. View the target server’s JNDI tree in the console
C. You can select either the Java-based or script-based Node Manager
D. Verify that the application and data source have the same target
D. After the Configuration Wizard creates the domain, it automatically starts the configured Node Manager
عرض الإجابة
اجابة صحيحة: AD
السؤال #2
When creating a dynamic cluster, you have multiple options concerning how dynamic servers are distributed across machines in your domain. Identify three supported configurations. (Choose three.)
A. se all machines in the domain
B. se machines whose names match an expression
C. se a percentage of machines in the domain
D. se all machines in a subnet
E. se a single machine
عرض الإجابة
اجابة صحيحة: BDE
السؤال #3
Consider a cluster of four servers: ServerA, ServerB, ServerC, and ServerD. The cluster hosts a web application and is accessed using a proxy plug-in. This web application is configured to use in-memory session replication. A user is directed to ServerA. An HTTP session is established on ServerA and also replicated to ServerC, but ServerA subsequently fails. Which server will this user be redirected to?
A. erverD
B. erverB
C. one; the user will receive an error message
D. erverC
E. ny other available server
عرض الإجابة
اجابة صحيحة: D
السؤال #4
You have been tasked with replacing an existing WebLogic domain with a brand new installation aspart of a migration. The new server needs to use the previously created JDBC store that holdsexisting JMS messages.Which two configuration requirements do you need to comply with in order to make the transitionsuccessful? (Choose two.)
A. The channel is used for heartbeats so they do not interfere with replication communicationA
B. Each server in the cluster must have this named replication channel configured on it
B. The new domain name needs to be the same as the old domain it’s replacing
C. If no replication channel is configured, then sessions are persisted to the file system or the database
C. Duplicate the JMS and persistent store configuration in the new domain
D. The channel can be used for stateful session bean replication
D. The storage needs to be file based and not JDBC based
E. The channel cannot use a secure protocol
E. Set the prefix for the JDBC store table to the domain name
عرض الإجابة
اجابة صحيحة: AE
السؤال #5
You monitor a running JDBC data source with the console and note the following values: Current Capacity = 10 Current Capacity High Count = 20 Identify two plausible explanations for these metrics. (Choose two.)
A. he workload was lower than it is now
B. he statement cache size is 20
C. he pool size has increased
D. he statement cache size is 10
E. he pool size has decreased
F. he workload was higher than it is now
عرض الإجابة
اجابة صحيحة: EF
السؤال #6
The development group supplied you with the latest WAR file for the company web application. Ithas been thoroughly tested and needs to be placed into production. In the production file system,you copy over the previous WAR file with the new version. You log into the administration consoleand redeploy the application. Current uses continue to access the older version of the application,while new users are taken to the new version. Explain this scenario.
A. A server must be assigned a machineA
B. A server must be assigned a listen port
B. This is possible if the application is versioned by using the WebLogic Server feature called Production Redeployment
C. A server’s name cannot be changed after it is created
C. This is not possible
D. A server can be associated with a server template
D. This is not possible
E. Servers can have duplicate names as long as they have unique ports
F. A server must be assigned a listen address
عرض الإجابة
اجابة صحيحة: B
السؤال #7
You are responsible for installing and setting up WebLogic Server to support the development,testing, and production of an application. Each phase of the applications life cycle has differentscalability, performance, and security requirements. How will you implement this?
A. Use WebLogic Administration Console > ”server2” link
B. Use java weblogic
B. Create a single domain with three administration servers
C. You cannot, because attribute values are not inherited
C. Create a single domain with three managed servers
D. Use WLST
D. Create three domains
عرض الإجابة
اجابة صحيحة: C
السؤال #8
Which two statements are characteristics of the Reconfiguration Wizard? (Choose two.)
A. Include the JAR file as an optional packageA
B. Deploy the JAR file as an EJB
B. The Reconfiguration Wizard allows you to change the domain mode
C. Deploy the JAR file as a shared library
C. The Reconfiguration Wizard allows you to select a different Java JDK
D. Place the JAR file in the lib folder of the domain
D. The Reconfiguration Wizard does not allow the reconfiguration of JDBC data sources
E. Deploy the JAR file to the administration server
E. You can upgrade only a domain which is running WLS 10
F. Add the JAR file to the CLASSPATH of the domain servers by editing the domain’s seyDomainEnv
G. Deploy the JAR file as another web application
H. Deploy the JAR file as a web service
عرض الإجابة
اجابة صحيحة: DE
السؤال #9
The admin server's domain files were backed up by using the tar command on Linux. The admin server crashes and the domain files become corrupted. The domain files are restored from the backup. You try and start the admin server by using the usual domain start script. The script does not run. The error is ''permission denied''. How should you troubleshoot this?
A. heck the ownership and file system permissions of the start script
B. nsure you are currently logged in as a WebLogic Server administrator before running the script
C. top any running managed servers and then start the admin server
D. fter the restoration of a domain, you must start the admin by using WLST
E. e sure to start the admin server as the root user
عرض الإجابة
اجابة صحيحة: A
السؤال #10
You are using the Embedded LDAP that is supplied by Oracle WebLogic Server. Which threestatements are true? (Choose three.)
A. async_replicatedA
B. async_jdbc
B. The Embedded LDAP cannot be used in a production environment
C. replicated
C. The Embedded LDAP uses the file system to store WebLogic security provider data
D. async_memory
D. The Embedded LDAP uses the database to store WebLogic security provider data
E. cookie
E. The Embedded LDAP can be used to store user, group, security roles and security policies for the WebLogic security providers
F. file
G. replicated_if_clustered
عرض الإجابة
اجابة صحيحة: ABC
السؤال #11
Consider a WebLogic Java EE application that uses a JDBC data source.Which three steps would the application developer typically write code to perform? (Choose three.)
A. PropertiesA
B. Credentials
B. Add a new connection to the data source if none are available
C. Username
C. Close the connection to return the connection to the data source
D. Login
D. Request a connection from the data source
E. URL
E. Look up the data source using the JNDI name
عرض الإجابة
اجابة صحيحة: ADE
السؤال #12
You start a managed server by running a start script at the command line. The server fails to start. Totroubleshoot this failure, you look at the window in which the script ran. One of the messages formthe server says: boot identity not valid.What do you do before running the script again?
A. Check the ownership and file system permissions of the start scriptA
B. Ensure you are currently logged in as a WebLogic Server administrator before running the script
B. Update the credentials in the boot identity file
C. Stop any running managed servers and then start the admin server
C. Update the credentials in the start script
D. After the restoration of a domain, you must start the admin by using WLST
D. Create a boot identity username and password by using the administration console
E. Be sure to start the admin server as the root user
E. The boot identity file does not exist
عرض الإجابة
اجابة صحيحة: B
السؤال #13
While using the Configuration Wizard to create a new domain, you do not set the Listen Address forthe administration server and accept the default value. What is the result?
A. Option AA
B. Option B
B. The server binds to localhost
C. Option C
C. The server prompts for an address when it is started the first time
D. Option D
D. The server attempts to bind to all network interfaces on the host OS
E. Option E
عرض الإجابة
اجابة صحيحة: B
السؤال #14
Select two true statements about WebLogic Server’s role in transaction management. (Choose two.)
A. Data sources are targeted to a domain
B. Data sources are bound in the JNDI tree of a server
B. WebLogic Server can act as the transaction manager for multiple transactional resource managers during a distributed transaction
C. Data sources are based on the JMS specification
C. WebLogic Server supports transactional work managers
D. A data source contains a connection pool
D. Starting with WebLogic Server 12c, you can create two kinds of clusters: the standard cluster, as in previous versions, and the new transactional cluster
E. A domain requires at least one data source
E. WebLogic Server supports transactional Enterprise Java Beans
عرض الإجابة
اجابة صحيحة: AC
السؤال #15
You successfully deployed an application on WebLogic 12c but notice that its deployment name isdifferent than what you expected.After checking various places and making multiple deployment attempts, you decide to be on thesafe side and just use the method that takes precedence over the others when setting thedeployment name. Which method should you use to override the default deployment name?
A. Proxy plug-in or hardware load balancerA
B. Configured or dynamic cluster
B. Configure the element in web
C. Replicated or persistent HTTP sessions
C. Run weblogic
D. Unicast or multicast communication
D. Set a computed name based on the deployment source file
E. Single or multiple domains
E. Set the element in application
عرض الإجابة
اجابة صحيحة: E
السؤال #16
Consider a domain that includes a Node Manager home directory. One way to enroll each NodeManager with your domain is with the WLST command nmEnroll().Select the two scenarios where you do not need to use this command to perform the same task?(Choose two.)
A. The Fast Connection Failover (FCF) pattern, which allows rapid failure detection, is enabledA
B. The more sophisticated runtime connection load balancing (RLCB) is used; without SCAN, load balancing reverts to a simple round-robin scheme
B. You create a managed server template by using the pack utility
C. SCAN is required for the GridLink data source to use an XA driver
C. Use the administration console
D. The database URL is shorter because it contains one SCAN alias and port as opposed to a host and port for each RAC node
D. Use the script enrollNodeManager
E. The data source configuration does not need to be updated when new nodes are added to the RAC cluster
عرض الإجابة
اجابة صحيحة: AC
السؤال #17
You want to configure an LDAP authentication provider in your domain. Which three pieces ofinformation must you obtain from your LDAP administrator? (Choose three.)
A. Under the managed server's Services configuration select “JDBC” as the type for the transaction log store
B. Under the managed server's Services configuration, select “Disable the Default Store”
B. connection pool maximum size
C. Create a non-XA data source in the domain for the database transaction log
C. base DN for group objects
D. Create an XA data source in the domain for the database transaction log
D. realm name
E. host name and port
عرض الإجابة
اجابة صحيحة: CDE
السؤال #18
You are running WebLogic Server under a 64-bit HotSpot JVM.You edit your domains setDomainEnc.sh script to update the minimum and maximum heap sizes asfollows:USER_MEM_ARGS=-Xms32meg Xmx150megExport USER_MEM_ARGSYou try to start a managed server by running the domain start script at the command line. The serverfails with the message:Invalid initial heap size: -Xms32megWhy does the server fail with that message?
A. You cannot do this from the admin console
B. In the Monitoring > Performance tab, click Dump Thread Stacks
B. For performance reasons, the minimum heap size and maximum heap size should be the same value
C. In the Monitoring > Threads tab, click Dump Thread Stacks
C. The parameter value was entered incorrectly
D. In the Monitoring > Performance tab, click Garbage Collect
D. The parameter value was entered incorrectly
E. In the Monitoring > Performance tab, click GC
E. The parameter value was entered incorrectly
عرض الإجابة
اجابة صحيحة: C
السؤال #19
Over time your server log files have increased in size to over 500 MB. Identify three techniques tohelp decrease the size of these log files. (Choose three.)
A. You are using the Configuration Wizard to configure a script-based Node Manager
B. The configuration Wizard prompts you to change the default Node Manager configuration values
B. Redirect standard output to the log
C. The configuration Wizard bypasses all Node Manager Configuration
C. Increase the rotation time
D. You are using the configuration Wizard to configure a Java-based Node Manager
D. Create and use a custom log filter
E. You must manually copy the Node Manager files generated by the configuration Wizard into Node Manager home
E. Decrease the rotation file size
عرض الإجابة
اجابة صحيحة: BCE

عرض الإجابات بعد التقديم

يرجى إرسال البريد الإلكتروني الخاص بك والواتس اب للحصول على إجابات الأسئلة.

ملحوظة: يرجى التأكد من صلاحية معرف البريد الإلكتروني وWhatsApp حتى تتمكن من الحصول على نتائج الاختبار الصحيحة.

بريد إلكتروني:
رقم الواتس اب/الهاتف: