wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

quiz_for_miniornage_2

Total questions: 15

Worksheet time: 4mins

Name
Class
Date
1.

What is the potential security risk of not validating the "Issuer" element in a SAML response?

a)

Unauthorized service provider could impersonate a legitimate IdP

b)

Attackers can inject a fake assertion with altered data

c)
  • The user’s session could be hijacked after the first login

d)

The identity provider could be spoofed by an external entity

2.

What does the "Audience Restriction" condition in a SAML assertion typically prevent?

a)

Ensuring the integrity of the response from the Identity Provider (IdP)

b)

Preventing replay attacks by limiting the assertion’s validity period

c)

Ensuring that the assertion is only consumed by the intended service provider

d)

Validating the identity of the user requesting authentication

3.

In a SAML-based Single Sign-On (SSO) setup, what is the primary function of the "Assertion Consumer Service" (ACS)?

a)

To verify the integrity of the SAML assertion

b)

To generate a SAML response based on the authentication request

c)

To receive and process the SAML assertion from the Identity Provider (IdP)

d)

To authenticate the user’s credentials

4.

Which of the following LDAP controls allows clients to request specific actions or modifications to be applied to an entry without modifying the entry itself?

a)

Search Result Reference

b)

Virtual List View Control

c)

Paging Control

d)

Manage DSA IT Control

5.

In an LDAP directory, which of the following is true regarding the "objectClass" attribute?

a)

It specifies the organizational unit of the entry in the directory.

b)

It defines the user’s login credentials in the directory.

c)

It defines the types of attributes that an entry can have in the directory

d)

It is a mandatory attribute for every entry, but its value can vary.

6.

Which LDAP control is used to implement server-side sorting of results returned by the search operation?

a)

Server Sort Control

b)

Virtual List View Control

c)

Manage DSA IT Control

d)

Paged Results Control

7.

Which of the following Git commands is used to apply changes from one commit to another branch without creating a merge commit?

a)

git merge

b)

git rebase

c)

git cherry-pick

d)

git pull --rebase

8.

What happens when you run the command git push origin --delete <branch-name>?

a)

It deletes the local branch.

b)

It deletes the remote branch from the repository.

c)

It deletes all local branches.

d)

It deletes all tags from the remote repository.

9.

In Git, what does the git reset --hard HEAD~1 command do?

a)

It resets the working directory to the previous commit but keeps the changes staged.

b)

It deletes the previous commit and resets the working directory to it.

c)

It resets the staging area to the state of the previous commit and keeps the working directory intact.

d)

It resets both the working directory and the staging area to the state of the previous commit, discarding any uncommitted changes.

10.

Which of the following algorithms is considered the most efficient for sorting a large number of items in terms of average time complexity?

a)

Bubble Sort

b)

Selection Sort

c)

Quick Sort

d)

Insertion Sort

11.

What does the term "Bus" refer to in computer architecture?

a)

A type of memory module used in a computer.

b)

A pathway that carries data between different components of the computer, such as the CPU and memory.

c)

A technique used to compress data during storage.

d)

A system used to transfer data from an external device to the CPU.

12.

In a typical TCP three-way handshake, which packet is sent by the client to the server to initiate the connection?

a)

FIN

b)

SYN-ACK

c)

ACK

d)

SYN

13.

Which of the following is NOT a valid IPv6 address type?

a)

Broadcast

b)

Anycast

c)

Multicast

d)

Unicast

14.

Which of the following protocols is responsible for encrypting email communications over the internet?

a)

S/MIME

b)

IMAP

c)

POP3

d)

SMTP

15.

Which of the following is an example of a software-as-a-service (SaaS) product used in office environments?

a)

Microsoft Windows Server

b)

Google Compute Engine

c)

Amazon Web Services (AWS)

d)

Microsoft Office 365