100 Important IBM WebSphere Application Server 6.1 Interview Question Answer Part-3
QUESTION 21
What is the correct command to save configuration changes in a Jython script file?
QUESTION 22
Which additional deployment descriptor information can a WebSphere application have beyond the J2EE requirements ?
QUESTION 23
What is the name of the WebSphere scripting tool?
QUESTION 24
When is J2EE mapping of security roles to users and groups allowed?
QUESTION 25
In a federated namespace, what are the primary uses of cell and node persistent partitions?
QUESTION 26
An administrator needs to enable support for a number of applications that use message-driven bean (MDBs). Some of the beans use point-to-point messaging and other beans use publishsubscribe messaging. The administrator will typically need to perform which two sets of tasks?
QUESTION 27
A DB2 data source is used across different applications. The application is installed in multiple machines for horizontal scaling, but the database driver location differs from machine to machine. When using WebSphere variables, what is the most maintainable way to define the scope for this data source?
QUESTION 28
In addition to data sources and Shared Libraries, which resources can enhanced EARs support?
QUESTION 29
When installing WebSphere Application Server v6.1 along with IBM HTTP Server and related plug-ins, an administrator notices the following message in the <plugins_root>/logs/install/log.txt Plugin.Install, com.ibm.ws.install.ni.ismp.actions
ISMPComponentizedFileRepositoryDeployAction, err, Component not found: prereq.jdk
Which two additional entries should the administrator verify?
QUESTION 30
To create a customized installation package (CIP), which file must be created first so that the installation factory can use it to generate the CIP?
What is the correct command to save configuration changes in a Jython script file?
- AdminConfig.save()
- $AdminConfig save
- AdminTask.save()
- $AdminTask.save
- The WebSphere scripting tool does not a periodic save based on a property in its configuration.
QUESTION 22
Which additional deployment descriptor information can a WebSphere application have beyond the J2EE requirements ?
- IBM Bindings associate local names to deployment platform specific resources
- IBM Extensions support additional options
- For EJB modules, a set of files map Entity Enterprise JavaBeans to a specific data store “schema”
- Web Service Interoperability mapping files
- Jython deployment scripts
- Cloudspace DDL files
QUESTION 23
What is the name of the WebSphere scripting tool?
- wasadmin
- wsadmin
- ws_ant
- wsdeploy
QUESTION 24
When is J2EE mapping of security roles to users and groups allowed?
- During application development with Rational Application Developer (RAD) or with Application Server Toolkit (AST)
- During an application installation
- After an application is installed
- During application runtime
- During the creation of an application profile
- When configuring the user registry
QUESTION 25
In a federated namespace, what are the primary uses of cell and node persistent partitions?
- For the storage of topological data in the XML repository
- For the storage of configuration buildings, such as CORBA and indirect name lookups
- For binding the server root of the server, such as EJB homes and resource artifacts
- For reading configuration data from the file system, such as EJB deployment descriptors, and registering the necessary objects
QUESTION 26
An administrator needs to enable support for a number of applications that use message-driven bean (MDBs). Some of the beans use point-to-point messaging and other beans use publishsubscribe messaging. The administrator will typically need to perform which two sets of tasks?
- Configure the default JMS provider and the necessary destinations (queues and topics)
- Deploy the MDBs to the message engine and select the SOAP over JMS protocol
- Configure queue managers using the WebSphere MQ JMS provider
- Configure a service integration bus and add the appropriate bus member
- Deploy the MDBs to JCA container and select bean managed persistence
QUESTION 27
A DB2 data source is used across different applications. The application is installed in multiple machines for horizontal scaling, but the database driver location differs from machine to machine. When using WebSphere variables, what is the most maintainable way to define the scope for this data source?
- JDBC provider-cell scope data source- node scope
- JDBC provider-cell scope data source- cell scope
- JDBC provider-node scope data source- cell scope
- JDBC provider-node scope data source- node scope
QUESTION 28
In addition to data sources and Shared Libraries, which resources can enhanced EARs support?
- JAAS Authentication Aliases, Class loader policy and Virtual host information
- JAAS Authentication Aliases, Class loader policy and Virtual host information and JVM command line parameters
- JAAS Authentication Aliases, Virtual host information and JVM command line parameters
- JAAS Authentication Aliases, Class loader policy and JVM command line parameters
- Class loader policy, Virtual host information and JVM command line parameters
QUESTION 29
When installing WebSphere Application Server v6.1 along with IBM HTTP Server and related plug-ins, an administrator notices the following message in the <plugins_root>/logs/install/log.txt Plugin.Install, com.ibm.ws.install.ni.ismp.actions
ISMPComponentizedFileRepositoryDeployAction, err, Component not found: prereq.jdk
Which two additional entries should the administrator verify?
- The JAVA_HOME system environment variable
- The CLASSPATH system environment variable
- The JAVA_INSTALL_PATH value in log.txt
- The CURRENT_WORKING_DIRECTORY value in log.txt
- The PLUGIN_JDK_ROOT value in log.txt
QUESTION 30
To create a customized installation package (CIP), which file must be created first so that the installation factory can use it to generate the CIP?
- An Ant file
- A response file
- A build definition file
- A ifcli file
Comments
Post a Comment