MockQuestions

Amazon Java Developer Mock Interview

Question 3 of 20 for our Amazon Java Developer Mock Interview

Get More Information About Our Amazon Interview Questions

Question 3 of 20

Please describe the JDBC API and discuss how it is used?

"JDBC stands for Java Database Connectivity. The API enables java programs to work with relational databases. This enables the program to connect with the database, run SQL queries, and process the results."

Next Question

How to Answer: Please describe the JDBC API and discuss how it is used?

Advice and answer examples written specifically for an Amazon job interview.

  • 3. Please describe the JDBC API and discuss how it is used?

      How to Answer

      Another classic Amazon technical interview question asking you to define a concept and then describe how it is used. Continue to keep your answers brief and to the point, and feel free to provide an example if you think it will embellish or enhance your answer. Always be prepared for follow-up questions.

      Answer Example

      "JDBC stands for Java Database Connectivity. The API enables java programs to work with relational databases. This enables the program to connect with the database, run SQL queries, and process the results."