Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

A system administrator has to design a new production environment to host a web application. The workload of this web application is expected to increase during special marketing campaigns.

Which one of the following topologies should the administrator configure to address the requirements for this new environment?

A.

A Liberty collective environment with autonomic managers and on demand router (ODR).

B.

A flexible management environment supported by one admin agent running in each node of the cell.

C.

A dynamic cluster with autonomic managers, application placement controller and intelligent routers.

D.

A heterogeneous cell with enough server to support the peak load spread across multiple nodes on the same machine.

A system administrator is required to create a star topology for multi-cell performance management for three WebSphere Application Server cells.

How should the administrator configure the Application Placement Controller (APC) in a star topology?

Configure the cell custom property CenterCell to:

A.

false in all three WebSphere Application Server cells.

B.

false in one WebSphere Application Server cell

true in the other two WebSphere Application Server cells.

C.

true in all three WebSphere Application Server cells.

D.

true in one WebSphere Application Server cell

false in the other two WebSphere Application Server cells.

A system administrator runs a Python script that creates and configures several servers and realizes that the script fails before completing. Although many tasks succeeded, they are rolled back when the script fails.

Before running the script again, what can the administrator add to the script after each task so the completed tasks are committed even if other tasks fail?

A.

AdminApp.update ()

B.

AdminConfig.save()

C.

AdminControl.invoke(server, 'sync’)

D.

AdminTask.backupJobManager('server')

A customer has enabled LTPA as their authentication mechanism and has web resources that are not secured by proper security constraints. A system administrator is required to ensure that all web resources are secured.

How should the administrator accomplish this?

A.

Enable “Authenticate when any URI is accessed”.

B.

Enable “Authenticate only when the URI is protected”.

Disable “Use available authentication data when an unprotected URI is accessed”.

C.

Enable “Authenticate only when the URI is protected”.

Enable “Use available authentication data when an unprotected URI is accessed”.

D.

Map the application security roles to the configured user registry’s groups.

A system administrator completed a WebSphere Application Server installation by using the Installation Manager. During installation, all defaults were selected for the installation root directories and the shared resources directory. Over time, the administrator has updated the installation with various interim fixes and fix packs. The administrator notices that the shared resources directory is very large in size and grows larger each time the Installation Manager is run.

How can the administrator decrease the size and remove some of the content from the shared resources directory?

A.

Manually delete content from the directory.

B.

During an update, create a new shared resources directory.

C.

Clear the Delete Saved Files option for the Installation Manager.

D.

Set the preserveDownloadedArtifacts preference to false.

A system administrator wants to learn some of the Python scripting commands for the administration of the environment.

Which product feature should the administrator use?

A.

The wsadmin.properties file to load a profile.

B.

The AdminTask object to generate wsadmin scripts.

C.

The guided activities panel from the Integrated Solutions Console (ISC).

D.

The "Log command assistance commands" option in the Integrated Solutions Console (ISC).

Which one of the following options describes the runtime flow starting from the client browser in a clustered WebSphere Application Server Network Deployment topology?

A.

HTTP server -> job manager -> admin agent -> HTTP server plug-in

B.

Load balancer -> HTTP server -> HTTP server plug-in -> application server

C.

Application server -> node agent -> deployment manager -> load balancer

D.

Deployment manager -> node agent -> HTTP server plug-in -> HTTP server

An application deployed to a multi-node cluster is reported to have slowness and hung threads. A system administrator is asked to review the logs on each node and identify if the hung threads are a false alarm.

How can the administrator determine that the hung threads are a false alarm?

Analyze the:

A.

ffdc logs

B.

SystemErr.log

C.

SystemOut.log

D.

native_stderr.log

A new cell contains a cluster with members defined in two managed nodes running on two different machines. The cell also contains two unmanaged nodes running on HTTP servers with HTTP plug-in. Session persistence has been enabled.

Which additional component(s) can the system administrator configure to make this environment highly available?

A.

Enable administrative security.

B.

Configure a DMZ secure proxy.

C.

Configure High Performance Extensible Logging.

D.

Configure primary and backup load balancers for the HTTP servers.

A system administrator has started a Liberty profile server using the default values. Later, the administrator modified the server.xml file for the server to include

dropins=”${server.config.dir}/applications” dropinsEnabled=”true”/>

The administrator placed the application ServletApp.war in the apps directory under ${server.config.dir}. While accessing the correct URL for the home page of the application, the error “Context Root Not Found” occurs in the browser.

How can the administrator resolve this error?

A.

Restart the Liberty profile server.

B.

Install the ServletApp.war file using the Integrated Solutions Console (ISC).

C.

Place the ServletApp.war file in the directory named dropins under ${server.config.dir}.

D.

Place the ServletApp.war file in the directory named applications under ${server.config.dir}.