Tag: web technology

Questions Related to web technology

  1. Graphical mode, console mode and secure mode

  2. Graphical mode, console mode and silent mode

  3. Script mode, console mode and silent mode

  4. Script mode, console mode and secure mode


Correct Option: B
  1. Node Manager process is associated with the specific WebLogic domain

  2. Node Manager cannot start the admin server.

  3. Node Manager on one machine can start multiple Managed Servers on different machines.

  4. Node Manager on one machine can start multiple Managed Servers on the same machine.


Correct Option: D
  1. SSL can be configured only at the domain level. All the servers in that domain use same SSL configuration.

  2. SSL can be configured at the server level. All the servers in the domain can be configured to use their own SSL

  3. SSL can be configured at the cluster level. All the servers that are part of the clusters use the same SSL

  4. Once you configure SSL, the normal listen port will be disabled and cannot be used while the SSL port is


Correct Option: B
  1. CREATE USER Susan;

  2. CREATE OR REPLACE USER Susan;

  3. CREATE NEW USER Susan DEFAULT;

  4. CREATE USER Susan IDENTIFIED BY blue;

  5. CREATE NEW USER Susan IDENTIFIED by blue;

  6. CREATE OR REPLACE USER Susan IDENTIFIED BY blue;


Correct Option: D