Practice Test

Question 1

Virtual Machine is …

โœ” That's correct
โŒ That's not correct
๐Ÿ‘จโ€๐Ÿฆฑ ๐Ÿ’ฌ Virtual machine is a software emulation of physical hardware. It allows customers to emulate multiple computer systems using a single physical machine.

Question 2

In order to deploy multiple identical virtual machines which resource should be used?

โœ” That's correct
โŒ That's not correct
๐Ÿ‘จโ€๐Ÿฆฑ ๐Ÿ’ฌ Virtual Machine Scale Sets is a resource type that enables customers to deploy and manage a set of identical virtual machines using the same image.

Question 3

Which services allow customers to deploy a web application/service?

โœ” That's correct
โŒ That's not correct
๐Ÿ‘จโ€๐Ÿฆฑ ๐Ÿ’ฌ I admit. This is a tricky question. While some of those services are better than the others at hosting web applications/services. In Azure all of those services can be used to host web applications/services. Each service has it’s merits and can be used in specific scenarios.

If you want to learn how to pick the right hosting service review this decision flow https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree

Question 4

Which services allow customers to deploy a containerized solution using a highly customizable and scalable orchestration platform?

โœ” That's correct
โŒ That's not correct
๐Ÿ‘จโ€๐Ÿฆฑ ๐Ÿ’ฌ Kubernetes is an open-source container-orchestration platform for automating application deployment, scaling, and management. As such the Kubernetes Service is the right choice here. Other services allow for container deployment but they don’t provide a rich orchestration layer.

Question 5

Which service allows customers to deploy small pieces of code without worrying about the underlying infrastructure and platform?

โœ” That's correct
โŒ That's not correct
๐Ÿ‘จโ€๐Ÿฆฑ ๐Ÿ’ฌ Azure Functions delivers a serverless hosting platform and SDK that allow customers to develop small pieces of code and host them as web services.

Question 6

Contoso company wants to migrate their on-premises applications to the cloud without the need to redesign the application. During the assessment it was discovered that the application can’t be containerized. Which service should they choose?

โœ” That's correct
โŒ That's not correct
๐Ÿ‘จโ€๐Ÿฆฑ ๐Ÿ’ฌ Because Virtual Machines are simply an emulation of physical hardware they can accommodate any customer needs, as such they are often used for ‘Lift-and-shift’ scenarios. Other services often require a small or major application redesign or containerization. In this case this was not an option.

Question 7

Contoso company is building a new solution. This solution is based on social media and as such it will have a very unpredictable demand. They also want to minimize the costs of running the platform and don’t need a high degree of control over the environment. Which services best fits their need?

โœ” That's correct
โŒ That's not correct
๐Ÿ‘จโ€๐Ÿฆฑ ๐Ÿ’ฌ Functions is a serverless web service hosting platform. It scales nicely and with consumption based pricing it is ideal for hosting applications with an unpredictable workload demand.

Question 8

Which services can be used to host a containerized web application?

โœ” That's correct
โŒ That's not correct
๐Ÿ‘จโ€๐Ÿฆฑ ๐Ÿ’ฌ App Services allow for hosting web applications by either deploying packaged code or entire containers. The Container Instances and Kubernetes Service are designed purely for container deployments.

Question 9

Choose the option that orders services from the one which provides the highest degree of control to the least one

โœ” That's correct
โŒ That's not correct
๐Ÿ‘จโ€๐Ÿฆฑ ๐Ÿ’ฌ With virtual machines customers need to the manage operating system, platform updates, runtimes and the application itself. This gives them a total control over everything related to the application runtime environment. Containers are similar to virtual machines except they virtualize the operating system themselves. So there is a little bit less control over the system part but customers can still manage almost every other aspect of the environment. App Services totally abstract the underlying platform so customers only manage their code and deployment. Functions are the least configurable as they are a truly serverless solution.
โ—€ Previous Episode Next Episode โ–ถ

Adam Marczak

Programmer, architect, trainer, blogger, evangelist are just a few of my titles. What I really am, is a passionate technology enthusiast. I take great pleasure in learning new technologies and finding ways in which this can aid people every day. My latest passion is running an Azure 4 Everyone YouTube channel, where I show that Azure really is for everyone!

Did you enjoy the article?

Share it!

More tagged posts