














































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
ECSA102 BLOB BCA 2026 PRACTICE SOLUTION REVIEW SET
Typology: Exams
1 / 54
This page cannot be seen from the preview
Don't miss anything!















































◉ Azure AD - Security Groups. Answer: manage members, give access to resources to groups, permissions to members of that group ◉ Azure AD - Security Groups - Direct Assignment. Answer: Users are added directly to the group ◉ Azure AD - Security Groups - Group Assignment. Answer: Adding a group to a group ◉ Azure AD - Security Groups - Rule Based Assignment. Answer: Group assignment based on validation User attributes or device properties must meet certain rules to be assigned to that specific group ◉ Azure AD - Power Shell - Command to create a new group. Answer: new-azureadgroup - displayname Appname - MailNickname Appname ◉ Azure AD- Power Shell - Command to add a Group Member. Answer: Add-AZADGroupMember - MemberUserPrincipalName "[email protected]" - TargetGroupDisplayName GroupName
◉ MFA Something you know. Answer: passwords pin numbers ◉ MFA Something you are. Answer: biometrics fingerprints retinal scan facial recognition ◉ MFA something you have. Answer: authenticator app on cell phone Microsoft authenticator google authenticator ◉ Authentication methods 4. Answer: call to phone text to phone Notification through authenticator app verification code through authenticator app ◉ How to have a user have to re-register for MFA because they lost their phone?. Answer: Portal > Users > select user > Authentication methods > require re-register MFA button
◉ Azure AD Domain Join. Answer: Join your devices to your Azure AD Register or Join a device Single Sign On Enterprise Complaint Roaming Access to windows store for business Windows Hello Support Restriction of Access Seamless access to on prem resource ◉ AD Connect. Answer: Synchronize identities from on prem to Azure AD First install member server on prem enviroment
◉ Azure AD B to B. Answer: External environments connecting to Azure AD Invite external users as a guest external users may need to sign and agree to your terms before connecting Federated identity "invite user" option in the Azure AD Users portal ◉ how to see invites sent for Azure AD B to B. Answer: Portal > Azure AD > Organizational Relationships ◉ Azure AD B to C tenant. Answer: Business to consumer Targeted towards developers Able to sign in with identities (facebook, google etc.) Building apps Create a separate isolated environment for managing your identities ◉ How to create a Azure AD B to C tenant and link it to your subscription. Answer: Portal > Create a resource > search "b2c" > click azure AD B2C > create > create new tenant
*risky sign ins ◉ How do I get to Azure AD Monitoring?. Answer: Portal > Azure AD > Security/Monitoring ◉ Portal > Azure AD > Monitoring > Usage and Insights. Answer: Reports about usage of apps Activities of your federated apps Activities related to authentications This requires a premium license ◉ Azure AD Monitoring - Diagnostic Settings. Answer: add diagnostic setting for log gathering can send to log analytics or stream to event hub data in logs is stored for 7 days if not premium premium is 30 days by default ◉ When you think of joining a device to Azure AD, think of ________. Answer: Users want to be able to use their organizational work or school accounts ◉ Guest users are users added to Azure AD from a third party like _________ or __________. Answer: Microsoft or Google accounts
◉ Azure AD - Dynamically Assigned Groups. Answer: Groups assigned based on profile characteristics ex. all job titles with the word "manager" ◉ Global Administrator. Answer: Only one who can manage groups across tenants and assign other administrator roles ◉ Azure Management Groups Topolgy. Answer: Azure AD/Tenant > Root Management Group > Management Group > Subscriptions > Resource groups ◉ Azure Management Groups, what do they do?. Answer: A way to organize multiple Azure subscriptions so that you can manage governance, policies and access at scale across your organization
◉ A subscription is __________. Answer: A Subscription logical entity that is used for billing purposes You can have multiple subscriptions inside your Azure account 1 subscription might be for development 1 subscription might be for testing ◉ Billing in Azure is done on per ________ bases. Answer: subscription ◉ Subscriptions - What is the subscription ID used for?. Answer: billing - its mapped to your credit card ◉ Subscriptions - Access Control IAM. Answer: Who can access your billing and payments for your subscriptions
◉ Enterprise Agreement Subscription. Answer: Buy Cloud Services and the software licenses under one agreement and you get discounts for new licenses Enterprise Scale Organizations ◉ The person who creates the Azure account is the _________. Answer: Account Administrator (global admin) must login at least once every 2 years to keep account active, inactive accounts are cancelled ◉ Administrator ranking (3). Answer: Account Admin > Service Admin > Co-Admin ◉ Subscriptions > choose a subscription > Usage and Quotas. Answer: The number of each network resource type that you have deployed in your subscription Resource usage ◉ Storage Accounts > Select resource > tags - Resource Tags. Answer: You can apply tags to your Azure resources to logically organize them by categories each tag consists of a name and a value
◉ Where to configure admins and roles?. Answer: Portal > Azure AD > Roles and Administrators ◉ Azure AD - Every role is a set of _________. Answer: properties what can the role do/ role permissions in the background these are in the form of a JSON file ◉ Power shell - Command to retrieve Azure role definitions. Answer: get-azroledefinition output will be in JSON ◉ Creating user accounts in AD. Answer: ◉ User where the source says "Windows Server AD". Answer: From on prem device ◉ How to get to Azure Policies. Answer: Search "Azure policy" ◉ If you wanted to set a policy to block people from creating VMs in Western Europe, how can you do that through the portal?. Answer: Search for "Policy" > Definitions > Initiative Definition Same page > Assignments > Assign Initiative
◉ What's in Azure Policy > Definitions?. Answer: Output is a list of Policy definitions Examples of policies you can enforce basically they are pre made templates JSON File You can assign the policy to a Resource group or Subscription Then you can look at the assignments under Azure Policy > Assignments ◉ Azure Policy > Definitions > Initiative Definition?. Answer: Collection of policies Create a complex single unified definition You can add multiple policies under a single definition ◉ Powershell > Get-Webserver <-what is that?. Answer: a cmdlet ◉ Powershell - Get-Processes. Answer: shows you the list of processes ◉ Powershell - Get-service. Answer: shows you the list of services
◉ Powershell - Command to verify your subscription. Answer: Get- AzSubscription ◉ Powershell - Command to create a RG. Answer: new- AzResourceGroup - name - location ◉ Powershell - command to retrieve RG info. Answer: Get- AzResourceGroup ◉ Resource-provider/resource-type examples. Answer: Microsoft.Compute/Virtual Machines or Snapshots or Images Microsoft.Storage/Blobs or Storage Accounts or Files ◉ How to see a list of Resource Providers on Azure portal?. Answer: Search for Resource Explorer > Providers If you select the type you can see the JSON script for this provider and type ◉ Powershell - Command to lock a resource group. Answer: New- AzResourceLock - Name - LockLevel CannotDelete - ResourceGroupName ◉ Powershell - Command to delete resource group. Answer: Remove-AzResourceGroup - Name
◉ Powershell - Command to unlock a resource group. Answer: Remove-AzResourceLock - LockId ex. /subscriptions/1254235- 092 - 34... ◉ JSON is a collection of ___-____ pairs. Answer: key value pairs ex. { vmname = webserver, vnetname = prodvnet, networkid = "10.20.30.0/24" } ◉ Scripts - Parameters. Answer: A value that must be entered and may differ from system to system and then the script moves forward with VM creation ex. adminUsername or adminPassword ◉ Scripts - Variables. Answer: Values that a reused over and over across all resources during VM creation ex. networking features like addressPrefix, suubnetName, subnetPrefix
◉ What is a subnet?. Answer: A subnet is a smaller network carved out a of a vnet, it is a segment of a vnet A vnet may have multiple subnets ◉ RDP Port number. Answer: 3389 ◉ SSH port number. Answer: 22 TCP ◉ Powershell - Command to create a new virtual network and store it as a variable $NewVnet. Answer: $NewVnet = New- AzVirtualNetwork - Name - ResourceGroupName
◉ Powershell - Command to add a subnet to your virtual network and make it a variable $NewSubnet. Answer: $NewSubnet = Add- AzVirtualNetworkSubnetconfig - Name - VirtualNetwork $NewVnet - AddressPrefix 10.20.30.0/24 - ◉ Portal - How to attach a NIC to a VM. Answer: VM > Networking > Attach Network Interface You cannot attach a NIC to a VM while its running, it must be stopped A VM can have an IP from subnet 1 going to one NIC and an IP from subnet 2 going to another NIC ◉ Private IP addresses are used for communication ___________ the Azure Vnet.. Answer: within