Carlos Veliz
Test por , creado hace más de 1 año

ECSP JAVA

179
0
0
Carlos Veliz
Creado por Carlos Veliz hace alrededor de 9 años
Cerrar

ECSP JAVA: JAAS

Pregunta 1 de 10

1

In the JAAS architecture, which of the following modules does not correspond to the login modules?

Selecciona una de las siguientes respuestas posibles:

  • NTLogin

  • MyLogin

  • LnxLogin

  • Krd5Login

  • JndiLogin

Explicación

Pregunta 2 de 10

1

What is the correct order of steps to implement the authorization JASS?

Selecciona una de las siguientes respuestas posibles:

  • Subject - Security Manager - Permission - Access Controller - Protected Domain - Permission Collection - Policy - Policy File

  • Permission - Subject - Access Controller - Protected Domain - Permission Collection - Policy

  • Subject - Permission - Access Controller - Protected Domain - Permission Collection - Policy

  • Subject - Permission - Security Manager - AccessControl Context - Access Controller - Permission Collection - Protected Domain - Policy File - Policy

  • Subject - Permission - Security Manager - Access Controller - AccessControl Context - Protected Domain - Permission Collection - Policy - Policy File

Explicación

Pregunta 3 de 10

1

Flag, specifies the way to respond when the current login module gives an authentication failure. Which of the following values can be set to flag?

Selecciona una de las siguientes respuestas posibles:

  • Sufficient

  • True

  • False

  • True and False

  • 0 (Zero)

Explicación

Pregunta 4 de 10

1

Which of the terms is not part of the implementation of Login Module?

Selecciona una de las siguientes respuestas posibles:

  • Abort()

  • Commit()

  • Rollback()

  • Initialize()

  • Login()

Explicación

Pregunta 5 de 10

1

The description: "Removes all the Principals and credentials associated with the Subject". It corresponds to the method:

Selecciona una de las siguientes respuestas posibles:

  • logout()

  • abort()

  • commit()

  • initialize()

  • rollback()

Explicación

Pregunta 6 de 10

1

In the architecture of JAVA EE. Which of the following statements belong to the DATA Tier?

Selecciona una de las siguientes respuestas posibles:

  • Service Locator

  • DAO

  • View Manager

  • Web Services Client

  • Services Facade

Explicación

Pregunta 7 de 10

1

Which of the following is not a popular Java EE server?

Selecciona una de las siguientes respuestas posibles:

  • Apache

  • Jboss

  • WebSphere

  • Weblogic

  • Glassfish

Explicación

Pregunta 8 de 10

1

What is the default port for the Tomcat server shutdown?

Selecciona una de las siguientes respuestas posibles:

  • 1080

  • 8005

  • 8080

  • 8001

  • 8085

Explicación

Pregunta 9 de 10

1

Indicate the statement which he considers a good practice to ensure tomcat server

Selecciona una de las siguientes respuestas posibles:

  • Delete everithing from path HOME/webapps

  • Delete everithing from path HOME/server/webapps

  • Ensure that the default web servlet configuration does not serve the index pages in the absense of a welcome page

  • Clear all text password from HOME/conf/server.xml

  • All of the above

Explicación

Pregunta 10 de 10

1

Declaring roles. Which of the following does not belong to the method annotations?

Selecciona una de las siguientes respuestas posibles:

  • @DeclareRoles

  • @RolesAllowed("List-of-roles")

  • @AllowRoles

  • @DenyAll

  • @PermitAll

Explicación