TP Test Practice

Upload rules

Prepare your test before uploading

Spend one minute with the guide so questions, answer choices, correct answers and images import cleanly without extra manual fixes.

Read the guide

Test set

База Java EE

Other · sft6312_student_bank.txt

Export

Flashcards

База Java EE

Choose a study flow.

Sequential mode

In order

No repeats

Mastery mode

Until correct

Repeat wrong

90questions
0review
0no answer
18attempts

Discussion

Comments, notes and shared explanations will appear here.

Teacher noteAttach hints to confusing questions.
Learner threadAsk why an answer is correct.
#1

Which GeneratedValue strategy delegates id generation to the database column?

  1. Strategy MANUALSE relies on database
  2. Strategy IDENTITY relies on database
  3. Strategy LOCALSEQ relies on database
  4. Strategy CUSTOMER relies on database
  5. Strategy STATICUS relies on database
#2

Which annotation models a one-to-many relationship in JPA?

  1. Tag @PairOnTwo sets a parent-child
  2. Tag @TripPairs sets a parent-child
  3. Tag @TwoToMany sets a parent-child
  4. Tag @OneToOnly sets a parent-child
  5. Tag @OneToMany sets a parent-child
#3

Which CascadeType propagates delete operations to child entities?

  1. Cascade NULLED cascades the delete
  2. Cascade DETACH cascades the delete
  3. Cascade REMOVE cascades the delete
  4. Cascade RECYCL cascades the delete
  5. Cascade MERGED cascades the delete
#4

Which EntityManager method saves a new transient entity to the context?

  1. Method commits saves a new instance
  2. Method enrolls saves a new instance
  3. Method appends saves a new instance
  4. Method imports saves a new instance
  5. Method persist saves a new instance
#5

Which Spring Data repository extends CrudRepository with JPA-specific methods?

  1. Type SqlRepository extends the parent
  2. Type WebRepository extends the parent
  3. Type JpaRepository extends the parent
  4. Type DbsRepository extends the parent
  5. Type AppRepository extends the parent
#6

Which method-name prefix is valid for Spring Data derived queries on a name field?

  1. Prefix lookByName matches the spec
  2. Prefix seekByName matches the spec
  3. Prefix peekByName matches the spec
  4. Prefix findByName matches the spec
  5. Prefix scanByName matches the spec
#7

Which annotation declares a custom JPQL or native query on a repository method?

  1. The @Quoty tag declares a JPQL
  2. The @Query tag declares a JPQL
  3. The @Crawl tag declares a JPQL
  4. The @Probe tag declares a JPQL
  5. The @Fetch tag declares a JPQL
#8

Which type represents a paginated result set in Spring Data?

  1. Type Span wraps a paginated list
  2. Type Slot wraps a paginated list
  3. Type Pile wraps a paginated list
  4. Type Slab wraps a paginated list
  5. Type Page wraps a paginated list
#9

Which connection pool is the Spring Boot default since version 2 and later?

  1. Pool ViburCPvv is the Boot default
  2. Pool GenericCP is the Boot default
  3. Pool HikariCPv is the Boot default
  4. Pool TomcatCPv is the Boot default
  5. Pool ApacheCPv is the Boot default
#10

Which Spring helper simplifies low-level JDBC operations on a DataSource?

  1. Class JdbcTemplate wraps JDBC code
  2. Class JdbcFactorys wraps JDBC code
  3. Class JdbcManagers wraps JDBC code
  4. Class JdbcHelpersx wraps JDBC code
  5. Class JdbcRunnings wraps JDBC code
#11

Which annotation injects an EntityManager bound to a persistence unit?

  1. The @PersistenceLinkerr injects EManager
  2. The @PersistenceContext injects EManager
  3. The @PersistenceTraitxx injects EManager
  4. The @PersistenceModulxx injects EManager
  5. The @PersistenceMapperr injects EManager
#12

Which propagation joins the current transaction or creates one if none exists?

  1. Level REQUIRED joins or starts a TX
  2. Level SUPPORTS joins or starts a TX
  3. Level NEVERTRY joins or starts a TX
  4. Level NESTSPAN joins or starts a TX
  5. Level MANDATED joins or starts a TX
#13

Which isolation level prevents non-repeatable reads but allows phantom reads?

  1. READ-UNCOMMITSSS blocks non-repeats
  2. READ-COMMITTEDSS blocks non-repeats
  3. SNAPSHOTSEQQQQQQ blocks non-repeats
  4. REPEATABLE-READS blocks non-repeats
  5. SERIAL-PHASEZZZZ blocks non-repeats
#14

By default which exception type triggers rollback in Spring transactions?

  1. An unchecked WarningSignallll rollbacks
  2. An unchecked CommitNoticeeeee rollbacks
  3. An unchecked CheckedExceptnnn rollbacks
  4. An unchecked WrappedThrowblll rollbacks
  5. An unchecked RuntimeException rollbacks
#15

Which method-level annotation enforces a role check before invocation?

  1. The @AccessRuleee tag runs role check
  2. The @RoleHandleee tag runs role check
  3. The @AuthFilterrr tag runs role check
  4. The @PreAuthorize tag runs role check
  5. The @PostAuthorzz tag runs role check
#16

Which bean defines the HTTP security rules in modern Spring Security?

  1. Bean SecurityAdaptrBeann holds rules
  2. Bean SecurityMidddlBeann holds rules
  3. Bean SecurityHandlrBeann holds rules
  4. Bean SecurityListnrBeann holds rules
  5. Bean SecurityFilterChain holds rules
#17

Which password encoder is the standard adaptive choice for hashing?

  1. Encoder Base64Pwd is adaptive hash
  2. Encoder PlaintxPw is adaptive hash
  3. Encoder Md5HashP9 is adaptive hash
  4. Encoder BCryptPwd is adaptive hash
  5. Encoder Sha1Hashd is adaptive hash
#18

Which interface loads user credentials by username in Spring Security?

  1. UserProfileServicc loads the user
  2. UserSessionServicc loads the user
  3. UserDetailsService loads the user
  4. UserManagerServicc loads the user
  5. UserAccountServicc loads the user
#19

What does Spring Security enable by default for state-changing POST calls?

  1. A MAC-filter guards the POST request
  2. A DNS-checkk guards the POST request
  3. A CSRF-token guards the POST request
  4. A IPv-tablee guards the POST request
  5. A TLS-cipher guards the POST request
#20

Which library does Spring Boot use by default to convert Java objects to JSON?

  1. Library JsonLib is the Boot default
  2. Library Jackson is the Boot default
  3. Library MoshiBx is the Boot default
  4. Library GsonZip is the Boot default
  5. Library Genson1 is the Boot default
#21

Which annotation models a many-to-one relationship in JPA?

  1. Tag @FewzToOne maps child-parent
  2. Tag @PairToOne maps child-parent
  3. Tag @LotsToOne maps child-parent
  4. Tag @ManyToOne maps child-parent
  5. Tag @MidsToOne maps child-parent
#22

Which annotation models a many-to-many relationship in JPA?

  1. Tag @MidsToMany maps peer-peer
  2. Tag @LotsToMany maps peer-peer
  3. Tag @FewzToMany maps peer-peer
  4. Tag @ManyToMany maps peer-peer
  5. Tag @PairToMany maps peer-peer
#23

Which annotation models a one-to-one relationship in JPA?

  1. Tag @MapToOne maps a paired row
  2. Tag @RefToOne maps a paired row
  3. Tag @PrxToOne maps a paired row
  4. Tag @LnkToOne maps a paired row
  5. Tag @OneToOne maps a paired row
#24

Which annotation names the foreign-key column on the owning side?

  1. Tag @MapsColumn names FK col
  2. Tag @FoldColumn names FK col
  3. Tag @LinkColumn names FK col
  4. Tag @ScanColumn names FK col
  5. Tag @JoinColumn names FK col
#25

Which annotation names the link table for a many-to-many mapping?

  1. Tag @LinkTable names link rows
  2. Tag @CrosTable names link rows
  3. Tag @PairTable names link rows
  4. Tag @MapsTable names link rows
  5. Tag @JoinTable names link rows
#26

Which annotation marks a base class whose fields inherit into child entities?

  1. Tag @StaticSuperclass passes maps
  2. Tag @SharedSuperclass passes maps
  3. Tag @ScopedSuperclass passes maps
  4. Tag @FrozenSuperclass passes maps
  5. Tag @MappedSuperclass passes maps
#27

Which annotation marks a value class that can be embedded inside an entity?

  1. Tag @LightEntit marks value bag
  2. Tag @InsertElem marks value bag
  3. Tag @MicroBound marks value bag
  4. Tag @Embeddable marks value bag
  5. Tag @SnapshotEz marks value bag
#28

Which annotation attaches an embeddable type as a field on an entity?

  1. Tag @MicroEnt attaches the bag
  2. Tag @LightInd attaches the bag
  3. Tag @Embedded attaches the bag
  4. Tag @PinValue attaches the bag
  5. Tag @InsertEz attaches the bag
#29

Which annotation activates optimistic locking via a version column?

  1. Tag @Version flags optimistic lock
  2. Tag @ConcVer flags optimistic lock
  3. Tag @SnapMod flags optimistic lock
  4. Tag @LiveTag flags optimistic lock
  5. Tag @RowSeal flags optimistic lock
#30

Which annotation refines a Date field to DATE, TIME or TIMESTAMP?

  1. Tag @TimeTags tunes the date map
  2. Tag @DateMode tunes the date map
  3. Tag @ChronOps tunes the date map
  4. Tag @Calendar tunes the date map
  5. Tag @Temporal tunes the date map
#31

Which lifecycle callback fires right before an entity row is inserted?

  1. Tag @PreCommits fires before INS
  2. Tag @PreUnloads fires before INS
  3. Tag @PreSummary fires before INS
  4. Tag @PreImports fires before INS
  5. Tag @PrePersist fires before INS
#32

Which lifecycle callback fires after JPA loads an entity from the DB?

  1. Tag @PostInit fires after read
  2. Tag @PostScan fires after read
  3. Tag @PostFold fires after read
  4. Tag @PostLoad fires after read
  5. Tag @PostBoot fires after read
#33

Which EntityManager call fetches an entity by primary key in one round-trip?

  1. Call em.find(C,id) hits the row
  2. Call em.scan(C,id) hits the row
  3. Call em.peek(C,id) hits the row
  4. Call em.seek(C,id) hits the row
  5. Call em.read(C,id) hits the row
#34

Which EntityManager call reattaches a detached entity into the context?

  1. Call em.weave(o) reattaches it
  2. Call em.relit(o) reattaches it
  3. Call em.merge(o) reattaches it
  4. Call em.embed(o) reattaches it
  5. Call em.refit(o) reattaches it
#35

Which EntityManager call schedules a managed entity for deletion?

  1. Call em.except(o) drops the row
  2. Call em.purify(o) drops the row
  3. Call em.dispel(o) drops the row
  4. Call em.remove(o) drops the row
  5. Call em.banish(o) drops the row
#36

Which EntityManager call pushes pending SQL out to the database?

  1. Call em.empty() pushes SQL queue
  2. Call em.purge() pushes SQL queue
  3. Call em.flush() pushes SQL queue
  4. Call em.dryup() pushes SQL queue
  5. Call em.shake() pushes SQL queue
#37

Which EntityManager call reloads an entity state from the database?

  1. Call em.requery(o) reloads data
  2. Call em.refetch(o) reloads data
  3. Call em.refresh(o) reloads data
  4. Call em.resnaps(o) reloads data
  5. Call em.restage(o) reloads data
#38

Which JPQL keyword names the entity set to read from in a query?

  1. Term GAZE picks the entity set
  2. Term FOLD picks the entity set
  3. Term FROM picks the entity set
  4. Term PICK picks the entity set
  5. Term SCAN picks the entity set
#39

Which type lets you build type-safe JPA queries programmatically?

  1. Type SmartJpqlBuildr writes JPQL
  2. Type DynamicJpqlGen1 writes JPQL
  3. Type CriteriaBuilder writes JPQL
  4. Type TypesafeQryGenr writes JPQL
  5. Type FilterMakerBldr writes JPQL
#40

Which fetch mode defers loading of an association until first access?

  1. Mode LAZY defers row to access
  2. Mode IDLE defers row to access
  3. Mode SLOW defers row to access
  4. Mode WAIT defers row to access
  5. Mode HOLD defers row to access
#41

Which generic stereotype annotation marks any class as a Spring bean?

  1. Tag @Component flags a bean ok
  2. Tag @BeanMaker flags a bean ok
  3. Tag @PieceUnit flags a bean ok
  4. Tag @Container flags a bean ok
  5. Tag @SpringBit flags a bean ok
#42

Which stereotype marks a service-layer bean in a Spring app?

  1. Tag @Service marks logic bean
  2. Tag @Engines marks logic bean
  3. Tag @Workerz marks logic bean
  4. Tag @LogicBn marks logic bean
  5. Tag @Helpers marks logic bean
#43

Which stereotype marks a DAO-layer bean in a Spring app?

  1. Tag @Storageone flags DAO bean
  2. Tag @Persisters flags DAO bean
  3. Tag @Vaultsbean flags DAO bean
  4. Tag @DataKeeper flags DAO bean
  5. Tag @Repository flags DAO bean
#44

Which annotation marks a Java class as a Spring bean-definition source?

  1. Tag @SettingsHubsz loads setup
  2. Tag @ContextScoped loads setup
  3. Tag @BeansAssembly loads setup
  4. Tag @Configuration loads setup
  5. Tag @SetupShelves1 loads setup
#45

Which annotation exports a method return value as a Spring singleton bean?

  1. Tag @Pump exports singleton
  2. Tag @Bean exports singleton
  3. Tag @Cogs exports singleton
  4. Tag @Item exports singleton
  5. Tag @Sums exports singleton
#46

Which annotation injects a Spring dependency by type into a field?

  1. Tag @Patchcrew injects a dep
  2. Tag @Autowired injects a dep
  3. Tag @WireUntop injects a dep
  4. Tag @Linkingup injects a dep
  5. Tag @Plugswire injects a dep
#47

Which annotation disambiguates between multiple candidate beans of the same type?

  1. Tag @MarkedOut picks the bean
  2. Tag @Disclosed picks the bean
  3. Tag @Selectorx picks the bean
  4. Tag @Indicator picks the bean
  5. Tag @Qualifier picks the bean
#48

Which annotation reads an external property value into a Spring bean field?

  1. Tag @Loads reads property
  2. Tag @Reads reads property
  3. Tag @Pulls reads property
  4. Tag @Value reads property
  5. Tag @Fetch reads property
#49

Which annotation sets the lifecycle scope of a Spring bean?

  1. Tag @Range sets lifetime
  2. Tag @Bound sets lifetime
  3. Tag @Width sets lifetime
  4. Tag @Realm sets lifetime
  5. Tag @Scope sets lifetime
#50

Which annotation runs an initialization method right after dependency injection?

  1. Tag @PostBoundForm fires post-DI
  2. Tag @PostConstruct fires post-DI
  3. Tag @PostAssembly1 fires post-DI
  4. Tag @PostInitPhase fires post-DI
  5. Tag @PostWireSetup fires post-DI
#51

Which composite annotation marks the entry point class of a Spring Boot app?

  1. Tag @SpringBootBeanBundle1 starts
  2. Tag @SpringBootInitContext starts
  3. Tag @SpringBootMainPackage starts
  4. Tag @SpringBootApplication starts
  5. Tag @SpringBootContextLoad starts
#52

Which file holds Spring Boot configuration in flat key-value form?

  1. File application.modes.flag cfgs
  2. File application.properties cfgs
  3. File application.systemcfgx cfgs
  4. File application.scope.cfgs cfgs
  5. File application.bootup.txt cfgs
#53

Which annotation activates a bean only under a named profile?

  1. Tag @Modedef gates by env
  2. Tag @Tenants gates by env
  3. Tag @Envtype gates by env
  4. Tag @Persona gates by env
  5. Tag @Profile gates by env
#54

Which annotation binds an external properties block to a typed POJO?

  1. Tag @ConfigurationProperties binds
  2. Tag @ExternalPropertyMapped1 binds
  3. Tag @PropertiesSourceBinding binds
  4. Tag @SettingsBindFromConfig1 binds
  5. Tag @EnvBindingFromYamlFile1 binds
#55

Which Spring Boot starter bundles Tomcat plus Jackson plus Spring MVC?

  1. Starter spring-boot-starter-fx1 brings web
  2. Starter spring-boot-starter-jpa brings web
  3. Starter spring-boot-starter-rds brings web
  4. Starter spring-boot-starter-aop brings web
  5. Starter spring-boot-starter-web brings web
#56

Which Actuator endpoint returns the application health summary?

  1. Path /actuator/sysinf reports status
  2. Path /actuator/livez1 reports status
  3. Path /actuator/checks reports status
  4. Path /actuator/aliven reports status
  5. Path /actuator/health reports status
#57

Which property changes the embedded Tomcat HTTP port number?

  1. Prop server .peer picks HTTP port
  2. Prop server .port picks HTTP port
  3. Prop server .flag picks HTTP port
  4. Prop server .bind picks HTTP port
  5. Prop server .path picks HTTP port
#58

Which property activates a Spring profile at startup time?

  1. Prop spring.profiles.active picks profile
  2. Prop spring.profiles.intent picks profile
  3. Prop spring.profiles.mounts picks profile
  4. Prop spring.profiles.target picks profile
  5. Prop spring.profiles.flavor picks profile
#59

Which static call launches a Spring Boot app from a main method?

  1. Call SpringMainLoader .runs1x1 boots
  2. Call SpringBootGo.startup1x() boots
  3. Call SpringApplication.runs() boots
  4. Call SpringRunner .startup1x() boots
  5. Call SpringContext.starts()11 boots
#60

Which annotation switches on Spring Boot auto-configuration logic?

  1. Tag @EnableAutoConfiguration
  2. Tag @EnableMainConfiguration
  3. Tag @EnableLazyConfiguration
  4. Tag @EnableBootConfiguration
  5. Tag @EnableFullConfiguration
#61

Which Spring annotation maps an HTTP GET request to a controller method?

  1. Tag @LoadMappng handles GETs
  2. Tag @GetMapping handles GETs
  3. Tag @GrabMappng handles GETs
  4. Tag @FtcMapping handles GETs
  5. Tag @PullMappng handles GETs
#62

Which Spring annotation maps an HTTP PUT request to a controller method?

  1. Tag @PutMapping handles PUTs
  2. Tag @PoseMappng handles PUTs
  3. Tag @SetMapping handles PUTs
  4. Tag @PinMapping handles PUTs
  5. Tag @PassMappng handles PUTs
#63

Which Spring annotation maps an HTTP DELETE request to a controller method?

  1. Tag @PurgexMapping handles DELs
  2. Tag @CullxxMapping handles DELs
  3. Tag @DeleteMapping handles DELs
  4. Tag @DropxxMapping handles DELs
  5. Tag @KillxxMapping handles DELs
#64

Which annotation binds the HTTP request body to a Java parameter?

  1. Tag @RequestBody reads payload
  2. Tag @BoundedPost reads payload
  3. Tag @JsonPayload reads payload
  4. Tag @AcceptxPyld reads payload
  5. Tag @FormxPayldz reads payload
#65

Which annotation reads a value from the URL query string?

  1. Tag @QueryReqArgs reads URL arg
  2. Tag @SearchInput1 reads URL arg
  3. Tag @RequestParam reads URL arg
  4. Tag @ParamUrlPick reads URL arg
  5. Tag @PickFromQry1 reads URL arg
#66

Which annotation fixes the HTTP status code returned by a handler?

  1. Tag @ReturnHttpCode sets HTTP code
  2. Tag @HttpRespCodes1 sets HTTP code
  3. Tag @StatusOnReturn sets HTTP code
  4. Tag @FixedStatusHdz sets HTTP code
  5. Tag @ResponseStatus sets HTTP code
#67

Which Spring type wraps an HTTP response body plus headers and status?

  1. Type WrappedReturn1 wraps the reply
  2. Type AnswerEnvelop1 wraps the reply
  3. Type OutboundReply1 wraps the reply
  4. Type ResponseEntity wraps the reply
  5. Type ReplyPackage99 wraps the reply
#68

Which annotation enables CORS for selected controller methods?

  1. Tag @PermitHosts opens CORS
  2. Tag @AllowOrigin opens CORS
  3. Tag @CrossOrigin opens CORS
  4. Tag @OpenForeign opens CORS
  5. Tag @AcceptHosts opens CORS
#69

Which annotation routes exceptions to a method inside the same controller?

  1. Tag @FaultedDispatch1 catches thrown
  2. Tag @ExceptionHandler catches thrown
  3. Tag @ThrownCatchPathz catches thrown
  4. Tag @HandledFailure11 catches thrown
  5. Tag @ErrorPathHandler catches thrown
#70

Which annotation declares a class as global REST-layer exception handler?

  1. Tag @RestExceptionAdvisor catches all
  2. Tag @RestExceptionMapper1 catches all
  3. Tag @RestControllerHelper catches all
  4. Tag @WebControllerWatcher catches all
  5. Tag @RestControllerAdvice catches all
#71

Which annotation marks a Java class as a JAX-WS SOAP endpoint?

  1. Tag @WebService marks SOAP ep
  2. Tag @SoapServer marks SOAP ep
  3. Tag @SoapClient marks SOAP ep
  4. Tag @PortMapper marks SOAP ep
  5. Tag @WebHosting marks SOAP ep
#72

Which annotation exposes a Java method as a SOAP operation in JAX-WS?

  1. Tag @RpcBundle exposes SOAP op
  2. Tag @WireProcd exposes SOAP op
  3. Tag @SoapxCall exposes SOAP op
  4. Tag @WebMethod exposes SOAP op
  5. Tag @WebSubmit exposes SOAP op
#73

Which wire protocol wraps remote procedure calls in XML envelopes?

  1. Wire SOAP wraps XML envelope
  2. Wire RAFT wraps XML envelope
  3. Wire REST wraps XML envelope
  4. Wire AXIS wraps XML envelope
  5. Wire WSDL wraps XML envelope
#74

Which XML document describes a SOAP service contract and bindings?

  1. Doc WSCL pins the SOAP API
  2. Doc WSDL pins the SOAP API
  3. Doc WSMS pins the SOAP API
  4. Doc WSDS pins the SOAP API
  5. Doc WADL pins the SOAP API
#75

Which Java EE API powers building SOAP web services?

  1. API JAX-FX handles SOAP
  2. API JAX-RS handles SOAP
  3. API JAX-WS handles SOAP
  4. API JAX-PT handles SOAP
  5. API JAX-XB handles SOAP
#76

Which Java EE API powers building REST endpoints?

  1. API JAX-RS handles REST
  2. API JAX-WS handles REST
  3. API JAX-FX handles REST
  4. API JAX-PT handles REST
  5. API JAX-XB handles REST
#77

Which JAX-RS annotation binds a class or method to a URL prefix?

  1. Tag @Path maps a REST URL
  2. Tag @Slot maps a REST URL
  3. Tag @Slug maps a REST URL
  4. Tag @Link maps a REST URL
  5. Tag @Bind maps a REST URL
#78

Which JAX-RS annotation sets the MIME type of the response body?

  1. Tag @Outputzz sets reply MIME
  2. Tag @Sendsoff sets reply MIME
  3. Tag @Replys99 sets reply MIME
  4. Tag @Yieldxx2 sets reply MIME
  5. Tag @Produces sets reply MIME
#79

Which JAX-RS annotation sets the MIME type the resource accepts?

  1. Tag @Devourer reads body MIME
  2. Tag @Acceptxx reads body MIME
  3. Tag @AbsorbBn reads body MIME
  4. Tag @Receives reads body MIME
  5. Tag @Consumes reads body MIME
#80

Which JAX-RS annotation maps a resource method to the HTTP GET verb?

  1. Tag @TRY maps to GET verb
  2. Tag @DIG maps to GET verb
  3. Tag @RUN maps to GET verb
  4. Tag @GET maps to GET verb
  5. Tag @POP maps to GET verb
#81

Which JAX-RS annotation reads a value from a URL path segment?

  1. Tag @SlugInput reads path slot
  2. Tag @PartOfUrl reads path slot
  3. Tag @RouteCogs reads path slot
  4. Tag @PathParam reads path slot
  5. Tag @LinkParms reads path slot
#82

Which file declares JPA persistence units in classic Java EE?

  1. File persistence.bin sets JPA units
  2. File persistence.dat sets JPA units
  3. File persistence.xml sets JPA units
  4. File persistence.cfg sets JPA units
  5. File persistence.ini sets JPA units
#83

Which property names the SQL dialect that Hibernate should use?

  1. Prop hibernate.flavor1 picks SQL form
  2. Prop hibernate.adapter picks SQL form
  3. Prop hibernate.dialect picks SQL form
  4. Prop hibernate.dbtype1 picks SQL form
  5. Prop hibernate.vendors picks SQL form
#84

Which Spring Data annotation hints at a fetch graph for the query?

  1. Tag @FetchPlanXx shapes the load
  2. Tag @EntityGraph shapes the load
  3. Tag @LoadStrucXx shapes the load
  4. Tag @JoinPlannor shapes the load
  5. Tag @EagerHints1 shapes the load
#85

Which Spring Data interface builds dynamic where-clause predicates?

  1. Type RuntimeQuery1 builds where
  2. Type Specification builds where
  3. Type FilterPredict builds where
  4. Type QueryBuilder1 builds where
  5. Type DynamicWherex builds where
#86

Which Spring Data interface carries a page request into a query method?

  1. Type SlicedAt holds the page
  2. Type WindowOn holds the page
  3. Type Pagedset holds the page
  4. Type PageInfo holds the page
  5. Type Pageable holds the page
#87

Which Spring Data class carries the ordering rules for a query?

  1. Type Sort holds order info
  2. Type Tilt holds order info
  3. Type Rank holds order info
  4. Type Heap holds order info
  5. Type Sift holds order info
#88

Which Spring Data annotation flags a JPQL method as UPDATE or DELETE?

  1. Tag @Modifying flags UPD or DEL
  2. Tag @WriteOnly flags UPD or DEL
  3. Tag @RowAffect flags UPD or DEL
  4. Tag @Mutatorxx flags UPD or DEL
  5. Tag @WriteOnce flags UPD or DEL
#89

Which annotation declares a pessimistic lock on a repository method?

  1. Tag @Lock holds the row
  2. Tag @Trap holds the row
  3. Tag @Grip holds the row
  4. Tag @Bind holds the row
  5. Tag @Hold holds the row
#90

Which lock mode blocks other transactions from writing the same row?

  1. Mode PESSIMISTIC_LITE1 blocks writes
  2. Mode PESSIMISTIC_NONE1 blocks writes
  3. Mode PESSIMISTIC_LIVE1 blocks writes
  4. Mode PESSIMISTIC_LOCK1 blocks writes
  5. Mode PESSIMISTIC_WRITE blocks writes