Tag: technology

Questions Related to technology

  1. Deployment Manager

  2. Web container

  3. EJB container

  4. HTTP Server


Correct Option: A
Explanation:

To answer this question, the user needs to have a basic understanding of WebSphere cell configuration and its components.

The correct answer is:

A. Deployment Manager

Explanation:

In a WebSphere cell configuration, the Deployment Manager is a single point of failure. The Deployment Manager is responsible for managing the deployment of applications across the cell, and if it fails, it can result in the entire cell being unavailable. The other components, such as the web container, EJB container, and HTTP server, can be distributed across multiple nodes in the cell, providing redundancy and fault tolerance.

Option B, web container, is incorrect because it is responsible for handling HTTP requests and is not a single point of failure.

Option C, EJB container, is incorrect because it manages the execution of EJB components and is not a single point of failure.

Option D, HTTP server, is incorrect because it is responsible for handling HTTP requests and can be distributed across multiple nodes in the cell.

Therefore, the correct answer is A. Deployment Manager.

  1. Create a design using multiple machines that handle the full production load, enabling the use

  2. Utilize load balancers between the Web servers and the application servers to provide failover

  3. Place the Authentication servers outside of the intrusion firewall with the Web servers, since

  4. Use the largest processor engines and least number of physical machines for the application


Correct Option: A
  1. Call Section and SQL

  2. Do Select and SQL

  3. Call Section and PeopleCode

  4. PeopleCode and Do Select


Correct Option: A

If PeopleCode is present at both the Record field level and Component Record field, which code fires first?

  1. Both fire at the same time

  2. Component Record Field

  3. Record Field

  4. Varies from user to user


Correct Option: C