
asp-net – web-dev-asp-net – কুইজ মডেল টেস্ট অনুশীলন – 47
11044. What is the default port number when we use https
- 543
- 443
- 500
- 80
11045. Consider the following code snippet: for (i=0; i<100; i++) { a= a+ i; } for(i=0; i<100; i++) { b=b+i; } By observing the preceeding code snippet, identify the correct method that would optimize the preceding code snippet.
- Combining Loops
- Remove unwanted parts of Loops
- Use sentinel value
- Reduce work inside loops
11046. How many types of authentication does ASP.net provides
- Five
- Four
- Three
- Two
11047. What type of language is C#
- Versionable
- Object oriented
- Type safe
- Compatible
11048. Difference between Convert.ToString() and ToString()
- ToString() handle null values but Convert.ToString() don’t
- ToString() output as per format supplied
- Convert.ToString() only handle null values
- Convert.ToString() handle null values but ToString() don’t
11049. Which one of the following is a limitation of XML serialization
- You cannot serialize XmlNode object.
- You cannot serialize DataSet objects.
- You cannot serialize an object’s public fields.
- It does not serialize type information
11050. You have a Web application that is configured for personalization. You need to access personalization data from one of the pages of the Web application by using the minimum amount of administrative effort. What should you do
- Access the personalization data from the Cache property of the HttpContext object.
- Access the personalization data from the Application property of the HttpContext object.
- Access the personalization data from the Session property of the HttpContext object.
- Access the personalization data from the Profile property of the HttpContext object
11051. What C# support instead of multiple-inheritance
- Interfaces
- Delegates
- Functions
- Procedures
11052. Which of the following prevent unauthorized modification, destruction, or disclosure of the data in an enterprise
- Front-end interface design tools
- Network security layers
- Data mart
- Data warehouse
11053. Crushader” company wants to revamp his website. One of the important changes Crushader” want is to display Ad banners. As a developer you want to initialize the banner image paths when the first user accesses the application. So what will you do
- Add code in application_begin request event of global.asax file.
- Add code in pagload event handler in the startup page of the application.
- Add code in application_onstart event of global.asax file.
- Add code to session_onstart event of global.asax.
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।