New Year Sale 2026! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Oracle 1Z0-771 Exam - Topic 15 Question 3 Discussion

Actual exam question for Oracle's 1Z0-771 exam
Question #: 3
Topic #: 15
[All 1Z0-771 Questions]

You have defined a REST Data Source with ORDS as the REST Data Source Type. The Source is being used as source for an editable Interactive Grid. When a user updates an employee record in this Interactive Grid, which operation is performed on the Database?

Show Suggested Answer Hide Answer
Suggested Answer: C

An editable Interactive Grid synced with a REST Data Source (ORDS) maps CRUD operations to HTTP methods:

C . PUT: Updates an existing resource. When a user edits a row (e.g., changes SALARY), the grid sends a PUT request to the ORDS endpoint (e.g., /employees/101), updating the corresponding record.

A . POST: Creates new records, used for inserts, not updates.

B . GET: Retrieves data, used for initial grid population, not updates.

Technical note: ORDS maps PUT to an update operation on the underlying table, requiring the REST endpoint to support this method.


Contribute your Thoughts:

0/2000 characters
Alisha
2 months ago
PUT is standard for updates in REST, no doubt about it!
upvoted 0 times
...
Thad
3 months ago
I thought it might be POST, but I see the logic in PUT.
upvoted 0 times
...
Adelle
3 months ago
Agreed, PUT is the right choice here!
upvoted 0 times
...
Georgeanna
3 months ago
It's definitely a PUT operation for updates.
upvoted 0 times
...
Lindsey
3 months ago
Wait, are we sure it's not POST? That seems odd.
upvoted 0 times
...
Claudia
3 months ago
I could be wrong, but I feel like GET is definitely not the right choice here since it's for retrieving data, not updating it.
upvoted 0 times
...
Julio
4 months ago
This question feels familiar; I practiced one where we had to choose between PUT and PATCH for updates.
upvoted 0 times
...
Alana
4 months ago
I'm not entirely sure, but I remember something about POST being used for creating new records, not updates.
upvoted 0 times
...
Brianne
4 months ago
I think when updating a record, it might be a PUT operation since we're replacing the existing data.
upvoted 0 times
...
Twanna
4 months ago
Based on my understanding of REST APIs, when you update an existing resource, the typical HTTP method used is PUT. So I'm going to go with C. PUT as the answer here.
upvoted 0 times
...
Melvin
5 months ago
I'm a little confused by the ORDS part of the question. I know ORDS is Oracle's REST Data Services, but I'm not sure how that affects the HTTP method used for updating records. I'll have to review my notes on ORDS to see if that provides any clues.
upvoted 0 times
...
Ma
5 months ago
Okay, let me break this down. We have an editable Interactive Grid that's using a REST Data Source with ORDS. When the user updates a record, that's likely going to trigger an update operation on the database. So my bet is on C. PUT.
upvoted 0 times
...
Mayra
5 months ago
Hmm, I'm a bit unsure about this one. The question mentions a REST Data Source with ORDS, so I'm not sure if the standard HTTP methods apply here. I'll have to think this through a bit more.
upvoted 0 times
...
Diane
5 months ago
This seems pretty straightforward. Since the question mentions updating an employee record, I'm guessing the answer is C. PUT, which is the HTTP method used for updating resources.
upvoted 0 times
...

Save Cancel