AZ-104 · Question #500
AZ-104 Question #500: Real Exam Question with Answer & Explanation
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 google
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?
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
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.