exam questions

Exam AZ-104 All Questions

View all questions & answers for the AZ-104 exam

Exam AZ-104 topic 5 question 67 discussion

Actual exam question from Microsoft's AZ-104
Question #: 67
Topic #: 5
[All AZ-104 Questions]

You have an Azure subscription that contains two virtual machines as shown in the following table.

You perform a reverse DNS lookup for 10.0.0.4 from VM2.
Which FQDN will be returned?

  • A. vm1.core.windows.net
  • B. vm1.azure.com
  • C. vm1.westeurope.cloudapp.azure.com
  • D. vm1.internal.cloudapp.net
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Moyuihftg
Highly Voted 3 years, 10 months ago
Answer D Tested in lab, and got vm1.internal.cloudapp.net.
upvoted 107 times
...
t1ck3ts
Highly Voted 3 years, 9 months ago
Correct Answer: D testadmin1@VMTEST1:~$ ping -c 5 VMTEST1 PING VMTEST1.qb3monnoaiyubgstehdkra0paa.ax.internal.cloudapp.net (10.0.0.4) 56(84) bytes of data. 64 bytes from vmtest1.internal.cloudapp.net (10.0.0.4): icmp_seq=1 ttl=64 time=0.013 ms 64 bytes from vmtest1.internal.cloudapp.net (10.0.0.4): icmp_seq=2 ttl=64 time=0.042 ms 64 bytes from vmtest1.internal.cloudapp.net (10.0.0.4): icmp_seq=3 ttl=64 time=0.040 ms 64 bytes from vmtest1.internal.cloudapp.net (10.0.0.4): icmp_seq=4 ttl=64 time=0.042 ms 64 bytes from vmtest1.internal.cloudapp.net (10.0.0.4): icmp_seq=5 ttl=64 time=0.044 ms --- VMTEST1.qb3monnoaiyubgstehdkra0paa.ax.internal.cloudapp.net ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4073ms rtt min/avg/max/mdev = 0.013/0.036/0.044/0.012 ms testadmin1@VMTEST1:~$
upvoted 69 times
ejonesy80
11 months, 3 weeks ago
Thanks a lot for sharing this with us, i have an exam tomorrow and for some reason i decided to check online is answer was correct and i'm glad i did, because i would has this answer wrong if i studied the VCE of Examcollection. Thanks again.
upvoted 2 times
...
Jitu1989
3 years, 3 months ago
Thanks for response. Do you all use PAYG service or is there service provided like AWS for a year.
upvoted 3 times
beem84
3 years, 3 months ago
Look up Azure pass or you can get a free account with 200USD credit which you can convert to PAYG after 30 days.Free account has some restrictions but should be fine for labs.
upvoted 4 times
kennynelcon
2 years, 10 months ago
For me Azure Pass is pretty pricy as it gets used up very fast
upvoted 2 times
...
...
...
...
[Removed]
Most Recent 5 months, 1 week ago
Selected Answer: D
it´s D
upvoted 1 times
...
117b84e
5 months, 2 weeks ago
chatgpt: Answer: D. vm1.internal.cloudapp.net When performing a reverse DNS lookup in Azure for a private IP address assigned to a virtual machine, the Fully Qualified Domain Name (FQDN) follows the format *.internal.cloudapp.net. This naming convention is used for private IP addresses within a virtual network in Azure. Thus, the FQDN returned for VM1 with the IP address 10.0.0.4 would be vm1.internal.cloudapp.net.
upvoted 2 times
...
Josh219
6 months, 2 weeks ago
The correct answer is D. vm1.internal.cloudapp.net. When performing a reverse DNS lookup in Azure, the default FQDN for a virtual machine is typically in the format vmname.internal.cloudapp.net1. In this case, the IP address 10.0.0.4 corresponds to VM1, so the FQDN returned would be vm1.internal.cloudapp.net.
upvoted 2 times
...
CheMetto
7 months, 1 week ago
Selected Answer: D
who cares about this thing? Come on, do a f********g ping and you find the answer, why i need to know this kind of b*******t? It's ridicolous. 568 questions and i need to see all this kind of questions.
upvoted 5 times
...
tashakori
11 months, 2 weeks ago
D is right
upvoted 1 times
...
SkyZeroZx
1 year, 1 month ago
Selected Answer: D
D vm1.internal.cloudapp.net how determinate this i pass how solutions architect ?
upvoted 1 times
lebeyic620
11 months ago
very determinate
upvoted 1 times
...
...
tuklea1
1 year, 5 months ago
Selected Answer: D
Answer is D tested in Lab nslookup -type=ptr 10.0.0.4 Server: UnKnown Address: 168.63.129.16 Non-authoritative answer: 4.0.0.10.in-addr.arpa name = vm1.internal.cloudapp.net
upvoted 3 times
...
Bayer
1 year, 5 months ago
Geez, we are all a bunch of dummies,I also upvoted D
upvoted 1 times
...
Blippen
2 years, 1 month ago
Selected Answer: D
Answer is D: https://learn.microsoft.com/en-us/azure/virtual-network/virtual-networks-name-resolution-for-vms-and-role-instances#reverse-dns-considerations
upvoted 3 times
...
alikhan1234
2 years, 3 months ago
Selected Answer: D
D 100% is correct
upvoted 2 times
...
Zordrak
2 years, 4 months ago
Selected Answer: D
Answer D, can test and prove.
upvoted 3 times
...
David1990
2 years, 5 months ago
Selected Answer: D
d correct
upvoted 1 times
...
EmnCours
2 years, 6 months ago
Selected Answer: D
Correct Answer: D
upvoted 1 times
...
Lazylinux
2 years, 8 months ago
Selected Answer: D
internal.cloudapp.net is default DNS suffix for Azure provisioned DNS if no specific DNS is configured in the network
upvoted 9 times
...
Lazylinux
2 years, 8 months ago
Selected Answer: D
D for Sure.. Reverse DNS is supported in all ARM based virtual networks. You can issue reverse DNS queries (PTR queries) to map IP addresses of virtual machines to FQDNs of virtual machines. All PTR queries for IP addresses of virtual machines will return FQDNs of form [vmname].internal.cloudapp.net Forward lookup on FQDNs of form [vmname].internal.cloudapp.net will resolve to IP address assigned to the virtual machine. If the virtual network is linked to an Azure DNS private zones as a registration virtual network, the reverse DNS queries will return two records. One record will be of the form [vmname].[privatednszonename] and the other will be of the form [vmname].internal.cloudapp.net
upvoted 13 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago