exam questions

Exam MD-101 All Questions

View all questions & answers for the MD-101 exam

Exam MD-101 topic 3 question 8 discussion

Actual exam question from Microsoft's MD-101
Question #: 8
Topic #: 3
[All MD-101 Questions]

Your network contains an Active Directory named contoso.com. The domain contains two computers named Computer1 and Computer2 that run Windows 10.
Folder Redirection is configured for a domain user named User1. The AppData\Roaming folder and the Desktop folder are redirected to a network share.
User1 signs in to Computer1 and performs the following tasks:
✑ Configures screen saver to start after five minutes of inactivity
✑ Modifies the default save location for Microsoft Word
✑ Creates a file named File1.docx on the desktop
✑ Modifies the desktop background
What will be retained when User1 signs in to Computer2?

  • A. File1.docx and the desktop background only
  • B. File1.docx, the screen saver settings, the desktop background, and the default save location for Word
  • C. File1.docx only
  • D. File1.docx, the desktop background, and the default save location for Word only
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
Y2
Highly Voted 3 years, 3 months ago
Why are there SOO many wrong anwer in MD-101 past papers. i have never seen anything like this
upvoted 12 times
Brent0n
3 years, 3 months ago
IKR, really forces you to actually try understand things because no one can be trusted.
upvoted 9 times
...
...
Technik
Highly Voted 4 years, 1 month ago
See for older discussion: https://www.examtopics.com/discussions/microsoft/view/5328-exam-md-101-topic-2-question-9-discussion/
upvoted 9 times
[Removed]
3 years, 8 months ago
So the answer is C. Personally I didn't knew which one it was because I didn't knew where EACH of these settings (background, were saved. Now I'll know - NTUSER.DAT (which is in APPDATA folder).
upvoted 3 times
Bouncy
3 years, 4 months ago
ntuser.dat is in %userprofile% folder (.\username), two tiers above %appdata% (the variable leads to .\username\appdata\roaming folder). Hence folder redirection for %appdata% won't catch any registry related settings
upvoted 5 times
...
...
...
Raxon
Most Recent 2 years, 4 months ago
Why use roaming profiles and folder redirection? User profiles allow multiple users to share a Windows system and still maintain their own preferences. You can set your background to chartreuse without affecting anyone else who uses the machine. Folder redirection allows you to use Windows as you are used to, but to have files saved on the Desktop and My Documents, follow you around to each workstation. Some of the things you can set that are stored in your profile and redirected folders include: Wallpaper Screen saver Display properties - colors, fonts and sizes Shortcuts on the desktop Whether to display or not to display web content A personalized Taskbar Desktop Toolbars Settings for some applications Answer: B. File1.docx, the screen saver settings, the desktop background, and the default save location for Word The default location of Word is MY DOCUMENT.
upvoted 2 times
...
Deezal
2 years, 5 months ago
Selected Answer: A
Labbed it and answer is A. file and desktop background
upvoted 5 times
...
raduM
2 years, 7 months ago
after testing this in my lab i can tell you the answer is file and desktop
upvoted 4 times
...
JN_311
2 years, 7 months ago
Selected Answer: A
Answer A
upvoted 2 times
...
Fuzm4n
2 years, 7 months ago
C. A copy of the current custom desktop background image is stored in appdata\roaming but not the ntuser.dat which actually tells windows to use that desktop image.
upvoted 1 times
...
raduM
2 years, 8 months ago
c is the answer
upvoted 1 times
...
raduM
2 years, 9 months ago
the answer should be c
upvoted 2 times
...
raduM
2 years, 10 months ago
Selected Answer: C
c should be correct
upvoted 1 times
...
raduM
2 years, 10 months ago
i believe it should be c. why whould the desktop settings be saved? these settings are in registry and in the ntuser.dat folder.
upvoted 1 times
...
silver_bullet666
3 years ago
it may interest you to know that mapped drive information is actually also stored in HKU; foreach ($1 in (Get-ChildItem -Path Registry::HKEY_USERS|?{$_.name -like '*-*-*-*-*-*' -and $_.name -notlike '*_Classes'})){gci -Path ('Registry::\'+$1.name+'\Network') -Recurse}
upvoted 1 times
...
Whatsamattr81
3 years ago
OK, so the question doesnt actually mention roaming profiles... Just Folder redirection. Screensaver settings and desktop settings will be stored in %USERPROFILE% which if just using folder redirection, wil be the local C:\Users\<username>... it wont follow you around, only the stuff in the redirected folders.
upvoted 1 times
...
Whatsamattr81
3 years ago
With roaming profiles enabled, HKCU gets saved to the profile path specified in the policy setting (\\server\profiles$\user\profile). Folder redirection just prevents the contents of the well known folders being copied at login / logout. This network location will have a copy of HKCU.
upvoted 1 times
...
ken2ut
3 years, 1 month ago
A is the answer. Default save location for MS Word is the Documents folder.
upvoted 1 times
...
MR_Eliot
3 years, 1 month ago
Selected Answer: A
Answer is A for sure! Desktop background is saved in: "C:\Users\<username>\AppData\Roaming\Microsoft\Windows\Themes\TranscodedWallpaper".
upvoted 2 times
...
AVR31
3 years, 2 months ago
Desktop background, screen saver settings, default Word location are stored in the registry. The user registry file is not in %appdata%\roaming. So none of these will be syncronized. Only the file created on the desktop will appear on another computer, when the user logs in.
upvoted 2 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 ...