IT 2 Flashcards

(30 cards)

1
Q

What is the difference between Azure AD and on-prem Active Directory?

A

Azure AD is cloud-based identity management; on-prem AD is for managing devices, users, and resources in a local domain.

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

How do you assign a user to an Azure AD group?

A

Go to Azure Portal > Azure Active Directory > Groups > Select group > Members > Add members.

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

What is conditional access in Azure AD?

A

It allows you to enforce access controls based on conditions like user location, device state, or app.

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

What’s the purpose of Azure AD Connect?

A

It syncs on-prem Active Directory users to Azure AD for hybrid identity.

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

How do you reset a user’s password in Azure AD?

A

Azure Portal > Azure Active Directory > Users > Select user > Reset Password.

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

What is an Azure AD tenant?

A

A dedicated instance of Azure AD representing your organization.

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

How do you create a virtual machine in Azure?

A

Azure Portal > Virtual Machines > Create > Configure VM settings.

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

What is a resource group in Azure?

A

A container that holds related resources for an Azure solution.

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

What are NSGs in Azure?

A

Network Security Groups control inbound/outbound traffic to Azure resources.

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

What is the use of Azure Policy?

A

It helps enforce organizational standards and assess compliance at scale.

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

How do you unlock a user account in Active Directory?

A

Open Active Directory Users and Computers > Right-click user > Properties > Uncheck ‘Account is locked out’.

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

What tool do you use to query AD objects from command line?

A

Use dsquery, net user, or PowerShell cmdlets like Get-ADUser.

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

What is a Group Policy Object (GPO)?

A

GPOs define configurations for users and computers in Active Directory.

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

How do you force Group Policy update on a client?

A

Run gpupdate /force in Command Prompt.

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

How do you join a computer to a domain?

A

System Properties > Change Settings > Join domain > Enter domain and credentials.

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

What is the difference between OU and a group in AD?

A

OU is for organizing objects hierarchically; groups are for assigning permissions.

17
Q

How do you delegate permissions in Active Directory?

A

Use the Delegation of Control Wizard in Active Directory Users and Computers.

18
Q

What is a domain controller?

A

A server that responds to authentication requests in Active Directory.

19
Q

How do you back up Active Directory?

A

Use Windows Server Backup or wbadmin to back up system state.

20
Q

How do you restore a deleted user in AD?

A

Use AD Recycle Bin (if enabled) or authoritative restore with ntdsutil.

21
Q

What information should a good IT support ticket contain?

A

Issue description, affected user/system, urgency, screenshots/errors, and troubleshooting steps.

22
Q

How do you prioritize tickets in a help desk?

A

Based on impact and urgency: critical systems = high priority.

23
Q

How do you handle a ticket marked as resolved but the user disagrees?

A

Reopen the ticket, communicate with the user, troubleshoot further.

24
Q

What is a service-level agreement (SLA)?

A

An SLA defines the expected response and resolution times for support issues.

25
How do you document troubleshooting steps in a ticketing system?
Clearly list each step taken, tools used, commands run, and outcomes.
26
What should you do if you receive multiple tickets for the same issue?
Investigate as a potential outage, link or merge tickets, and escalate if needed.
27
How do you follow up with users after resolving their issue?
Email or call to confirm resolution and close ticket upon user approval.
28
Why is tagging or categorizing tickets important?
Helps with reporting, analytics, and identifying recurring issues.
29
What do you do when assigned a ticket outside your expertise?
Document findings and escalate to the appropriate team.
30
What are some common tools used in ticketing systems?
Jira, ServiceNow, osTicket, Zendesk, Freshdesk, Spiceworks.