OData Services in SAP
The REST-based protocol SAP standardized on for exposing business data to Fiori, mobile apps, and external consumers.
OData is unavoidable in any modern SAP interview because it's the connective tissue between virtually every Fiori app and its backend, and interviewers ask about it to confirm a candidate understands both the protocol basics and how SAP-specific tooling (Gateway, RAP service bindings) generates and exposes these services in practice.
OData is like a restaurant menu with a standardized, universally understood ordering format ($filter, $select, $expand) that any customer (client app) can use to request exactly the dish variations they want, rather than every restaurant inventing its own completely custom ordering language that a hungry customer has to learn from scratch each time.