...

/

Quiz: Interfaces, Databases, and Queues

Quiz: Interfaces, Databases, and Queues

Test your knowledge of interfaces, databases, and queues.

We'll cover the following...
1

Which option is true regarding interfaces in Go?

A)

Interfaces only allow us to define methods that manipulate data entities.

B)

Interfaces make code more tightly coupled to the external dependency.

C)

Interfaces allow us to decouple the implementation details of a struct from the code that interacts with it.

D)

Interfaces are only used for abstract use cases where the API signature is not known.

Question 1 of 50 attempted