web technology Online Quiz - 13

web technology Online Quiz - 13

15 Questions Published

Questions

Question 1 True/False

Asp.net sessions can not work with out cookies

  1. True
  2. False
Question 2 True/False

Asp.net sessions can work even with out cookies

  1. True
  2. False
Question 3 Multiple Choice (Single Answer)

Which statement about packages is true?

  1. Packages can be nested.
  2. You can pass parameters to packages.
  3. A package is loaded into memory each time it is invoked.
  4. The contents of packages can be shared by many applications.
Question 4 Multiple Choice (Single Answer)

Scenario : Consider an upgrade requirement from pre-WebLogic Server 9.x to the WebLogic Server 9.x. Since the administration scripts in the prior version used WebLogic Ant tasks for creation and deployment, the team decides to use the Ant build.xml approach and extend this to the current version of the server. Which of the following about the Ant task wlserver is INCORRECT?

  1. wlserver can be used to start, reboot or shut down server instances
  2. wlserver can be used to connect to existing server instances
  3. wlserver can be used to create a multiple server domain configuration.
  4. wlserver can be used to create a single server domain and to connect to the server.
Question 5 Multiple Choice (Single Answer)

In a multi-server WebLogic domain, monitoring the JVM statistics showed frequent full garbage collections (gc) on one of the server instances. Which one of the following would greatly reduce the frequency of fullgcs?

  1. Increasing the young object space in the heap
  2. Turning the -verbosegc flag on
  3. Adding more servers to the domain
  4. Running more servers per machine
Question 6 Multiple Choice (Single Answer)

What are the four basic components of a JMS system-resource module in the config.xml in WebLogic 9.2?

  1. Name, target, subdeployment, descriptor-file-name
  2. Domain, jms-server, connection factory, destination
  3. Config.xml, jms-module, subdeployment, descriptor-file-name
  4. Name, jms-module, subdeployment, descriptor-file-name
Question 7 Multiple Choice (Single Answer)

The feature to group messages into a single unit that is processed sequentially in the order that the messages were created is called

  1. Unit-or-Sort
  2. Message Sorting
  3. Destination Keys
  4. Unit-of-Order
Question 8 Multiple Choice (Single Answer)

When a message is being processed by a consumer, the other unprocessed messages which belong to the same Unit-of-Order will be:

  1. Expired
  2. Blocked
  3. Delivered to the consumers
  4. Rolled back
Question 9 Multiple Choice (Single Answer)

What are the supported installation modes for WebLogic Server?

  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
Question 10 Multiple Choice (Single Answer)

Which one is true for the Java-based Node Manager?

  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.
Question 11 Multiple Choice (Single Answer)

Which statement is true about SSL configuration?

  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
Question 12 Multiple Choice (Multiple Answers)

Which of the following web servers can be used for hosting PHP application?

  1. Apache
  2. Apache Tomcat
  3. Microsoft IIS
  4. Glassfish
Question 13 Multiple Choice (Single Answer)

How to print the following text on web browser screen using HTML? (HTML Code to print the text mentioned below)

  1. &
  2. <and>amp;</and>
  3. &&amp;
  4. &amp;
Question 14 Multiple Choice (Single Answer)

Why the IP address 127.0.0.1 is special?

  1. It's the default gateway IP of your ISP
  2. It's not special, belongs to Google Inc. since 2001
  3. It's called loopback ip address, to which local web server points
  4. It's the first IP address, available in IP pool, which can be used for sub-netting
Question 15 True/False

Following 2 lines of html code renders same output

  1. True
  2. False