nerdexam
Microsoft

AZ-104 · Question #500

You have the Azure virtual machines shown in the following table. VNET1 is linked to a private DNS zone named contoso.com that contains the records shown in the following table. You need to ping VM2…

The correct answer is C. comp2.contoso.com only. You can lookup for any DNS records by using command line cmd: 1. nslookup -q=ptr google.com "PTR record" 2. nslookup -q=a google.com "A record" "IP address" 3. nslookup -q=mx google.com "Mail exchange record " 4. nslookup -q=cname google.com "Alias name" 5. nslookup -q=txt…

Submitted by noor.lb· Mar 4, 2026Implement and manage virtual networking

Question

You have the Azure virtual machines shown in the following table. VNET1 is linked to a private DNS zone named contoso.com that contains the records shown in the following table. You need to ping VM2 from VM1. Which DNS names can you use to ping VM2?

Exhibits

AZ-104 question #500 exhibit 1
AZ-104 question #500 exhibit 2

Options

  • Acomp2.contoso.com and comp4.contoso.com only
  • Bcomp1.contoso.com, comp2.contoso.com, comp3.contoso.com, and comp4.contoso.com
  • Ccomp2.contoso.com only
  • Dcomp1.contoso.com and comp2.contoso.com only
  • Ecomp1.contoso.com, comp2.contoso.com, and comp4.contoso.com only

How the community answered

(22 responses)
  • A
    23% (5)
  • B
    9% (2)
  • C
    59% (13)
  • D
    5% (1)
  • E
    5% (1)

Explanation

You can lookup for any DNS records by using command line cmd: 1. nslookup -q=ptr google.com "PTR record" 2. nslookup -q=a google.com "A record" "IP address" 3. nslookup -q=mx google.com "Mail exchange record " 4. nslookup -q=cname google.com "Alias name" 5. nslookup -q=txt google.com "info" 6. nslookup -q=ns google.com "Identify DNS servers" 7. nslookup -q=dchid google.com "Inormation related to DHCP"

Community Discussion

No community discussion yet for this question.

Full AZ-104 Practice