ADP631 Week10 Class Revision Test

ADP631 Week10 Class Revision Test

University

10 Qs

quiz-placeholder

Similar activities

CLC Unit 2 Lesson 11,12 and 13 Quiz

CLC Unit 2 Lesson 11,12 and 13 Quiz

University

12 Qs

KUIS DENGAN TOPIK MATERI PERTEMUAN 1

KUIS DENGAN TOPIK MATERI PERTEMUAN 1

10th Grade - University

10 Qs

Relational Database Model Quiz

Relational Database Model Quiz

University

14 Qs

Database Concepts and MS Access Assessment

Database Concepts and MS Access Assessment

8th Grade - University

15 Qs

Web Application Layers Quiz

Web Application Layers Quiz

University

15 Qs

Computer Quiz Bee

Computer Quiz Bee

University

15 Qs

Penilaian Operasi Komputer Dasar

Penilaian Operasi Komputer Dasar

7th Grade - University

10 Qs

SQL PRETEST OPERATORS

SQL PRETEST OPERATORS

11th Grade - University

5 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?