Contact Premier Online Trainings Today
Premier Online Trainings

Oracle Fusion Weblogic admin - Interview Questions and Answers on Weblogic Admin

Date Added: 08 Oct.2019 Date Updated: 08 Jul.2020 Oracle Fusion Weblogic admin Full Blog

Interview Questions and Answers on Weblogic Admin

1.What is the use of nodemanager in Weblogic?

Nodemanager enables us to startup/shutdown/maintain Managed Servers from console.

It is a Java utility that runs as separate process from WebLogic Server.
It is recommended to enable nodemanager in Clustered domains & High Availability Environments.
 
• Monitors server availability and can restart failed servers
• Can be used to migrate servers on a failed machine to Can be used to migrate servers on a failed machine to another machine
 
2. What is weblogic server Side by side deployment
 
Keywords : weblogic side by side deployment, side by side deployment in weblogic, deployment, weblogic deployment
 
Weblogic Server supports a nice feature called side-by-side deployment (or versioned deployment). This function is extremely usefull when you need to deploy a new version of an application and still keep the old one up and running. So the running instances will still use the current version and all new instances will be able to invoke the new deployed version of the application. 
 
As soon as all the sessions who’re using the old version of the application are expired, Weblogic will recognize it and will deactivate the old version. So at this moment only the new deployed version is active and all new sessions will make us of it.