0
0
No-Codeknowledge~10 mins

Sign up and login workflows in No-Code - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to identify the first step in a sign up workflow.

No-Code
The first step in a sign up workflow is to [1] the user information.
Drag options to blanks, or click blank then click option'
Aignore
Bcollect
Cdelete
Dencrypt
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing to delete or ignore user information at the start.
Assuming encryption happens before collecting data.
2fill in blank
medium

Complete the code to describe the login verification step.

No-Code
During login, the system must [1] the entered password with the stored password.
Drag options to blanks, or click blank then click option'
Acompare
Bignore
Cdelete
Dencrypt
Attempts:
3 left
💡 Hint
Common Mistakes
Thinking the system deletes the password during login.
Assuming encryption happens at this step instead of comparison.
3fill in blank
hard

Fix the error in the description of password storage.

No-Code
Passwords should never be stored as plain text but should be [1] before saving.
Drag options to blanks, or click blank then click option'
Adeleted
Bignored
Cshared
Dencrypted
Attempts:
3 left
💡 Hint
Common Mistakes
Storing passwords as plain text.
Deleting or ignoring passwords instead of securing them.
4fill in blank
hard

Fill both blanks to describe the two-factor authentication step.

No-Code
After password verification, the system sends a [1] code to the user's [2] for extra security.
Drag options to blanks, or click blank then click option'
Averification
Bemail
Cphone
Dpassword
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing the code type or destination.
Thinking the code is sent to the password.
5fill in blank
hard

Fill all three blanks to complete the description of a password reset workflow.

No-Code
To reset a password, the user must [1] their email, receive a [2] link, and then [3] a new password.
Drag options to blanks, or click blank then click option'
Aenter
Breset
Cclick
Ddelete
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up the order of steps.
Thinking the user deletes the password instead of resetting.