wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Microsoft IT Pro Community Meetup - August

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.

What is the primary benefit of using Microsoft Password less Authentication?

a)

Increased password complexity

b)

Reduced IT support costs

c)

Enhanced user experience and security

d)

Longer password expiration periods

2.

Which of the following is NOT a method used in Microsoft Password less Authentication?

a)

Windows Hello

b)

FIDO2 security keys

c)

SMS-based OTP

d)

Microsoft Authenticator app

3.

What biometric methods does Windows Hello support for authentication?

a)

Fingerprint and voice recognition

b)

Fingerprint and iris scan

c)

Voice recognition and iris scan

d)

Fingerprint and facial recognition

4.

Which of the following is a key feature of Windows Hello for Business?

a)

Password expiration policies

b)

Multi-factor authentication

c)

Single sign-on (SSO)

d)

Password complexity requirements

5.

What is the main purpose of using FIDO2 security keys in Microsoft’s authentication system?

a)

To provide a backup password

b)

To enable password recovery

c)

To offer a strong, phishing-resistant authentication method

d)

To store user credentials locally

6.

What are triggers and bindings?

a)

A trigger is a condition for when code should run, and binding is code written to facilitate connecting to and writing data to a data source.

b)

A trigger is connection code that helps you access a data source, and a binding is condition that defines when code should run.

c)

A trigger is when code times out and binding is the code that runs as a result.

7.

How many triggers does an Azure Function have?

a)

An Azure Function doesn't need a trigger.

b)

An Azure Function should have one trigger.

c)

An Azure Function can have multiple triggers.

8.

Which programming languages are supported by Azure Functions?

a)

Ruby and Swift

b)

PHP and Go

c)

C#, JavaScript, Python, and more

9.

What is an appropriate use case for Azure Functions?

a)

To serve as a dedicated server for your application.

b)

To replace all backend services in your application.

c)

To execute small pieces of code in response to events.

10.

How are Azure Functions billed?

a)

Based on the amount of memory your function uses.

b)

Based on the number of triggers your function has.

c)

Based on the number of executions and execution time.