6. Echo -  Advance

6. Echo - Advance

Professional Development

10 Qs

quiz-placeholder

Similar activities

Admin Tools

Admin Tools

Professional Development

11 Qs

Administration Database

Administration Database

University - Professional Development

15 Qs

Cloud QUIZ

Cloud QUIZ

University - Professional Development

12 Qs

Kuiz Cyber Threat Alliance Programme

Kuiz Cyber Threat Alliance Programme

Professional Development

12 Qs

Cybersecurity

Cybersecurity

Professional Development

10 Qs

IT General Control

IT General Control

Professional Development

10 Qs

Social Media Basics for Educators

Social Media Basics for Educators

9th Grade - Professional Development

15 Qs

5. Echo - Query And ORM

5. Echo - Query And ORM

Professional Development

11 Qs

6. Echo -  Advance

6. Echo - Advance

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Uvuvwevwevwe Ossas

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What does this code will do?

Check if the password inputed was the same as the hashed password

Check the password if it's already hashed

Check if the hashed password is available

Hash the password that inputed

2.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Media Image

note: condition where email=?

3.

FILL IN THE BLANK QUESTION

2 mins • 5 pts

Media Image

note: products has a relation with user and category!

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

After reading the code, we know that it...

create a route for Profile handler

get a route for Profile Repository

connect Profile with the server

maintain Profile models

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

note: user have a relation with profile and products!

err := r.db.Preload("Profile").Preload("Products").Create(&users).Error

err := r.db.Preload("Profile").Preload("Products").Find(&users).Error

err := r.db.Find(&users).Error

err := r.db.Preload("Profile").Preload("Products").First(&user, ID).Error

6.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Media Image

note: only fill "code here"!

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

JWT stands for

Java Web Token

Javascript Web Transfer

JSX Web Truncate

JSON Web Token

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?