What algorithm are you using?
You are employed as a developer at ABC.com. You make use of C# and ASP.NET for
development purposes.
You are in the process of developing a new application. You are making use of an algorithm in
your code that requires making use of the comparison and swap techniques.
What algorithm are you using?
What is TRUE for this scenario?
You are employed as a developer at ABC.com. You make use of C# and ASP.NET for
development purposes.
You are in the process of developing a new application for ABC.com. The application must make
use of a list that has multiple nodes. You link the application to only the head node.
What is TRUE for this scenario?
What data structure should you make use of?
You are employed as a developer at ABC.com. You make use of C# and ASP.NET for
development purposes.
You have been instructed to create a new ABC.com application that makes use of a data structure
that satisfies the following requirements:
Prohibits random access to its items.
Are extremely fast in executing insert and delete operations.
Are not stored in contiguous memory locations.
What data structure should you make use of?
What is a TRUE statement with regards to this type of data structure?
You are employed as a developer at ABC.com. You make use of C# and ASP.NET for
development purposes.
You are creating a new application using a doubly linked list data structure.
What is a TRUE statement with regards to this type of data structure?
What is TRUE with regards to using Cascading Style Sheet (CSS)?
You are employed as a developer at ABC.com. You make use of C# and ASP.NET for
development purposes.
You have received instructions to create a Web page for ABC.com. You are planning to make use
of Cascading Style Sheet (CSS) for the Web page.
What is TRUE with regards to using Cascading Style Sheet (CSS)?
What action should you take?
You are employed as a developer at ABC.com. You make use of C# and ASP.NET for
development purposes.
You have recently developed a Web page for ABC.com. ABC.com has informed that a picture that
resides on a different web server must be presented to users when they access the Web page.
The picture can be retrieved via a public URL.
What action should you take?
What is TRUE with this setting?
You are employed as a developer at ABC.com. You are in the process of creating a new Web
page for ABC.com.
You are planning to set the HREF attribute of an anchor element.
What is TRUE with this setting?
Which of the following options describe your reasons for doing this?
You are employed as a developer at ABC.com. You are in the process of creating a new Web
page for ABC.com.
You have written JavaScript code for your Web site in a different file. You then set the SRC
attribute of the <SCRIPT> tag to connect to the JavaScript file.
Which of the following options describe your reasons for doing this? (Choose all that apply.)
What is TRUE with regards to the aspnet_wp.exe worker process?
You are employed as a senior developer at ABC.com. ABC.com makes use of ASP.NET for
developing Web applications.
You are currently running a training exercise for potential developers. You are discussing the
aspnet_wp.exe worker process.
What is TRUE with regards to the aspnet_wp.exe worker process? (Choose all that apply.)
Which of the following describes the results of this configuration?
You are employed as a developer at ABC.com. You are using ASP.NET to develop a new Web
page for ABC.com.
You have recently written code for a Page_Load method. You then configured the
AutoEventWireup attribute of the @page directive to be TRUE.
Which of the following describes the results of this configuration?