Certiport Software Development #3: Multiple Choice Questions and Answers, Exams of Advanced Education

A series of multiple-choice questions and answers related to software development concepts, particularly focusing on web application development, database design, and programming languages. It covers topics such as deployment, virtualization, hosting, sql keywords, entity relationship diagrams (erds), object-oriented programming concepts, and windows services. A valuable resource for students and professionals seeking to enhance their understanding of software development principles.

Typology: Exams

2024/2025

Available from 03/25/2025

Examwow
Examwow 🇺🇸

5

(2)

9.4K documents

1 / 4

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Certiport Software Development #3 with
Accurate Solutions
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?
A.) Deploying
B.) Virtualization
C.) Hosting
D.) Casting - correct Answer-C.) Hosting
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?
A.) client-side
B.) batch processing
C.) multithreaded
D.) server-side - correct Answer-D.) server-side
Which service can host an ASP.NET application?
A.) Remote Desktop
B.) Web Services
C.) Internet Information Services (IIS)
D.) Cluster Services - correct Answer-C.) Internet Information Services (IIS)
Which three are valid SQL keywords? (Choose three.)
A.) SELECT
B.) FROM
C.) GET
D.) WHERE - correct Answer-A.) SELECT
B.) FROM
D.)WHERE
You are reviewing a design for a database. A portion of this design is shown in the
exhibit.
pf3
pf4

Partial preview of the text

Download Certiport Software Development #3: Multiple Choice Questions and Answers and more Exams Advanced Education in PDF only on Docsity!

Certiport Software Development #3 with

Accurate Solutions

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? A.) Deploying B.) Virtualization C.) Hosting D.) Casting - correct Answer-C.) Hosting 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? A.) client-side B.) batch processing C.) multithreaded D.) server-side - correct Answer-D.) server-side Which service can host an ASP.NET application? A.) Remote Desktop B.) Web Services C.) Internet Information Services (IIS) D.) Cluster Services - correct Answer-C.) Internet Information Services (IIS) Which three are valid SQL keywords? (Choose three.) A.) SELECT B.) FROM C.) GET D.) WHERE - correct Answer-A.) SELECT B.) FROM D.)WHERE You are reviewing a design for a database. A portion of this design is shown in the exhibit.

Note that you may choose to view either the Crow's Foot Notation or Chen Notation version of the design. (To view the Crow's Foot Notation, click the Exhibit A button. To view the Chen Notation, click the Exhibit B button.) Customer ------------------Order Customer -------Placed--------Order A.) one to one B.) one to many - correct Answer-B.) one to many To improve performance, a SQL SELECT statement should use ____________ A.) indexes B.) ordering C.) grouping - correct Answer-A.) indexes Which three items are benefits of encapsulation? (Choose three.) A.) performance B.) Flexibility C.) inheritance D.) maintainability E.) restricted access - correct Answer-B.) Flexibility E.) restricted access D.) maintainability You need to group all the style settings into a separate file that can be applied to all the pages in a Web application. What should you do? A.) Use a WebKit. B.) Use inline styles C.) Use an Extensible Markup Language (XML) schema D.) Use a Cascading Style Sheet (CSS) - correct Answer-D.) Use a Cascading Style Sheet (CSS) Converting an object to a more general type is called upcasting. A.) downcasting B.) no change is needed - correct Answer-B.) no change is needed For each of the following statements, select Yes if the statement is true. Otherwise, select No. Q1 An Entity relationship diagram (ERD) is designed for an object-oriented database.

A.) deserialization B.) serialization - correct Answer-B.) serialization