You use a web browser to log in to a application that is deployed to WebLogic server. When you click a link named "publish" on the site, an Access Denied" message appears.
Which two statements are true about this server's security configuration?
A. The application is not associated with any security roles.
B. A security realms is not configured in this domain.
C. Your user account has expired.
D. Your user account exists in an authentication provider.
E. A security policy is attached to the "publish" link URL.
You are in the process of planning a deployment in which a single WebLogic cluster will host a web application. There are several options to consider.
Which is not a valid decision?
A. Proxy plug-in or hardware load balancer
B. Configured or dynamic cluster
C. Replicated or persistent HTTP sessions
D. Unicast or multicast communication
E. Single or multiple domains
Which machines can be configured by using the configuration Wizard?
A. machine and Windows machine
B. administration machine and managed machine
C. machine and UNIX machine
D. stand -alone machine and cluster machine E. RDBMS machine and LDAP machine
You set up two network channels for server -to-server communication. You want channel x to be used more than channel Y, so you give channel x a higher channel Weight. You want to see if indeed channel X is used more.
You use the administration console and look at both channels under each one's Monitoring tab. What scenario would best assure you that channel x has an overall higher connection rate?
A. Channel X Bytes Sent is higher.
B. Channel X Bytes Received is higher.
C. Channel X Accept Count is higher.
D. Channel X Connections is higher.
In memory replication in your cluster seems to be slow. You decide to create a replication channel for your cluster. Which two statements are true? (Choose two.)
A. The channel is used for heartbeats so they do not interfere with replication communication
B. Each server in the cluster must have this named replication channel configured on it
C. If no replication channel is configured, then sessions are persisted to the file system or the database
D. The channel can be used for stateful session bean replication
E. The channel cannot use a secure protocol
You are running WebLogic Server under a 64-bit HotSpot JVM.
You edit your domain's setDomainEnc.sh script to update the minimum and maximum heap sizes as
follows:
USER_MEM_ARGS=”-Xms32meg –Xmx150meg”
Export USER_MEM_ARGS
You try to start a managed server by running the domain start script at the command line. The server fails
with the message:
Invalid initial heap size: -Xms32meg
Why does the server fail with that message?
A. The minimum heap size for a 64-bit JVM is 64 Megabytes
B. For performance reasons, the minimum heap size and maximum heap size should be the same value
C. The parameter value was entered incorrectly. The correct value is: “-Xms32m –Xmx150m”
D. The parameter value was entered incorrectly. You must enter memory parameter values in Kilobytes
E. The parameter value was entered incorrectly. The correct value is: “-Xms:32meg – Xmx:150meg”
You start a managed server by running a start script at the command line. The server fails to start. To
troubleshoot this failure, you look at the window in which the script ran. One of the messages form the
server says: "boot identity not valid".
What do you do before running the script again?
A. Add the option to the start script that allows servers to be started without credentials
B. Update the credentials in the boot identity file
C. Update the credentials in the start script
D. Create a boot identity username and password by using the administration console
E. The boot identity file does not exist. Create one.
The Configuration Wizard has a Node Manager option which, if selected, allows you to also configure a Node manager as you create your domain.
Select two true statements about using the Configuration Wizard to configure Node Manager. (Choose two.)
A. You are required to enter the username and password for accessing Node Manager
B. You are allowed to choose the location of the Node Manager home
C. You can select either the Java-based or script-based Node Manager
D. After the Configuration Wizard creates the domain, it automatically starts the configured Node Manager
Over time your server log files have increased in size to over 500 MB. Identify three techniques to help decrease the size of these log files. (Choose three.)
A. Increase the severity level
B. Redirect standard output to the log
C. Increase the rotation time
D. Create and use a custom log filter
E. Decrease the rotation file size
Identify three capabilities of the non-default LDAP authentication providers included in WebLogic Server. (Choose three.)
A. adding a user to a group
B. creating a new group
C. changing a user's password
D. validating a user's password
E. creating a new user
F. identifying the groups for a user