GMETRIX 4

0.0(0)
studied byStudied by 11 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/55

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

56 Terms

1
New cards

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

2
New cards

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

3
New cards

n the following HTML sample, what will cause an error?

The line break tag is incorrectly formatted. 

4
New cards

The ASP.NET MVC page lifecycle is shown in the following graphic:

During which event is the URL Pattern matched?

Route

5
New cards

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.

6
New cards
<p><span><em>Legacy question:</em></span></p><p><span>XHTML: Select all the statements which are true:</span></p>

Legacy question:

XHTML: Select all the statements which are true:

All of them

7
New cards

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)

8
New cards

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

9
New cards

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. 

10
New cards

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).

11
New cards

Which file should you add to your Visual Studio project to communicate with an XML Web service?


.wsdl

12
New cards

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

13
New cards

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

14
New cards

Which  protocol can be used by web developers to transfer files between a development computer and a web server over the internet?

FTP

15
New cards

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

16
New cards

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

17
New cards

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

18
New cards

In the life cycle of an ASP. NET Web page, which phase follows the SaveStateComplete phase?

Render

19
New cards

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

20
New cards

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

21
New cards

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

22
New cards

Which function does Simple Object Access Protocol (SOAP) provide when using Web services?

A Communication Protocol

23
New cards

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

24
New cards

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.

25
New cards
<p>he <a target="_blank" rel="noopener noreferrer nofollow" class="link" href="http://ASP.NET" download="true">ASP.NET</a> MVC page lifecycle is shown in the following graphic:</p><p></p><p><strong>Which event determines which action method is needed, and then calls that method?</strong></p>

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

26
New cards

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

27
New cards

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

28
New cards

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

29
New cards

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

30
New cards

Which term is used to describe small units of text that are stored on a client computer and retrieved to maintain state?

Cookie

31
New cards

Which protocol is a request-response protocol between a client and server?

HTTP

32
New cards

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)

33
New cards

Which language allows you to dynamically create content on the client side?

JavaScript

34
New cards

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

35
New cards

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

36
New cards

Which service can host an ASP.NET application?


Internet Information Services

37
New cards
<p>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:</p><p></p><p><span style="color: red"><strong>To minimize the time between when a race official records </strong></span>the race results and when the results are available on the web browser, which part of the system is critical?</p>

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

38
New cards

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" 

39
New cards

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

40
New cards

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).

41
New cards

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

42
New cards

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? 

<%= ... %>

43
New cards

Which programming language is characterized as client-side, dynamic and weakly typed?

JavaScript

44
New cards

How should you configure an application to consume a Web service?

Add a reference to the Web service in the application.

45
New cards

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

46
New cards

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

47
New cards

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

48
New cards

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

49
New cards

When you enter a web address into a browser search bar, e.g., dida-do.comthe browser breaks the URL into three parts. Select the 3 parts from the options below:


The server name

The protocol

50
New cards

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

51
New cards

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

52
New cards

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

53
New cards

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

54
New cards

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

55
New cards

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

56
New cards
<p><span>You write the following code for your Web page:</span></p><p></p><p><span>What would be the style for text displayed as part of the &lt;div&gt; element?</span></p>

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