Document1

  • Upload
    maddy

  • View
    47

  • Download
    27

Embed Size (px)

DESCRIPTION

crap carpap asdf

Citation preview

Exam : 1Z0-102 Title : Oracle Weblogic Server 11g: System Administration I Versi on : V10.02 1.Which two statements are true about java EE shared libraries? A. A shared libr ary cannot be deployed to a cluster. B. An application that is targeted to serve r1 can use a shared library that is t argeted to server 2. C. Multiple versions of the same shared library can be deployed and be active at the same time D. A s hared library is referenced through an application's deployment descriptor . Ans wer: C,D 2.Refer to the Exhibit. You use the Start button in the administration console to start managed2 success fully. Which two statements must be true.? A. Managad2 is part of a cluster. B. The Administration Server is running. C. Manag ed2 has applications deployed to it. D. The Node Manager for machine2 is configu red and running. E. The Node Manager for the Administration Server machine is co nfigured and runn ing. Answer: B,D 3.Within your data center, the Administration and Managed Servers utilize a shar ed, central storage device, which server s a ccess via NFS. In this scenario, your application files no longer need to be cop ied to servers across the network. Which server attribute allows you to override this behavior? A. Startup Mode B. Staging Mode C. Root Directory D. Listen Addr ess Answer: B 4.An EJB application is targeted to a cluster. Remote EJB clients can therefore take advantage of WebLogic Server s load balancing and failover ca pabilities. However, a proxy server exists between the clients and the cluster, which perfor

ms IP address translation. Which cluster attribute should you modify to ensure t hat load balancing and fail over work correctly? A. B. C. D. E. Multicast Addres s Persistent Store Cluster Address Migration Basis Replication Channel Answer: B Correction: C 5.You run the default startmanageWeblogic (.cmd in Windo ws) script as shown here : startmanageWeblogic.sh server1 http://192.168.1.102:8 001. What does this do? A. It starts the administration 8.1.102.8001. B. It star ts the managed server .8001. C. It starts the managed server 92.168.1.102.8001. D. It starts the Managed Server ning at 192.168.1.102:8001. Answer: D 6.An appli cation requires a JDBC data source, which you create in the domain. Yo u name it but the administrator allot another domain name the same data source Datasource B. Without modifying either domain, which is the best method to ensure that the app lication deploys successfully in both? A. Create B. Create C. Create D. Modi fy Answer: B a separate application archive to use with each domain. a separate deployment plan file to use with each domain. and register a custom deployment l istener. the application code to determine the current domain. server named serv er1, which is running at 192.16 named server1, which is running at 192.168.1.102 named server1 whose Node Manager is running at 1 named server1 whose Administra tion Server is run 7.Identify three options for Keystores in a server's configuration. A. Demo Iden tity and Demo Trust B. Demo Identity and Java Standard Trust C. Java Standard Id entity and Custom Trust D. Custom Identity and Demo Trust E. Custom Identity and Custom Trust F. Custom Identity and Command Line Trust Answer: A,B,E Correction : A, E, F 8.When installing Oracle Weblogic Server 11g with the graphical instal ler, which three statements are true?

A. You must choose either a typical or a custom installation. B. You install und er Microsoft Windows because the graphical installer is availa ble only for Wind ow C. You may create a new middleware home directory or choose an existing one. D. You must register for critical security updates. E. You may install a JDK or choose one that was previously installed. Answer: A,C,E 9.Each domain has a dire ctory called servers that contains subdirectories for ea ch server in the domain . Your domain has a managed server named managed1. When will the managed1 direct or y be created? A. When B. When C. When D. When Answer: the the the the A manag ed1 server is defined in the configuration Wizard domain is created administrati on server comes up for the first time managed1 server1 comes for the first time Correction: D. 10.Identify three properties required by the domain Configuration Wizard when cr eating a new domain. A. machine name B. Managed Server name C. d omain startup mode D. domain name E. administrator username and password Answer: C,D,E 11.Which two statements are true about adding servers to a cluster? A. Wh en you create a cluster, you must add at least one server to it. B. Only managed servers can be in a cluster. C. The administration server is automatically adde d to a new cluster. D. You must explicitly identify which servers belong to the cluster. Answer: A,B Correction:B, D 12.Consider a single JMS module that includ es a connection factory as well as qu eue. Based on your system s requirements, the connection factory needs to be made ava ilable to all servers in the domain. The queue, on the other hand, can be targeted to only a single JMS s erver doma in. What is the best way to achieve the desired JMS setup? A. Create two subdepl oyments within the JMS module. B. Target the JMS server to the JMS module. C. Ta rget the JMS module to the entire domain. D. Replace the queue with a topic. Ans wer: A Correction: C 13.Which three attributes are part of the configuration of an existing Managed S erver and can be modified

through the" administration console? A. name of the server B. the cluster it is in C. the machine it runs on D. its replication group E. whether it is in Develo pment Mode or Production Mode F. that it should become the Administration Server for the domain Answer: B,C,D 14.Which can be associated with multiple domains? A. B. C. D. Cluster Server Log Node Manager Administration Server Answer: C 15.Identify two supported methods of deploying a JMS module to a domai n. A. Create a module by using the administration console. B. Load a module into the WebLogic database. C. Include a module file within a web application archiv e. D. Include a module file within an enterprise application archive. E. Define a module within an existing JDBC module. Answer: C,D 16.Which statement is true about the java Node Manager? A. It runs on Windows not on Linux B. In its secure form, it uses one-way SSL. C. It does not use the nodemanager.domains file, whe reas the script-based Node M anager. D. Unlike the script based Node Manager, it should not be run as an operating sy stem service Answer: B 17.Which two statem ents are true about a WebLogic domain? A. It is the basic administrative unit of WebLogic Server. B. It is an optional administrative construct to organize grou ps of WebLogic C. Administration Servers are defined within a domain, but Manage d Servers D. You must first have a domain to define a WebLogic Server cluster. E . Every domain has one Administration Server and at least one managed server Ans wer: A,D 18.Which two statements are true about multicast communication within a cluster? A. Multicast can be used for cluster heartbeat messages. B. Multicast is used to replicate session state between servers. C. Multiple clusters can sha re the same multicast address and port. D. You may disable multicast on individu al cluster members. E. Multicast traffic is often limited to a single subnet. An swer: A,E 19.Identify two true statements about an Oracle WebLogic Server JMS Co nnection F actory.

A. A default JMS Connection Factory exists and is named weblogic.jms.connections B. A Connection Factory can be targeted to only one WebLogic Server. C. A JMS C onnection Factory's Default Priority and Default Time-to-Live attribut e cannot be modified after the Connection Factory is created. D. A JMS Connection factory can be created as a system module resource within th e administration console. Answer: C,D 20.In WLST, you enter the shutdown () command with no arguments. Whi ch statement is true in this case? A. The server you are connected to will shut down. B. The command does a "Force" shutdown. C. The command blocks user interac tion. D. The command has timeout of 30,000 milliseconds. Answer: A 21.Which thre e statements are true about WebLogic users and groups? A. A user is associated w ith a single security provider. B. A user can be a member of several groups. C. A group can contain other groups. D. A group consists of a name and a password. E. A group is associated with multiple security providers. F. Both users and gro ups are assigned a keystore. Answer: B,C,E Correction: A, B, C 22.Your productio n JMS server and/or its consumers are not able to handle the in coming message w orkload. The number of messages on the server never stabilizes and the server e ventually becomes overload. Which JMS server attribute will best help prevent th e JMS server from being over loaded by producers? A. Producer Pause High B. Mess ages Threshold High C. Reconnect Polity D. Paging Directory E. Pool Maximum Capa city Answer: B 23.Which three statements are true about WebLogic clusters? A. Cl usters provide clients with transparent failover. B. EJB applications can be tar geted to an entire cluster. C. All cluster members must bind to the same port nu mber. D. Cluster members replicate application data by using heartbeats. E. Clus ter members can be associated with one or more domains. F. Web applications requ ire a proxy in order to be used in a cluster. Answer: A,B,C

Correction; A, B, D 24.Which three statements are true when an Administration Se rver is compared to a managed server? A. A domain must have at least one of each type of server. B. Administration Server keeps a domain log, but a Managed Serv er does not. C. A Managed Server keeps a server log, but an Administration Serve r does not. D. When a Managed Server comes up, it asks its Administration Server for the lat est configuration. E. An Administration Server manages the domain c onfiguration. F. JEE applications are deployed only to a Managed Server. Answer: D,E,F Correction; B, D, E 25.Which three tasks can be performed by the Node man ager? A. Start a server. B. Define a node server. C. Host the Node Manager conso le. D. Automatically restart a failed server. E. Kill a failed application on a server. F. Kill the process of a server that did not shut down properly. Answer: A,D,F 26.You have successfully created a global data source and connection pool via th e administration console. In which directory relative to the domain will this new data source and connecti on pool definition located? A. in a B. in a C . in a D. in a E. in a Answer: directory directory directory directory directory D named named named named named config/dataSource config/connPool config/resour ces config/jdbc config 27.What is the maximum number of targets (standard or migrate) that you can conf igure for a JMS server? A. 0 B. 1 C. 2 D. No limit Answer: D Correction: B 28.Y ou are deploying a web application called inventory.war. It has been install ed and has the Stat* "Prepared." It is targeted to the Managed Server named managed 1. The web applica tion's context route is /inventory and the starting page is i ndex.jsp However, you want to test the application before allowing end users acc ess to it

. In the administration console, you select inventory-war, and then select Start and "Servicing only adm inistration requests. In your web browser, you need to enter a host and port followed by /inventory/in dex.jsp. What host and port woul d you use? A. managed, host and port B. Administration Server host and port C. M anaged1 host and Administration port D. Administration Server host and Administr ation port Answer: D 29.You deployed a simple web application WAR by using the a dministration console . Its state is currently "Active." In the administration c onsole, under Configuration of the application, you chang e some deployment desc riptor values. What happens when you save such changes? A. The changes are in me mory and temporary B. This is not possible because changes cannot be made to an "Active" applicatio n. C. You are prompted to select a location for a new deploy ment plan where the cha nges will be stored. D. The archive is opened and new ve rsions of the deployment descriptors are plac ed within it. Answer: C 30.Your se rver includes an application that uses a generic JDBC data source to c onnect to a database. However, the network connection between the server and the database is not 100% reliable. You wish to avoid scenarios in which the application fail s due to a failed JDBC connection. Identify two data source attributes to help a ccomplish this. A. Statement Cache B. Pool Reserve Mode C. Test Table Name D. Te st Connection Mode E. Test Connections on Reserve Answer: A,E Correction; C, E 3 1.You have selected Configuration Archive Enabled for the domain. When a config uration change and activated, where is the previous version of the configuration archived? A. in the B. in the C. in the D. in the E. in the Answer: E Oracle da tabase config directory pending directory console-ext directory configArchive di rectory

32.When a typical application utilizes a JDBC data source, the process involves several steps. Identify three of these steps. A. The application returns the con nection to the data source. B. The application looks up the data source using th e JNDI name. C. The application tests the connection to verify the database's av ailability. D. The application adds a now connection to the data source if none are availabl e. E. The application requests a connection from the data source. A nswer: B,C,E Correction: A, B, E 33.As an Oracle WebLogic Server administrator, you are given an EAR file applica tion to deploy. Identity three reasons for cre ating an EAR file first. A. After the .ear file has been deployed, the developer will not have to ask for your assistance to deploy it again. B. The EAR file is created to avoid namespace clashes in the Java code. C. The EAR file can contai n multiple WAR, EAR, and other resources to easily bun dle together. D. The EAR file is required if you are deploying an application. E. The EAR file can declar e application-wide security roles definitions. Answer: C,D,E Correction: B, C, E 34.Identify three types of JMS resources that can be configured as a part of a J MS module. A. JMS Distributed Destination B. JMS Connection Factory C. JMS Dat a Source D. JMS Destination E. JMS Server Answer: A,B,E Correction: A, B, D 35.A managed server, myserver1, has a boot.properties file in the security direc tor y. It was started with the startManageWeblogic.sh script(.cmd in windows) and hi s boot.properties file was used for its startup credentials. You just used the a dministration console to change all administrator passwords. To continue using b oot.properties, what can you do? A. This is not possible. A boot.properties file can be used only with the Admini stration Server. B. Delete boot.properties. In the administration console, under the myserver con figuration, select Generate Boot Identity file. C. You need not do anything-The password in boot .properties was automatically u pdated by administration console when you changed the passw ord. D. Edit boot.propetties. Type over the encrypted password with the new pass word in clear text. The next time myserver1is started, it will encrypt the passw ord in the file.

E. Delete boot .properties. Use the WLST encrypt () command to create a new boot .properties file containing the new password. Copy that file into the security directory of myser ver1 Answer: D 36.Refer to the Exhibit. Which three statement s are true about using the administration console to shut d own a server? A. The configuration must first be locked. B. The choice "Force Shutdown Now" drops in -work requests. C. Both the choices, "When work completes" and "Force Shutdown N ow", reject any new requests. D. The choice "When work completes" allows in work requests to complete before t he server down. E. The administration console can be used to shut down Managed Servers, such as managed not the Administration Se rver. Answer: A,B,D Correction: B, C, D 37.Your company is developing batch orde r system that utilities JMS. Each order message that is created will be broadcas ted to and consumed by several order processing and billing appl ications. As pa rt of configuring the domain that will support this system, which type of J MS d estination resource should you create? A. Grid B. Queue C. Topic D. Batch E. Cli ent Answer: C 38.You monitor a running JDBC data source with the console and not e the followin g values: Current Capacity = 10 Current Capacity High Count = 20 Identify two plausible explanations for these metrics. A. The pool size has incr eased. B. The pool size has decreased. C. The workload was higher than it is now . D. The workload was lower than it is now. E. The statement cache size is 10. F . The statement cache size is 20. Answer: B,C 39.Identify the server attributes that you must configure to communicate with th e server via HTTPS.

A. SSL Listen Address B. SSL listen Port C. SSL Listen Port Enabled D. Productio n Mode Enabled E. Startup Mode Answer: B 40.You are creating a new domain by usi ng the Configuration Wizard, based solely on the Basic WebLogic Server Domain pr oduct (no template). Select three resources that you ca n create while still in the Configuration Wizard. A. Administration Server B. Managed Server C. Data Ser ver D. JMS Server E. Cluster F. Domain Log Answer: A,B,E 41.Which three statemen ts are true about the administration console? A. The administration console cann ot be disabled. B. The context path of the administration console may be changed . C. The administration console may be extended. D. If a domain is in Developmen t Mode, the administration console no longer requ ires an administration-level u ser when logging in. E. If a domain is in Production Mode, access to the adminis tration console must be made through secure port. F. If the domain's Administrat ion Port is enabled, access to the administration console must be made only thro ugh that port. Answer: B,C,D 42.Which three statements are true about deployment plans? A. A plan is an XML file. B. A plan is packaged within an application ar chive. C. You can generate a new plan with the administration console. D. A plan is a required to deploy EJB applications and modules. E. A plan may override va lues in an application's deployment descriptors. F. A single application deploym ent can be associated with multiple plans. Answer: A,C,E 43.All the servers in y our domain are running. After you connect to the Administration Server in WLST y ou run the following com mand, which completes with no error: Progress = deploy (appName = salesapp , path = sales.war , target = managed1, ma naged2 , planpath = plan.xml ) Which two statements are true? A. B. C. D. The web application is now "Active." The command creates new deployment plan called plan.xml. In the ad ministration console, the name of this deployment is sales.war. The web applicat ion has been targeted to managed1, managed2, and the Administ

ration Server. E. You can view the status of the deployment by sending a message to the object named progress. Answer: A,E Correction: B, C 44.Your task is to c reate and start a managed server on a remote computer (a com puter other than th e one where the domain has been created and the Administration server is current ly running). So far you have: Created the managed server, called startmanaged1, in the administration console Created a managed server" JAR file template by usi ng the pack command or, the Ad ministration server computer. Which order of step s on the remote computer will successfully finish your task? A. Copy the JAR fil e from the Administration Server computer. Run the unpack command on the JAR fil e. In the new domain folder created by the command, start managed: by using the sta rtManagedWebLogic. sh script (. cmd in Windows), which is found under its bi n directory B. Install WebLogic Server. Copy the JAR file from the Administratio n Server computer. Run the unpack command on the JAR file. In the administration console, under the Control tab, select managed1 and click the Start button. C. Install WebLogic Server. Copy the JAR file from the Administration Server comput er. Run the unpack command on the JAR file. In the new domain folder created by the command, start managed1 by using the Log ic. sh script (. cmd in Windows), w hich is found under its bin directory. D. Install WebLogic Server. Copy the JAR file from the Administration Server computer. Run the unpack command on the JAR file. In the new domain folder created by the command, startmanaged1 by using th e startManagedWeblogic.sh script (. cmd in Windows), which is found under its bi n directory. Answer: D 45.Identify three attributes of a WebLogic cluster. A. Li sten Address B. Cluster Address C. Cluster Factory D. Messaging Mode E. Servers F. Targets Answer: B,D,E 46.A client accesses a web application named companysto re that is running on Web

Logic Server. After adding several items to the shopping cart, the host server c rashes. The client i s automatically redirected to another server by a proxy, bu t the shopping cart is now empty. Which WebLogic Server feature would you enable to remedy this situation? A. Application Persistence B. Message Persistence C. Session Replication D. Dynamic Failover E. Stateful Pooling Answer: C 47.Which t hree statements are true about the Change Center in administration con sole? A. The Change Center has a link to view the changes made so far. B. The Change Cent er is available only in a Production Mode domain. C. The Change Center has a lin k to view any servers that need to be restarted. D. After activating the changes to a server's configuration, you must always res tart that server. E. In a Deve lopment Mode domain, the configuration lock can be acquired automati cally. F. C hanges must always be activated before they can be undone. Answer: A,C,F Correct ion: A, C, E 48.Identify two methods for utilizing WebLogic Server's production redeployment feature. A. Specify a version identifier when deploying the applica tion. B. Include a version identifier in the application's manifest file. C. Pro vide a version identifier when running the Plan Generator tool. D. Include a uni que context root in the application's descriptor files. Answer: A,B 49.Identify four attributes of a JDBC data source. A. URL B. Targets C. JNDI Name D. Deliver y Mode E. Database Driver F. Server Log Answer: A,B,C,E 50.Identify two reasons for defining machines and assigning servers to them in W eblogic Server. A. A ma chine can be the proxy to a cluster. B. A machine definition is required to conf igure the Node Manager. C. To reference an instance of WebLogic Server, you must know its machine and po rt. D. Machine is a required organizational unit. A dom ain contains machines and mac hines contain servers. E. WebLogic Server uses ser ver machine assignments to help it choose servers in a cluster on which to repli cate session state. F. The machine's Cluster Weight attribute may be used by loa d balancers to help them determine how often to send requests to servers assigne d to that machine.

Answer: B,E 51.The computer that the Administration Server was running on has cr ashed and ca nnot be restarted. Which three steps are required to bring up the A dministration Server on the back up computer? A. Move the crashed computer's IP address to the backup computer. B. Have WebLoqic Server installed on the backup computer. C. Have a copy of the configuration and security files of the domain o n the back up computer. D. Shut down the managed servers of the domain. E. Start the Administration Server on the backup computer. Answer: B,C,E 52.You received a signed certificate from a Certificate Authority and you wish t o use the keyt ool command-line utility to store it in your keystore. Which command of keytool woul d you us A. genkeypair B. importcert C. gensockey D. importkeystore E. stor epasswd Answer: B 53.YCMJ are viewing the deployments in the administration cons ole. A web applica tion that is targeted to the Managed Server named server01 ha s a State of "Now." Which statement best explains this State? A. Server01 is B. Sarver01 is C. Server01 is D. Server01 is E. Server01 is F. Server01 is ing requ ests. Answer: C running and the application has been installed. shut down and th e application has been installed. running and the application has not been insta lled. shut down and the application has not been installed. running and the appl ication was installed for the first time. running and the application has been i nstalled, but is not servic 54.Which three tasks are required to use JDBC session persistence for a web appl ication? A. Enable automatic migration on each server. B. Create the session da tabase table. C. Configure SSL on each server. D. Edit the weblogic.xml descript or. E. Create a multi data source. F. Create a JDBC data source. Answer: B,D,F 5 5.Which three statements are true about the default behavior of WebLogic Server

proxy plug-ins? A. The proxy will pin a client to a specific server if a session cookie is creat ed. B. The proxy fails over to another server if a connection o r request times out. C. The proxy distributes requests to cluster members based on their CPU usage. D. The proxy dynamically learns the latest locations of clus ter members. E. The proxy always uses SSL, regardless of the client's protocol. F. The proxy replicates session data to its backup proxy. Answer: A,B,D 56.Refer to the Exhibit What is the meaning of the yellow triangle icon next to Listen A ddress? A. This attribute has no value. B. The server must be running to change this attribute. C. The server must be shut down to change this attribute. D. The server must be restarted for a change to this attribute to take effect. E. This attribute is read only and cannot be changed in the administration conso le Ans wer: D 57.You run the following WLST script and it completes successfully. Which statement best describes what the script created? A. A CMO named myserver with the listen address 192.168.1.102 and port 8008 B. A Managed Server named myserve r with the listen address 192.168.1.102 and por t 7001 C. A Managed Server named myserver with listen address 192.168.1.102 and port 80 08 D. An Administration Server named myserver with the listen address 092.168.1.102 and port 8008 Answer : C 58.You are logged in to the administration console for a domain that is runn ing in Development Mode. The domain configuration, you select Production Mode, S ave, and then Activate Change s. Which two statements are true? A. B. C. D. All running servers must be restarted. Only the Administration Server must be restar ted. Auto-deployment will no longer be available for this domain. This change ma y be made only through the Administration Server's secure port. E. If you decide to go back to Development Mode, uncheck Production Mode in the administrate console. Answer: A,E Correction; A, C 59.Identify three ways to cre ate a domain template. A. Administration console B. Domain Template Builder

C. unpack command D. pack command E. Node Manager F. WLST G. Configuration Wizar d Answer: B,D,F 60.View the following file excerpt, which configures HTTP sessio n replication: replicated From which file is this excerpt taken? A. weblogic-application.xml B. weblogic.xml C. session.xml D. config.xml E. web.xml Answer: B 61.You use a web browser to log in to a web application that is deployed to WebL ogic Server. When you click link named "publish" on the site, an "Access Denied " message appears. Which two statements must be true about this server's securit y configuration? A. The application is not associated with any security roles. B . Multiple security realms are active at the same time. C. Your user account is a member of a group. D. Your user account exists in an authentication provider. E. A security policy is attached to the "publish" link URL. Answer: D,E 62.You h ave set Server log Rotation criteria to either size or time. When a doma in is i n Production Mode, which statement is true? A. Log files are B. Log files are C. Log files are D. Log files are server restarts Answer: C rotated when the serve r restarts. not rotated in Production Mode. rotated only when the rotation crite ria are met. rotated when the rotation criteria are met or rotated when the 63.Which three methods does WebLogic provide to implement persistent JMS messagi ng? A. Create a file store and assign it to a JMS server. B. Create a JDBC stor e and assign it to a JMS server. C. Configure a file store within a JMS module. D. Configure the domain's default store. E. Use the target server's default stor e. Answer: A,B,E

64.Managed Server Independence enabled is not selected in the configuration of m yserver1. Which statement is true? A. Only the Node Manager can start myserver1 B. Only a local start script can start myserver1 C. Myserver1 cannot be part of a cluster. D. The Administration Server must be available before starting myser ver1 Answer: D 65.You have opened a terminal window (or a Window command prompt) to run a WLST script named weeklydeployer.py. You enter the following command: Java weblogic.W LST weeklydeployer.py Instead of the WLST initializing and the script running, h owever, you receive th e NoClassDefFoundError java exception for weblogic/WLST. What is the problem? A. You forgot to set PATH to include the java executable. B . There is an error in the code of the script. C. You forgot to set CLASSPATH to include weblogic.jar. D. You are not in the directory where weeklydeployer.py r esides. E. You should have omitted the ".py" in the file name; it is assumed by WLST. F. You forgot to set PATH to include the WLST executable. Answer: C 66.You monitor a running JMS topic with the console and note the following value s: Co nsumers Current = 3 Message Current = 1 Message Pending = 0 These values do not change for several minutes. Which is the most plausible expl anation? A. Product ion on the topic has been paused. B. A message arrived after a durable subscribe disconnected from the topic. C. One of the consumers received a message but did not acknowledge it. D. None of the consumers are durable subscribes. Answer: B 67.Which statement best describes WebLog s default application staging behavior? A. The Administration Sever distributes application files when the application i s first accessed by a client. B. The Administration Sever copied application f iles to a database that is share d with the Managed Servers. C. The Managed Serv ers obtain application files from a disk that is shared with the Administration Server. D. The Administration Sever distributes copied of application files over the net work to the Managed

Servers. Answer: D 68.Indentify two valid elements that can belong in the weblog ic-application.xml deployment descriptor. A. B. C. D. Answer: B,D 69.You create a syste m-wide JMS module named Payroll-JMS and set its default tar get to an existing c luster in your domain named Payroll Cluster. Next, you add a standard JMS topic to Payroll-JMS. To which are you permitted to target this topic? A. the entire P ayrollCluster B. any single JMS server in the domain C. any combination of membe r servers in Payrollcluster D. several JMS servers targeted to PayrollCluster An swer: D Correction:B 70.The project s architect has provided you with a design d iagram that identifie s the key components of the new insurance system. From the diagram, you can clearly see that JMS will be used as the communication channel between several applications. Identify four tasks that you may need to perform to support this design. A. Create a JMS server B. Create a JMS message template C. Add JMS destinations to a JMS module D. Add a JMS module to a JMS factory E. Target JMS destinations to JMS servers F. Target a JMS server to a WebLogic Serv er G. Target a JMS module to a JMS store Answer: A,C,D,F Correction: A, C, E, F 71.Which three statements are true about the Node Manager? A. The Node Manager c an restart the Managed Serves that have failed. B. The Node Manager should be ru n as either a daemon or a service so that if the host computer is rebooted, the Node Manager will also be automatically started. C. The Node Manager runs on a d ifferent host from the Managed Server it is contr olling. D. The Node Manager ca n start a Managed Server the first time the Managed Server starts if the Adminis tration Server is unavailable because MSI mode is enabled by default. E. The Nod e Manager allows you to start Managed Servers from the administration

console. Answer: A,B,E 72.You have made several changes to variable attributes o n a managed server with in a domain. You first locked the console, made some non dynamic changes, made some dynamic ch anges as well, and then activated your cha nges. Which statement is true? A. All the changes that you made on the server wi ll take effect immediately. B. The dynamic changes that you made will take effec t immediately and the change s that are nondynamic will take effect after the se rver is restarted. C. The changes that you made on the server will not take effe ct until you restar t the server. D. You will receive an error because you canno t make dynamic and nondynamic chan ges to a server at the same time. Answer: C C orrection: B 73.When you use the Embedded LDAP that is supplied by Oracle WebLog ic Server, wh ich three statements are true? WebLogic security providers. B. The Embedded ta. C. The Embedded D. The Embedded E. The Embedded Answer: A,C,E LDAP uses the file system to store Weblogic security provider da LDAP can be accesse d by an external LDAP viewer. LDAP cannot be used in a production environment LD AP can store Auditing Data. 74.An application is deployed to your domain and its manifest indicates version 1.1. You then perform an application update by using a manifest that indicates v ersion 1.2. Indentify two outcomes of this scenario. A. The existing 1.1 clients are redirected to the 1.2 application B. The existing 1.1 clients are shown a w arning message. C. The existing 1.1 clients continue to use the 1.1 application. D. New clients are asked which version they wish to use. E. New clients use onl y use 1.2 application Answer: C,E 75.View the exhibit. You are logged in to the WebLogic Server administration con sole and you are edit ing the fields shown in exhibit. Which type of WebLogic Se rver resource are you currently editing?

A. JMS Server B. Persistent Store C. JDBC Data Source D. Diagnostics Module E. J MS Connection Factory Answer: E 76.You have 10 cluster managed servers in a doma in. Due to the maintenance tasks currently in progress, two of the managed serve rs are in a Shutdown status. You have been asked to deploy an application. As a default behavior of WebLogic Server, which two statements are true? A. The appli cation cannot be deployed until the two managed servers are availabl e. B. The a pplication can be deployed while the two managed servers are in Shutdown status. C. The application will be deployed to the eight managed servers that are runni n g. The two managed servers that are in the Shutdown state will eventually rece ive the deployment wh en they are started again. D. The application deployment w ill fail and the application will not be deployed to any managed server in the c luster. E. The application deployment will fail and the eight managed servers th at are r unning will transition to Admin state. Answer: A,D Correction: B, C 77. An application fails. The exception indicates that the JDBC data source, jdbc -h r.HRDS, cannot be found. Identify two possible steps that you can perform to ver ify the data sourc e s availability. A. Launch the B. Verify the C. Verify the D . Verify the E. Verify the Answer: D,E JDBCDiagnostics utility. Targets attribut e of the application. Dependencies attribute of the data source. target server s JNDI tree in the console. Target attribute of the data source. 78.Indentify three ways to create a domain template. A. Administration console B . Domain Template Builder C. unpack command D. pack command E. Node Manager F. W LST G. Configuration Wizard Answer: B,F,G

Correction; Say answer for 59 79.What is the default Staging Mode for servers? A . No-Stage B. Stage C. External Stage D. Use the defaults defined by the deploym ent targets E. Copy the application onto every target for me Answer: B 80.When u sing the Install Application Assistant in the administrator console, wh at are t he two options that may select for Choose Targeting Style ? A. Choosing Install this deployment as ype of resource archive. B. Choosing Install this deployment as chive, which can be referenced by other applications. C. Choosing Install thi s deployment as s to be utilized. D. Choosing Install this deployment as ny arch ive or extended directory. E. Choosing Install this deployment as eploy a librar y, which can be used only by nonclustered servers. Answer: B,D a resource will a llow you to deploy any t a library will allow you to deploy any ar expanded form at allow expanded directorie an application will allow you to deploy a a stand-a lone library will allow you to d 81.You wish to provide failover for HTTP sessions within a cluster. However, you are limited by the following constraints: While under load, your servers have v ery little free memory. you do not have appropriate access rights to modify your company s database. Which is the best option, given these restrictions? A. in-m emory replication B. automatic migration C. file persistence D. JDBC persistence E. replication groups Answer: C 82.Indentify three tools that you can use to cr eate a deployment plan. A. administration console B. weblogic.PlanGenerator C. t he /autodeploy folder that is locked in the domain directory D. developer tools such as JDeveloper or Eclipse E. the /plan subfolder that resides outside the ap plication archive Answer: A,B,D

83.While creating a new domain in the Configuration Wizard, there are two types of machines that may be configured. Indentify them. A. Machine and Windows machi ne B. administrator machine and managed machine C. machine and Unix machine D. s tand-alone machine and cluster machine E. RDBMS machine and LDAP machine Answer: B Correction: C 84.View the Exhibit. You previously deployed an application but later decide to change various config uration parameters, such as timeouts. You access the application s Configuration tab in the console and m ake your config urations, as shown in the Exhibit. In which file does WebLogic record these modi fications? A. config.xml B. weblogic.xml C. Application.xml D. Plan.xml Answer: B Correction: D 85.Identify four features of the default administration console. A. XML Editor B. WLST Editor C. Breadcrumbs D. Change Center E. Template Builde r F. Domain Structure G. Configuration Wizard H. WLST Script Recorder Answer: C, D,F,H 86.You wish to restrict access to a JMS queue so that only specific accounts may receive messages from the queue. Identify two steps that, when performed togeth er, implement this secu rity requirement. A. Create a policy for queue s URL pat tern. B. Add a policy to the queue and associate it with a role. C. Configure an identify assertion provider. D. Acquire the domain configuration lock. E. Creat e a global role and assign users to it. Answer: B,E

87.A domain created based on the Basic WebLogic Server Domain product has start scripts called startWebLogic.sh and startManagedWebLogic.sh (.cmd in Windows). W hich three stat ements are true? A. startWebLogic.sh starts Node Manager. B. sta rtWebLogic.sh has a required parameter. C. startManagedWebLogic.sh has a require d parameter. D. startWebLogic.sh starts the Administration Server of the domain. E. startManagedWebLogic.sh can start any managed server in the domain. F. Both scripts can start any WebLogic Server, but each has different default pa rameter values. Answer: C,D,E 88.Which answer best describes how you can start the Java-based version of the N ode Manager? A. W1scontrol.sh (.cmd in Windows) B. Wisifconfig.sh (.cmd in Wind ows) C. startNodeManager.sh (.cmd in Windows) D. startNM.sh (.cmd in Windows) An swer: C 89.Which two statements are true about Log Filters? A. Log Filters are c reated at the domain level. B. You do not have to lock the configuration to crea te Log Filters. C. You can apply a Log Filter to the server log, but not to stan dard out. D. The administration console assists in the creation of Log Filter ex pressions Answer: A,D 90.Consider a domain with an existing JDBC data source, wh ich connects to an Ora cle database. Your administrator requests that the JDBC c onnections to this database now specify a different username. Which data source attribute would you modify to implement this requirement? A. Properties B. Crede ntials C. Initial Capacity D. Test Table E. URL Answer: E Correction: A 91.Which two are typically found in the WEB-INF folder of a Java web application ? A. th e web application HTML and JSP files B. the classes directory containing the com piled classes C. the web.xml deployment descriptor D. the weblogicserver.xml dep loyment descriptor Answer: B,C

92.Which four tasks can be accomplished in the administration console only after the configuration is locked? A. deploying an application B. changing console pr eferences C. creating a new JMS Server D. monitoring the health of a server E. e nabling the Administrator Port F. creating a new Managed Server G. adding a new user to the default authentication provider Answer: A,E,F,G Correction: A, C,E, F 93.A web application called sales was deployed and is currently Active . It is t argeted to managed1 and managed2. The developers have given you an upload WAR file and you have replaced the original WAR file with it. From the directory wh ere the WAR file resides, you run the followi ng weblogic.Deployer command: java weblogic.Deployer adminurl t3://192.168.1.101:7001-username weblogic passwo rd welcom1 name sales redeploy Which statement best describes what happens? A. The command fails because no target was specified. B. The application is deployed to the Administration Server because no target wa s specified. C. The application is deployed to whichever server is running at 192.168.1.101:7 001. D. The applic ation is deployed to managed1 and managed2 because that is where it is currently targeted. Answer: B Correction: D 94.When creating a new Managed Server using t he administration console, which tw o points must be considered? A. The Server N ame must be unique within the domain. B. After you assign a Listen Port value fo r the server, you cannot change it C. The Listen Port value must be unique for e ver server. D. The Server Name cannot be changed after you have created the serv er. Answer: A,D 95.Indentify two attributes of a JMS server. A. Target B. Persis tent Store C. Destination D. Connection Factory E. Store and Forward Answer: A,B

96.The master Embedded LDAP has the capability to back up its data. Which statem ent is true? A. The Managed Servers should be shut down when backups are being performed on t he Embedded LDAP. B. The backup feature is enabled by default. C. The backup featureof the Embedded LDAP should be enabled for all the servers in the domain on a per-basis. D. The backup is stored in a comma-separated variabl e format. Answer: C Correction: B 97.Indentify two requirements for in-memory session replication. A. Clusters mus t contain an even number of members. B. Web applications must be configured to u se replication. C. Web applications must be deployed as an archive file. D. Clus ter members must be started by using the Node Manager. E. Web applications must be accessed via a proxy that supports session cookies Answer: B,E 98.You are dep loying an EAR by using the administration console. You are part wa y through the process. In the administration console, you see that the EAR has the State of P repared. What can you do in the administration console to bring the deployment t o the Act ive State? A. Select it and click B. Select it, and then uests C. Sele ct it, and then ests D. Select it, and then sts E. Select it, and then nistratio n requests Answer: D the Install button. from the Install drop-down list, select Servicing all req from the update drop-down list, select Servicing all requ fro m the Start drop-down list, select Servicing all reque from the Start drop-down list, select Servicing only admi 99.Your domain includes a cluster of five servers, but only three are currently running. A colleague then uses the administration console to install and deploy a new EJB application to t he cluster. By default, which outcome would you expec t? A. The application deploys successfully on the three servers that are running . B. The deployment fails because the entire cluster is not running. C. The depl oyment succeeds, but the application is not accessible. D. The user is prompted to start the two unavailable servers before continuing. E. The two unavailable s ervers are automatically removed from the cluster. Answer: A

100.Consider an IT infrastructure comprising several web and EJB applications. E ach application is expected to handle significantly different workloads, and th erefore has differen t resource and scalability requirements. Which is the best solution for this scenario? A. Configure a B. Configure a C. Configure a D. Conf igure a Answer: D Correction: B dedicated server for each application. separate cluster for each application. separate domain for each application. separate pro xy for each application. 101.Which two statements are true about cluster configuration? A. A server must be running before it can be added to a cluster. B. You cannot define cluster mem bership through the Configuration Wizard. C. The console allows you to add new a nd existing servers to a cluster. D. The console allows you to add an administra tion server to a cluster. E. You cannot remove a server that is running from a c luster. Answer: A,E Correction: C, E 102.Which four statements are true about WL ST? A. You can create a domain with WLST. B. WLST commands are case-insensitive. C. You can shut down servers with WLST. D. All WLST commands include parenthese s. E. WLST is based on the Perl scripting language. F. You can connect to any se rver through WLST. G. The Administration Server needs to be running to use WLST. Answer: A,B,C,D 103.Indentify two server attributes that you must configure to communicate with the server via HTTPS. A. SSL Listen Address B. SSL Listen Port C. SSL Listen Port Enabled D. Production Mode Enabled E. Startup Mode Answer: B, C 104.Consider a cluster of four servers: SeverA, ServerB, ServerC, and ServerD. The cluster hosts a web application and is accessed using a proxy pug-in. This w eb application is configured to use in-memory session replication. A user is d irected to ServerA. An HTTP session is established on ServerA and is also replic ated to ServerC. If ServerA subsequently fails, which server will this user be r edirecte d to? A. B. C. D. none; the user will receive an error message ServerB ServerC ServerD

E. Any other available server Answer: C 105.Which three techniques can create a new WebLogic domain? A. Configuration Wi zard B. Domain Template Builder C. WLST D. Administration console E. Unpack comm and F. Node Manager Answer: A,C,E 106.Which four tasks are required to use datab ase persistence for JMS messages? A. Assign a data source to a JDBC store. B. Co nfigure a data source s delivery mode. C. Assign a JDBC store to a JMS server. D . Create a JDBC data source. E. Disable a server s file store. F. Create a JDBC store. Answer: A,C,D,F 107.When describing a WebLogic domain, which three statements are true? A. A dom ain may be set up in either Production Mode Production Mode or Developme nt Mode . B. All instances of WebLogic Server must be defined within a domain. C. The do main configuration is stored in Oracle database by default. D. Any instance of W ebLogic Server may update the domain configuration E. The security realm for a d omain is optional. F. A domain maybe created by using the Configuration Wizard. Answer: A,B,F 108.You are responsible for configuration a WebLogic domain to sup port an order processing application. This application will communicate with mul tiple JDBC data sources to fulfill eac h customer order. To maintain data integr ity across these databases, work will be performed within a global transaction. However, you have learned that one of the data sources in the transaction does n ot have an XA driver. Which option should you select on this non-XA data source to ensure that orders are still processed as global transactions? A. Ignore Heu ristics B. Planned to Thread C. Password Encrypted D. Logging Last Resource E. T est Connections on Reserve Answer: D

109.You are installing Oracle WebLogic Server 11g for some new developers in the department. They have asked for a very generic installation for development and want you to ensur e that the MedRec sample domain is included. What should you do to accomplish this? A. Select the typical installation because the MedRec sam ple domain is included in it. B. You won t be able to do this, because all the s amples were removed from the i nstaller after 10g. C. Select the custom installa tion and select Server Examples. D. After installation, create a sample domain n amed MedRec by using the Configur ation Wizard. Answer: A Correction:C 110.Consi der the following excerpt from mod_wl_ohs.conf: WebLo gicCluster 192.168.13.1:7001, 192.168.13.2:7001,192.168.13.2:7001 SetHandler weblogic-handler Assuming that this is a valid is a valid configuration, which two co nclusions can you make? A. A web application name welcome is configured to use session replication. 28 / 29

The safer , easier way to help you pass any IT exams. B. A web application that uses the paths welcome is targeted to the cluster. C. The proxy server will igno re any requests that contain the name welcome. D. The proxy server is listening on the host name welcome. E. A cluster exists that consists of at least two mana ged servers. F. All cluster members are running on the same machine. Answer: B,E 111.Which two statements are true about data sources that have been created? A. Data B. Data C. Data D. Data E. Data Answer: 29 / 29 sources sources sources so urces sources B,D must be targed to a server. must be bound in the JDNI tree of a server. are an Oracle WebLogic Server-specific feature. are tied directly to a connection pool. are required for a domain.