6. Echo -  Advance

6. Echo - Advance

Professional Development

10 Qs

quiz-placeholder

Similar activities

Salesforce Fundamentals

Salesforce Fundamentals

Professional Development

13 Qs

MS900 - Module 4 - Full Quiz

MS900 - Module 4 - Full Quiz

Professional Development

15 Qs

Section A - 7 -  Computer Software - Types & Roles of Operat

Section A - 7 - Computer Software - Types & Roles of Operat

Professional Development

10 Qs

Cycle 4: Session 9 Review.

Cycle 4: Session 9 Review.

Professional Development

13 Qs

THE BIG BANG QUIZ

THE BIG BANG QUIZ

1st Grade - Professional Development

15 Qs

OSI reference model for data networks

OSI reference model for data networks

11th Grade - Professional Development

9 Qs

Section A - 9 - Computer Software - Choice & Use of User Int

Section A - 9 - Computer Software - Choice & Use of User Int

Professional Development

10 Qs

TEMAN 1.0 Sesi 1

TEMAN 1.0 Sesi 1

Professional Development

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