The intended answer is B and D , but the terminology is version-specific. Oracle SQL Developer historically used the connection type Cloud PDB for wallet-based Autonomous Database connections. The user selected Cloud PDB, browsed to the downloaded client-credentials ZIP file, supplied the wallet/keystore password, selected the database service, tested the connection, and saved it.
Oracle subsequently renamed this connection type Cloud Wallet . Current Oracle documentation specifies Cloud Wallet, the client-credentials configuration file, database user credentials, and an appropriate service name. Oracle explicitly notes that Cloud PDB is the older name , including in SQL Developer 18.2-era workflows. Therefore, option B remains the intended examination choice because Cloud Wallet isn't offered among the options.
The service list represents database service names such as high, medium, or low service configurations; it doesn't represent OCI compartments. ODBC and Basic connections aren't the wallet-based configuration described.
Accordingly, B and D match the historical workflow reflected by the question, while candidates should recognize that Cloud Wallet is the current SQL Developer terminology .
Reference Topic: Connecting to Data Sources — SQL Developer Connections to Autonomous Data Warehouse
===============
Submit