CASE .NET M5 Exam Prep
Secure Coding Practices for Authentication & Authorization
Email *
Name *
Which of the following statements are correct? *
1 point
Required
Where is the ASP.NET authentication modes  specified? *
1 point
Users who are already signed in to passport are considered authenticated and are directed to the site, other users are redirected to the passport server to log in. *
1 point
Which of the following statement is incorrect about Windows Authentication? *
1 point
Which of the following options are provided by ASP.NET to authorize the client? *
1 point
Required
Impersonation is enabled by default. ASP.NET impersonates the authentication token from IIS. The user may be either the authenticated user or an anonymous user. *
1 point
Which of the following are valid third party authentication services available in ASP.NET.Security.OAuthProviders? *
1 point
Required
When creating JSON Web Token (JWT) authentication, the API used to create a JWT token should not allow anonymous access to users. *
1 point
Which of the following are IdentityServer4 features in ASP.NET Core 2? *
1 point
Where do you need to modify configuration settings when implementing [Authorize] attribute with windows authentication? *
1 point
When creating a custom policy based authorization, for a policy to be satisfied, each requirement defined in the policy should be satisfied. *
1 point
Which of the following statements on MVC Authentication Filter is true? *
1 point
Required
Use strong hashing algorithm such as MD5 or SHA1 instead of HIMACSHA-256 in the validation attribute of <machineKey> settings to enhance the level of security. *
1 point
AES encryption algorithm provides higher level of security than DES or 3DES. *
1 point
If passwordFormat is set to clear in Web.config file, then the password will not appear in the text format that can easily be stolen. *
1 point
Which of the following settings can help to avoid cookie persistence? *
1 point
Required
Whenever the code redirects to the secure page from a login page of the application, it should use the relative path to avoid giving direct access to the restricted area of the application. *
1 point
Which of the following method should be used for redirecting to the page that requires specific authorization privileges? *
1 point
Which of the following is not a recommended setting for password policy? *
1 point
Which of the following settings are effective at protecting against brute force attacks? *
1 point
Submit
Clear form
Never submit passwords through Google Forms.
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy