Practice exams for Azure Network Engineer Associate (AZ-700)

50 questions · 100 min

  • Design and implement core networking infrastructure 14 questions
  • Design, implement, and manage connectivity services 12 questions
  • Design and implement application delivery services 9 questions
  • Design and implement Azure network security services 9 questions
  • Design and implement private access to Azure services 6 questions

25 free questions across all domains, no account required.

The full set of 50 questions is included in the All certifications subscription. Subscribe

How to prepare for Azure Network Engineer Associate (AZ-700) with InfraPrep

The 50 questions cover 5 domains: Design and implement core networking infrastructure, Design, implement, and manage connectivity services, Design and implement application delivery services, Design and implement Azure network security services, Design and implement private access to Azure services. 25 of them are free, without an account.

Study mode

Answer at your pace: each answer is corrected straight away, with an explanation and the link to the documentation it relies on.

Exam mode

A timed exam of 100 minutes, with a question map to flag and come back to questions before you submit.

Results by domain

Your score is broken down by domain, so you know what to review first.

Original questions

Every question is written from the public documentation, never copied from the exam. You can contest an answer from study mode.

Sample question

Design and implement core networking infrastructure

A team deploys a VM with a Standard SKU public IP attached to its NIC, but creates no NSG at all. They expect that, without an NSG explicitly allowing it, no inbound traffic can reach the VM. Is this expectation correct?

  1. No — Standard SKU public IPs are open by default, so unrestricted inbound traffic reaches the VM
  2. Yes — Standard SKU public IPs use a secure-by-default model and are closed to inbound traffic when used as a frontend
  3. Yes, but only because Basic SKU is silently used as a fallback with the same protection
  4. No — the public IP SKU has no effect on inbound security; only NSGs matter
Show the answer and the explanation

Correct answer: B

Standard SKU public IPs follow a secure-by-default model: they are closed to inbound traffic as a frontend unless an NSG explicitly allows it.

Source: official documentation

Try the free questions