Carlos Veliz
Quiz von , erstellt am more than 1 year ago

Introduction to Java Security

219
0
0
Carlos Veliz
Erstellt von Carlos Veliz vor fast 9 Jahre
Schließen

Introduction to Java Security

Frage 1 von 10

1

It is part of Core Java 2 Security Architecture:

Wähle eine der folgenden:

  • Message Authentication Codes

  • Class Loader

  • Standard Algorithms

  • Digital Signatures

  • Key Generators and key Factories

Erklärung

Frage 2 von 10

1

Mark the correct description that corresponds to the JCE abbreviation:

Wähle eine der folgenden:

  • Java Cryptographic Extension

  • Java Secure Socket Extension

  • Java Characters Encoding

  • Java Authenticacion and Authorization Services

  • None of the above

Erklärung

Frage 3 von 10

1

Which of the following statements does not correspond to a feature of the Java Virtual Machine?

Wähle eine der folgenden:

  • Is an interpreter that implements bytecode (.class file)

  • Produce the binary code according to the specific instruction lengths of the plataform, that is the reason Java programs are plataform independet

  • Interprets bycode and gives instructions to operatings system calls

  • Imitates the actual Java processor that emulates the CPU of the host machine

  • Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context

Erklärung

Frage 4 von 10

1

JVM starts by loading classes using class loaders such as:

Wähle eine der folgenden:

  • Bootstrap Class Loader

  • Extension Class Loader

  • system Class Loader

  • All of the above

  • None of the above

Erklärung

Frage 5 von 10

1

A statement is not part of the 4 steps the bycode verifier:

Wähle eine der folgenden:

  • The class file should have the basic format of a class file()

  • bycode verfier cannot be access by Java users or programmers

  • Adictional verification can be done without looking at the code array of the code attribute

  • Check the code array of the code attribute: bycode verifier

  • Perform the test delayed for efficiency reasons in pass 3

Erklärung

Frage 6 von 10

1

Some of the java security frameworks are:

Wähle eine der folgenden:

  • 1) JAAS

  • 2) JCE

  • 3) Java SASL API

  • 4) 1 and 3

  • 5) 2 and 3

Erklärung

Frage 7 von 10

1

Mainly uses kerberos protocol for token based network authentication:

Wähle eine der folgenden:

  • JSSE

  • JGSS

  • JCE

  • Java SASL API

  • None of the above

Erklärung

Frage 8 von 10

1

Uses various protocols such as IMAP, LDAP for authentication and providing security layer for the communications:

Wähle eine der folgenden:

  • JCE

  • JAAS

  • Java SASL API

  • JCA

  • GSS

Erklärung

Frage 9 von 10

1

Provides the Java version SSL and TLS protocols:

Wähle eine der folgenden:

  • JSSE

  • JCE

  • Java SASL API

  • JGSS

  • All of the above

Erklärung

Frage 10 von 10

1

According to IBM, which of the following statements is the highest relative cost of fixing defects?

Wähle eine der folgenden:

  • Testing

  • Design

  • Implementation

  • Maintenance

  • None of the above

Erklärung