exam questions

Exam 1z0-082 All Questions

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

Exam 1z0-082 topic 1 question 10 discussion

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

Which three functions are performed by dispatchers in a shared server configuration? (Choose three.)

  • A. writing inbound request to the common request queue from all shared server connections
  • B. checking for outbound shared server responses on the common outbound response queue
  • C. receiving inbound requests from processes using shared server connections
  • D. sending each connection input request to the appropriate shared server input queue
  • E. broadcasting shared server session responses back to requesters on all connections
  • F. sending shared server session responses back to requesters on the appropriate connection
Show Suggested Answer Hide Answer
Suggested Answer: ACF 🗳️

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
Abhirup
Highly Voted 3 years, 5 months ago
A,C,F correct
upvoted 9 times
...
NiciMilo
Highly Voted 3 years, 5 months ago
i think A, C and F D is wrong Ref: https://docs.oracle.com/cd/B28359_01/server.111/b28310/manproc001.htm#ADMIN11168 An ***idle shared server process picks up*** the virtual circuit from the common queue
upvoted 8 times
...
nautil2
Most Recent 4 months ago
Selected Answer: ACF
see https://docs.oracle.com/en/database/oracle/oracle-database/19/admin/managing-processes.html#GUID-A522BFBF-5452-4038-92DB-C5116A0B1B50 A - TRUE; All dispatchers are required to write incoming requests to a common response queue, which the (idle) shared server processes will monitor and pick up. B - FALSE; Each dispatcher has its own response queue. C - TRUE; This is the main purpose of dispatchers in a shared server architecture. D - FALSE; Connection input requests are handled by the listener and, shared server processes do not have their own input queues, they monitor the common input queue. E - FALSE; Shared server responses cannot be broadcasted to all connections. F - TRUE; Shared server responses must be sent back to the requester on its own connection.
upvoted 4 times
...
Guhborges
9 months, 4 weeks ago
C,D,F In a shared server configuration, dispatchers are responsible for managing incoming requests and outgoing responses. When a user connects to the database using a shared server configuration, the dispatcher receives the user's request and places it in the common request queue. The dispatcher then selects an available shared server and assigns the request to it by placing it in the appropriate shared server input queue. The shared server then processes the request and generates a response, which is placed in the appropriate outbound response queue. The dispatcher checks for outbound shared server responses on the common outbound response queue and sends the response back to the requester on the appropriate connection.
upvoted 1 times
...
Franky_T
1 year, 9 months ago
Selected Answer: ACF
A is correct. All dispatchers are required to write incoming requests to a common response queue, which the (idle) shared server processes will monitor and pick up. B is wrong. Each dispatcher has it's own response queue. C is correct. This is the main purpose of dispatchers in a shared server architecture. D is wrong. Connection input requests are handled by the listener and, shared server processes do not have their own input queues, they monitor the common input queue. E is wrong. Shared server responses cannot be broadcasted to all connections. F is correct. Shared server responses must be sent back to the requester on it's own connection. Reference: https://docs.oracle.com/en/database/oracle/oracle-database/19/cncpt/application-and-networking-architecture.html#GUID-EC8F8778-02B7-4CF9-9E6F-A5D88C777235
upvoted 7 times
...
Aramazd
1 year, 9 months ago
So correct answers can only be C D F
upvoted 1 times
...
Aramazd
1 year, 9 months ago
A is wrong too because the dispatcher does not writes inbounds requests from shared servers.
upvoted 1 times
...
Aramazd
1 year, 9 months ago
E is wrong because the concept of a broadcast does not exist in this mechanism.
upvoted 1 times
...
Aramazd
1 year, 9 months ago
B is wrong because there is no common response queue. Instead each dispatcher has it's own queue.
upvoted 1 times
...
brolem
2 years, 5 months ago
I think C, D, F, only because of the wording. "A" states " common request queue FROM all shared server connections". The dispatches send requests TO shared server connections. The send responses FROM the shared server connections.
upvoted 1 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