H11-851 Exam Discussions & Posts
tabs
Commented on August 14, 2025
Loving this website so far
Anonymous
Ibukun
Commented on August 14, 2025
The practice tests are very much helpful
Anonymous
Jahan
Commented on August 13, 2025
Question 25 has wrong answers
Anonymous
Fsdf546
Commented on August 13, 2025
QUESTION: 60 A B
FRANCE
Fsdf546
Commented on August 13, 2025
QUESTION: 53 -Subnet not -SubnetID
FRANCE
Fsdf546
Commented on August 13, 2025
QUESTION: 52 has no good answer as you need to use Set-CsUserCallingSettings instead
FRANCE
Fsdf546
Commented on August 13, 2025
QUESTION: 50 Get-CsOnlineVoicemailUserSettings TransferTarget
FRANCE
Sheruti
Commented on August 13, 2025
I passed this exam. All valid and good questions. This is still valid practice questions
UNITED KINGDOM
Connor
Commented on August 13, 2025
This updated version of the questions is solid. This exam is very difficult. The PDF version is worth the money.
UNITED STATES
Gamer9x9
Commented on August 12, 2025
I passed this exam. Do not underestimate this exam. It is hard and tricky. These questions are quite helpful and most of same as the real exam. Worth the money for the full version of PDF.
UNITED STATES
Sailaja
Commented on August 12, 2025
Q.95: Azure Functions is an example of a paas - Answer should be YES.
Also the explanation says Azure Cosmos DB, Azure Mobile Apps and Azure Service Bus as SaaS. Its wrong. Azure Cosmos DB, Azure Mobile Apps and Azure Service Bus as also PaaS.
Please check and correct
UNITED STATES
Joe
Commented on August 12, 2025
Question 216 should be B.
Reasoning:
Input sanitization is the process of validating and cleaning user-provided input so it can’t be used to execute malicious commands, inject SQL, or exploit vulnerabilities.
An input like nmap - 10.11.1.130 could be part of a command injection attempt — if an application passes unsanitized input to a shell or system command, an attacker could run nmap (or worse). Sanitization would prevent this.
Why not the others?
Email message: "Click this link…" ? This is phishing; mitigated by user training, email filtering, and link scanning, not input sanitization.
Browser message: "Your connection is not private." ? This is an SSL/TLS certificate warning; mitigated by proper certificate configuration, not input sanitization.
Input sanitization is all about preventing malicious or unexpected data from being processed by your application — perfect for the nmap example.
UNITED STATES
Sailaja
Commented on August 12, 2025
Q.50: Azure Site Recovery provides DISASTER RCOVERY for virtual maachines.
Answer given is wrong. Its not 'fault tolerance'
Anonymous