1. Wearable technologies are clothing and ________ that incorporate digital technologies.
2. Visual C++ is a product of which company?
3. What is CRuntime Class?
4. Which object does not get involved in synchronization process of threads?
5. Which class in VC++ contains InitInstance?
6. MDI application in VC++ consists of how many resources?
7. Visual C++ follows which paradigm of programming language?
8. What is Visual C++?
9. Which function in VC++ is used to display the window on the screen?
10. Cfile Supports which type of Input/output?
11. How the libraries can be linked in VC++?
12. Visual C++ supports which language(s)?
13. Web services are components that provide functionality via the internet using HTTP protocol.
14. Which of the following way is used for handling lifetime for remoting objects?
15. When remoting clients has to share the same data, which architecture should be used?
16. In which type of remote object creation mode in .NET, the object is created with every method call thus making the object stateless.
17. What is the file extension of web services?
18. Which config file has all the supported channels/protocol supported by .Net?
19. Which of the remoting model is stateful in nature?
20. How do we call methods in remoting Asynchronously in .NET?
21. Which of the following is used to club or group common services together on a server and provides links to the schema documents of the services?
22. Which class does the remote object has to inherit?
23. Select the file extension of web service
24. Which ASP.NET performance counter is the best indicator of inefficient caching?
25. Which of the cache counter represents number of requests served from the cache?
26. Select the event of page cycle when view state is available
27. The __________ namespace contain classes for accessing and managing data from diverse sources
28. Select the event where controls fully loaded
29. Select type of caching that will be used if we want to cache a portion of a page instead of the whole page
30. Web forms are inherited from which class
31. Select the validator used for email.
32. Which of the following is used to detect when cached data is about to be unloaded from memory?
33. Select the event which is NOT in page life cycle.
34. Which of the following is used to monitor an application’s use of the cache?
35. Select extension of file in asp.net
36. Given an ASP.NET Web Form called WebForm1,what class does the WebForm1 class inherit from by default?
37. What is MVC?
38. Select the method to give formatted output
39. Select validator control you use if you need to make sure the values in two different controls matched
40. By using an ,_________ , the data is separated from html, and any changes to the items are made in the separated data source.
41. What HTML element is the asp:Label control rendered as when the target is Internet Explorer?
42. What attribute must be set on a validator control for the validation to work?
43. If any user has disabled cookies in their browsers, what can you do to enable them to use forms authentication? Set cookieless=true; Use the AutoDetect setting of the cookieless attribute None Set BoweserCookieEnabled=true; Which of the following Web.config files correctly enables the Web application to track the LastVisit of anonymous users in a variable of type DateTime?
44. You are creating an ASP.NET application for Google. The company uses Microsoft Windows authentication. All users are in the Google domain. You want to configure the application to use the following authorization rules: 1. Anonymous users must not be allowed to access the application. 2. All employees except Raj and Shiva must be allowed to access the application. Which code you will apply to configure the application?
45. How many types of authentication ASP.NET supports?
46. You are creating an ASP.NET application for company CareerRide. You use form based authentication to validate users. You need to prevent unauthenticated users from accessing the application. What should you do?
47. Choose the correct option according to given statements. Statement 1: Authentication is the process that determines the identity of a user. Statement 2: Authorization is the process of determining whether a user is permitted access to any part of an application, or any particular resource. Statement 3: Authorization is the process that determines the identity of a user. Statement 4: Authentication is the process of determining whether a user is permitted access to any part of an application, or any particular resource.
48. Which of the following controls provides a link for unauthenticated users to log on?
49. Windows-Based Authentication is well suited for.
50. You use the ASP.NET Web Site Administration Tool to configure ASP.NET membership with forms authentication. What should you name your login form so that you do not have to modify the Web.config file?
51. The following group profile properties defined under a group name in Web.config file. How will you access Street and City property?
52. How do you get information from a form that is submitted using the 'get' method?
53. WSDL stands for _________________ ?
54. Which method do you invoke on the DataAdapter control to load your generated dataset with data?
55. Which set of acronyms is not associated with ASP?
56. Which of these objects is NOT an ASP component
57. ASP.NET is a _________________________ ?
58. Custom Controls are derived from which of the classes
59. The first event to be triggered in an aspx page is.
60. The Asp.net server control, which provides an alternative way of displaying text on web page, is
61. If one has two different web form controls in a application and if one wanted to know whether the values in the above two different web form control match what control must be used?
62. To add a custom control to a Web form we have to register with.
63. Which of the following is used to send email message from my ASP.NET page?
64. ASP comes with a standard component that displays a different advertisement each time a user enters or refreshes a page, what is the name of this component?
65. How do you write 'Hello World' in ASP
66. How do you get information from a form that is submitted using the 'post' method?
67. How can you script your ASP code in JavaScript?
68. Where does ASP code execute?
69. You add a PrintPreviewDialog ppd1 to your Windows Form, in order for your users to preview the document which they want to print. Which property of ppd1 should you set in order to specify the document to preview?
70. Which DLL translate XML to SQL in IIS?
71. What is the correct way to include the file
Object Oriented Programming (OOP)
OS (Operating System)
Oracle
Programming Languages
Security
Port Numbers
Related MCQ's