SEED : Springboot Week 2

SEED : Springboot Week 2

KG

10 Qs

quiz-placeholder

Similar activities

Collections, JDBC/RDBMS

Collections, JDBC/RDBMS

Professional Development

10 Qs

Flask API Lesson 3

Flask API Lesson 3

Professional Development

10 Qs

Testando Serviços Web com Postman

Testando Serviços Web com Postman

Professional Development

7 Qs

Name

Name

KG - University

10 Qs

All TechEd Up

All TechEd Up

Professional Development

10 Qs

สอบเก็บคะแนน 1 การพัฒนาโปรแกรมบนอุปกรณ์เคลื่อนที่

สอบเก็บคะแนน 1 การพัฒนาโปรแกรมบนอุปกรณ์เคลื่อนที่

KG

10 Qs

Latihan Soal ICT Level 9

Latihan Soal ICT Level 9

12th Grade - Professional Development

10 Qs

Cycle 2: Sessions 9/10 Review.

Cycle 2: Sessions 9/10 Review.

Professional Development

12 Qs

SEED : Springboot Week 2

SEED : Springboot Week 2

Assessment

Quiz

Fun, Professional Development, English

KG

Hard

Created by

Kavitha Rajendran

Used 23+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

REST stands for

REpresentational State Transport

Representational Expression State Transfer

REpresentational Style Transfer

REpresentational State Transfer

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Pick the correct statements

A. REST uses HTTP protocol for producing or consuming web services while SOAP uses XML.

B. SOAP is lightweight as compared to REST and preferred choice in mobile devices and PDA’s

Both A and B

A

None

B

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Choose incorrect ones.

A. 204 No Content

B. 401 Unauthorized

C. 409 Not Modified

D. 304 Conflict

E. 201 Created

B & D

C

E

C & D

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Pick idempotent operations

A. PUT

B. POST

C. HEAD

D. GET

A, B and C

B, C and D

C and A

A, C and D

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Annotation to map the exceptions to HTTP status codes

@ResponseCode

@ResponseBody

@ResponseHeader

@ResponseStatus

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Below code will be traslated into which SQL query ?

public interface UserRepository extends JpaRepository<User, Long> {

List<User> findByFirstnameEndsWith(String firstname);

}

select * from User u where u.firstname = '?1%'

select * from User u where u.firstname like '%?1'

select * from User u where u.firstname = '%?1'

select * from User u where u.firstname like '?1%'

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

While querying if record does not exist, findById() returns null and getOne() will throw an exception called EntityNotFoundException.

State True or False

True

False

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?

Discover more resources for Fun