exam questions

Exam 1z0-062 All Questions

View all questions & answers for the 1z0-062 exam

Exam 1z0-062 topic 1 question 87 discussion

Actual exam question from Oracle's 1z0-062
Question #: 87
Topic #: 1
[All 1z0-062 Questions]

You are administering a database and you receive a requirement to apply the following restrictions:
1. A connection must be terminated after four unsuccessful login attempts by user.
2. A user should not be able to create more than four simultaneous sessions.
3. User session must be terminated after 15 minutes of inactivity.
4. Users must be prompted to change their passwords every 15 days.
How would you accomplish these requirements?

  • A. by granting a secure application role to the users
  • B. by creating and assigning a profile to the users and setting the REMOTE_OS_AUTHENT parameter to FALSE
  • C. By creating and assigning a profile to the users and setting the SEC_MAX_FAILED_LOGIN_ATTEMPTS parameter to 4
  • D. By Implementing Fine-Grained Auditing (FGA) and setting the REMOTE_LOGIN_PASSWORD_FILE parameter to NONE.
  • E. By implementing the database resource Manager plan and setting the SEC_MAX_FAILED_LOGIN_ATTEMPTS parameters to 4.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
rcgenilo27
Highly Voted 5 years, 3 months ago
but C only satisfies 1 requirement
upvoted 8 times
...
khan
Highly Voted 5 years, 8 months ago
Answer: C
upvoted 8 times
...
8111
Most Recent 1 year, 2 months ago
Selected Answer: A
ALTER ROLE role_name PROFILE 4_requirement;
upvoted 1 times
...
luizyto
1 year, 11 months ago
Selected Answer: A
Not C: SEC_MAX_FAILED_LOGIN_ATTEMPTS specifies the number of authentication attempts that can be made by a client on a connection to the server process. These login attempts can be for multiple user accounts in the same connection. we need to apply on an user attemp not a client attemp.
upvoted 1 times
...
Ray520
2 years, 5 months ago
A seems onnly viable option. The SEC_MAX_FAILED_LOGIN_ATTEMPTS is not a profile parameter option.
upvoted 1 times
...
JMAN1
2 years, 11 months ago
Selected Answer: C
Please refer to Question 2 in https://www.examtopics.com/exams/oracle/1z0-062/view/. It is similar question and answer was assigning profile. So, I will go for C.
upvoted 3 times
...
jokerking
3 years, 1 month ago
I think C
upvoted 2 times
...
Modasser
3 years, 11 months ago
Answer should be A Because: You can design your applications to automatically grant a role to the user who is trying to log in, provided the user meets criteria that you specify. To do so, you create a secure application role, which is a role that is associated with a PL/SQL procedure (or PL/SQL package that contains multiple procedures). The procedure validates the user: if the user fails the validation, then the user cannot log in. If the user passes the validation, then the procedure grants the user a role so that he orshe can use the application. The user has this role only as long as he or she is logged in to the application. When the user logs out, the role is revoked. Incorrect: Not B: REMOTE_OS_AUTHENT specifies whether remote clients will be authenticated with the value of the OS_AUTHENT_PREFIX parameter. Not C, not E: SEC_MAX_FAILED_LOGIN_ATTEMPTS specifies the number of authentication attempts that can be made by a client on a connection to the server process. After the specified number of failure attempts, the connection will be automatically dropped by the server process. Not D: REMOTE_LOGIN_PASSWORDFILE specifies whether Oracle checks for a password file.
upvoted 3 times
...
euler
5 years, 3 months ago
Correct answer is C, not A
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago