Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

What Is A Managed Webserver?

Answer»

REMOTE WEBSERVER ACCESS through LOCAL (dmgr/cell).

Remote webserver access through local (dmgr/cell).

2.

What Is A Managed Node?

Answer»

NODE with NODEAGENT.

Node with NodeAgent.

3.

How Do You Specify A Jar File To Be Used By The Application, Consider That You Have Many Jar Files In Your System?

Answer»

classloader

classloader

4.

How Websphere Discovers A Change In Jsp And Compiles It?

Answer»

There is an algorithm that WEBSPHERE uses to find the timestamp of .jsp and .class files. It CHECKS that timestamp of .class FILE is always LATER than its CORRESPONDING .jsp file.

There is an algorithm that websphere uses to find the timestamp of .jsp and .class files. It checks that timestamp of .class file is always later than its corresponding .jsp file.

5.

What Is Nodediscoveryaddress?

Answer»

DMGR USES this PORT to TALK to NODE

DMGR uses this port to talk to node

6.

What Is Celldiscoveryaddress?

Answer»

NODE USES this PORT to TALK to DMGR.

Node uses this port to talk to DMGR.

7.

No Of Ways Of Doing Deployments?

Answer»

ADMIN console…..JYTHON (JACL) SCRIPTS.

Admin console…..jython (jacl) scripts.

8.

In How Many Ways You Can Perform Administration?

Answer»

CONSOLE,,,JMX

console,,,JMX

9.

How To Hit Application Without Hitting The Web Server?

Answer»

WEBCONTAINER PORT on APPLICATION SERVER.

webcontainer port on application server.

10.

Default Bootstrap Port?

Answer»

2809

2809

11.

Default Admin Port?

Answer»

9060, SSL 9043

9060, ssl 9043

12.

Applications Installed Fine, Also Generated Plugin, But Application Still Not Working, In This Case Which Log To See?

Answer»

plugin.log

plugin.log

13.

Application Installed But Not Working. What Are Troubleshooting Steps?

Answer»

see JVM & application are up, check PLUGIN-cfg.xml file for the ROOT context used by the WEB application if it does not exist generate plugin and RESTART web server.

see jvm & application are up, check plugin-cfg.xml file for the root context used by the web application if it does not exist generate plugin and restart web server.

14.

Where To Set The Path?

Answer»

environments–>WEBSPHERE VARIABLES

environments–>websphere variables

15.

Configure The Plug-in Through Admin Console Is Possible Or Not?

Answer»

possible

possible

16.

How To Find Out Certain Server Configuration Details Like Port No, Server Name, Node Name, Pid?

Answer»

through ADMIN CONSOLE.

through admin console.

17.

How To Find Out Free Diskspace From Command Prompt?

Answer»

DU -SK (KB) du -SM (MB)

du -sk (kb) du -sm (mb)

18.

What Is Webcontainer?

Answer»

The WEB CONTAINER provides a runtime environment for servlets, JSP’s, JAVABEANS, and static content.

The web container provides a runtime environment for servlets, jsp’s, javabeans, and static content.

19.

Packages Of Websphere?

Answer»

EXPRESS, BASE, NETWORK DEPLOYMENT

express, base, network deployment

20.

Ldap Port Number?

Answer»

389 or 636

389 or 636

21.

What Are The Appserver Components?

Answer»

ADMIN server, web container, ejb container,j2c service, NAMING server, MESSAGING ENGINE, security server.

admin server, web container, ejb container,j2c service, naming server, messaging engine, security server.

22.

Why Use The Boostrap Port Number?

Answer»

client applications use the bootstrap PORT to access websphere’s built-in object request broker (orb) to use enterprise java beans in applications installed on the application server. The java naming and directory INTERFACE service provider url used by the client application needs to REFERENCE the bootstrap port to obtain an initial context for looking up ejb’s it WANTS to use. (For COMMUNICATE two servers)

client applications use the bootstrap port to access websphere’s built-in object request broker (orb) to use enterprise java beans in applications installed on the application server. The java naming and directory interface service provider url used by the client application needs to reference the bootstrap port to obtain an initial context for looking up ejb’s it wants to use. (For communicate two servers)

23.

What Is Jndi?

Answer»

we can register RESOURCES in the application server’s java naming and directory interface (jndi) namespace. CLIENT applications can then OBTAIN the references to these resource OBJECTS in their programs.

we can register resources in the application server’s java naming and directory interface (jndi) namespace. Client applications can then obtain the references to these resource objects in their programs.

24.

Two Databases There (oracle And Db2),so I Want 3 Datasources For Oracle And 2 Data Sources For Db2 So Create 3 Datasource Names For Oracle And 2datasourcename For Db2 Is Possible Or Not?

Answer»

possible

possible

25.

In Type3 Client Software Which Machine You Have Install?

Answer»

SERVER SIDE MACHINE

server side machine

26.

Some Application Not Accessing, So What Is The Problem? This Information Which Log File Contains?

Answer»

systemout, systemerr

systemout, systemerr

27.

What Is Diff B/w Type4 And Type2?

Answer»

type4
1. It is pure java ORIENTED
2.require CLIENT SIDE software
type2
1.it is not a pure java oriented driver
2.no NEED any client software.

 

type4
1. It is pure java oriented
2.require client side software
type2
1.it is not a pure java oriented driver
2.no need any client software.

 

28.

What Is Datasource?

Answer»

A DATA source is associated with a jdbc PROVIDER that supplies the specific jdbc DRIVER IMPLEMENTATION class.

A data source is associated with a jdbc provider that supplies the specific jdbc driver implementation class.

29.

What Is Jdbc?

Answer»

jdbc is a LOW level PURE JAVA API USED to execute sql statements.

jdbc is a low level pure java api used to execute sql statements.

30.

Some Problem Is There In Web Server, So This Information Which Log File Contain?

Answer»

http.log, plugin.log

http.log, plugin.log

31.

Diff B/w Weblogic And Websphere?

Answer»

Both BEA Weblogic and IBM’s WebSphere provide J2EE based APPLICATION servers which are competitors. WebSphere leverages more on CONNECTIVITY issues with MQ and LEGACY systems with strong dominance in J2EE.

Both BEA Weblogic and IBM’s WebSphere provide J2EE based application servers which are competitors. WebSphere leverages more on connectivity issues with MQ and legacy systems with strong dominance in J2EE.

32.

Diff B/w 5.0 And 6.0?

Answer»

Web Sphere Studio 3.5, comes up with VISUAL Age for Java. WSAD 5.0 supports J2EE 1.3 java specifications. RAD 6.0 supports J2EE 1.4 and integrated with Eclipse 3.0, UML Visual Editor, Tomcat Jakarta, Ant scripting, EJB universal test client and SOA tools.

Web Sphere Studio 3.5, comes up with Visual Age for Java. WSAD 5.0 supports J2EE 1.3 java specifications. RAD 6.0 supports J2EE 1.4 and integrated with Eclipse 3.0, UML Visual Editor, Tomcat Jakarta, Ant scripting, EJB universal test client and SOA tools.

33.

What Is Diffrence B/w Dmgr And Other Profiles?

Answer»

dmgr app custom:

  1. its used for administration
  2. admin console is there
  3. plain NODE purpose of REMAINING profiles
  4. initially one app SERVER there
  5. empty node
  6. it supports the distributed
  7. work independently environment.
  8.  Put applications
  9. it is not included app server
  10. admin console is there
  11. work independently
  12. do not put applications.

     

dmgr app custom:

 

34.

How Many Types Of Profiles Are In Nd Product?

Answer»

1.deployment MANAGER PROFILES 2.application SERVER profiles 3.custom PROFILE.

1.deployment manager profiles 2.application server profiles 3.custom profile.

35.

What Is The Node?

Answer»

A node CORRESPONDS to a physical computer SYSTEM with a distinct IP HOST address.The node NAME is usually the same as the host name for the computer.

A node corresponds to a physical computer system with a distinct IP host address.The node name is usually the same as the host name for the computer.

36.

What Is The Application Server?

Answer»

The application SERVER PROVIDES a runtime environment in which to deploy, manage, and RUN J2EE applications.

The application server provides a runtime environment in which to deploy, manage, and run j2ee applications.

37.

How To Add The Node?

Answer»

addnode.sh 8879

addnode.sh 8879

38.

How You Get Nodeagent?what You Have To Install To Get Nodeagent?

Answer»

CUSTOM PROFILE.

Custom Profile.

39.

How To Start The Server?

Answer»

startserver.sh SERVER1.

startserver.sh server1.

40.

What Is Node?

Answer»

LOGICAL GROUP of SERVERS.

logical group of servers.

41.

What Is The Unix Command Of All Display Server Processes?

Answer»

PS –ef| GREP JAVA

ps –ef| grep java

42.

What Is Pmi? How To Configure Pmi?

Answer»

monitoring and tuning–>PMI–>SELECT any PROCESS (server1, nodeagent, dmgr) and then enable PMI–>then apply and then save. Select PERFORMANCE viewer–>current activity and then select enabled process and click the start monitoring BUTTON after that process select.

monitoring and tuning–>PMI–>select any process (server1, nodeagent, dmgr) and then enable PMI–>then apply and then save. Select performance viewer–>current activity and then select enabled process and click the start monitoring button after that process select.

43.

What Is Ssl?

Answer»

SSL is a PROTOCOL for PROVIDING encrypted DATA communications between two processes.

ssl is a protocol for providing encrypted data communications between two processes.

44.

How To Configure The Global Security?

Answer»

open console and then select security option in the right SIDE menu, and then select localOs REGISTRY in the user registry, then enter the username, passwords. And again select global security then ltpa option then provide the password, then SAVE the configuration. And restart the deployment server and then relogin the console.

open console and then select security option in the right side menu, and then select localOs registry in the user registry, then enter the username, passwords. And again select global security then ltpa option then provide the password, then save the configuration. And restart the deployment server and then relogin the console.

45.

What Is The Global Security?

Answer»

It PROVIDES the authentication and authorization for WEBSPHERE APPLICATION server DOMAIN (administration client or console).

It provides the authentication and authorization for websphere application server domain (administration client or console).

46.

What About Plug-in?

Answer»

plug-in is one of the modules it is interface between application server and web server, the plug-in process receives the REQUEST from the CLIENT first. If the request is for dynamic CONTENT, the plug-in diverts the request to the WEBSPHERE application server. If the request is for static content, the plug-in forwards it to the HTTP server.

plug-in is one of the modules it is interface between application server and web server, the plug-in process receives the request from the client first. If the request is for dynamic content, the plug-in diverts the request to the websphere application server. If the request is for static content, the plug-in forwards it to the Http server.

47.

What About Ihs?

Answer»

IHS (IBM HTTP SERVER) is one of the web servers. It SERVES the static content only and it TAKES up only http requests.

IHS (IBM HTTP Server) is one of the web servers. It serves the static content only and it takes up only http requests.

48.

Out Of Memory Exception Is There, How To Handle That Exception?

Answer»

To INCREASE HEAP MEMORY SIZE.

To increase heap memory size.

49.

What Is Heap Memory?

Answer»

Objects STORAGE SPACE for objects references created at RUN TIME in a jvm is heap memory.

Objects storage space for objects references created at run time in a jvm is heap memory.

50.

What Is The Trace?

Answer»

A trace is an informational record that is intended for service ENGINEERS or developers to USE. As such, a trace record might be considerably more COMPLEX, verbose and detailed than a message ENTRY.

A trace is an informational record that is intended for service engineers or developers to use. As such, a trace record might be considerably more complex, verbose and detailed than a message entry.