Manage user and group properties – Manage Azure identities and governance – AZ-104 Study Guide

Manage user and group properties As users and groups are used, they might need updates to their attributes (or properties). For example, you might need to change a user’s job title, or you might need to add or remove members from an existing group. Users and groups can be updated using management tools such as the Azure portal, Azure […]

TCP/IP Network Layer – Introduction to Networking – 200-301 Study Guide

TCP/IP Network Layer The application layer includes many protocols. The transport layer includes fewer protocols, most notably, TCP and UDP. The TCP/IP network layer includes a small number of protocols, but only one major protocol: the Internet Protocol (IP). In fact, the name TCP/IP is simply the names of the two most common protocols (TCP […]

Numeric Promotion – Working with Binary Arithmetic Operators – 1Z0-829 Study Guide

Numeric Promotion Now that you understand the basics of arithmetic operators, it is vital to talk about prim-itive numeric promotion, as Java may do things that seem unusual to you at first. As we showed in Chapter 1, “Building Blocks,” each primitive numeric type has a bit-­length. You don’t need to know the exact size […]

Manage Microsoft Entra users and groups 2 – Manage Azure identities and governance – AZ-104 Study Guide

First, you must select the type of group you are creating. You have two options: Security and Microsoft 365. Security groups allow you to share Azure resources access to a group of users, devices, or service principals. A Microsoft 365 group allows access to a shared mailbox, cal- endar, SharePoint site, and so on. Note […]

Expanding AWS Networking Connectivity – Inter-VPC and Multi-account Networking – ANS-C01 Study Guide

Expanding AWS Networking Connectivity AWS offers services that allow you to manage access into your cloud resources from outside accounts and authentication services. In this section, you will learn about AWS Organizations, which allows you to combine management and administration of multiple AWS accounts under a single administrative domain. You will also review the Resource […]

Manage Microsoft Entra users and groups – Manage Azure identities and governance – AZ-104 Study Guide

Skill 1.1: Manage Microsoft Entra users and groups In a Microsoft Entra tenant, there are users, groups, and devices that are controlled through the features of Entra discussed in this section. This section focuses on managing users and groups throughout their lifecycles, how to manage device settings, how to perform bulk updates to users using automation tooling such as PowerShell, and how […]

How to Write Test Cases – Testing – Salesforce Certified Platform Developer I Study Guide

9.1  How to Write Test Cases Unit tests in Apex are written using the Apex testing framework, which provides a set of classes and methods specifically designed for testing Apex code. These tests are typically written by developers to validate the functionality of their code and ensure that it meets the desired requirements. In Salesforce, […]

Manage Azure identities and governance – AZ-104 Study Guide

Microsoft has long been a leader in the identity space. This leadership goes back to the intro- duction of Active Directory (AD) with Windows 2000 before the cloud even existed. Microsoft moved into cloud identity with the introduction of Azure Active Directory (Azure AD), now Microsoft Entra ID, which is used by more than 5 […]

Choosing the right instance type for a training job – Amazon SageMaker Modeling – MLS-C01 Study Guide

Important note To remember this easily, you can think of t for Tiny, m for Medium, c for Compute, and p and g for GPU. The CPU-related family instance types are t, m, r, and c. The GPU-related family instance types are p and g. Choosing the right instance type for a training job There […]

Adding Parentheses – Working with Binary Arithmetic Operators – 1Z0-829 Study Guide

Adding Parentheses You might have noticed we said “Unless overridden with parentheses” prior to presenting Table 2.1 on operator precedence. That’s because you can change the order of operation explicitly by wrapping parentheses around the sections you want evaluated first. Changing the Order of Operation Let’s return to the previous price example. The following code […]