OCP CBT Question 603

Please solve the following question.

Examine the following commands:```sql CREATE PROFILE app_profile LIMIT PASSWORD_VERIFY_FUNCTION ora12c_verify_function; ALTER USER app_user PROFILE app_profile; ```Which statement is true after these commands are executed and app_user attempts to set a new password?