
asp-net – web-dev-asp-net – কুইজ মডেল টেস্ট অনুশীলন – 54
web-dev-asp-net – কুইজ মডেল টেস্ট | 11114. By default DOTNET website is configured with which of the following authentication types
- Form Authentication
- Passport Authentication
- Basic
- Integrated Windows authentication
11115. Where do you set authentication mode in the ASP.NET application
- You can set authentication mode using global.asax file
- You can set authentication mode using Web Service
- You can set authentication mode using webconfig file
- You can set authentication mode using cookies
11116. Which of the following can be used to configure the way encryption is used to protect forms authentication cookies and view state information in a Web farm
- <trace>
- <script>
- <machineKey>
- <customErrors>
11117. You are working on an existing Web site. You need to secure the Web site by redirecting all users to the logon page, Login.aspx. After logging on, users must be sent back to the page that they originally requested. Which code segment should you use
- In the Web.config file: <authorization> <deny users=””/></authorization> On each page in the Web site: void Page_Load(Object sender
- EventArgs E){ FormsAuthentication.Initialize();//Rest of the Page_Load code goes here}In the Web.config file: <authentication mode=”Forms”> <forms name=”.ASPXUSERDEMO”loginUrl=”login.aspx” protection=”All” timeout=”60” /> </authentication>On each page in the Web site: void Page_Load(Object sender
- EventArgs E){Response.Redirect(“login.aspx”);//Rest of the Page_Load code goes here}On each page in the Web site: void Page_Load(Object sender
- EventArgs E{FormsAuthentication.RedirectToLoginPage(“login.aspx”); //Rest of the Page_Load code goes”;}}
11118. How many types of authentication does ASP.net provides
- Three
- Two
- Four
- Five
11119. Which of these authentication modes is not Cookies dependant
- None
- Windows
- Forms
- Passport
11120. Which of the following prevent unauthorized modification, destruction, or disclosure of the data in an enterprise
- Data mart
- Network security layers
- Front-end interface design tools
- Data warehouse
11121. Asymmetric encryption is also known as _____________.
- Protected key encryption
- Public/Private key encryption
- Public key encryption
- Private key encryption
11122. You want to enable users of a Web application to modify the Web application’s UI and behavior.These modifications must be maintained at the user level so that when users return to the Web application, the changes are still in effect. You need to achieve this goal by using the minimum amount of custom code. What should you do
- Enable session state on the Web application.
- Maintain a profile for each user.
- Persist control data by using view state.
- Use Web Part controls.
11123. Security is very important on any web site. By default, a .Net web site is configured with which of the following authentication types
- Windows
- IIS Anonymous
- Windows 2000
- Windows Forms
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।