Search test library by skills or roles
⌘ K

About the test:

Azure在线测试评估了候选人使用Azure创建和扩展虚拟机,存储选项和虚拟网络的能力。该测试使用基于方案的MCQ问题来筛选以了解Azure Compute(虚拟机,App Services,功能),Azure Storage(SQL,BLOB,SQL),Azure Networking(虚拟网络,网关,NSG)和Azure安全性。

Covered skills:

  • 云计算的基础知识(iaaS; paas)
  • 托管和开发网络和移动应用程序
  • Azure存储(Blob; Files; Table)
  • Azure数据仓库
  • Azure虚拟机(缩放;备份策略)
  • 在Azure(虚拟网络;子网;网络安全组; DNS)中的网络建立
  • Azure数据库(SQL; NOSQL;内存)
  • Azure安全性和监视

Try practice test
9 reasons why
9 reasons why

Adaface Microsoft Azure Test is the most accurate way to shortlist Azure开发人员s



Reason #1

Tests for on-the-job skills

The Microsoft Azure Online Test helps recruiters and hiring managers identify qualified candidates from a pool of resumes, and helps in taking objective hiring decisions. It reduces the administrative overhead of interviewing too many candidates and saves time by filtering out unqualified candidates at the first step of the hiring process.

The test screens for the following skills that hiring managers look for in candidates:

  • 了解云计算的基础知识
  • 缩放和管理Azure虚拟机的能力
  • 关于托管和开发有关Azure的Web和移动应用的知识
  • 熟练网络原理
  • 能够使用Azure存储(BLOB,文件,表)
  • 了解Azure数据库(SQL,NOSQL,内存)
  • 了解Azure数据仓库
  • 能够确保Azure中的安全性和监视
Reason #2

No trick questions

no trick questions

Traditional assessment tools use trick questions and puzzles for the screening, which creates a lot of frustration among candidates about having to go through irrelevant screening assessments.

View sample questions

The main reason we started Adaface is that traditional pre-employment assessment platforms are not a fair way for companies to evaluate candidates. At Adaface, our mission is to help companies find great candidates by assessing on-the-job skills required for a role.

Why we started Adaface
Try practice test
Reason #3

Non-googleable questions

We have a very high focus on the quality of questions that test for on-the-job skills. Every question is non-googleable and we have a very high bar for the level of subject matter experts we onboard to create these questions. We have crawlers to check if any of the questions are leaked online. If/ when a question gets leaked, we get an alert. We change the question for you & let you know.

How we design questions

这些只是我们库中有10,000多个问题的一个小样本。关于此的实际问题 Microsoft Azure在线测试 将是不可行的.

🧐 Question

Medium

Backup and Restore Strategy
Databases
Backup
Recovery
Try practice test
You are a database administrator for an organization that uses Azure SQL Database for its operations. The organization has a strict data retention policy and has set up the following backup strategy:

1. Full backups are taken every Sunday at midnight.
2. Differential backups are taken every day at midnight, excluding Sunday.
3. Transaction log backups are taken every hour on the hour.

On Wednesday at 2:30 PM, a failure occurred, and the latest backup files available are: full backup from the previous Sunday, differential backups for Monday and Tuesday, and transaction log backups up to Wednesday 2 PM.

In order to restore the database to the most recent point in time with the minimum amount of data loss, in what order should you restore the backups?
A: Restore the full backup, then the differential backup for Tuesday, then the differential backup for Wednesday, then each transaction log backup from midnight on Wednesday to 2 PM on Wednesday.

B: Restore the full backup, then the differential backup for Wednesday, then each transaction log backup from midnight on Wednesday to 2 PM on Wednesday.

C: Restore the full backup, then each differential backup from Monday and Tuesday, then each transaction log backup from midnight on Wednesday to 2 PM on Wednesday.

D: Restore the full backup, then the differential backup for Monday, then each transaction log backup from midnight on Monday to 2 PM on Wednesday.

E: Restore the full backup, then the differential backup for Tuesday, then each transaction log backup from midnight on Tuesday to 2 PM on Wednesday.

Medium

Resolving Connection Issues
Virtual Machines
Networking
Security
Try practice test
You are an Azure Administrator and you manage a Linux VM running an internal web application in Azure. The web application communicates with a database server hosted on another VM in the same Virtual Network (VNet).

Recently, users have reported that the web application is not accessible. After initial troubleshooting, you have identified that the web application VM is unable to establish a connection with the database server VM on port 5432.

You have checked and confirmed the following:

1. Both VMs are up and running without any issues.
2. Both VMs are located in the same VNet and subnet.
3. Both VMs can successfully ping each other.
4. A Network Security Group (NSG) is associated with the subnet, and it has a rule allowing all outbound traffic from the web application VM.
5. The NSG rule for inbound traffic to the database VM on port 5432 has a higher priority than the default deny all rule.

Given the information provided, what could be the most likely reason for the issue and the appropriate resolution?
A: Add a route table to the subnet to enable communication between the VMs.

B: The NSG rule priority for the inbound traffic to the database VM is not set correctly. Adjust the priority to be lower than the default rule.

C: Check if a firewall is enabled on the database VM that might be blocking the port. If so, configure it to allow connections on port 5432.

D: The issue is related to the DNS resolution. Update the DNS settings in the VNet to enable name resolution between the VMs.

E: The web application is not correctly configured to connect to the database. Update the connection string in the web application configuration.

Medium

Resolving NSG Configuration Issues
Virtual Machines
Security
Try practice test
You are an Azure Administrator in a software development company. A Linux VM is deployed on Azure, hosting an application server running on port 5000, set to start whenever the VM is booted up.

The VM is associated with a Network Security Group (NSG) having the following inbound security rules:

- Rule 100 (Priority: 100): Allow SSH (port 22) from any source
- Rule 200 (Priority: 200): Allow HTTP (port 80) from any source
- Rule 400 (Priority: 400): Allow TCP traffic on port 5000 from any source
- Rule 300 (Priority: 300): Deny all inbound traffic from any source

The outbound security rules are configured to allow all traffic to any destination.

Internal users have been attempting to connect to the application server on port 5000 but they are consistently facing connection timeouts. You've confirmed the application server is up and running, and you can connect to the server locally on the VM.

What is the most probable cause of the problem and how would you fix it?
A: The inbound rule to allow TCP traffic on port 5000 is conflicting with the rule to allow HTTP on port 80. Remove Rule 200.

B: Rule 300 to deny all inbound traffic is being processed before Rule 400 to allow traffic on port 5000. Modify the priority of Rule 400 to a value less than 300.

C: The application server should be configured to listen on a well-known port instead of port 5000. Change the server settings.

D: The NSG is missing an inbound rule to allow ICMP traffic. Add a new rule with a lower priority.

E: The NSG needs to have an outbound rule specifically allowing traffic to port 5000. Add a new outbound rule.
🧐 Question🔧 Skill

Medium

Backup and Restore Strategy
Databases
Backup
Recovery

2 mins

Azure
Try practice test

Medium

Resolving Connection Issues
Virtual Machines
Networking
Security

2 mins

Azure
Try practice test

Medium

Resolving NSG Configuration Issues
Virtual Machines
Security

2 mins

Azure
Try practice test
🧐 Question🔧 Skill💪 Difficulty⌛ Time
Backup and Restore Strategy
Databases
Backup
Recovery
Azure
Medium2 mins
Try practice test
Resolving Connection Issues
Virtual Machines
Networking
Security
Azure
Medium2 mins
Try practice test
Resolving NSG Configuration Issues
Virtual Machines
Security
Azure
Medium2 mins
Try practice test
Reason #4

1200+ customers in 75 countries

customers in 75 countries
Brandon

借助 Adaface,我们能够将初步筛选流程优化高达 75% 以上,为招聘经理和我们的人才招聘团队节省了宝贵的时间!


Brandon Lee, 人事主管, Love, Bonito

Try practice test
Reason #5

Designed for elimination, not selection

The most important thing while implementing the pre-employment Microsoft Azure在线测试 in your hiring process is that it is an elimination tool, not a selection tool. In other words: you want to use the test to eliminate the candidates who do poorly on the test, not to select the candidates who come out at the top. While they are super valuable, pre-employment tests do not paint the entire picture of a candidate’s abilities, knowledge, and motivations. Multiple easy questions are more predictive of a candidate's ability than fewer hard questions. Harder questions are often "trick" based questions, which do not provide any meaningful signal about the candidate's skillset.

Science behind Adaface tests
Reason #6

1 click candidate invites

Email invites: You can send candidates an email invite to the Microsoft Azure在线测试 from your dashboard by entering their email address.

Public link: You can create a public link for each test that you can share with candidates.

API or integrations: You can invite candidates directly from your ATS by using our pre-built integrations with popular ATS systems or building a custom integration with your in-house ATS.

invite candidates
Reason #7

Detailed scorecards & benchmarks

查看样本记分卡
Try practice test
Reason #8

High completion rate

Adaface tests are conversational, low-stress, and take just 25-40 mins to complete.

This is why Adaface has the highest test-completion rate (86%), which is more than 2x better than traditional assessments.

test completion rate
Reason #9

Advanced Proctoring


Learn more

About the Microsoft Azure Assessment Test

Why you should use Pre-employment Microsoft Azure Online Test?

The Microsoft Azure在线测试 makes use of scenario-based questions to test for on-the-job skills as opposed to theoretical knowledge, ensuring that candidates who do well on this screening test have the relavant skills. The questions are designed to covered following on-the-job aspects:

  • 云计算的基础知识(iaaS; paas)
  • Azure虚拟机(缩放;备份策略)
  • 托管和开发网络和移动应用程序
  • 在Azure(虚拟网络;子网;网络安全组; DNS)中的网络建立
  • Azure存储(Blob; Files; Table)
  • Azure数据库(SQL; NOSQL;内存)
  • Azure数据仓库
  • Azure安全性和监视
  • 用Powershell脚本
  • 在Azure中部署和管理虚拟机

Once the test is sent to a candidate, the candidate receives a link in email to take the test. For each candidate, you will receive a detailed report with skills breakdown and benchmarks to shortlist the top candidates from your pool.

What topics are covered in the Microsoft Azure Online Test?

  • azure虚拟机(缩放;备份策略)

    Azure虚拟机(VM)是Microsoft Azure中最常见和通用的服务之一。在测试中测量了该技能,以评估候选人对缩放Azure VM的理解,以满足不断变化的工作量需求及其设计和实施VM的有效备份策略的能力。缩放和备份策略都是VM管理的关键方面,并确保在Azure环境中的平稳操作。

  • 托管和开发Web和移动应用程序

    ,对Web和移动应用程序的需求不断增长,托管和开发有关Azure的应用程序至关重要。在测试中测量了此技能,以评估候选人在Azure上部署和管理Web和移动应用程序方面的熟练程度,包括设置应用程序环境,配置数据库和部署更新等任务。托管和开发这些应用程序的强大技能表明了利用Azure功能并提供可扩展和可靠的应用程序的能力。

  • 在Azure(虚拟网络;子网;网络安全组; DNS)</h4> <p >网络是任何云基础架构的基本方面,Azure提供了多个配置和安全网络的功能。在测试中测量了该技能,以评估候选人在Azure环境中建立和管理虚拟网络,子网,网络安全组和DNS的知识和实践技能。掌握网络的能力确保不同组件之间的有效通信并提高Azure部署的安全性和性能。</p> <h4> Azure Storage(Blob; Files; Table)

    Azure存储提供可扩展且高度可用的存储空间各种数据类型的选项。在测试中测量了该技能,以评估候选人的理解和使用Azure存储服务的能力,包括BLOB,文件和表存储。熟练使用这些存储服务可以在Azure部署中有效存储,检索和管理不同类型的数据的能力。

  • azure数据库(SQL; nosql; inosql;内存)</h4> <p <p > Azure提供了广泛的数据库服务,以支持不同的应用程序需求。在测试中测量了该技能,以评估候选人在使用Azure数据库(包括SQL数据库,NOSQL数据库和内存数据库)方面的知识和实践技能。精通这些数据库技术,展示了在Azure环境中设计,实施和优化数据库解决方案的能力。</p> <h4> azure数据仓库

    数据仓库是现代数据驱动的重要组成部分组织。在测试中测量了该技能,以评估候选人对Azure数据仓库概念的理解及其在Azure中设置和管理数据仓库解决方案的能力。精通Azure数据仓库,组织可以有效地存储和分析大量数据,用于报告,分析和商业智能目的。

  • azure安全性和监视

    确保安全和监视Azure环境对于维持数据和应用程序的完整性和可用性至关重要。在测试中测量了该技能,以评估候选人对Azure安全功能的了解及其实施强大的安全措施和监视Azure部署的能力。精通Azure安全性和监视,可以帮助组织缓解风险,检测异常并有效地应对安全事件。

  • Full list of covered topics

    The actual topics of the questions in the final test will depend on your job description and requirements. However, here's a list of topics you can expect the questions for Microsoft Azure在线测试 to be based on.

    IaaS
    帕斯
    Azure虚拟机
    缩放
    备份策略
    托管Web应用程序
    托管移动应用程序
    在Azure的网络
    虚拟网络
    子网
    网络安全组
    DNS
    Azure存储
    斑点
    文件
    桌子
    Azure数据库
    SQL
    nosql
    在记忆中
    Azure数据仓库
    Azure安全
    监视
Try practice test

What roles can I use the Microsoft Azure Online Test for?

  • Azure开发人员
  • 高级Azure开发人员
  • Azure Solutions Architect
  • Azure管理员
  • Azure数据工程师
  • 高级Azure数据工程师
  • Azure基础设施工程师
  • Azure Devops工程师

How is the Microsoft Azure Online Test customized for senior candidates?

For intermediate/ experienced candidates, we customize the assessment questions to include advanced topics and increase the difficulty level of the questions. This might include adding questions on topics like

  • 了解Azure资源经理和资源组
  • 配置和管理Azure虚拟网络
  • 实施Azure负载平衡器和流量管理器
  • 设计和实施Azure存储解决方案
  • 部署和管理Azure SQL数据库
  • 实施Azure应用程序服务和Web应用程序
  • 构建和部署Azure功能
  • 实施Azure Active Directory并管理身份访问
  • 使用Azure Monitor监视Azure资源
  • 优化Azure的成本和性能
  • 利用CI/CD管道的Azure Devops
Singapore government logo

招聘经理认为,通过小组面试中提出的技术问题,他们能够判断哪些候选人得分更高,并与得分较差的候选人区分开来。他们是 非常满意 通过 Adaface 筛选入围的候选人的质量。


85%
减少筛查时间

Microsoft Azure Hiring Test 常见问题解答

如何为高级 Azure 数据工程师定制测试?

Azure 数据工程师主要在三个垂直领域进行评估:

  • Azure 数据库:SQL 数据库、CosmosDB、数据仓库
  • Azure 分析:流分析、HDInsight、Lake Analytics、数据资源管理器、Databricks、Power BI、数据工厂
  • Azure 迁移:站点恢复、数据库迁移、迁移、迁移项目、DataBox

针对高级 Azure 数据工程师的问题将具有更高的难度,并且集中于中级/高级主题,例如:

  • 核心数据概念:关系型、非关系型、大数据和分析
  • 创建、调度和监控Azure数据工厂管道
  • 部署弹性池数据库并从池中添加/删除数据库
  • 部署托管实例数据库
  • 使用 Microsoft Azure Synapse Analytics 服务摄取、管理和提供数据
  • 传统与现代与突触架构之间的差异
  • 了解Azure MPP(大规模并行处理)架构
  • 深入理解数据分布、分片和分区等内部概念
  • 先进的迁移方法和最佳实践
  • 使用 SSIS、数据工厂和 PolyBase 将数据迁移到 Azure SQL 数据仓库
  • 创建 Azure Data Lake Gen1 存储帐户,使用 U-SQL 语言进行填充和分析
  • 使用 SAS URL 和生命周期策略保护 Blob 存储上的数据,以通过自动层更改归档数据
  • 设计和管理端到端数据加载管道

应该使用哪些问题来评估初级 Azure 开发人员?

对于新/初级 Azure 开发人员来说,问题的难度级别较低。这些主题将基于 Azure 服务的基础知识,例如:

  • 使用 Azure 计算 - 虚拟机、应用服务、AKS、函数等
  • 在 Azure 中实现网络 - VNet、子网、NSG、应用程序网关
  • 管理 Azure 中的数据资源 - Azure SQL、MySQL、CosmosDB、存储
  • 使用 Azure AD 管理身份验证
  • Azure 定价和成本核算的基础知识

如何评估 Azure 和 SQL 技能?

我们支持在同一次测试中评估多种技能。如果该职位要求候选人了解 SQL 并拥有在 Azure 上管理 SQL 数据库的经验,那么问题将集中在 SQL 和 Azure 技能上。 SQL、Azure 和子主题的确切比例是根据您的职位描述来选择的。以下是问题将基于的相关主题 -

  • SQL基础知识(数据库、表)
  • SQL CRUD 查询
  • 为 MySQL 服务器创建和管理 Azure 数据库
  • 将本地数据库迁移到 SQL Azure
  • 导出和导入数据库
  • 管理 Azure SQL 中的企业级数据库(备份、恢复、保护和扩展)
  • 配置SQL数据库审计
  • Azure SQL数据库弹性池的部署
  • 使用 RDP、SSMS 和 Azure Data Studio 访问 Azure SQL Server VM

我可以将多个技能结合在一起,为一个自定义评估吗?

是的,一点没错。自定义评估是根据您的职位描述进行的,并将包括有关您指定的所有必备技能的问题。

您是否有任何反交换或策略功能?

我们具有以下反交易功能:

  • 不可解决的问题
  • IP策略
  • Web Protoring
  • 网络摄像头Proctoring
  • 窃检测
  • 安全浏览器

阅读有关[Proctoring功能](https://www.adaface.com/proctoring)的更多信息。

如何解释考试成绩?

要记住的主要问题是评估是消除工具,而不是选择工具。优化了技能评估,以帮助您消除在技术上没有资格担任该角色的候选人,它没有进行优化以帮助您找到该角色的最佳候选人。因此,使用评估的理想方法是确定阈值分数(通常为55%,我们为您提供基准测试),并邀请所有在下一轮面试中得分高于门槛的候选人。

我可以使用该测试的经验水平?

每个ADAFACE评估都是为您的职位描述/理想候选角色定制的(我们的主题专家将从我们的10000多个问题的图书馆中选择正确的问题)。可以为任何经验级别定制此评估。

每个候选人都会得到同样的问题吗?

是的,这使您比较候选人变得容易得多。 MCQ问题的选项和问题顺序是随机的。我们有[抗欺骗/策略](https://www.adaface.com/proctoring)功能。在我们的企业计划中,我们还可以选择使用类似难度级别的问题创建多个版本的相同评估。

我是候选人。我可以尝试练习测试吗?

不,不幸的是,我们目前不支持实践测试。但是,您可以使用我们的[示例问题](https://www.adaface.com/questions)进行练习。

使用此测试的成本是多少?

您可以查看我们的[定价计划](https://www.adaface.com/pricing/)。

我可以免费试用吗?

我刚刚搬到了一个付费计划。我如何要求自定义评估?

customers across world
Join 1200+ companies in 75+ countries.
立即尝试最候选的友好技能评估工具。
g2 badges
Ready to use the Adaface Microsoft Azure在线测试?
Ready to use the Adaface Microsoft Azure在线测试?
logo
40 min tests.
No trick questions.
Accurate shortlisting.
术语 隐私 信任指南

🌎选择您的语言

English Norsk Dansk Deutsche Nederlands Svenska Français Español Chinese (简体中文) Italiano Japanese (日本語) Polskie Português Russian (русский)
ada
Ada
● Online
✖️