Oracle WebLogic Server 11g: System Administration I Quick Quiz

Beschreibung

Weblogic 11G Quiz am Oracle WebLogic Server 11g: System Administration I Quick Quiz, erstellt von Charles Xavier am 26/11/2014.
Charles Xavier
Quiz von Charles Xavier, aktualisiert more than 1 year ago
Charles Xavier
Erstellt von Charles Xavier vor mehr als 9 Jahre
84
0

Zusammenfassung der Ressource

Frage 1

Frage
Oracle Weblogic Server 10.3.3 is certified with JDK 1.6
Antworten
  • True
  • False

Frage 2

Frage
Net installer is preferred over the package installer if you want to install select components using only the Custom option and have access to the internet
Antworten
  • True
  • False

Frage 3

Frage
You want to install Weblogic Server to use 64-bit JDK and JVM because you intend to use more than 4 GB heap sizes. Which WLS installation package would you use ?
Antworten
  • ./wls1033_linux64.bin
  • java –jar wls1033_generic.jar
  • ./runInstaller
  • setup.exe

Frage 4

Frage
Which JDK does Oracle WebLogic Server 10.3.3 come bundled with for a 32-bit Linux platform?
Antworten
  • Sun SDK 1.6
  • JRockit SDK 1.6
  • Both

Frage 5

Frage
Which directory within a domain directory is used to maintain its configuration repository?
Antworten
  • /console
  • /cache
  • /config
  • /logs
  • /AdminServer

Frage 6

Frage
Invoke the domain Configuration Wizard by using _____.
Antworten
  • config.sh under <WL_HOME>/common/bin
  • config_builder.sh under <WL_HOME>/common/bin
  • pack.sh

Frage 7

Frage
What is the main configuration file for the domain called?
Antworten
  • configuration.xml
  • wlsconfig.xml
  • wls.xml
  • config.xml

Frage 8

Frage
Which of the following statements is NOT true?
Antworten
  • Managed servers in a domain may run a different OS version of Oracle WebLogic Server (for example, Windows + Linux).
  • A domain comprises only the administration server, only the managed server, or the administration and managed servers.
  • The administration server stores the configuration information and logs for a domain
  • The administration server in a domain must run the same or later version number of Oracle WebLogic Server as the managed servers in the domain.

Frage 9

Frage
Where are all users, groups, and roles stored by default?
Antworten
  • Oracle Database 11g
  • Derby database
  • Oracle Internet Directory
  • LDAP store of the administration server

Frage 10

Frage
Invoke the Template Configuration Wizard using _____.
Antworten
  • config.sh under <WL_HOME>/common/bin
  • config_builder.sh under <WL_HOME>/common/bin

Frage 11

Frage
When you create a new domain to automatically support Oracle WebLogic Server, which template is it based on by default?
Antworten
  • wlst.jar
  • ws.jar
  • web_server.jar
  • server.jar
  • wls.jar

Frage 12

Frage
Which of the following can you use to create a domain template?
Antworten
  • The pack command
  • config_temp.sh
  • The Administration Console
  • config_builder.sh
  • The WLST offline command-line tool

Frage 13

Frage
Which link would you click in the console to add or remove columns to or from a monitoring page?
Antworten
  • Customize this table
  • Change Monitoring View
  • Update Columns
  • Manage Preferences

Frage 14

Frage
WLST communicates with Oracle WebLogic Server’s ____ to retrieve and update resources on a running server.
Antworten
  • Templates
  • Logs
  • MBeans
  • Scripts

Frage 15

Frage
The ______ panel in the Administration Console uses a tree to represent your domain resources.
Antworten
  • Preferences
  • Domain Structure
  • How do I?
  • Change Center

Frage 16

Frage
The Administration Console is unavailable if the administration server is shut down.
Antworten
  • True
  • False

Frage 17

Frage
Both the administration server and the managed servers can be started by using the Administration Console.
Antworten
  • True
  • False

Frage 18

Frage
Using WLST’s _____ mode, you can supply commands one at a time and get immediate feedback.
Antworten
  • Management
  • Operational
  • Sequential
  • Template
  • Interactive

Frage 19

Frage
Under the servers directory of WLS domain, there are subdirectories for administration and managed servers. The servers directory contains one subdirectory for each WebLogic Server instance in the domain. If you do not see the subdirectory for each WebLogic Server instance in your domain, it means that:
Antworten
  • The WebLogic Server instance is not correctly configured.
  • The patch level is not correct.
  • The administration server is unable to communicate with the managed servers.
  • The WebLogic Server instance has not been started since it was created.

Frage 20

Frage
Which of the following will happen if you run startWebLogic.sh without any options?
Antworten
  • It invokes java weblogic.Server.
  • It starts the managed servers associated with the administration server.
  • It sets the environment using setDomainEnv.sh.
  • It starts the administration server.

Frage 21

Frage
Which of the following options would you use to create a managed server?
Antworten
  • Domain Configuration Wizard
  • Administration Console
  • Command line (WLST)

Frage 22

Frage
You can use boot identity files to start the following without being prompted for the administrator username and password.
Antworten
  • Managed servers
  • Administration server
  • Both

Frage 23

Frage
Which of the following is true when the administration server is down?
Antworten
  • Domain log entries are unavailable.
  • Managed servers can start in MSI mode.
  • The Administration Console and management tools are unavailable.
  • At boot time, managed servers read a local copy of config.xml, SerializedSystemIni.dat, and boot.properties (optional).
  • You cannot change the configuration of the managed servers that are running in MSI mode until communication with the administration server is restored.
  • The Node Manager can start the managed servers in MSI mode.

Frage 24

Frage
You can start a managed server using WLST and without using a Node Manager.
Antworten
  • True
  • False

Frage 25

Frage
Which of the following statements is true?
Antworten
  • There is one Node Manager for each machine.
  • There is one Node Manager for each domain.
  • There is one Node Manager for each cluster.

Frage 26

Frage
To start a managed server using the Administration Console, a Node Manager must be configured on the machine where the managed server resides.
Antworten
  • True
  • False

Frage 27

Frage
Which is NOT a standard severity level for Oracle WebLogic Server log messages?
Antworten
  • Debug
  • Transaction
  • Info
  • Notice
  • Error

Frage 28

Frage
Which environment supports FastSwap?
Antworten
  • Production Mode, archived files
  • Production Mode, expanded files
  • Development mode, archived files
  • Development mode, expanded files
  • All of the above

Frage 29

Frage
What is the web.xml tag indicating the test point for testing applications?
Antworten
  • <welcome-file>
  • <test-point>
  • <deploy>
  • <monitor>
  • <debug>

Frage 30

Frage
It is possible to deploy an exploded directory that contains JAR files.
Antworten
  • True
  • False

Frage 31

Frage
A ____________ is a reusable Oracle WebLogic Server application that can be referenced by other deployed applications.
Antworten
  • Java library
  • Shared library
  • Web library
  • Composite library
  • Reference library

Frage 32

Frage
Which of the following is NOT a supported type of application in Oracle WebLogic Server?
Antworten
  • Enterprise application
  • EJB application
  • Process application
  • Web service application
  • Web application

Frage 33

Frage
Identify the valid Oracle WebLogic Server deployment descriptor files for configuring applications.
Antworten
  • weblogic-webapp.xml
  • weblogic-ejb-jar.xml
  • weblogic.xml
  • weblogic-application.xml
  • weblogic-library.xml

Frage 34

Frage
Which is NOT true about the deployment plans in Oracle WebLogic Server?
Antworten
  • Overrides values in application descriptors
  • Can be created by Oracle WebLogic Server during deployment
  • Is packaged within an application archive
  • Is an XML file
  • Can be created with weblogic.PlanGenerator

Frage 35

Frage
When an application is in the ___________ state, it is distributed to the servers, but is not yet available to clients.
Antworten
  • Activated
  • Staged
  • Targeted
  • Prepared
  • Loaded

Frage 36

Frage
Name four techniques or tools that can be used to deploy new applications to Oracle WebLogic Server.
Antworten
  • Administration Console
  • WLST
  • weblogic.PlanGenerator
  • weblogic.Deployer
  • JMS
  • Autodeployment

Frage 37

Frage
Which is NOT an available configuration attribute for a JDBC data source?
Antworten
  • Host name
  • Queue size
  • Test frequency
  • Initial capacity
  • Capacity increment

Frage 38

Frage
Which are the two levels of data sources available in Oracle WebLogic Server?
Antworten
  • Connection
  • Web
  • Application
  • Process
  • System

Frage 39

Frage
Client applications look up data sources from the local server’s ___________ tree:
Antworten
  • Application
  • Web
  • LDAP directory
  • JNDI
  • System

Frage 40

Frage
Which are the correct messaging model and JMS destination type associations?
Antworten
  • Queue: Publish/Subscribe
  • Queue: Point-to-point
  • Topic: Publish/Subscribe
  • Topic: Point-to-point

Frage 41

Frage
Which are the available resource types within an Oracle WebLogic Server JMS module?
Antworten
  • Connection factory
  • Queue
  • Topic
  • Server
  • Store

Frage 42

Frage
Which is a benefit of multitier cluster architecture?
Antworten
  • Requires fewer servers compared to the basic architecture
  • Possibility to load-balance method calls to clustered EJBs
  • Easier security implementation
  • None

Frage 43

Frage
In a multitier cluster architecture where you want to load balance EJB objects, you configure them:
Antworten
  • Within one cluster
  • In different clusters
  • Along with the Web-tier clients in the same server
  • In different domains

Frage 44

Frage
Which of the following is NOT an available configuration attribute associated with Oracle WebLogic Cluster?
Antworten
  • Messaging mode
  • Multicast TTL
  • Multicast port
  • Broadcast server

Frage 45

Frage
Select all valid values for the persistent store type element in weblogic.xml.
Antworten
  • file
  • replicated
  • unicast
  • async-replicated-if-clustered
  • jdbc
  • async-wan

Frage 46

Frage
Which two Oracle WebLogic Server features can be used to control the destination servers that are used for in-memory replication?
Antworten
  • Web service
  • Replication group
  • Data source
  • Node Manager
  • Machine

Frage 47

Frage
Which is NOT associated with in-memory replication?
Antworten
  • Cookie
  • Secondary
  • Session
  • Schema
  • Primary
  • Synchronous

Frage 48

Frage
Which types of replication configuration are allowed for EJBs?
Antworten
  • JDBC
  • File
  • InMemory
  • None

Frage 49

Frage
The Hostname Verifier is one measure for combating this type of attack:
Antworten
  • Large buffer
  • Connection starvation
  • Man in the middle
  • User lockout

Frage 50

Frage
To counter connection starvation attacks, you can set:
Antworten
  • Max Post Size
  • Post Timeout
  • Hostname Verifier
  • User lockout

Frage 51

Frage
What mode must the Middleware software be in to perform a full backup?
Antworten
  • Online
  • Offline
  • Either online or offline
  • Neither. A full backup is technically impossible.

Frage 52

Frage
What is another name for an inconsistent backup?
Antworten
  • Hot
  • Cold
  • Either online or offline
  • Broken. If it is inconsistent, there is something wrong with it.

Frage 53

Frage
When making a TAR backup in UNIX, what is a key point to remember?
Antworten
  • Make it from the lowest directory possible, as far from root as practical.
  • Make sure that you perform the backup signed on as the owner of the Middleware Home directory.
  • Make sure that you preserve the original owner, group, and permissions.
  • Make sure that all Middleware processes are stopped.

Frage 54

Frage
The configuration archive is enabled by default.
Antworten
  • True
  • False

Frage 55

Frage
What happens if you have a backup administration server?
Antworten
  • You are allowed to have only one administration server. Ifit fails, the managed servers run in MSI mode until your one administration server comes back.
  • It runs simultaneously with the primary administration server in a load-sharing mode.
  • It can run in a warm standby keeping itself in sync with the main administration server.
  • It must be in cold standby and you have to sync it with the main administration server manually.

Frage 56

Frage
Which two statements are true about java EE shared libraries?
Antworten
  • A shared library cannot be deployed to a cluster.
  • An application that is targeted to server1 can use a shared library that is targeted to server 2.
  • Multiple versions of the same shared library can be deployed and be active at the same time.
  • A shared library is referenced through an application's deployment descriptor.

Frage 57

Frage
Within your data center, the Administration and Managed Servers utilize a shared, central storage device, which server’s access via NFS.In this scenario, your application files no longer need to be copied to servers across the network. Which server attribute allows you to override this behavior?
Antworten
  • Startup Mode
  • Staging Mode
  • Root Directory
  • Listen Address

Frage 58

Frage
An EJB application is targeted to a cluster.Remote EJB clients can therefore take advantage of WebLogic Server’s load balancing and failover capabilities.However, a proxy server exists between the clients and the cluster, which performs IP address translation. Which cluster attribute should you modify to ensure that load balancing and failover work correctly?
Antworten
  • Multicast Address
  • Persistent Store
  • Cluster Address
  • Migration Basis
  • Replication Channel

Frage 59

Frage
You run the default startmanageWeblogic (.cmd in Windows) script as shown here: startmanageWeblogic.sh server1 http://192.168.1.102:8001. What does this do?
Antworten
  • It starts the administration server named server1, which is running at 192.168.1.102.8001.
  • It starts the managed server named server1, which is running at 192.168.1.102.8001.
  • It starts the managed server named server1 whose Node Manager is running at 192.168.1.102.8001.
  • It starts the Managed Server named server1 whose Administration Server is running at 192.168.1.102:8001.

Frage 60

Frage
An application requires a JDBC data source, which you create in the domain.You name it but the administrator allot another domain name the same data source DatasourceB. Without modifying either domain, which is the best method to ensure that the application deploys successfully in both?
Antworten
  • Create a separate application archive to use with each domain.
  • Create a separate deployment plan file to use with each domain.
  • Create and register a custom deployment listener.
  • Modify the application code to determine the current domain.

Frage 61

Frage
Identify three options for Keystores in a server's configuration.
Antworten
  • Demo Identity and Demo Trust
  • Demo Identity and Java Standard Trust
  • Java Standard Identity and Custom Trust
  • Custom Identity and Demo Trust
  • Custom Identity and Custom Trust
  • Custom Identity and Command Line Trust

Frage 62

Frage
When installing Oracle Weblogic Server 11g with the graphical installer, which three statements are true?
Antworten
  • You must choose either a typical or a custom installation.
  • You install under Microsoft Windows because the graphical installer is available only for Window
  • You may create a new middleware home directory or choose an existing one.
  • You must register for critical security updates.
  • You may install a JDK or choose one that was previously installed.

Frage 63

Frage
Each domain has a directory called servers that contains subdirectories for each server in the domain.Your domain has a managed server named managed1. When will the managed1 directory be created?
Antworten
  • When the managed1 server is defined in the configuration Wizard
  • When the domain is created
  • When the administration server comes up for the first time
  • When the managed1 server1 comes for the first time

Frage 64

Frage
Identify three properties required by the domain Configuration Wizard when creating a new domain.
Antworten
  • machine name
  • Managed Server name
  • domain startup mode
  • domain name
  • administrator username and password

Frage 65

Frage
Which two statements are true about adding servers to a cluster?
Antworten
  • When you create a cluster, you must add at least one server to it.
  • Only managed servers can be in a cluster.
  • The administration server is automatically added to a new cluster.
  • You must explicitly identify which servers belong to the cluster.

Frage 66

Frage
Consider a single JMS module that includes a connection factory as well as queue.Based on your system’s requirements, the connection factory needs to be made available to all servers in the domain. The queue, on the other hand, can be targeted to only a single JMS server domain. What is the best way to achieve the desired JMS setup?
Antworten
  • Create two subdeployments within the JMS module.
  • Target the JMS server to the JMS module.
  • Target the JMS module to the entire domain.
  • Replace the queue with a topic.

Frage 67

Frage
Which three attributes are part of the configuration of an existing Managed Server and can be modified through the" administration console?
Antworten
  • name of the server
  • the cluster it is in
  • the machine it runs on
  • its replication group
  • whether it is in Development Mode or Production Mode
  • that it should become the Administration Server for the domain

Frage 68

Frage
Which can be associated with multiple domains?
Antworten
  • Cluster
  • Server Log
  • Node Manager
  • Administration Server

Frage 69

Frage
Identify two supported methods of deploying a JMS module to a domain.
Antworten
  • Create a module by using the administration console.
  • Load a module into the WebLogic database.
  • Include a module file within a web application archive.
  • Include a module file within an enterprise application archive.
  • Define a module within an existing JDBC module.

Frage 70

Frage
Which statement is true about the java Node Manager?
Antworten
  • It runs on Windows not on Linux
  • In its secure form, it uses one-way SSL.
  • It does not use the nodemanager.domains file, whereas the script-based Node Manager.
  • Unlike the script based Node Manager, it should not be run as an operating system service

Frage 71

Frage
Which two statements are true about a WebLogic domain?
Antworten
  • It is the basic administrative unit of WebLogic Server.
  • It is an optional administrative construct to organize groups of WebLogic
  • Administration Servers are defined within a domain, but Managed Servers
  • You must first have a domain to define a WebLogic Server cluster.
  • Every domain has one Administration Server and at least one managed server

Frage 72

Frage
Which two statements are true about multicast communication within a cluster?
Antworten
  • Multicast can be used for cluster heartbeat messages.
  • Multicast is used to replicate session state between servers.
  • Multiple clusters can share the same multicast address and port.
  • You may disable multicast on individual cluster members.
  • Multicast traffic is often limited to a single subnet.

Frage 73

Frage
Identify two true statements about an Oracle WebLogic Server JMS Connection Factory.
Antworten
  • A default JMS Connection Factory exists and is named weblogic.jms.connections
  • A Connection Factory can be targeted to only one WebLogic Server.
  • A JMS Connection Factory's Default Priority and Default Time-to-Live attribute cannot be modified after the Connection Factory is created.
  • A JMS Connection factory can be created as a system module resource within the administration console.

Frage 74

Frage
In WLST, you enter the shutdown () command with no arguments. Which statement is true in this case?
Antworten
  • The server you are connected to will shut down.
  • The command does a "Force" shutdown.
  • The command blocks user interaction.
  • The command has timeout of 30,000 milliseconds.
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

Oracle Weblogic Server 12c: Advanced Administration II 1z0-134
Agustin Sanc
Systematische Theologie Karteikarten
friedrich.grohna
Zivilrecht - Gesellschaftsrecht Streitigkeiten
myJurazone
B, Kapitel 1.3, Grundfragen der Wettbewerbsordnung
Stefan Kurtenbach
Maria Montessori - Hilf mir, es selbst zu tun
Nika L.
OEKO Marius Ultimativ 2
Marius Goconqr
KORRE - Megaprüfungsfragen
Martina Brunner
PuKW STEP6 - Hummel (Sofort überprüfbar)
Tim Schröder
Vetie: Virofragen 2015
Johanna Tr
Vetie Geflügelkrankheiten Fragebogen 3
Annika G
Vetie Spezielle Pathologie 2020
Svea Schill