Archive for December, 2020

Sertifikasi Internasional Microsoft Certified: DevOps Engineer Expert

December 31, 2020

Buat kamu yang berprofesi sebagai DevOps Engineer, kurang lengkap rasanya kalau kamu belum punya sertifikasi Microsoft Certified: DevOps Engineer Expert. Untuk mendapatkan Sertifikasi Microsoft Certified: DevOps Engineer Expert, kamu harus ikut ujian Exam AZ-400: Designing and Implementing Microsoft DevOps Solutions di Pearson VUE Testing Center yang ada di seluruh Indonesia. Ujiannya berbahasa Inggris dengan jumlah pertanyaan 65 buah dan lama ujiannya sekitar 90 menit.

Selain itu kamu juga harus salah satu dari dua buah sertifikasi ini sebelumnya.

  1. Microsoft Certified: Azure Administrator Associate atau
  2. Microsoft Certified: Azure Developer Associate

Harga Ujiannya Sendiri : 80 USD (Indonesia)

Berikut adalah exam objectives untuk ujian Exam AZ-400: Designing and Implementing Microsoft DevOps Solutions

Develop an Instrumentation Strategy (5-10%)

Design and implement logging
assess and Configure a log framework
design a log aggregation and storage strategy (e.g. Azure storage)
design a log aggregation using Azure Monitor
manage access control to logs (workspace-centric/resource-centric)
integrate crash analytics (App Center Crashes, Crashlytics)

Design and implement telemetry
design and implement distributed tracing
inspect application performance indicators
inspect infrastructure performance indicators
define and measure key metrics (CPU, memory, disk, network)
implement alerts on key metrics (email, SMS, webhooks, Teams/Slack)
integrate user analytics (e.g. Application Insights funnels, Visual Studio App Center,
TestFlight, Google Analytics)

Integrate logging and monitoring solutions
configure and integrate container monitoring (Azure Monitor, Prometheus, etc.)
configure and integrate with monitoring tools (Azure Monitor Application Insights,
Dynatrace, New Relic, Naggios, Zabbix)
create feedback loop from platform monitoring tools (e.g. Azure Diagnostics extension,
Log Analytics agent, Azure Platform Logs, Event Grid)
manage Access control to the monitoring platform

Develop a Site Reliability Engineering (SRE) strategy (5-10%)

Develop an actionable alerting strategy
identify and recommend metrics on which to base alerts
implement alerts using appropriate metrics
implement alerts based on appropriate log messages
implement alerts based on application health checks
analyze combinations of metrics
develop communication mechanism to notify users of degraded systems
implement alerts for self-healing activities (e.g. scaling, failovers)

Design a failure prediction strategy
analyze behavior of system with regards to load and failure conditions
calculate when a system will fail under various conditions
measure baseline metrics for system
leverage Application Insights Smart Detection and Dynamic thresholds in Azure Monitor

Design and implement a health check
analyze system dependencies to determine which dependency should be included in
health check
calculate healthy response timeouts based on SLO for the service
design approach for partial health situations
design approach for piecemeal recovery (e.g. to improve recovery time objective
strategies)
integrate health check with compute environment
implement different types of health checks (liveness, startup, shutdown)

Develop a security and compliance plan (10-15%)

Design an authentication and authorization strategy
design an access solution (Azure AD Privileged Identity Management (PIM), Azure AD
Conditional Access, MFA)
organize the team using Azure AD groups
implement Service Principals and Managed Identity
configure service connections

Design a sensitive information management strategy
evaluate and configure vault solution (Azure Key Vault, Hashicorp Vault)
generate security certificates
design a secrets storage and retrieval strategy (KeyVault secrets, GitHub secrets, Azure
Pipelines secrets)
formulate a plan for deploying secret files as part of a release

Develop security and compliance
automate dependencies scanning for security (container scanning, OWASP)
automate dependencies scanning for compliance (licenses: MIT, GPL)
assess and report risks
design a source code compliance solution (e.g. GitHub Code scanning, GitHub Secret
scanning, pipeline-based scans, Git hooks, SonarQube, Dependabot, etc.))

Design governance enforcement mechanisms
implement Azure policies to enforce organizational requirements
implement container scanning (e.g. static scanning, malware, crypto mining)
design and implement Azure Container Registry Tasks
design break-the-glass strategy for responding to security incidents

Manage source control (10-15%)

Develop a modern source control strategy
integrate/migrate disparate source control systems (e.g. GitHub, Azure Repos)
design authentication strategies
design approach for managing large binary files (e.g. Git LFS)
design approach for cross repository sharing (e.g. Git sub-modules, packages)
implement workflow hooks
design approach for efficient code reviews (e.g. GitHub code review assignments,
schedule reminders, Pull Analytics)

Plan and implement branching strategies for the source code
define Pull Requests (PR) guidelines to enforce work item correlation
implement branch merging restrictions (e.g. branch policies, branch protections, manual,
etc.)
define branch strategy (e.g. trunk based, feature branch, release branch, GitHub flow)
design and implement a PR workflow (code reviews, approvals)
enforce static code analysis for code-quality consistency on PR

Configure repositories
configure permissions in the source control repository
organize the repository with git-tags
plan for handling oversized repositories
plan for content recovery in all repository states
purge data from source control

Integrate source control with tools
integrate GitHub with DevOps pipelines
integrate GitHub with identity management solutions (Azure AD)
design for GitOps
design for ChatOps
integrate source control artifacts for human consumption (e.g. Git changelog)
integrate GitHub Codespaces

Facilitate communication and collaboration (10-15%)

Communicate deployment and release information with business stakeholders
create dashboards combining boards, pipelines (custom dashboards on Azure DevOps)
design a cost management communication strategy
integrate release pipeline with work item tracking (e.g. AZ DevOps, Jira)
integrate GitHub as repository with Azure Boards
communicate user analytics

Generate DevOps process documentation
design onboarding process for new employees
assess and document external dependencies (e.g. integrations, packages)
assess and document artifacts (version, release notes)

Automate communication with team members
integrate monitoring tools with communication platforms (e.g. Teams, Slack, dashboards)
notify stakeholders about key metrics, alerts, severity using communication platforms
(e.g. Email, SMS, Slack, Teams)
integrate build and release with communication platforms (e.g. build fails, release fails)
integrate GitHub pull request approvals via mobile apps

Define and implement continuous integration (20-25%)

Design build automation
integrate the build pipeline with external tools (e.g., Dependency and security scanning,
Code coverage)
implement quality gates (e.g. code coverage, internationalization, peer review)
design a testing strategy (e.g. integration, load, fuzz, API, chaos)
integrate multiple tools (e.g. GitHub Actions, Azure Pipeline, Jenkins)

Design a package management strategy
recommend package management tools (e.g. GitHub Packages, Azure Artifacts, Azure
Automation Runbooks Gallery, Nuget, Jfrog, Artifactory)
design an Azure Artifacts implementation including linked feeds
design versioning strategy for code assets (e.g. SemVer, date based)
plan for assessing and updating and reporting package dependencies (GitHub
Automated Security Updates, NuKeeper, GreenKeeper)
design a versioning strategy for packages (e.g. SemVer, date based)
design a versioning strategy for deployment artifacts

Design an application infrastructure management strategy
assess a configuration management mechanism for application infrastructure
define and enforce desired state configuration for environments

Implement a build strategy
design and implement build agent infrastructure (include cost, tool selection, licenses,
maintainability)
develop and implement build trigger rules
develop build pipelines
design build orchestration (products that are composed of multiple builds)
integrate configuration into build process
develop complex build scenarios (e.g. containerized agents, hybrid, GPU)

Maintain build strategy
monitor pipeline health (failure rate, duration, flaky tests)
optimize build (cost, time, performance, reliability)
analyze CI load to determine build agent configuration and capacity

Design a process for standardizing builds across organization
manage self-hosted build agents (VM templates, containerization, etc.)
create reuseable build subsystems (YAML templates, Task Groups, Variable Groups, etc.)

Define and implement a continuous delivery and release management
strategy (10-15%)

Develop deployment scripts and templates
recommend a deployment solution (e.g. GitHub Actions, Azure Pipelines, Jenkins,
CircleCI, etc.)
design and implement Infrastructure as code (ARM, Terraform, PowerShell, CLI)
develop application deployment process (container, binary, scripts)
develop database deployment process (migrations, data movement, ETL)
integrate configuration management as part of the release process
develop complex deployments (IoT, Azure IoT Edge, mobile, App Center, DR, multiregion,
CDN, sovereign cloud, Azure Stack, etc.)

Implement an orchestration automation solution
combine release targets depending on release deliverable (e.g., Infrastructure, code,
assets, etc.)
design the release pipeline to ensure reliable order of dependency deployments
organize shared release configurations and process (YAML templates, variable groups,
Azure App Configuration)
design and implement release gates and approval processes

Plan the deployment environment strategy
design a release strategy (blue/green, canary, ring)
implement the release strategy (using deployment slots, load balancer configurations,
Azure Traffic Manager, feature toggle, etc.)
select the appropriate desired state solution for a deployment environment (PowerShell
DSC, Chef, Puppet, etc.)
plan for minimizing downtime during deployments (VIP Swap, Load balancer, rolling
deployments, etc.)
design a hotfix path plan for responding to high priority code fixes

Buat kamu yang mau belajar berbagai macam materi Teknologi Informasi, kamu bisa melihat kumpulan tutorialnya disini :

  1. Cloud Computing : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-cloud.html
  2. Web : https://bukutrainingns.blogspot.com/2020/02/kumpulan-tutorial-belajar-web.html
  3. Server Hardware : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-server.html
  4. Data Center : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-data-center.html
  5. Veritas Backup Exec : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-veritas.html
  6. Windows Server 2012R2 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows.html
  7. Windows Server 2016 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows_6.html
  8. Windows Server 2019 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows_19.html
  9. Active Directory : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-active.html
  10. Exchange Server 2013 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange.html
  11. Exchange Server 2016 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange_9.html
  12. Exchange Server 2019 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange_20.html
  13. Linux Ubuntu : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-ubuntu.html
  14. Linux RedHat : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-redhat.html
  15. Linux CEntOS : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-centos.html
  16. Cisco : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-cisco.html
  17. Mikrotik : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-router.html
  18. Hyper-V : https://bukutrainingns.blogspot.com/2019/12/belajar-hyper-v-kumpulan-tutorial.html
  19. SQL Server 2014 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-sql-server.html
  20. Jobs dan Career : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-karir-dunia-teknologi.html
  21. Microsoft Office Word : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-microsoft.html
  22. VMWare VSphere : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-vmware-vsphere.html

Buat kamu yang mau belajar Sertifikasi Internasional bisa lihat kumpulan tutorialnya disini:

  1. CompTIA : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi.html
  2. Cisco : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_8.html
  3. Oracle : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_9.html
  4. Microsoft : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_10.html
  5. MikroTik : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_11.html
  6. VMWare : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_12.html
  7. FortiNet : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_16.html
  8. EC Council : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_17.html
  9. Juniper : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_22.html
  10. RedHat : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-sertifikasi-linux.html

Untuk artikel dan tutorial seputar IT kamu bisa kunjungi web saya berikut ini:

https://bukutrainingns.blogspot.com/

Untuk video tutorial seputar IT dan lainnya kamu bisa kunjungi Channel YouTube saya disini ya:

https://www.youtube.com/channel/UCikwGDYfTFWQxdiCqKvx6_w

Semoga bermanfaat.

Salam

Nanang

Sertifikasi Internasional Microsoft Certified: Azure Data Scientist Associate

December 22, 2020

Buat kamu yang berprofesi sebagai Data Scientist, kurang lengkap rasanya kalau kamu belum punya sertifikasi Microsoft Certified: Azure Data Scientist Associate. Untuk mendapatkan Sertifikasi Microsoft Certified: Azure Data Scientist Associate, kamu harus ikut ujian DP-100: Designing and Implementing a Data Science Solution on Azure di Pearson VUE Testing Center yang ada di seluruh Indonesia. Ujiannya berbahasa Inggris dengan jumlah pertanyaan 65 buah dan lama ujiannya sekitar 90 menit.

Harga Ujiannya Sendiri : 80 USD (Indonesia)

Berikut adalah exam objectives untuk ujian DP-100: Designing and Implementing a Data Science Solution on Azure

Set up an Azure Machine Learning Workspace (30-35%)

Create an Azure Machine Learning workspace
create an Azure Machine Learning workspace
configure workspace settings
manage a workspace by using Azure Machine Learning studio

Manage data objects in an Azure Machine Learning workspace
register and maintain datastores
create and manage datasets

Manage experiment compute contexts
create a compute instance
determine appropriate compute specifications for a training workload
create compute targets for experiments and training

Run Experiments and Train Models (25-30%)

Create models by using Azure Machine Learning Designer
create a training pipeline by using Azure Machine Learning designer
ingest data in a designer pipeline
use designer modules to define a pipeline data flow
use custom code modules in designer

Run training scripts in an Azure Machine Learning workspace
create and run an experiment by using the Azure Machine Learning SDK
configure run settings for a script
consume data from a dataset in an experiment by using the Azure Machine Learning
SDK

Generate metrics from an experiment run
log metrics from an experiment run
retrieve and view experiment outputs
use logs to troubleshoot experiment run errors

Automate the model training process
create a pipeline by using the SDK
pass data between steps in a pipeline
run a pipeline
monitor pipeline runs

Optimize and Manage Models (20-25%)

Use Automated ML to create optimal models
use the Automated ML interface in Azure Machine Learning studio
use Automated ML from the Azure Machine Learning SDK
select pre-processing options
determine algorithms to be searched
define a primary metric
get data for an Automated ML run
retrieve the best model

Use Hyperdrive to tune hyperparameters
select a sampling method
define the search space
define the primary metric
define early termination options
find the model that has optimal hyperparameter values

Use model explainers to interpret models
select a model interpreter
generate feature importance data

Manage models
register a trained model
monitor model usage
monitor data drift

Deploy and Consume Models (20-25%)


Create production compute targets
consider security for deployed services
evaluate compute options for deployment

Deploy a model as a service
configure deployment settings
consume a deployed service
troubleshoot deployment container issues

Create a pipeline for batch inferencing
publish a batch inferencing pipeline
run a batch inferencing pipeline and obtain outputs

Publish a designer pipeline as a web service
create a target compute resource
configure an Inference pipeline
consume a deployed endpoint

Buat kamu yang mau belajar berbagai macam materi Teknologi Informasi, kamu bisa melihat kumpulan tutorialnya disini :

  1. Cloud Computing : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-cloud.html
  2. Web : https://bukutrainingns.blogspot.com/2020/02/kumpulan-tutorial-belajar-web.html
  3. Server Hardware : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-server.html
  4. Data Center : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-data-center.html
  5. Veritas Backup Exec : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-veritas.html
  6. Windows Server 2012R2 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows.html
  7. Windows Server 2016 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows_6.html
  8. Windows Server 2019 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows_19.html
  9. Active Directory : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-active.html
  10. Exchange Server 2013 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange.html
  11. Exchange Server 2016 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange_9.html
  12. Exchange Server 2019 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange_20.html
  13. Linux Ubuntu : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-ubuntu.html
  14. Linux RedHat : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-redhat.html
  15. Linux CEntOS : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-centos.html
  16. Cisco : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-cisco.html
  17. Mikrotik : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-router.html
  18. Hyper-V : https://bukutrainingns.blogspot.com/2019/12/belajar-hyper-v-kumpulan-tutorial.html
  19. SQL Server 2014 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-sql-server.html
  20. Jobs dan Career : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-karir-dunia-teknologi.html
  21. Microsoft Office Word : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-microsoft.html
  22. VMWare VSphere : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-vmware-vsphere.html

Buat kamu yang mau belajar Sertifikasi Internasional bisa lihat kumpulan tutorialnya disini:

  1. CompTIA : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi.html
  2. Cisco : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_8.html
  3. Oracle : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_9.html
  4. Microsoft : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_10.html
  5. MikroTik : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_11.html
  6. VMWare : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_12.html
  7. FortiNet : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_16.html
  8. EC Council : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_17.html
  9. Juniper : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_22.html
  10. RedHat : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-sertifikasi-linux.html

Untuk artikel dan tutorial seputar IT kamu bisa kunjungi web saya berikut ini:

https://bukutrainingns.blogspot.com/

Untuk video tutorial seputar IT dan lainnya kamu bisa kunjungi Channel YouTube saya disini ya:

https://www.youtube.com/channel/UCikwGDYfTFWQxdiCqKvx6_w

Semoga bermanfaat.

Salam

Nanang

Sertifikasi Internasional Microsoft Certified: Azure Administrator Associate

December 15, 2020

Buat kamu yang berprofesi sebagai System Engineer dan System Administrator, kurang lengkap rasanya kalau kamu belum punya sertifikasi Microsoft Certified: Azure Administrator Associate. Untuk mendapatkan Sertifikasi Microsoft Certified: Azure Administrator Associate, kamu harus ikut ujian Exam AZ-104: Microsoft Azure Administrator di Pearson VUE Testing Center yang ada di seluruh Indonesia. Ujiannya berbahasa Inggris dengan jumlah pertanyaan 65 buah dan lama ujiannya sekitar 90 menit.

Harga Ujiannya Sendiri : 80 USD (Indonesia)

Berikut adalah exam objectives untuk ujian Exam AZ-104: Microsoft Azure Administrator

Manage Azure identities and governance (15-20%)
Manage Azure AD objects

create users and groups
manage user and group properties
manage device settings
perform bulk user updates
manage guest accounts
configure Azure AD Join
configure self-service password reset
NOT: Azure AD Connect; PIM

Manage role-based access control (RBAC)
create a custom role
provide access to Azure resources by assigning roles
-subscriptions
-resource groups
-resources (VM, disk, etc.)
interpret access assignments
manage multiple directories

Manage subscriptions and governance
configure Azure policies
configure resource locks
apply tags
create and manage resource groups
-move resources
-remove RGs
manage subscriptions
configure Cost Management
configure management groups

Implement and manage storage (10-15%)
Manage storage accounts

configure network access to storage accounts
create and configure storage accounts
generate shared access signature
manage access keys
implement Azure storage replication
configure Azure AD Authentication for a storage account

Manage data in Azure Storage
export from Azure job
import into Azure job
install and use Azure Storage Explorer
copy data by using AZCopy

Configure Azure files and Azure blob storage
create an Azure file share
create and configure Azure File Sync service
configure Azure blob storage
configure storage tiers for Azure blobs

Deploy and manage Azure compute resources (25-30%)
Configure VMs for high availability and scalability

configure high availability
deploy and configure scale sets

Automate deployment and configuration of VMs
modify Azure Resource Manager (ARM) template
configure VHD template
deploy from template
save a deployment as an ARM template
automate configuration management by using custom script extensions

Create and configure VMs
configure Azure Disk Encryption
move VMs from one resource group to another
manage VM sizes
add data discs
configure networking
redeploy VMs

Create and configure containers
create and configure Azure Kubernetes Service (AKS)
create and configure Azure Container Instances (ACI)
NOT: selecting an container solution architecture or product; container registry settings

Create and configure Web Apps
create and configure App Service
create and configure App Service Plans
NOT: Azure Functions; Logic Apps; Event Grid

Configure and manage virtual networking (30-35%)
Implement and manage virtual networking

create and configure VNET peering
configure private and public IP addresses, network routes, network interface, subnets,
and virtual network

Configure name resolution
configure Azure DNS
configure custom DNS settings
configure a private or public DNS zone

Secure access to virtual networks
create security rules
associate an NSG to a subnet or network interface
evaluate effective security rules
deploy and configure Azure Firewall
deploy and configure Azure Bastion Service
NOT: Implement Application Security Groups; DDoS

Configure load balancing
configure Application Gateway
configure an internal load balancer
configure load balancing rules
configure a public load balancer
troubleshoot load balancing
NOT: Traffic Manager and FrontDoor and PrivateLink

Monitor and troubleshoot virtual networking
monitor on-premises connectivity
use Network Performance Monitor
use Network Watcher
troubleshoot external networking
troubleshoot virtual network connectivity

Integrate an on-premises network with an Azure virtual network
create and configure Azure VPN Gateway
create and configure VPNs
configure ExpressRoute
configure Azure Virtual WAN

Monitor and back up Azure resources (10-15%)
Monitor resources by using Azure Monitor

configure and interpret metrics
analyze metrics across subscriptions
configure Log Analytics
-implement a Log Analytics workspace
-configure diagnostic settings
query and analyze logs
-create a query
-save a query to the dashboard
-interpret graphs
set up alerts and actions

  • create and test alerts
  • create action groups
  • view alerts in Azure Monitor
  • analyze alerts across subscriptions
    configure Application Insights
    NOT: Network monitoring

Implement backup and recovery
configure and review backup reports
perform backup and restore operations by using Azure Backup
create a Recovery Services Vault

use soft delete to recover Azure VMs
create and configure backup policy
perform site-to-site recovery by using Azure Site Recovery
NOT: SQL or HANA

Buat kamu yang mau belajar berbagai macam materi Teknologi Informasi, kamu bisa melihat kumpulan tutorialnya disini :

  1. Cloud Computing : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-cloud.html
  2. Web : https://bukutrainingns.blogspot.com/2020/02/kumpulan-tutorial-belajar-web.html
  3. Server Hardware : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-server.html
  4. Data Center : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-data-center.html
  5. Veritas Backup Exec : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-veritas.html
  6. Windows Server 2012R2 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows.html
  7. Windows Server 2016 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows_6.html
  8. Windows Server 2019 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows_19.html
  9. Active Directory : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-active.html
  10. Exchange Server 2013 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange.html
  11. Exchange Server 2016 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange_9.html
  12. Exchange Server 2019 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange_20.html
  13. Linux Ubuntu : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-ubuntu.html
  14. Linux RedHat : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-redhat.html
  15. Linux CEntOS : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-centos.html
  16. Cisco : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-cisco.html
  17. Mikrotik : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-router.html
  18. Hyper-V : https://bukutrainingns.blogspot.com/2019/12/belajar-hyper-v-kumpulan-tutorial.html
  19. SQL Server 2014 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-sql-server.html
  20. Jobs dan Career : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-karir-dunia-teknologi.html
  21. Microsoft Office Word : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-microsoft.html
  22. VMWare VSphere : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-vmware-vsphere.html

Buat kamu yang mau belajar Sertifikasi Internasional bisa lihat kumpulan tutorialnya disini:

  1. CompTIA : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi.html
  2. Cisco : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_8.html
  3. Oracle : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_9.html
  4. Microsoft : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_10.html
  5. MikroTik : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_11.html
  6. VMWare : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_12.html
  7. FortiNet : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_16.html
  8. EC Council : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_17.html
  9. Juniper : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_22.html
  10. RedHat : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-sertifikasi-linux.html

Untuk artikel dan tutorial seputar IT kamu bisa kunjungi web saya berikut ini:

https://bukutrainingns.blogspot.com/

Untuk video tutorial seputar IT dan lainnya kamu bisa kunjungi Channel YouTube saya disini ya:

https://www.youtube.com/channel/UCikwGDYfTFWQxdiCqKvx6_w

Semoga bermanfaat.

Salam

Nanang

Sertifikasi Internasional Microsoft Certified: Azure Security Engineer Associate

December 11, 2020

Buat kamu yang berprofesi sebagai Security Engineer, kurang lengkap rasanya kalau kamu belum punya sertifikasi Microsoft Certified: Azure Security Engineer Associate. Untuk mendapatkan Sertifikasi Microsoft Certified: Azure Security Engineer Associate, kamu harus ikut ujian AZ-500: Microsoft Azure Security Technologies di Pearson VUE Testing Center yang ada di seluruh Indonesia. Ujiannya berbahasa Inggris dengan jumlah pertanyaan 65 buah dan lama ujiannya sekitar 90 menit.

Harga Ujiannya Sendiri : 80 USD (Indonesia)

Berikut adalah exam objectives untuk ujian AZ-500: Microsoft Azure Security Technologies

Exam AZ-500: Microsoft Azure Security Technologies
Manage identity and access (30-35%)
Manage Azure Active Directory identities

configure security for service principals
manage Azure AD directory groups
manage Azure AD users
configure password writeback
configure authentication methods including password hash and Pass Through
Authentication (PTA), OAuth, and passwordless
transfer Azure subscriptions between Azure AD tenants

Configure secure access by using Azure AD
monitor privileged access for Azure AD Privileged Identity Management (PIM)
configure Access Reviews
activate and configure PIM
implement Conditional Access policies including Multi-Factor Authentication (MFA)
configure Azure AD identity protection

Manage application access
create App Registration
configure App Registration permission scopes
manage App Registration permission consent
manage API access to Azure subscriptions and resources

Manage access control
configure subscription and resource permissions
configure resource group permissions
configure custom RBAC roles
identify the appropriate role
apply principle of least privilege
interpret permissions
check access

Implement platform protection (15-20%)
Implement advanced network security
secure the connectivity of virtual networks (VPN authentication, Express Route
Encryption)
configure Network Security Groups (NSGs) and Application Security Groups (ASGs)
create and configure Azure Firewall
configure Azure Front Door service as an Application Gateway
configure a Web Application Firewall (WAF) on Azure Application Gateway
configure Azure Bastion
configure a firewall on a storage account, Azure SQL, KeyVault, or App Service
implement Service Endpoints
implement DDoS protection

Configure advanced security for compute
configure endpoint protection
configure and monitor system updates for VMs
configure authentication for Azure Container Registry
configure security for different types of containers
implement vulnerability management
configure isolation for AKS
configure security for container registry
implement Azure Disk Encryption
configure authentication and security for Azure App Service
configure SSL/TLS certs
configure authentication for Azure Kubernetes Service
configure automatic updates

Manage security operations (25-30%)
Monitor security by using Azure Monitor
create and customize alerts
monitor security logs by using Azure Monitor
configure diagnostic logging and log retention

Monitor security by using Azure Security Center
evaluate vulnerability scans from Azure Security Center
configure Just in Time VM access by using Azure Security Center
configure centralized policy management by using Azure Security Center
configure compliance policies and evaluate for compliance by using Azure Security
Center

Monitor security by using Azure Sentinel
create and customize alerts
configure data sources to Azure Sentinel
evaluate results from Azure Sentinel
configure workflow automation by using Azure Sentinel

Configure security policies
configure security settings by using Azure Policy
configure security settings by using Azure Blueprint
configure a playbook by using Azure Sentinel

Secure data and applications (20-25%)
Configure security for storage

configure access control for storage accounts
configure key management for storage accounts
configure Azure AD authentication for Azure Storage
configure Azure AD Domain Services authentication for Azure Files
create and manage Shared Access Signatures (SAS)
create a shared access policy for a blob or blob container
configure Storage Service Encryption

Configure security for databases
enable database authentication
enable database auditing
configure Azure SQL Database Advanced Threat Protection
implement database encryption
implement Azure SQL Database Always Encrypted

Configure and manage Key Vault
manage access to Key Vault
manage permissions to secrets, certificates, and keys
configure RBAC usage in Azure Key Vault
manage certificates
manage secrets
configure key rotation
backup and restore of Key Vault items

Buat kamu yang mau belajar berbagai macam materi Teknologi Informasi, kamu bisa melihat kumpulan tutorialnya disini :

  1. Cloud Computing : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-cloud.html
  2. Web : https://bukutrainingns.blogspot.com/2020/02/kumpulan-tutorial-belajar-web.html
  3. Server Hardware : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-server.html
  4. Data Center : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-data-center.html
  5. Veritas Backup Exec : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-veritas.html
  6. Windows Server 2012R2 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows.html
  7. Windows Server 2016 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows_6.html
  8. Windows Server 2019 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows_19.html
  9. Active Directory : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-active.html
  10. Exchange Server 2013 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange.html
  11. Exchange Server 2016 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange_9.html
  12. Exchange Server 2019 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange_20.html
  13. Linux Ubuntu : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-ubuntu.html
  14. Linux RedHat : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-redhat.html
  15. Linux CEntOS : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-centos.html
  16. Cisco : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-cisco.html
  17. Mikrotik : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-router.html
  18. Hyper-V : https://bukutrainingns.blogspot.com/2019/12/belajar-hyper-v-kumpulan-tutorial.html
  19. SQL Server 2014 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-sql-server.html
  20. Jobs dan Career : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-karir-dunia-teknologi.html
  21. Microsoft Office Word : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-microsoft.html
  22. VMWare VSphere : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-vmware-vsphere.html

Buat kamu yang mau belajar Sertifikasi Internasional bisa lihat kumpulan tutorialnya disini:

  1. CompTIA : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi.html
  2. Cisco : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_8.html
  3. Oracle : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_9.html
  4. Microsoft : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_10.html
  5. MikroTik : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_11.html
  6. VMWare : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_12.html
  7. FortiNet : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_16.html
  8. EC Council : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_17.html
  9. Juniper : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_22.html
  10. RedHat : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-sertifikasi-linux.html

Untuk artikel dan tutorial seputar IT kamu bisa kunjungi web saya berikut ini:

https://bukutrainingns.blogspot.com/

Untuk video tutorial seputar IT dan lainnya kamu bisa kunjungi Channel YouTube saya disini ya:

https://www.youtube.com/channel/UCikwGDYfTFWQxdiCqKvx6_w

Semoga bermanfaat.

Salam

Nanang

Sertifikasi Internasional Microsoft Certified: Azure Developer Associate

December 7, 2020

Buat kamu yang berprofesi sebagai Software Developer, kurang lengkap rasanya kalau kamu belum punya sertifikasi Microsoft Certified: Azure Developer Associate. Untuk mendapatkan Sertifikasi Microsoft Certified: Azure Developer Associate, kamu harus ikut ujian AZ-204: Developing Solutions for Microsoft Azure di Pearson VUE Testing Center yang ada di seluruh Indonesia. Ujiannya berbahasa Inggris dengan jumlah pertanyaan 65 buah dan lama ujiannya sekitar 90 menit.

Harga Ujiannya Sendiri : 80 USD (Indonesia)

Berikut adalah exam objectives untuk ujian AZ-204: Developing Solutions for Microsoft Azure

Develop Azure compute solutions (25-30%)
Implement IaaS solutions

provision VMs
configure VMs for remote access
create ARM templates
create container images for solutions by using Docker
publish an image to the Azure Container Registry
run containers by using Azure Container Instance
Azure Kubernetes Service (AKS) is out of scope

Create Azure App Service Web Apps
create an Azure App Service Web App
enable diagnostics logging
deploy code to a web app
configure web app settings including SSL, API, and connection strings
implement autoscaling rules, including scheduled autoscaling, and scaling by operational or system metrics

Implement Azure functions
implement input and output bindings for a function
implement function triggers by using data operations, timers, and webhooks
implement Azure Durable Functions

Develop for Azure storage (10-15%)
Develop solutions that use Cosmos DB storage

select the appropriate API for your solution
implement partitioning schemes
interact with data using the appropriate SDK
set the appropriate consistency level for operations
create Cosmos DB containers
implement scaling (partitions, containers)
implement server-side programming including stored procedures, triggers, and change feed notifications

Develop solutions that use blob storage
move items in Blob storage between storage accounts or containers
set and retrieve properties and metadata
interact with data using the appropriate SDK
implement data archiving and retention
implement hot, cool, and archive storage

Implement Azure security (15-20%)
Implement user authentication and authorization

implement OAuth2 authentication
create and implement shared access signatures
register apps and use Azure Active Directory to authenticate users
control access to resources by using role-based access controls (RBAC)

Implement secure cloud solutions
secure app configuration data by using the App Configuration and KeyVault API
manage keys, secrets, and certificates by using the KeyVault API
implement Managed Identities for Azure resources

Monitor, troubleshoot, and optimize Azure solutions (10-15%)
Integrate caching and content delivery within solutions

develop code to implement CDNs in solutions
configure cache and expiration policies for FrontDoor, CDNs, or Redis caches Store and retrieve data in Azure Redis cache

Instrument solutions to support monitoring and logging
configure instrumentation in an app or service by using Application Insights
analyze log data and troubleshoot solutions by using Azure Monitor
implement Application Insights Web Test and Alerts
implement code that handles transient faults

Connect to and consume Azure services and third-party services (25-30%)
Develop an App Service Logic App

create a Logic App
create a custom connector for Logic Apps
create a custom template for Logic Apps

Implement API Management
create an APIM instance
configure authentication for APIs
define policies for APIs

Develop event-based solutions
implement solutions that use Azure Event Grid
implement solutions that use Azure Notification Hubs
implement solutions that use Azure Event Hub

Develop message-based solutions
implement solutions that use Azure Service Bus
implement solutions that use Azure Queue Storage queues

Buat kamu yang mau belajar berbagai macam materi Teknologi Informasi, kamu bisa melihat kumpulan tutorialnya disini :

  1. Cloud Computing : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-cloud.html
  2. Web : https://bukutrainingns.blogspot.com/2020/02/kumpulan-tutorial-belajar-web.html
  3. Server Hardware : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-server.html
  4. Data Center : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-data-center.html
  5. Veritas Backup Exec : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-veritas.html
  6. Windows Server 2012R2 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows.html
  7. Windows Server 2016 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows_6.html
  8. Windows Server 2019 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows_19.html
  9. Active Directory : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-active.html
  10. Exchange Server 2013 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange.html
  11. Exchange Server 2016 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange_9.html
  12. Exchange Server 2019 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange_20.html
  13. Linux Ubuntu : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-ubuntu.html
  14. Linux RedHat : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-redhat.html
  15. Linux CEntOS : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-centos.html
  16. Cisco : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-cisco.html
  17. Mikrotik : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-router.html
  18. Hyper-V : https://bukutrainingns.blogspot.com/2019/12/belajar-hyper-v-kumpulan-tutorial.html
  19. SQL Server 2014 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-sql-server.html
  20. Jobs dan Career : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-karir-dunia-teknologi.html
  21. Microsoft Office Word : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-microsoft.html
  22. VMWare VSphere : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-vmware-vsphere.html

Buat kamu yang mau belajar Sertifikasi Internasional bisa lihat kumpulan tutorialnya disini:

  1. CompTIA : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi.html
  2. Cisco : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_8.html
  3. Oracle : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_9.html
  4. Microsoft : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_10.html
  5. MikroTik : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_11.html
  6. VMWare : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_12.html
  7. FortiNet : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_16.html
  8. EC Council : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_17.html
  9. Juniper : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_22.html
  10. RedHat : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-sertifikasi-linux.html

Untuk artikel dan tutorial seputar IT kamu bisa kunjungi web saya berikut ini:

https://bukutrainingns.blogspot.com/

Untuk video tutorial seputar IT dan lainnya kamu bisa kunjungi Channel YouTube saya disini ya:

https://www.youtube.com/channel/UCikwGDYfTFWQxdiCqKvx6_w

Semoga bermanfaat.

Salam

Nanang

Sertifikasi Internasional Microsoft Certified: Azure Database Administrator Associate

December 4, 2020

Buat kamu yang berprofesi sebagai Database Administrator, kurang lengkap rasanya kalau kamu belum punya sertifikasi Microsoft Certified: Azure Database Administrator Associate. Untuk mendapatkan Sertifikasi Microsoft Certified: Azure Database Administrator Associate, kamu harus ikut ujian DP-300: Administering Relational Databases on Microsoft Azure di Pearson VUE Testing Center yang ada di seluruh Indonesia. Ujiannya berbahasa Inggris dengan jumlah pertanyaan 65 buah dan lama ujiannya sekitar 90 menit.

Harga Ujiannya Sendiri : 80 USD (Indonesia)

Berikut adalah exam objectives untuk ujian DP-300: Administering Relational Databases on Microsoft Azure

Plan and Implement Data Platform Resources (15-20%)
Deploy resources by using manual methods

deploy database offerings on selected platforms
configure customized deployment templates
apply patches and updates for hybrid and IaaS deployment

Recommend an appropriate database offering based on specific requirements
evaluate requirements for the deployment
evaluate the functional benefits/impact of possible database offerings
evaluate the scalability of the possible database offering
evaluate the HA/DR of the possible database offering
evaluate the security aspects of the possible database offering

Configure resources for scale and performance
configure Azure SQL database/elastic pools for scale and performance
configure Azure SQL managed instances for scale and performance
configure SQL Server in Azure VMs for scale and performance
calculate resource requirements
evaluate database partitioning techniques, such as database sharding

Evaluate a strategy for moving to Azure
evaluate requirements for the migration
evaluate offline or online migration strategies
evaluate requirements for the upgrade
evaluate offline or online upgrade strategies

Implement a migration or upgrade strategy for moving to Azure
implement an online migration strategy
implement an offline migration strategy
implement an online upgrade strategy
implement an offline upgrade strategy

Implement a Secure Environment (15-20%)
Configure database authentication by using platform and database tools

configure Azure AD authentication
create users from Azure AD identities
configure security principals

Configure database authorization by using platform and database tools
configure database and object-level permissions using graphical tools
apply principle of least privilege for all securables

Implement security for data at rest
implement Transparent Data Encryption (TDE)
implement object-level encryption
implement Dynamic Data Masking
implement Azure Key Vault and disk encryption for Azure VMs

Implement security for data in transit
configure server and database-level firewall rules
implement Always Encrypted

Implement compliance controls for sensitive data
apply a data classification strategy
configure server and database audits
implement data change tracking
perform a vulnerability assessment

Monitor and Optimize Operational Resources (15-20%)
Monitor activity and performance

prepare an operational performance baseline
determine sources for performance metrics
interpret performance metrics
assess database performance by using Intelligent Insights for Azure SQL Database and
Managed Instance
configure and monitor activity and performance at the infrastructure, server, service, and
database levels

Implement performance-related maintenance tasks
implement index maintenance tasks
implement statistics maintenance tasks
configure database auto-tuning
automate database maintenance tasks Azure SQL agent jobs, Azure automation, SQL server agent jobs
manage storage capacity

Identify performance-related issues
configure Query Store to collect performance data
identify sessions that cause blocking
assess growth/fragmentation of databases and logs
assess performance-related database configuration parameters including AutoClose, AutoShrink, AutoGrowth

Configure resources for optimal performance
configure storage and infrastructure resources optimize IOPS, throughput, and latency; optimize tempdb performance ;optimize data and log files for performance
configure server and service account settings for performance
configure Resource Governor for performance

Configure a user database for optimal performance
implement database-scoped configuration
configure compute resources for scaling
configure Intelligent Query Processing (IQP)

Optimize Query Performance (5-10%)
Review query plans
determine the appropriate type of execution plan
live Query Statistics, Actual Execution Plan, Estimated Execution Plan
identify problem areas in execution plans
extract query plans from the Query Store

Evaluate performance improvements
determine the appropriate Dynamic Management Views (DMVs) to gather query
performance information
identify performance issues using DMVs
identify and implement index changes for queries
recommend query construct modifications based on resource usage
assess the use of hints for query performance

Review database table and index design
identify data quality issues with duplication of data
identify normal form of database tables
assess index design for performance
validate data types defined for columns
recommend table and index storage including filegroups
evaluate table partitioning strategy
evaluate the use of compression for tables and indexes

Perform Automation of Tasks (10-15%)
Create scheduled tasks

manage schedules for regular maintenance jobs
configure multi-server automation
configure notifications for task success/failure/non-completion

Evaluate and implement an alert and notification strategy
create event notifications based on metrics
create event notifications for Azure resources
create alerts for server configuration changes
create tasks that respond to event notifications

Manage and automate tasks in Azure
perform automated deployment methods for resources
automate Backups
automate performance tuning and patching
implement policies by using automated evaluation modes

Plan and Implement a High Availability and Disaster Recovery (HADR)
Environment (15-20%)
Recommend an HADR strategy for a data platform solution

recommend HADR strategy based on RPO/RTO requirements
evaluate HADR for hybrid deployments
evaluate Azure-specific HADR solutions
identify resources for HADR solutions

Test an HADR strategy by using platform, OS, and database tools
test HA by using failover
test DR by using failover or restore

Perform backup and restore a database by using database tools
perform a database backup with options
perform a database restore with options
perform a database restore to a point in time
configure long-term backup retention

Configure HA/DR by using OS, platform, and database tools
configure replication
create an Availability Group
configure auto-failover groups
integrate a database into an Availability Group
configure quorum options for a Windows Server Failover Cluster
configure an Availability Group listener

Perform Administration by Using T-SQL (10-15%)
Examine system health
evaluate database health using DMVs
evaluate server health using DMVs
perform database consistency checks by using DBCC
Monitor database configuration by using T-SQL
assess proper database autogrowth configuration
report on database free space
review database configuration options

Perform backup and restore a database by using T-SQL
prepare databases for Always On Availability Groups
perform transaction log backup
perform restore of user databases
perform database backups with options

Manage authentication by using T-SQL
manage certificates
manage security principals

Manage authorization by using T-SQL
configure permissions for users to access database objects
configure permissions by using custom roles

Buat kamu yang mau belajar berbagai macam materi Teknologi Informasi, kamu bisa melihat kumpulan tutorialnya disini :

  1. Cloud Computing : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-cloud.html
  2. Web : https://bukutrainingns.blogspot.com/2020/02/kumpulan-tutorial-belajar-web.html
  3. Server Hardware : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-server.html
  4. Data Center : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-data-center.html
  5. Veritas Backup Exec : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-veritas.html
  6. Windows Server 2012R2 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows.html
  7. Windows Server 2016 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows_6.html
  8. Windows Server 2019 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows_19.html
  9. Active Directory : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-active.html
  10. Exchange Server 2013 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange.html
  11. Exchange Server 2016 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange_9.html
  12. Exchange Server 2019 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange_20.html
  13. Linux Ubuntu : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-ubuntu.html
  14. Linux RedHat : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-redhat.html
  15. Linux CEntOS : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-centos.html
  16. Cisco : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-cisco.html
  17. Mikrotik : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-router.html
  18. Hyper-V : https://bukutrainingns.blogspot.com/2019/12/belajar-hyper-v-kumpulan-tutorial.html
  19. SQL Server 2014 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-sql-server.html
  20. Jobs dan Career : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-karir-dunia-teknologi.html
  21. Microsoft Office Word : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-microsoft.html
  22. VMWare VSphere : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-vmware-vsphere.html

Buat kamu yang mau belajar Sertifikasi Internasional bisa lihat kumpulan tutorialnya disini:

  1. CompTIA : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi.html
  2. Cisco : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_8.html
  3. Oracle : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_9.html
  4. Microsoft : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_10.html
  5. MikroTik : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_11.html
  6. VMWare : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_12.html
  7. FortiNet : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_16.html
  8. EC Council : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_17.html
  9. Juniper : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_22.html
  10. RedHat : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-sertifikasi-linux.html

Untuk artikel dan tutorial seputar IT kamu bisa kunjungi web saya berikut ini:

https://bukutrainingns.blogspot.com/

Untuk video tutorial seputar IT dan lainnya kamu bisa kunjungi Channel YouTube saya disini ya:

https://www.youtube.com/channel/UCikwGDYfTFWQxdiCqKvx6_w

Semoga bermanfaat.

Salam

Nanang

Sertifikasi Internasional Microsoft 365 Certified: Teams Administrator Associate

December 1, 2020

Buat kamu yang berprofesi sebagai Systems Administrator, kurang lengkap rasanya kalau kamu belum punya sertifikasi Microsoft 365 Certified: Teams Administrator Associate. Untuk mendapatkan Sertifikasi Microsoft 365 Certified: Teams Administrator Associate, kamu harus ikut ujian MS-700: Managing Microsoft Teams di Pearson VUE Testing Center yang ada di seluruh Indonesia. Ujiannya berbahasa Inggris dengan jumlah pertanyaan 65 buah dan lama ujiannya sekitar 90 menit.

Harga Ujiannya Sendiri : 80 USD (Indonesia)

Berikut adalah exam objectives untuk ujian MS-700: Managing Microsoft Teams

Plan and configure a Microsoft Teams environment (45-50%)
Upgrade from Skype for Business to Microsoft Teams

choose an appropriate upgrade path and coexistence mode to meet specific
requirements
plan and troubleshoot meeting migration
configure Microsoft Teams upgrade notification and meeting app preferences
configure coexistence mode for the organization and per-user
use Teams Advisor to assess and identify steps to roll out Microsoft Teams

Plan and configure network settings for Microsoft Teams
plan for successful network deployment by using Network Planner
calculate network bandwidth capacity for Microsoft Teams voice, video, meetings and
Live Events
assess network readiness by using the Network Testing Companion
configure network ports and protocols used by Microsoft Teams client application
configure media optimizations by using QoS

Implement governance and lifecycle management for Microsoft Teams
create team templates
set up policies for Microsoft 365 group creation
configure Microsoft 365 groups, expiration policy, and naming policy
archive, unarchive, restore, and delete a team

Configure and manage guest access
configure guest users for Microsoft Teams
configure guest permissions for a team
configure meeting and live events experiences for guests
configure messaging and calling options for guests
remove guests
manage Azure AD access review for guests
configure guest access from Azure AD portal

Manage security and compliance
assign Microsoft Teams Admin roles
create and manage compliance features, including retention policies and sensitivity
labels
create security and compliance alerts for Microsoft Teams
create an information barrier policy
interpret security reports for Microsoft Teams

Deploy and manage Microsoft Teams endpoints
deploy Microsoft Teams clients to devices, including Windows, VDI (Virtual Desktop),
MacOS, and mobile devices
manage configuration profiles
manage Microsoft Teams device tags
manage device settings and firmware
configure Microsoft Teams Rooms

Monitor and analyze service usage
interpret Microsoft Teams usage reports
interpret Microsoft 365 usage reports
optimize call quality by using Call Analytics
analyze organization-wide call quality by using Call Quality Dashboard
use Power BI to identify call quality issues

Manage Chat, Calling, and Meetings (30-35%)
Manage chat and collaboration experiences
configure messaging policies
manage external access
manage channels for a team
manage private channel creation policies
manage email integration
configure external access for SharePoint and OneDrive for Business
manage cloud file storage options for collaboration

Manage meeting experiences
configure meeting settings
create and manage meeting policies
configure settings for live events
create and manage policies for live events
configure conference bridge settings

Manage phone numbers
recommend a PSTN connectivity solution based on specific business requirements
order phone numbers
manage service numbers
add, change, or remove an emergency address for your organization
assign, change, or remove a phone number for a user
manage voice and audio conferencing settings for users
configure dynamic emergency calling

Manage Phone System
manage resource accounts
create and configure call queues
create and configure auto attendants
manage call park policies
manage calling policies
manage caller ID policies
interpret the Direct Routing health dashboard

Manage Teams and app policies (20-25%)
Manage a team
create a team
upgrade an existing resource to a team
manage privacy levels for a team
manage org-wide teams

Manage membership in a team
manage users in a team
configure dynamic membership
manage access review for team members

Implement policies for Microsoft Teams apps
create and manage app permission policies
create and manage app setup policies

Buat kamu yang mau belajar berbagai macam materi Teknologi Informasi, kamu bisa melihat kumpulan tutorialnya disini :

  1. Cloud Computing : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-cloud.html
  2. Web : https://bukutrainingns.blogspot.com/2020/02/kumpulan-tutorial-belajar-web.html
  3. Server Hardware : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-server.html
  4. Data Center : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-data-center.html
  5. Veritas Backup Exec : https://bukutrainingns.blogspot.com/2020/01/kumpulan-tutorial-belajar-veritas.html
  6. Windows Server 2012R2 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows.html
  7. Windows Server 2016 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows_6.html
  8. Windows Server 2019 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-windows_19.html
  9. Active Directory : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-active.html
  10. Exchange Server 2013 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange.html
  11. Exchange Server 2016 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange_9.html
  12. Exchange Server 2019 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-exchange_20.html
  13. Linux Ubuntu : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-ubuntu.html
  14. Linux RedHat : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-redhat.html
  15. Linux CEntOS : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-linux-centos.html
  16. Cisco : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-cisco.html
  17. Mikrotik : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-router.html
  18. Hyper-V : https://bukutrainingns.blogspot.com/2019/12/belajar-hyper-v-kumpulan-tutorial.html
  19. SQL Server 2014 : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-sql-server.html
  20. Jobs dan Career : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-karir-dunia-teknologi.html
  21. Microsoft Office Word : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-microsoft.html
  22. VMWare VSphere : https://bukutrainingns.blogspot.com/2019/12/kumpulan-tutorial-belajar-vmware-vsphere.html

Buat kamu yang mau belajar Sertifikasi Internasional bisa lihat kumpulan tutorialnya disini:

  1. CompTIA : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi.html
  2. Cisco : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_8.html
  3. Oracle : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_9.html
  4. Microsoft : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_10.html
  5. MikroTik : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_11.html
  6. VMWare : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_12.html
  7. FortiNet : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_16.html
  8. EC Council : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_17.html
  9. Juniper : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-belajar-sertifikasi_22.html
  10. RedHat : https://bukutrainingns.blogspot.com/2020/06/kumpulan-tutorial-sertifikasi-linux.html

Untuk artikel dan tutorial seputar IT kamu bisa kunjungi web saya berikut ini:

https://bukutrainingns.blogspot.com/

Untuk video tutorial seputar IT dan lainnya kamu bisa kunjungi Channel YouTube saya disini ya:

https://www.youtube.com/channel/UCikwGDYfTFWQxdiCqKvx6_w

Semoga bermanfaat.

Salam

Nanang