Mascot Previous Years Solved Sample Placement Papers
-
To create your application on a remote server which option you will choose in ASP.NET?
A. File System
B. FTP
C. HTTPS
D. TCP
Ans: B -
Which one of the following HTTP verbs indicates that you are creating and writing a file on the Web server?
A. POST
B. SET
C. GET
D. PUT
Ans: D -
What is the name of the Page object’s property that determines if a Web page is being requested without data being submitted to server?
A. IsCallback
B. IsReusable
C. IsValid
D. IsPostBack
Ans: D -
If a user wants to create controls at runtime which event should be used to write code?
A. PreLoad
B. Load
C. Init
D. PreInit
Ans: D -
What is the fully qualified name of the base class of all server controls?
A. System.Web.UI.Control
B. System.Web.UI
C. System.Control
D. All of the above
Ans: A -
Which of the following are required to enable users to change the title of web part?
A. CatalogZone
B. TitleZone
C. EditorZone, AppearanceEditorPart
D. WebPart
Ans: C -
What is Caspol?
A. Command line tool
B. Code access security policy tool
C. Case Tool
D. Command line tool & Code access security policy tool
Ans: D -
What are the element of code access security?
A. Evidence, Permission
B. SQLSecurity
C. UserInterface
D. SQL Injection
Ans: A -
What is the recommended method for securing sensitive connection string information?
A. Encrypting the data in the application configuration file
B. Using a code obfuscator
C. Using Integrated Security (Windows Authentication)
D. Querying the user for his or her credentials at run time
Ans: C -
Windows-Based Authentication is well suited for ___________ .
A. Intranet environment
B. Public web site
C. Desktop application
D. system
Ans: A -
Which of the following control provides a link for unauthenticated users to log on?
A. Login
B. LoginView
C. LoginStatus
D. LoginName
Ans: C -
Where do we include the user lists for Form authentication?
A. < credential>
B. < authorization>
C. < Identity>
D. < authentication>
Ans: A