1/55
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Legacy question:
You are reviewing the architecture for a system that allows race officials to enter the results of 5K race results. The results are then made available to students using a web application. The architecture is shown below:
To increase the number of students using the application, which element should be added to the system?
Web Application servers
You are developing a mapping Web site that allows users to interactively explore maps using actions such as panning and zooming.
You want the Web site to be responsive and accessible in most modern Web browsers. However, you do not want users to need to install additional plug-ins in order to use your Web site.
Which of the following technologies should you use to display maps?
JavaScript
n the following HTML sample, what will cause an error?
The line break tag is incorrectly formatted.
The ASP.NET MVC page lifecycle is shown in the following graphic:
During which event is the URL Pattern matched?
Route
What is displayed when you attempt to access a Web Service by using a Web browser?
A list of methods which are available in the web service.
Legacy question:
XHTML: Select all the statements which are true:
All of them
You are developing a web application.
You need to create the following graphic by using Cascading Style Sheets (CSS):
Linear-gradient (to bottom, green, black)
Your development team is working on a modern Web application.
Which architectural patterns should you implement to fulfill the following requirements?
Your development team need to work together in parallel on UI and back-end development.
UI and Business logic should be separated.
Your app should not be reliant on APIs.
SPA
You are developing a Web form to display currency information. When a user requests the Web form, the form needs to perform some initialization to change its appearance and assign values to some controls.
Where should you put the code?
In the Load event handler of the Page class.
You create an application that uses Simple Object Access Protocol (SOAP).
Which technology provides information about the application's functionality to other applications?
Web Service Description Language (WSDL).
Which file should you add to your Visual Studio project to communicate with an XML Web service?
.wsdl
You have a Microsoft ASP.NET web application.
You need to store a value that can be shared across users on the server.
Which type of state management should you use?
Application
You are developing a web application. You need to create the following graphic by using Cascading Style Sheets (CSS):
For the CSS style Border-Radius, which value should you use?
10px
Which protocol can be used by web developers to transfer files between a development computer and a web server over the internet?
FTP
This question requires that you evaluate the text in italics to determine if it is correct.
Internet Information Services (IIS) must be installed on the client computers in order to run a deployed ASP.NET application.
Select the correct answer if the italicized text does not make the statement correct. Select "No change is needed" if the italicized text makes the statement correct.
computer that hosts the application
You open Internet Information Services Manager console as shown in the following exhibit:
How many SITES are configured on the DESKTOP-CFBKD8 server?
Sites = 1
Which of the following options are true about Internet Information Services (IIS)?
A site is a container for applications and virtual directories. An application is a group of files that delivers content or provides services over protocols, such as HTTP.
The main purpose of IIS is to host Websites, services and applicaitons.
IIS stores information about the location of a Website's files.
A virtual directory is a directory name (path) that you specify in IIS and map to a physical directory on a local or remote server - a logical directory for web browsers to locate web resources.
IIS is installed on computers that host web applications
In the life cycle of an ASP. NET Web page, which phase follows the SaveStateComplete phase?
Render
You open the Internet Information Services Manager console as shown in the following exhibit:
How many APPLICATIONS are configured on server DESKTOP-CFBKFD8?
Applications = 5
You are part of a team developing a web application using the following technologies: JavaScript, HTML, CSS and HTTPS.
Which of the technologies should you use for secure connections and communication?
HTTPS
This question requires that you evaluate the text in italics to determine if it is correct.
A piece of text that is 4096 bytes or smaller and is stored on and retrieved from the client computer to maintain state is known as a ViewState.
Select the correct answer if the italicized text does not make the statement correct.
Select "No change is needed'' if the italicized text makes the statement correct.
Cookie
Which function does Simple Object Access Protocol (SOAP) provide when using Web services?
A Communication Protocol
The Model-View-Controller (MVC) architectural pattern separates an application into three main groups of components: Models, Views, and Controllers. This pattern helps to achieve separation of concerns.
Select the option which correctly matches the Model, View and Controller components to numbers 1, 2 and 3 on the graphical representation of MVC architecture.
1.Controller
2.View
3.Model
Select the options which correctly define the main tasks of the Model, View and Controller in MVC.
Select 3 options.
The View renders data in a user-friendly format.
The Controller processes user input and routes requests.
The Model manages data and business logic.
he ASP.NET MVC page lifecycle is shown in the following graphic:
Which event determines which action method is needed, and then calls that method?
Controller
When a web service is referenced from a client application in Microsoft Visual Studio, which two items are created?
(Choose two.)
a.wsdl file
a.disco file
You have developed a timesheet application that will be used by all employees in your company.
You used ASP.NET to develop this application and have deployed it on the company’s Web server.
What must all employees of the company install on their computers before they can access the timesheet application?
A Web browser
You are creating an application that presents users with a graphical interface. Users will run this application from remote computers. Some of the remote computers do not have the .NET Framework installed. Users do not have permissions to install software.
Which type of application should you choose?
ASP.Net Web Application
You are part of a team developing a web application using the following technologies: JavaScript, HTML, CSS and HTTPS.
Which of the technologies should you use to play a video without the need for a separate plug-in?
HTML
Which term is used to describe small units of text that are stored on a client computer and retrieved to maintain state?
Cookie
Which protocol is a request-response protocol between a client and server?
HTTP
Which of the following components are part of the MVVM architectural pattern?
Select 3.
ViewModel (data binding)
User Interface (the View)
Business Logic (the Model)
Which language allows you to dynamically create content on the client side?
JavaScript
You are developing a web page that enables students to manage races.
The web page will display two lists: past races and upcoming races.
The page also contains a sidebar with contact information and a panel with social media settings that can be edited.
Race results can be shared on social media.
How many components will be on the webpage?
4
Which architectural patterns should you implement to fulfill the following requirement?
For optimal performance, app content should be loaded upfront at the launch of the web page. Only updated content should refresh when required.
SPA
Which service can host an ASP.NET application?
Internet Information Services
You are reviewing the architecture for a system that allows race officials to enter the results of 5K race results. The results are then made available to students using a web application. The architecture is shown below:
To minimize the time between when a race official records the race results and when the results are available on the web browser, which part of the system is critical?
Satellite links
You are creating an ASP. NET Web application. Which line of code should you use to require a control to process on the computer that hosts the application?
runat = "server"
XHTML: Select all of the statements which are true. Each correct selection is worth one point.
XHTML attribute minimization is forbidden
XHTML attribute values must be in quotation marks
You need to group all the style settings in a website into a separate file that can be applied to all the pages.
What should you do?
Use a Cascading Style Sheet (CSS).
You are creating a Web application. The application will be consumed by client computers that run a variety of Web browsers.
Which term is used to describe the process of making the application available for client computers to access?
Hosting
You want to display values of the C# expressions in an ASP.NET page. Which of the following types of code blocks should you use to enclose the expression?
<%= ... %>
Which programming language is characterized as client-side, dynamic and weakly typed?
JavaScript
How should you configure an application to consume a Web service?
Add a reference to the Web service in the application.
You are writing a Web application that processes room reservation requests. You need to verify that the room that a guest has selected is not already reserved by another guest.
Which type of programming should you use to determine whether the room is still available when the request is made?
server side
What are two possible options for representing a Web application within Internet Information Services (IIS)?
Each correct answer presents a complete solution.
Website
Virtual Directory
You are part of a team developing a web application using the following technologies: JavaScript, HTML, CSS and HTTPS.
Which of the technologies should you use for user input validation on forms?
JavaScript
This question requires that you evaluate the text in italics to determine if it is correct.
The Response.Redirect method is used to transfer processing of the current page to a new page, and then return processing back to the calling page once processing of the new page has completed.
Select the correct answer if the italicized text does not make the statement correct. Select "No change is needed'' if the italicized text makes the statement correct.
Server.Execute
When you enter a web address into a browser search bar, e.g., dida-do.com, the browser breaks the URL into three parts. Select the 3 parts from the options below:
The server name
The protocol
This question requires that you evaluate the text in italics to determine if it is correct.
When creating a site to utilize message queuing, the IP address must be configured to MSMQ.
Select the correct answer if the italicized text does not make the statement correct. Select "No change is needed'' if the italicized text makes the statement correct.
protocol
Your ASP.NET page contains a page-level variable of Customer type. You want to preserve the value of this variable across page postbacks, but you do not need this variable in any other page in the application.
Which of the following state-management techniques is the best way to achieve this?
ViewState
You are developing a Web application for an online bank. Your application enables users to access their account information and transactions from within a Web browser.
When a user logs onto the Web application, you want to show the username and account balance on all pages of the application until the user logs off.
You also want this application to be safe from malicious users.
Which of the following state-management techniques should you use?
Session state
You have a website that includes a form for a usemame and password.
You need to ensure that users enter their username and password. The validation must work in all browsers.
Where should you put the validation control?
in the client - side code only
You are part of a team developing a web application using the following technologies: JavaScript, HTML, CSS and HTTPS.
Which of the technologies should you use for a responsive design that automatically adapts to different screen sizes?
CSS
This question requires that you evaluate the text in italics to determine if it is correct.
The process of transforming compiled C# code into an XML string for a web service is known as deserialization.
Select the correct answer if the italicized text does not make the statement correct. Select "No change is needed'' if the italicized text makes the statement correct.
serialization
You write the following code for your Web page:
What would be the style for text displayed as part of the <div> element?
Font family: Verdana; font weight: bold; font size: 12pt