Microsoft
AZ-104 · Question #29
You have an Azure virtual machine named VM1 that runs Windows Server 2019. You sign in to VM1 as a user named User1 and perform the following actions: - Create files on drive C. - Create files on…
The correct answer is C. the new files on drive D. For Windows Server, the temporary disk is mounted as “D:\”. For Linux based VM’s the temporary disk is mounted as “/dev/sdb1”.
Submitted by miguelv· Mar 4, 2026Deploy and manage Azure compute resources
Question
You have an Azure virtual machine named VM1 that runs Windows Server 2019. You sign in to VM1 as a user named User1 and perform the following actions: - Create files on drive C. - Create files on drive D. - Modify the screen saver timeout. - Change the desktop background. You plan to redeploy VM1. Which changes will be lost after you redeploy VM1?
Options
- Athe modified screen saver timeout
- Bthe new desktop background
- Cthe new files on drive D
- Dthe new files on drive C
How the community answered
(46 responses)- A4% (2)
- B2% (1)
- C85% (39)
- D9% (4)
Explanation
For Windows Server, the temporary disk is mounted as “D:\”. For Linux based VM’s the temporary disk is mounted as “/dev/sdb1”.
Community Discussion
No community discussion yet for this question.