ADP631 Week10 Class Revision Test

ADP631 Week10 Class Revision Test

University

10 Qs

quiz-placeholder

Similar activities

SIMPLE AZURE

SIMPLE AZURE

University

9 Qs

1-12 Эвелина 2

1-12 Эвелина 2

University

12 Qs

Namo's Database Quiz

Namo's Database Quiz

University

15 Qs

Pemrograman Web Dasar

Pemrograman Web Dasar

University

10 Qs

 Chapter 5 Database Management Quiz

Chapter 5 Database Management Quiz

University

10 Qs

Understanding Database Management Systems

Understanding Database Management Systems

12th Grade - University

10 Qs

CS10337 - Lecture #2

CS10337 - Lecture #2

University

10 Qs

Base de Datos I - Parte 2

Base de Datos I - Parte 2

University

10 Qs

ADP631 Week10 Class Revision Test

ADP631 Week10 Class Revision Test

Assessment

Quiz

Information Technology (IT)

University

Easy

Created by

Deogratias Phiri

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What tool is mentioned for API testing?

Postman

Fiddler

Insomnia

JMeter

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which attribute ensures a string is not null or empty in a model?

[Range]

[Required]

[Key]

[MaxLength]

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be the purpose of the Boolean IsAvailable property in a class called MenuItem?

To store price

To describe availability

To categorize item

To seed data

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid HTTP method used in the assignment?

GET

PUT

FETCH

DELETE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Swagger used for in this project?

Data seeding

API documentation and testing

Database connection

CSS Styling

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where is the database connection configured?

AppSettings.json

Program.cs

Web.config

DbContext.cs

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the issue in the following model? public class MenuItem { public string Name { get; set; } public decimal Price { get; set; } }

Missing [Required] and [Range]

Should inherit from DbContext

No IsAvailable field

No database context

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?