exam questions

Exam AZ-104 All Questions

View all questions & answers for the AZ-104 exam

Exam AZ-104 topic 1 question 9 discussion

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

Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements.
Your company has an Azure Active Directory (Azure AD) tenant named weyland.com that is configured for hybrid coexistence with the on-premises Active
Directory domain.
You have a server named DirSync1 that is configured as a DirSync server.
You create a new user account in the on-premise Active Directory. You now need to replicate the user information to Azure AD immediately.
Solution: You run the Start-ADSyncSyncCycle -PolicyType Initial PowerShell cmdlet.
Does the solution meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
imartinez
Highly Voted 3 years, 7 months ago
Answer is B ( No ) Initial will perform a full sync and add the user account created but it will take time, Delta, will kick off a delta sync and bring only the last change, so it will be "immediately" and will fulfill the requirements.
upvoted 124 times
juniorccs
3 years ago
if the delta will be bring the last changes, so it's okay here, isn't it ? the answer should be then "YES" , correct ? where am I lost here ?
upvoted 4 times
Bere
2 years, 11 months ago
In the solution of this question they say “-PolicyType Initial”. However you must use “-PolicyType Delta” to get only the change made and sync it immediately. So the answer is “No”.
upvoted 24 times
...
...
jackdryan
1 year, 11 months ago
A is correct.
upvoted 10 times
...
skydivex
2 years ago
The answer is A (YES), since the question did not mention the initial sync has been already done. A is correct
upvoted 13 times
...
arunet
3 years ago
B is the answer. https://techcommunity.microsoft.com/t5/itops-talk-blog/powershell-basics-how-to-force-azuread-connect-to-sync/ba-p/887043
upvoted 9 times
GenjamBhai
2 years, 9 months ago
B is ok, delta for immediate sync, initial will take longer
upvoted 6 times
...
Etan1
1 year, 7 months ago
You article is correct but the answer is A Run the following command to force a complete sync but note that the length of sync time would be greatly increased. Start-ADSyncSyncCycle -PolicyType Initial
upvoted 1 times
...
...
...
GoldenDisciple2
Highly Voted 1 year, 6 months ago
Selected Answer: B
https://learn.microsoft.com/en-us/azure/active-directory/hybrid/connect/how-to-connect-sync-feature-scheduler In this article. It says word for word, "It could be that you have an urgent change that must be synchronized immediately, which is why you need to manually run a cycle. If you need to manually run a sync cycle, then from PowerShell run Start-ADSyncSyncCycle -PolicyType Delta." Keywords in this learn.microsoft article are immediately and manually.... If you want it to synchronize immediately, then you'll want to manually run a cycle.... To run a cycle manually, run the -delta command. Immediate = Manual. Manual = Delta. Therefor Immediate = Delta Full sync = Time Consuming. Time Consuming = Initial
upvoted 16 times
...
victorio_27
Most Recent 2 days ago
Selected Answer: A
l cmdlet Start-ADSyncSyncCycle -PolicyType Initial se usa en entornos con Azure AD Connect (anteriormente DirSync) para iniciar manualmente una sincronización completa de directorios. Dado que el entorno descrito utiliza Azure AD en modo híbrido con un servidor DirSync (DirSync1), la creación de una nueva cuenta de usuario en Active Directory local no se replicará inmediatamente en Azure AD a menos que se inicie manualmente la sincronización o se espere la sincronización programada (que ocurre cada 30 minutos, por defecto). Diferencia entre tipos de sincronización en Azure AD Connect: Delta: Solo sincroniza los cambios recientes. Se ejecuta automáticamente cada 30 minutos. Initial: Realiza una sincronización completa, útil para nuevos usuarios, cambios de esquema o cuando se configuran nuevas reglas de sincronización.
upvoted 1 times
...
willie439
2 weeks, 2 days ago
Selected Answer: A
Answer A is correct. The question is "Does the solution meet the goal?" it is not the best solution, however it meet the goal.
upvoted 1 times
...
Nathan12345
1 month ago
Selected Answer: A
To run Delta cmd, data needs to be synced already. Anyway Initial cmd will not impact immediately however for new sync below cmd is req Start-ADSyncSyncCycle -PolicyType Initial
upvoted 1 times
...
guha_saheb
1 month, 1 week ago
Selected Answer: B
immediately key word changes the answer to NO so the corret answer in this question in B
upvoted 1 times
...
guha_saheb
1 month, 1 week ago
Selected Answer: A
it will take time but the solution is met
upvoted 1 times
...
SolimanAlali
1 month, 2 weeks ago
Selected Answer: A
The Start-ADSyncSyncCycle PowerShell cmdlet is used to trigger a synchronization cycle between the on-premises Active Directory and Azure Active Directory. -PolicyType Initial: This parameter forces a full synchronization of all objects from the on-premises Active Directory to Azure AD. It includes all changes and ensures that the newly created user is replicated to Azure AD. Since the goal is to replicate the new user information to Azure AD immediately, running this cmdlet with the -PolicyType Initial parameter meets the requirement. We can use Start-ADSyncSyncCycle: -PolicyType Delta: Use this for incremental syncs, which only synchronize the changes since the last sync. It is faster and sufficient in most cases. -PolicyType Initial: Use this for a full sync. It processes all objects and is typically used when there are significant changes, such as schema updates or large-scale object additions.
upvoted 1 times
...
mm102938
2 months, 3 weeks ago
according to https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/how-to-connect-sync-feature-scheduler "Running a full sync cycle can be very time consuming" you need to use delta instead of initial
upvoted 1 times
...
Capzn
2 months, 3 weeks ago
Answer should be A here. Initial initiates a full sync cycle while Delta sync's the changes made since the last sync
upvoted 1 times
...
Ariel235788
3 months, 3 weeks ago
Running the PowerShell cmdlet Start-ADSyncSyncCycle -PolicyType Initial will trigger a full synchronization cycle between your on-premises Active Directory and Azure Active Directory. This ensures that any new user accounts or changes made on-premises, like the one you created, are replicated to Azure AD immediately. The "Initial" policy type triggers a full sync, which is appropriate in this case to ensure that the newly created user account is synchronized. The correct answer is: A. Yes
upvoted 2 times
...
0378d43
4 months ago
Selected Answer: A
The cmdlet would sync it
upvoted 1 times
...
LaReis
4 months ago
Segundo o Copilot: A. Sim. Executar o cmdlet Start-ADSyncSyncCycle -PolicyType Initial no PowerShell iniciará uma sincronização imediata entre o Active Directory local e o Azure AD, replicando as informações do usuário.
upvoted 2 times
...
asuarez
4 months, 2 weeks ago
Selected Answer: A
Running the Start-ADSyncSyncCycle -PolicyType Initial PowerShell cmdlet initiates a full synchronization cycle, replicating the new user information from the on-premises Active Directory to Azure AD immediately.
upvoted 1 times
...
Pcservices
4 months, 3 weeks ago
Selected Answer: A
The Start-ADSyncSyncCycle -PolicyType Initial PowerShell cmdlet forces an initial synchronization between the on-premises Active Directory and Azure Active Directory (Azure AD). This includes all objects, such as users, groups, and contacts. An Initial Sync is a full synchronization cycle, which pulls all changes from the on-premises Active Directory to Azure AD. Since your goal is to replicate the new user information to Azure AD immediately, running this cmdlet achieves that by initiating a sync.
upvoted 1 times
...
[Removed]
5 months ago
Selected Answer: B
it´s B Keyword is IMMEDIATELY. So we muat use: Start-ADSyncSyncCycle -PolicyType Delta cmdlet. The Delta policy is much FASTER and intended for syncing recent changes, such as a newly created USER ACCOUNT.
upvoted 2 times
Nathan12345
1 month ago
for this , pre-requisite is initial sync, which is required to run delta cmd
upvoted 1 times
...
...
[Removed]
5 months, 2 weeks ago
Selected Answer: B
it´s B Keyword is IMMEDIATELY. So we muat use: Start-ADSyncSyncCycle -PolicyType Delta cmdlet. The Delta policy is much FASTER and intended for syncing recent changes, such as a newly created USER ACCOUNT.
upvoted 1 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