Spring Data MongoDB

Review your knowledge of working with NoSQL databases in the Spring ecosystem.

1. Which Spring Data MongoDB interface provides basic CRUD operations and query methods out of the box?
2. Which of the following are valid query derivation keywords in Spring Data MongoDB method names?
3. The @Id annotation in Spring Data MongoDB can only be applied to fields of type String.
4. What is the name of the central class in Spring Data MongoDB used for interacting with MongoDB directly, similar to JdbcTemplate?
5. What is the purpose of the @Field annotation in Spring Data MongoDB?
6. Which of the following methods are provided by the MongoRepository interface by default?
7. The @Query annotation in Spring Data MongoDB can be used to define custom JPQL queries.
8. What is the name of the class in Spring Data MongoDB that is used to build aggregation pipelines?
9. Which annotation is used in Spring Data MongoDB to define an index on a field?
10. What is the name of the reactive counterpart to MongoRepository in Spring Data MongoDB?
Answered 0 of 0 — 0 correct