<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Newanga  Wickramasinghe</title>
    <description>The latest articles on DEV Community by Newanga  Wickramasinghe (@newanga).</description>
    <link>https://dev.to/newanga</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F283355%2F226ff61d-9d07-4298-9eca-730c1b09f8f7.png</url>
      <title>DEV Community: Newanga  Wickramasinghe</title>
      <link>https://dev.to/newanga</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/newanga"/>
    <language>en</language>
    <item>
      <title>Azure DP-900 Short Notes: Explore provisioning and deploying relational database services in Azure</title>
      <dc:creator>Newanga  Wickramasinghe</dc:creator>
      <pubDate>Fri, 19 Feb 2021 16:36:42 +0000</pubDate>
      <link>https://dev.to/newanga/azure-dp-900-short-notes-explore-provisioning-and-deploying-relational-database-services-in-azure-2gnn</link>
      <guid>https://dev.to/newanga/azure-dp-900-short-notes-explore-provisioning-and-deploying-relational-database-services-in-azure-2gnn</guid>
      <description>&lt;p&gt;👉Learn Module: &lt;a href="https://docs.microsoft.com/en-us/learn/modules/explore-provision-deploy-relational-database-offerings-azure/"&gt;Explore provisioning and deploying relational database services in Azure&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;p&gt;👉Provisioning is the act of running series of tasks that a service provider, such as Azure SQL Database, performs to create and configure a service.&lt;/p&gt;

&lt;p&gt;👉A user is only able to define parameters that determine the size of the resources required.&lt;/p&gt;

&lt;p&gt;👉The inner tasks done to provision a service are hidden from the end user.&lt;/p&gt;

&lt;p&gt;👉several tools you can use to provision services.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The Azure portal&lt;/li&gt;
&lt;li&gt;The Azure command-line interface (CLI)&lt;/li&gt;
&lt;li&gt;Azure PowerShell&lt;/li&gt;
&lt;li&gt;Azure Resource Manager templates&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;👉Pricing tiers of three relation DB services&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Basic - workloads that require light compute and I/O performance.&lt;/li&gt;
&lt;li&gt;General Purpose - business workloads that require balanced compute and memory with scalable I/O throughput.&lt;/li&gt;
&lt;li&gt;Memory Optimized - high-performance database workloads that require in-memory performance for faster transaction processing and higher concurrency.&lt;/li&gt;
&lt;/ol&gt;




&lt;h3&gt;
  
  
  Describe configuring relational data services
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Configure connectivity to virtual networks and on-premises computers&lt;/p&gt;

&lt;p&gt;👉To connect to provisioned DB&lt;/p&gt;

&lt;p&gt;1.configure Firewalls and virtual networks page.&lt;br&gt;
2.Select networks. &lt;br&gt;
3.Three further sections will appear, labeled Virtual network, Firewall, and Exceptions.&lt;/p&gt;

&lt;p&gt;👉Azure SQL Database communicates over port 1433.&lt;/p&gt;

&lt;p&gt;👉A firewall rule of 0.0.0.0 enables all Azure services to pass through the server-level firewall rule.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Configure connectivity from private endpoints.&lt;/p&gt;

&lt;p&gt;👉Private endpoint is a Network interface that connects you privately and securely to a service powered by Azure Private Link.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Configure authentication&lt;/p&gt;

&lt;p&gt;👉Azure Active Directory(AD) to manage database user identities.&lt;/p&gt;

&lt;p&gt;👉Who can access the database?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Configure access control&lt;/p&gt;

&lt;p&gt;👉Azure role-based access control (Azure RBAC) helps you manage who has access to Azure resources, and what they can do with access.&lt;/p&gt;

&lt;p&gt;👉RBAC through role assignment consisting of three elements &lt;/p&gt;

&lt;p&gt;1.A security principal&lt;br&gt;
2.A role definition&lt;br&gt;
3.A scope&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Configure advanced data security&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉Apart from Authentication and Authorization, implements threat protection and assessment.&lt;/p&gt;

&lt;p&gt;🌟⭐ Do not forget to use a free sandbox environment and try out all the above database provisioning services.🙂&lt;/p&gt;

</description>
      <category>azure</category>
      <category>cloud</category>
      <category>dp900</category>
      <category>certification</category>
    </item>
    <item>
      <title>Azure DP-900 Short Notes: Explore concepts of data analytics</title>
      <dc:creator>Newanga  Wickramasinghe</dc:creator>
      <pubDate>Fri, 19 Feb 2021 16:26:00 +0000</pubDate>
      <link>https://dev.to/newanga/azure-dp-900-short-notes-explore-concepts-of-data-analytics-jld</link>
      <guid>https://dev.to/newanga/azure-dp-900-short-notes-explore-concepts-of-data-analytics-jld</guid>
      <description>&lt;p&gt;👉Learn Module: &lt;a href="https://docs.microsoft.com/en-us/learn/modules/explore-concepts-of-data-analytics/"&gt;Explore Concepts of Data Analytics&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;p&gt;👉Main objective of data analytics is to make efficient and successful decisions driving the business to success.&lt;/p&gt;

&lt;h2&gt;
  
  
  Describe data ingestion and processing
&lt;/h2&gt;

&lt;p&gt;👉Two important stages in data analytics&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Data ingestion

&lt;ul&gt;
&lt;li&gt;Capturing data from various data sources and immediately processing or  storing in a database.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Data processing

&lt;ul&gt;
&lt;li&gt;Taking raw data and cleaning and converting into a meaningful format.&lt;/li&gt;
&lt;li&gt;The aim of data processing is to convert the raw data into one or more business models.&lt;/li&gt;
&lt;li&gt;There are two forms of Data processing

&lt;ol&gt;
&lt;li&gt;ETL (Extract, Transform, and Load)

&lt;ul&gt;
&lt;li&gt;Data is directly extracted from source and processed and stored.&lt;/li&gt;
&lt;li&gt;Suitable for systems that only require simple models, with little dependency between items.&lt;/li&gt;
&lt;li&gt;Improve data privacy and compliance.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;ELT (Extract, Load, Transform)

&lt;ul&gt;
&lt;li&gt;Data is stored before processing.&lt;/li&gt;
&lt;li&gt;Suitable for systems with complex data models.&lt;/li&gt;
&lt;li&gt;Suitable for large volume of data.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;


&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  Explore data visualization
&lt;/h2&gt;

&lt;p&gt;👉The output of data processing is a business model .&lt;/p&gt;

&lt;p&gt;👉There are different techniques  to analyze and understand the information in a business model.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Reporting

&lt;ul&gt;
&lt;li&gt;Process of organizing data into informational summaries to monitor how different areas of an organization are performing.&lt;/li&gt;
&lt;li&gt;Reporting = what has happened.&lt;/li&gt;
&lt;li&gt;Analysis = why something happened and what can be done about it.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Business intelligence

&lt;ul&gt;
&lt;li&gt;Technologies, applications, and practices for the collection, integration, analysis, and presentation of business information.&lt;/li&gt;
&lt;li&gt;The purpose is to support better decision making.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Data visualization 

&lt;ul&gt;
&lt;li&gt;Graphical representation of information and data.&lt;/li&gt;
&lt;li&gt;Power BI connect to multiple different sources of data, and combine them into a data model.&lt;/li&gt;
&lt;li&gt;There are different forms visualizations including Bar and column charts, Line charts, Matrix, Key influencers, Treemap, Scatter and Filled map&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  Explore data analytics
&lt;/h2&gt;

&lt;p&gt;👉Data analytics = Data analytics is concerned with examining, transforming, and arranging data in order to study and extract useful information.&lt;/p&gt;

&lt;p&gt;👉There are different activities in data analytics.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; Descriptive analytics = What has happened based on historical data.&lt;/li&gt;
&lt;li&gt;Diagnostic analytics = Why things have happened.&lt;/li&gt;
&lt;li&gt;Predictive analytics = What will happen in the future.&lt;/li&gt;
&lt;li&gt;Prescriptive analytics = What actions should be taken to archive a goal or target.&lt;/li&gt;
&lt;li&gt;Cognitive analytics = How to draw inferences from existing data and patterns.&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>azure</category>
      <category>cloud</category>
      <category>dp900</category>
      <category>certification</category>
    </item>
    <item>
      <title>Azure DP-900 Short Notes: Explore relational data services in Azure</title>
      <dc:creator>Newanga  Wickramasinghe</dc:creator>
      <pubDate>Wed, 17 Feb 2021 04:10:59 +0000</pubDate>
      <link>https://dev.to/newanga/azure-dp-900-short-notes-explore-relational-data-services-in-azure-5783</link>
      <guid>https://dev.to/newanga/azure-dp-900-short-notes-explore-relational-data-services-in-azure-5783</guid>
      <description>&lt;p&gt;👉Learn Module: &lt;a href="https://docs.microsoft.com/en-us/learn/modules/explore-relational-data-offerings/"&gt;Explore relational data services in Azure&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;👉Database(DB) is a collection of data.&lt;/p&gt;

&lt;p&gt;👉Data can be structured, semi-structured or unstructured.&lt;/p&gt;

&lt;p&gt;👉Two types of DB&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Relational DB - Holds structured data.&lt;/li&gt;
&lt;li&gt;Non-Relational DB - Holds semi-structured or unstructured data.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;👉On-premise DB = High infrastructure cost | Solution = Migrate to cloud.&lt;/p&gt;




&lt;h2&gt;
  
  
  Explore relational Azure data services
&lt;/h2&gt;

&lt;p&gt;👉Three common cloud offering models.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Infrastructure-as-a-Service(IaaS)&lt;/p&gt;

&lt;p&gt;👉Creating Virtual infrastructure in the cloud just as on premise. &lt;/p&gt;

&lt;p&gt;👉Same as on-premise except you do not have to buy and maintain the hardware.&lt;/p&gt;

&lt;p&gt;Ex: Azure Virtual Network&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Platform-as-a-service(PaaS)&lt;/p&gt;

&lt;p&gt;👉 Azure creates virtual infrastructure in cloud&lt;/p&gt;

&lt;p&gt;👉Customer responsible for installing and managing software.&lt;/p&gt;

&lt;p&gt;👉Can easily scale up and down.&lt;/p&gt;

&lt;p&gt;Ex: Azure SQL Databases&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Software-as-a-Service(SaaS)&lt;/p&gt;

&lt;p&gt;👉specific software packages that runs on the cloud&lt;/p&gt;

&lt;p&gt;Ex: Office 365&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;👉Azure Data Services = PaaS based DBMS service manage by Microsoft.&lt;/p&gt;

&lt;p&gt;Ex: Azure Database for MySQL servers , Azure Database for MariaDB servers, Azure Database for PostgreSQL&lt;/p&gt;

&lt;p&gt;👉Advantages of Azure Data Services&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reduce DB administration workload.&lt;/li&gt;
&lt;li&gt;SLA = 99.99%&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉Disadvantages of Azure Data Services&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Custom DB scripts restricted (Ensure security)&lt;/li&gt;
&lt;li&gt;Lack of full DBMS features (Ensure security)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 Base price = infrastructure charges+ licensing charges + administration charges.&lt;/p&gt;

&lt;p&gt;👉 Designed to be always on. &lt;/p&gt;

&lt;p&gt;👉 Capital Expenditure &amp;amp; Administrative Effort in running DB .&lt;/p&gt;

&lt;p&gt;Physical(On-Premise DB)  &amp;gt; IaaS(DB on Azure VM)  &amp;gt; PaaS (Azure SQL database)&lt;/p&gt;




&lt;h2&gt;
  
  
  SQL Server on Azure virtual machines
&lt;/h2&gt;

&lt;p&gt;👉IaaS offering to run SQL Server in cloud.&lt;/p&gt;

&lt;p&gt;👉No on-premises hardware to manage.&lt;/p&gt;

&lt;p&gt;👉lift-and-shift ready  = Move a database directly from on-premise server to VM on the cloud and configure any app connecting to on-premise database server to connect to the VM hosting the database server in the cloud.&lt;/p&gt;

&lt;p&gt;👉Advantages&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create hybrid environment where operation running are shared with both on-premise and the cloud.&lt;/li&gt;
&lt;li&gt;lift-and-shift ready.&lt;/li&gt;
&lt;li&gt;Create test environment without buying on-premise new hardware.&lt;/li&gt;
&lt;li&gt;Scale up and down without reinstalling software.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Azure SQL Database
&lt;/h2&gt;

&lt;p&gt;👉PaaS offering.&lt;/p&gt;

&lt;p&gt;👉There are three differ options&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Single Database&lt;/li&gt;
&lt;li&gt;Elastic pool&lt;/li&gt;
&lt;li&gt;Managed Database

&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;1.Single Database&lt;/p&gt;

&lt;p&gt;👉a single SQL Server database.&lt;/p&gt;

&lt;p&gt;👉By default, resources are pre-allocated.&lt;/p&gt;

&lt;p&gt;👉Charged per hour for the resources you've requested.&lt;/p&gt;

&lt;p&gt;👉Optional server-less configuration.&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;p&gt;2.Elastic pool&lt;/p&gt;

&lt;p&gt;👉Multiple databases can share the same resources.&lt;/p&gt;

&lt;p&gt;👉Pool = resources&lt;/p&gt;

&lt;p&gt;👉Your DBs only access the pool.&lt;/p&gt;

&lt;p&gt;👉Suitable for databases with resource requirements that vary over time.&lt;/p&gt;

&lt;p&gt;👉Data Migration Assistant (DMA) helps to check on-premise DB environment compatibility with Azure SQL Database and reports issues and  and recommendations.&lt;/p&gt;

&lt;p&gt;Advantages&lt;/p&gt;

&lt;p&gt;👉scalability&lt;/p&gt;

&lt;p&gt;👉Automatic updates and patches.&lt;/p&gt;

&lt;p&gt;👉High Availability (99.99% SLA)&lt;/p&gt;

&lt;p&gt;👉Advanced threat protection&lt;/p&gt;

&lt;p&gt;👉Auditing&lt;/p&gt;

&lt;p&gt;👉Encryption&lt;/p&gt;

&lt;p&gt;**Important —&amp;gt;linked servers used to perform distributed queries are not supported by single elastic pool options.&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;p&gt;3.Managed instances&lt;/p&gt;

&lt;p&gt;👉Same as Single Database or Elastic Pool with administrative features available to SQL Server.&lt;/p&gt;

&lt;p&gt;👉A fully controllable instance of SQL Server in the cloud.&lt;/p&gt;

&lt;p&gt;👉All advantages of option 1 and 2 and &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Full control over security and resource allocation for your databases &lt;/li&gt;
&lt;li&gt;Do not have to manage VMS(On-premise option).&lt;/li&gt;
&lt;li&gt;100% compatibility with SQL Server Enterprise Edition, running on-premises.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;👉Depend on other azure resources such as Azure Storage for backups to provide security and supportability features.&lt;/p&gt;

&lt;p&gt;**Additional features (Not available in other 2 options) - &amp;gt; linked servers, Service Broker, DB Mail&lt;/p&gt;

</description>
      <category>azure</category>
      <category>cloud</category>
      <category>dp900</category>
      <category>certification</category>
    </item>
    <item>
      <title>Azure DP-900 Short Notes: Explore concepts of non-relational data</title>
      <dc:creator>Newanga  Wickramasinghe</dc:creator>
      <pubDate>Tue, 16 Feb 2021 04:09:39 +0000</pubDate>
      <link>https://dev.to/newanga/azure-dp-900-short-notes-explore-concepts-of-non-relational-data-1lmm</link>
      <guid>https://dev.to/newanga/azure-dp-900-short-notes-explore-concepts-of-non-relational-data-1lmm</guid>
      <description>&lt;p&gt;👉Learn Module: &lt;a href="https://docs.microsoft.com/en-us/learn/modules/explore-concepts-of-non-relational-data/"&gt;Explore concepts of non-relational data&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  characteristics of non-relational data
&lt;/h2&gt;

&lt;p&gt;👉Non relational data has no proper structure in them.&lt;/p&gt;

&lt;p&gt;👉No scheme on Data.&lt;/p&gt;

&lt;p&gt;👉Store the information for entities in collections or containers and not in relational tables.&lt;/p&gt;

&lt;p&gt;👉Two entities in the same collection can have a different set of fields.&lt;/p&gt;

&lt;p&gt;👉Data retrieval capabilities of a non-relational database vary based on stored data.&lt;/p&gt;

&lt;p&gt;👉Advanced non-relational systems such as Azure Cosmos DB support indexing.&lt;/p&gt;

&lt;p&gt;👉Use Cases include IoT and telematics, Retail and marketing, Gaming and Web and mobile applications.&lt;/p&gt;




&lt;h2&gt;
  
  
  Describe types of non-relational data
&lt;/h2&gt;

&lt;p&gt;👉Two types of non-relational data&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Semi-structured Data&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Data contains fields and two entities of same type can have different fields.&lt;/li&gt;
&lt;li&gt;There are different formats of semi-structured data.

&lt;ol&gt;
&lt;li&gt;JSON =Document enclosed in curly brackets.&lt;/li&gt;
&lt;li&gt;Avro =Row-based format.&lt;/li&gt;
&lt;li&gt;ORC = organizes data into columns rather than rows.&lt;/li&gt;
&lt;li&gt;Parquet = columnar data format.&lt;/li&gt;
&lt;/ol&gt;


&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;

&lt;p&gt;Non-structured Data&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Do not have fields.&lt;/li&gt;
&lt;li&gt;Ex: Audio and Video&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  Describe types of non-relational and NoSQL databases
&lt;/h2&gt;

&lt;p&gt;👉Non-relational database also known as No-SQL database.&lt;/p&gt;

&lt;p&gt;👉There are four types of non-relational database.&lt;/p&gt;

&lt;p&gt;1.key-value store&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Each data item in a key-value store has two elements, a key and a value.&lt;/li&gt;
&lt;li&gt;Key uniquely identifies the item and valued hold the data.&lt;/li&gt;
&lt;li&gt;value is opaque(DBMS just sees the value as an unstructured block).&lt;/li&gt;
&lt;li&gt;Ex: Azure Table storage&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;2.Document database&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Each document has a unique and fields in the documents are transparent to the DBMS.&lt;/li&gt;
&lt;li&gt;Store data in JSON format or other formats such as XML, YAML, and BSON&lt;/li&gt;
&lt;li&gt;Ex: Azure Cosmos DB&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;3.Column family database&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Organizes data into rows and columns. Ex: ORC and Parquet files&lt;/li&gt;
&lt;li&gt;Conceptually similar to relational database but different in implementation.&lt;/li&gt;
&lt;li&gt;Ex: Apache Cassandra in Azure Cosmos DB supported through the Cassandra API&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;4.Graph database&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Store entities with a main focus on the relationship between these entities.&lt;/li&gt;
&lt;li&gt;stores two types of information. Nodes = Instances of entities and Edges= Relationships between nodes.&lt;/li&gt;
&lt;li&gt;Nodes and edges can both have properties that provide information about that node or edge.&lt;/li&gt;
&lt;/ul&gt;




</description>
      <category>azure</category>
      <category>cloud</category>
      <category>dp900</category>
      <category>certification</category>
    </item>
    <item>
      <title>Azure DP-900 Short Notes: Describe concepts of relational data</title>
      <dc:creator>Newanga  Wickramasinghe</dc:creator>
      <pubDate>Mon, 15 Feb 2021 03:28:24 +0000</pubDate>
      <link>https://dev.to/newanga/azure-dp-900-short-notes-describe-concepts-of-relational-data-4hbb</link>
      <guid>https://dev.to/newanga/azure-dp-900-short-notes-describe-concepts-of-relational-data-4hbb</guid>
      <description>&lt;p&gt;👉Learn Module: &lt;a href="https://docs.microsoft.com/en-us/learn/modules/describe-concepts-of-relational-data/"&gt;Explore roles and responsibilities in the world of data&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Understand the characteristics of relational data
&lt;/h2&gt;

&lt;p&gt;👉Relational data model collections of entities from the real world as tables.&lt;/p&gt;

&lt;p&gt;👉A table consist of row and columns  where each row represent a single entity.&lt;/p&gt;

&lt;p&gt;👉A single table consist of a Primary key.&lt;/p&gt;

&lt;p&gt;👉A foreign key in a table helps to build relationships with other tables.&lt;/p&gt;

&lt;p&gt;👉Most relational databases support Structured Query Language (SQL).&lt;/p&gt;

&lt;p&gt;👉Commonly used in ecommerce systems.&lt;/p&gt;

&lt;p&gt;👉Also used in Online Transaction Processing (OLTP)  such as Banking applications and Online retail   applications.&lt;/p&gt;




&lt;h2&gt;
  
  
  Explore relational data structures
&lt;/h2&gt;

&lt;p&gt;👉Relational database contains some other structures that help to optimize data organization.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Index

&lt;ul&gt;
&lt;li&gt;Helps to search data in a table.&lt;/li&gt;
&lt;li&gt;Indexes consume additional storage space.&lt;/li&gt;
&lt;li&gt;Some relational database management systems also support clustered indexes. A clustered index physically reorganizes a table by the index key.&lt;/li&gt;
&lt;li&gt;A table can have multiple indexes, but only a single clustered index.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;View

&lt;ul&gt;
&lt;li&gt;A virtual table based on the result set of a query.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  Choose the right platform for a relational workload
&lt;/h2&gt;

&lt;p&gt;👉On-premise database hosting is expensive.&lt;/p&gt;

&lt;p&gt;👉All tasks including including scaling, patching, updating and maintaining security should be handle by the organization which is a trivial task.&lt;/p&gt;

&lt;p&gt;👉Cloud consists of two different models to host databases.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;IaaS

&lt;ul&gt;
&lt;li&gt;Database is hosted on a virtual machine.&lt;/li&gt;
&lt;li&gt;OS level control is provided over the system.&lt;/li&gt;
&lt;li&gt;All  tasks such are patching and updating software should be handle by the organization.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;PaaS

&lt;ul&gt;
&lt;li&gt;The cloud provider handles hardware maintenance and software maintenance.&lt;/li&gt;
&lt;li&gt;Can easily scale the database based on demand.&lt;/li&gt;
&lt;li&gt;Ex: Azure SQL Database, Azure Database for PostgreSQL, Azure Database for MySQL, and Azure Database for MariaDB&lt;/li&gt;
&lt;li&gt;Some database features are missing from the respective database type due to security concerns.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;




</description>
      <category>azure</category>
      <category>cloud</category>
      <category>dp900</category>
      <category>certification</category>
    </item>
    <item>
      <title>Azure DP-900 Short Notes: Explore roles and responsibilities in the world  of data</title>
      <dc:creator>Newanga  Wickramasinghe</dc:creator>
      <pubDate>Sun, 14 Feb 2021 12:18:59 +0000</pubDate>
      <link>https://dev.to/newanga/azure-dp-900-short-notes-explore-roles-and-responsibilities-in-the-world-of-data-2ghg</link>
      <guid>https://dev.to/newanga/azure-dp-900-short-notes-explore-roles-and-responsibilities-in-the-world-of-data-2ghg</guid>
      <description>&lt;p&gt;👉Learn Module: &lt;a href="https://docs.microsoft.com/en-us/learn/modules/explore-roles-responsibilities-world-of-data/"&gt;Explore roles and responsibilities in the world of data&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉In real world, there are different roles in managing, controlling, and using data. &lt;/p&gt;

&lt;p&gt;👉The three most common roles are &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Azure Database Administrator role = Responsible for the design, implementation, maintenance, and operational aspects of on-premises and cloud-based database.&lt;/li&gt;
&lt;li&gt;Data Engineer role = Collaborates with stakeholders to design and implement data-related assets that include data ingestion pipelines, cleansing and transformation activities, and data stores for analytical workloads.&lt;/li&gt;
&lt;li&gt;Data Analyst role =Enables businesses to maximize the value of their data assets.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉Azure Database Administrator role&lt;/p&gt;

&lt;p&gt;Tasks&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Backing up and restoring databases.&lt;/li&gt;
&lt;li&gt;Enrolling users and maintaining system security.&lt;/li&gt;
&lt;li&gt;Installing and upgrading the database server and application tools.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Tools&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Azure Data Studio&lt;/li&gt;
&lt;li&gt;SQL Server Management Studio&lt;/li&gt;
&lt;li&gt;Azure portal&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉Data Engineer role&lt;/p&gt;

&lt;p&gt;Tasks&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Data acquisition.&lt;/li&gt;
&lt;li&gt;Using programming languages and tools to examine the data.&lt;/li&gt;
&lt;li&gt;Aligning the data architecture with business requirements.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Tools&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Relational database management system(Ex: SSMS)&lt;/li&gt;
&lt;li&gt;Azure Databricks&lt;/li&gt;
&lt;li&gt;Azure HDInsight&lt;/li&gt;
&lt;li&gt;Azure Cosmos DB&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉Data Analyst role&lt;/p&gt;

&lt;p&gt;Tasks&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Making large or complex data more accessible, understandable, and usable.&lt;/li&gt;
&lt;li&gt;Creating charts and graphs, histograms, geographical maps.&lt;/li&gt;
&lt;li&gt;Combining the data result sets across multiple sources.&lt;/li&gt;
&lt;li&gt;Finding hidden patterns using data.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Tools&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;MS-Excel&lt;/li&gt;
&lt;li&gt;Power BI&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>azure</category>
      <category>cloud</category>
      <category>dp900</category>
      <category>certification</category>
    </item>
    <item>
      <title>Azure DP-900 Short Notes: Explore Core Data Concepts</title>
      <dc:creator>Newanga  Wickramasinghe</dc:creator>
      <pubDate>Sat, 13 Feb 2021 03:17:01 +0000</pubDate>
      <link>https://dev.to/newanga/azure-dp-900-short-notes-explore-core-data-concepts-2g29</link>
      <guid>https://dev.to/newanga/azure-dp-900-short-notes-explore-core-data-concepts-2g29</guid>
      <description>&lt;p&gt;👉 &lt;a href="https://docs.microsoft.com/en-us/learn/modules/explore-core-data-concepts/"&gt;Learn Module: Explore Core Data Concepts&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Identify the need for data solutions
&lt;/h2&gt;

&lt;p&gt;👉Data is a collection of facts such as numbers, descriptions, and observations used in making of decision. &lt;/p&gt;

&lt;p&gt;👉Three types of data&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Structured data

&lt;ul&gt;
&lt;li&gt;Tabular data that is represented by rows and columns in a database.&lt;/li&gt;
&lt;li&gt;Tables in this form are called relational databases.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Semi-structured data

&lt;ul&gt;
&lt;li&gt;Information that doesn't reside in a relational database but still has some structure to it.&lt;/li&gt;
&lt;li&gt;Ex: JSON, key-value stores and graph databases&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Unstructured data

&lt;ul&gt;
&lt;li&gt;Data with no proper structure.&lt;/li&gt;
&lt;li&gt;Ex: Audio, Video , Binary dat files&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;👉Based on the type of data, there are multiple ways to store and access data in Azure cloud.&lt;/p&gt;

&lt;p&gt;👉Stored data needs to be processed. There are two types of data processing solutions.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Transaction processing systems

&lt;ul&gt;
&lt;li&gt;primary function of business computing.&lt;/li&gt;
&lt;li&gt;work performed by transactional systems is often referred to as Online Transactional Processing (OLTP).&lt;/li&gt;
&lt;li&gt;Data is divided into small pieces for faster processing.&lt;/li&gt;
&lt;li&gt;For example in a database  tables are split out into separate groups of columns and this is called normalization.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Analytical systems

&lt;ul&gt;
&lt;li&gt;Support business users who need to query data and gain a big picture view.&lt;/li&gt;
&lt;li&gt;Capturing raw data and generate insights to make future business decisions.&lt;/li&gt;
&lt;li&gt;Common tasks of a analysis system

&lt;ol&gt;
&lt;li&gt;Data Ingestion - Capturing the raw data.&lt;/li&gt;
&lt;li&gt;Data Processing - Converting captured data into a common format to be processed.&lt;/li&gt;
&lt;li&gt;Data Querying - Querying data to analyze.&lt;/li&gt;
&lt;li&gt;Data Visualization - Generating charts such as bar charts, line charts out of queried data in order.&lt;/li&gt;
&lt;/ol&gt;


&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  Identify types of data and data storage
&lt;/h2&gt;

&lt;p&gt;👉Relational Data and Non-relational Data have different characteristics.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Relational Data&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Most well-understood model for holding data.&lt;/li&gt;
&lt;li&gt;Data normalization helps to reduce any data redundancy within the database.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Non-relational Data&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Store data in a format that more closely matches the original structure.&lt;/li&gt;
&lt;li&gt;Data duplication present which increases the storage required.&lt;/li&gt;
&lt;li&gt;Due to data duplication, any data modification may cause to update data present at multiple locations.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;👉Two different types of workloads.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Transactional workloads&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Transaction is a sequence of operations that are atomic.&lt;/li&gt;
&lt;li&gt;Mostly commonly use relational databases.&lt;/li&gt;
&lt;li&gt;A transactional database must adhere to the ACID.

&lt;ol&gt;
&lt;li&gt;Atomicity = A transaction is treated as a single unit, which either succeeds completely, or fails.&lt;/li&gt;
&lt;li&gt;Consistency = A transaction can only take the data in the database from one valid state to another.&lt;/li&gt;
&lt;li&gt;Isolation = Concurrent execution of transactions leaves the database in the same state that would have been obtained if the transactions were executed sequentially.&lt;/li&gt;
&lt;li&gt;Durability = Once a transaction has been committed, it will remain committed even if there's a system failure.&lt;/li&gt;
&lt;/ol&gt;


&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;

&lt;p&gt;Analytical workloads&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Read-only systems that store vast volumes of historical data or business metrics.&lt;/li&gt;
&lt;li&gt;Used for data analysis and decision making.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  Describe the difference between batch and streaming data
&lt;/h2&gt;

&lt;p&gt;👉Data processing is converting data into meaningful information.&lt;/p&gt;

&lt;p&gt;👉There are two types of data processing.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Batch Processing

&lt;ul&gt;
&lt;li&gt;New data elements are collected into a group and the whole group is then processed at a future time as a batch.&lt;/li&gt;
&lt;li&gt;Data Scope = Process all the data in the dataset.&lt;/li&gt;
&lt;li&gt;Data Size = large datasets.&lt;/li&gt;
&lt;li&gt;Performance = latency is a few hours.&lt;/li&gt;
&lt;li&gt;Analysis = performing complex analytics.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Streaming and real-time data

&lt;ul&gt;
&lt;li&gt;In stream processing, each new piece of data is processed when it arrives.&lt;/li&gt;
&lt;li&gt;Beneficial for dynamic data.&lt;/li&gt;
&lt;li&gt;Ideal for time-critical operations that require an instant real-time response.&lt;/li&gt;
&lt;li&gt;Data Scope =  Access to the most recent data received.&lt;/li&gt;
&lt;li&gt;Data Size = Individual records or micro batches.&lt;/li&gt;
&lt;li&gt;Performance = latency in the order of seconds or milliseconds.&lt;/li&gt;
&lt;li&gt;Analysis = simple response functions.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>azure</category>
      <category>cloud</category>
      <category>dp900</category>
      <category>certification</category>
    </item>
    <item>
      <title>Registering for  an online proctored Microsoft Certification Exam🎓</title>
      <dc:creator>Newanga  Wickramasinghe</dc:creator>
      <pubDate>Fri, 29 May 2020 14:12:55 +0000</pubDate>
      <link>https://dev.to/newanga/registering-for-a-online-proctored-microsoft-certification-exam-1jm1</link>
      <guid>https://dev.to/newanga/registering-for-a-online-proctored-microsoft-certification-exam-1jm1</guid>
      <description>&lt;p&gt;This will be a guide on registering and taking an online proctored Microsoft Certification Exam. (This guide will specifically follow the registration process for the AZ-900 Microsoft Azure certification exam)&lt;/p&gt;

&lt;p&gt;&lt;span&gt;1&lt;/span&gt;. Create a &lt;u&gt; &lt;a href="https://account.microsoft.com/account?lang=en-us" rel="noopener noreferrer"&gt;personal Microsoft account&lt;/a&gt;&lt;/u&gt; if you do not already have one. ( All Microsoft certificates earned are linked to this account. Do not loose access to this account)&lt;/p&gt;

&lt;p&gt;&lt;span&gt;2&lt;/span&gt;. Visit the &lt;u&gt;&lt;a href="https://www.microsoft.com/en-us/learning/exam-list.aspx" rel="noopener noreferrer"&gt;Microsoft Certifications Exam Page&lt;/a&gt;&lt;/u&gt; and select the exam you wish to book from all certification exams.&lt;br&gt;
&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fdd4waf1afb1t58kk7799.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fdd4waf1afb1t58kk7799.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;3&lt;/span&gt;. Next you will be forwarded to the respective exam details page.&lt;br&gt;
&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fahomx8wgsmluce1bt82n.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fahomx8wgsmluce1bt82n.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;This page includes all the important details related to your exam. Make sure that you are familiar with these details.&lt;/li&gt;
&lt;li&gt;You may sometimes see about future exam revision dates related to your exam. Pay special attention to these dates.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Before continuing make sure you have disabled all adblockers, allowed popups and third party cookies and adobe flash from your browser. The Microsoft Dashboard webpages and Pearson exam schedule Webpages will not load unless you do so and still if you face difficulties, clear your browser cache and cookies.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;4&lt;/span&gt;. Select schedule with Pearson Vue and you will forward to your Microsoft Certification dashboard Profile Page.&lt;br&gt;
&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F25onuggy881ns209myzt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F25onuggy881ns209myzt.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Complete the details of this page.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;em&gt;Make sure to use your full name as in one of your Identification cards. On the exam day, Pearson requests you to upload a picture of one of your Identification cards. If the names of your profile and identification card are non-identical, you are not allowed to take the exam. You can read more details &lt;a href="https://home.pearsonvue.com/Policies/1S/English" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;/em&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;I personally had to contact Microsoft support to change my name due to a mismatch before the exam.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;em&gt;Please note that your middle name will not appear in your badge or your Microsoft Certificate. If you wish to include your middle name, the trick is to include you middle name with a space after your first name in the First name field of the form.&lt;/em&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;em&gt;The other important field is your telephone number. Pearson will use this number to contact you on your exam date in case of any technical problems.&lt;/em&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;*&lt;strong&gt;&lt;em&gt;Optional exam discount for students&lt;/em&gt;&lt;/strong&gt;*&lt;br&gt;
&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F9tptjxc0f3j3mwxbkr2j.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F9tptjxc0f3j3mwxbkr2j.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;If you are a student, you may be eligible for a student discount. Validate your eligibility through following the 'Get verified now' link.

&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fwtz2w4c4nhhqztougccg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fwtz2w4c4nhhqztougccg.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;



&lt;ul&gt;
&lt;li&gt;Verified Academic status will show a Green tick as above.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;span&gt;5&lt;/span&gt;. After you have completed the details, Accept the terms and conditions and select save and continue.&lt;br&gt;
&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Ff90r0blz7zdu5mz7ru2v.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Ff90r0blz7zdu5mz7ru2v.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;6&lt;/span&gt;. Next, Select Go to Pearson vue.&lt;br&gt;
&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Foy3mnufkjvqb4dxtvk4r.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Foy3mnufkjvqb4dxtvk4r.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;7&lt;/span&gt;. Select option "At my home or office" and select Next.&lt;br&gt;
&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fdczm9v91b9f3qm8sfra0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fdczm9v91b9f3qm8sfra0.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;*&lt;strong&gt;&lt;em&gt;You can run a system check to check compatibility of your device now or you can do this later. More details can be found &lt;a href="https://home.pearsonvue.com/microsoft/onvue" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;/em&gt;&lt;/strong&gt;*&lt;/p&gt;

&lt;p&gt;&lt;span&gt;8&lt;/span&gt;. In the following page, Read and accept all terms and conditions and click Next.&lt;br&gt;
&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F7ulcnyr3b6q8af6tegyy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F7ulcnyr3b6q8af6tegyy.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;9&lt;/span&gt;. Select exam language and select Next.&lt;br&gt;
&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fld2q0h3015uoiot5pkkk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fld2q0h3015uoiot5pkkk.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;If you wish to do the exam in another language displayed above other than English, Check with the exam details pages whether the exam is available in that language.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;span&gt;10&lt;/span&gt;. The following Page will give details about the exam you have selected and price of the exam. Select Next.&lt;br&gt;
&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Ffq6r1t3o3rcvxa0xmrwf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Ffq6r1t3o3rcvxa0xmrwf.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;If you are unfamiliar with the the exam testing policies and requirements, read them through the links displayed in the above page.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;span&gt;11&lt;/span&gt;. Choose your preferred language and select Next.&lt;br&gt;
&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fplwu2f73131bp01mgbr0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fplwu2f73131bp01mgbr0.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;12&lt;/span&gt;. In the following page choose the date and time you wish to take the exam.&lt;br&gt;
&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Ftd2w4dp5t4ufetlzlrni.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Ftd2w4dp5t4ufetlzlrni.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Once you select a date, you are able to see the time zone. Check whether you are in the right time zone or change it.&lt;/li&gt;
&lt;li&gt;Check whether you have selected the right time since exam time slots are available for both daytime and nighttime.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;span&gt;13&lt;/span&gt;. Once again re-check details of your exam date and time and select Proceed to checkout.&lt;br&gt;
&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fnmjgvnor7e3mvivdys33.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fnmjgvnor7e3mvivdys33.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;14&lt;/span&gt;. In the following page enter your payments details.&lt;br&gt;
&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Ft3tsc34zjhk77uj1vpws.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Ft3tsc34zjhk77uj1vpws.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;*&lt;strong&gt;&lt;em&gt;If you have a voucher for your exam, you  can use it here to make the payment.&lt;/em&gt;&lt;/strong&gt;*&lt;/p&gt;

&lt;p&gt;&lt;span&gt;15&lt;/span&gt;. In the Next following page, you will be able to re-check all details one last time before placing your order. If any detail is incorrect, Cancel the order and make the necessary changes and retry.&lt;/p&gt;

&lt;p&gt;&lt;br&gt;
After successfully registering for an exam, you will receive an email from Pearson vue about your exam registration and the steps to follow on the exam date. Microsoft Learn Dashboard Appointments section will update respectively as below with your booked exam details. &lt;br&gt;
&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F4xcprxc4g8rmetlafk36.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F4xcprxc4g8rmetlafk36.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you have any questions, Let me know in the comments section :)&lt;/p&gt;

</description>
      <category>microsoft</category>
      <category>certification</category>
      <category>exam</category>
    </item>
  </channel>
</rss>
