SEED : Springboot Week 2

SEED : Springboot Week 2

KG

10 Qs

quiz-placeholder

Similar activities

TalentNext Test Day-13-Core Java Topics

TalentNext Test Day-13-Core Java Topics

Professional Development

10 Qs

ANAIS Training V2 2019

ANAIS Training V2 2019

University - Professional Development

10 Qs

QA Test (виды, REST, DB)

QA Test (виды, REST, DB)

1st Grade

14 Qs

Post test Data Science Day 25 (SQL)

Post test Data Science Day 25 (SQL)

Professional Development

10 Qs

Flutter_Q4

Flutter_Q4

Professional Development

6 Qs

Kisi kisi UAS web lanjutan

Kisi kisi UAS web lanjutan

University

10 Qs

Latihan Soal ICT Level 9

Latihan Soal ICT Level 9

12th Grade - Professional Development

10 Qs

Dapodik 2026 Dinas Dikbud Sumbawa Barat NTB

Dapodik 2026 Dinas Dikbud Sumbawa Barat NTB

KG - University

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