2021 Paid Flashcards

1
Q

What is Azure AD?

A

Microsoft’s modern, cloud based identity solution which supports users, devices and applications. Once given access by an IT Admin, It allows employees to sign in and access the resources available to them. This includes External resources, such as Microsoft 365, the Azure portal, and thousands of other SaaS applications. Also includes internal resources such as apps on your corporate network and intranet, along with any cloud apps developed by your own organization. Azure AD allows Admins to add users, delete/remove users, deploy apps and different services to specific users and more.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Name a unique security feature.

A

Azure includes information protection. Protects users from password spray attacks and includes intrusion detection.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What two things must a domain name be?

A

Must be available and must end in a “.”.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is RBAC?

A

Role based access control is the practice of restricting system access to authorized users. Comes with three primary rules: Role assignment & authorization, and permission authorization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does the user creation process consist of?

A

New User, create user, user name, first & last name, auto generate passwords, create.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Why would the “New User” button be disabled?

A

If the user isn’t an Admin, then the new user button is disabled. Only Administrators can add & manage Users.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is meant by “Single Tenant” in Azure?

A

Single Tenant means that the specified app is only available for use within the organization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is meant by multi-tenant?

A

This means that People outside of the organization can use the app.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a public client?

A

This means that the Machine is not in Admin’s control, and the app is deployed to the User’s machine.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are Confidential Clients?

A

Apps that run on servers, such as web apps, web API apps, or even Daemon apps. They’re considered difficult to access so they’re capable of keeping applications a secret.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is OAuth?

A

A modern authentication standard. Basically this works by saying, I am allowing A to do B on my behalf. At no point does A get my password. B is a set of permissions. (Think Face Book allowing Tinder to access a User’s profile).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Name a few issues with OAuth.

A

Overshares information such as sharing a game score to Facebook wall, also OAuth doesn’t know User for sure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does OpenID Connect do?

A

Adds strict standards so that OAuth can be used as an authentication protocol. Builds an identity layer on top of OAuth.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is cloud computing?

A

A style of computing in which IT enabled capabilities are delivered as a service using internet technologies.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is IAAS?

A

Infrastructure as a service. This style of cloud computing consists of virtual machines, hard drive storage, networking, IP Addresses and more.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is PAAS?

A

Platform as a service. This style of cloud computing consists of managing instances of web apps and app platform components. PAAS enables Clients to develop, run, and manage business applications without the need to build and maintain the infrastructure such software development processes typically require.

17
Q

What is SAAS?

A

Software as a service. This style of cloud computing consists of email or subscribing to any software service. This includes streaming services as well.

18
Q

What are benefits of cloud computing?

A

Reduced time & cost to build solutions, increased flexibility in deployment, overall TCO, and new solutions are possible.

19
Q

What do you know about Microsoft?

A

is an American multinational technology company with headquarters in Redmond, Washington. It develops, manufactures, licenses, supports, and sells computer software, consumer electronics, personal computers, and related services. Founded by Bill Gates and Paul Allen in April of 1975.

20
Q

Why Microsoft?

A

Three main reasons why: Allows me to combine both of my passions, which is helping people and Technology. I love the volunteer and philanthropic aspects of the company (AI for health, accessibility, cultural heritage and more). Also I love Microsoft’s Software and hardware offerings such as MS Office, outlook, XBOX 1 & more.

21
Q

Why am I the best fit for this Job?

A

I take the initiative to learn new tech related concepts, no one will out work me even if something comes to them more naturally (Smarter than me), I know how to connect with people and have great people skills (worked at a personal injury law firm).

22
Q

What is azure kubernetes?

A

Most modern apps are increasing built using containers. Kubernetes is an Open source software for deploying and managing containers at scale. So, kubernetes basically controls how those containers will run.

23
Q

What is azure load balancer?

A

Load balancing refers to evenly distributing load or incoming network traffic, across backend servers or resources.

24
Q

What is azure key vault?

A

Cloud service for securely storing and accessing secrets. This can be anything you want to control such as passwords, certificates or any type of keys.