admin Oct, Wed, 2024 EXAM JAVA FULL STACK 123456789101112131415161718192021222324252627282930313233343536373839404142434445 Exam Instructions: Total Number of Questions: 45 You will be required to answer a total of 45 multiple-choice questions. Time Limit: 15 minutes for the entire exam Once the time is up, the exam will automatically submit. Passing Criteria: A minimum score of 50% is required to pass the exam Multiple Attempts: You are allowed to take the exam multiple times. Only your highest score will be considered for certification. Additional Instructions: The exam timer cannot be paused once it begins. Good luck, and feel free to retake the exam to improve your score! JAVA FULL STACK Test your JAVA FULL STACK skills with a challenging exam designed to evaluate your knowledge in programming, data structures, and algorithms The certificate will be generated based on the information you provide in the form, so please ensure that all details are entered correctly. NameEmailPhone NumberUniversityCollegeDegreeDepartmentPass Out YearPass Out Year2014201520162017201820192020202120222023202420252026202720282029 1 / 45 1) What does the @Autowired annotation do? A) Handles transactions B) Injects dependencies C) Injects dependencies D) Disables logging 2 / 45 2) How can you enable HTTP caching in a Spring Boot application? A) Use a database for caching B) Manage sessions C) Define REST endpoints D) Define REST endpoints 3 / 45 3) How can you handle CORS in a Spring Boot application? A) Manage user sessions B) Define application properties C) Enable caching D) Use hard-coded values 4 / 45 4) What is the purpose of the spring-boot-starter-test dependency? A) Provides complete testing framework B) Provides complete testing framework C) Provides database testing D) Provides testing for web apps 5 / 45 5) How do you use YAML configuration in Spring Boot? A) Use @YamlConfig B) Create application.yml C) Configure yaml-settings.yml D) Create application.yml 6 / 45 6) What is the purpose of the @ConfigurationProperties annotation? A) Manage sessions B) Define API responses C) Enable logging D) Define API responses 7 / 45 7) What does the @PathParam annotation do in Spring Boot? A) Binds URL parameters B) Binds path parameters C) Binds path parameters D) Binds form data 8 / 45 8) What does the @EnableAutoConfiguration annotation do in Spring Boot? A) Handle transactions B) Enable logging C) Define application properties D) Manage user sessions 9 / 45 9) What is the purpose of @EnableScheduling annotation? A) Configures session management B) Marks methods for caching C) Enables caching D) Defines data binding 10 / 45 10) What is the role of @Repository in Spring Data JPA? A) Define application context B) Enable caching C) Define application context D) Handle REST endpoints 11 / 45 11) What does the @Component annotation do in Spring? A) Marks a service B) Indicates a bean C) Defines a repository D) Indicates a bean 12 / 45 12) What does the @Configuration annotation do in Spring Boot? A) Manage transactions B) Enable logging C) Define data sources D) Handle exceptions 13 / 45 13) What does @Value do in Spring Boot? A) Enable logging B) Define application properties C) Handle exceptions D) Manage user sessions 14 / 45 14) How can you set a custom banner in a Spring Boot application? A) Add banner.txt to /resources B) Configure in application.yml C) Set banner.enabled=false D) Add banner.txt to /resources 15 / 45 15) How do you implement internationalization (i18n) in Spring Boot? A) Use @I18nConfig B) Use ResourceBundleMessageSource C) Use @MessageSourceConfig D) Use ResourceBundleMessageSource 16 / 45 16) How do you implement exception handling in REST APIs in Spring Boot? A) Use @RestExceptionHandler B) Use @ExceptionHandler C) Use @ExceptionHandler D) Use @ErrorHandler 17 / 45 17) Which dependency is required for Thymeleaf integration in Spring Boot? A) spring-boot-starter-thymeleaf B) spring-boot-starter-web C) spring-boot-starter-data-jpa D) spring-boot-starter-thymeleaf 18 / 45 18) What does the @Transactional annotation do? A) Marks methods as cacheable B) Handles exceptions C) Manages database transactions D) Enables logging 19 / 45 19) Which method is used to delete an entity in Spring Data JPA? A) delete B) delete C) remove D) deleteById 20 / 45 20) What is the default embedded server used by Spring Boot? A) Tomcat B) Jetty C) Tomcat D) Undertow 21 / 45 21) What is the purpose of the Spring Boot Actuator? A) Provide metrics B) Configure health checks C) Manage application state D) Monitor performance 22 / 45 22) How can you create a RESTful web service in Spring Boot? A) Define application properties B) Use hard-coded values C) Enable caching D) Manage user sessions 23 / 45 23) What does the @Cacheable annotation do? A) Define application properties B) Manage user sessions C) Enable logging D) Handle exceptions 24 / 45 24) How can you test a Spring Boot application? A) Use hard-coded values B) Manage user sessions C) Define application properties D) Enable caching 25 / 45 25) What does the @RequestMapping annotation do? A) Handle HTTP sessions B) Map web requests C) Bind path variables D) Define request body 26 / 45 26) How do you run a Spring Boot application in a Docker container? A) Build a Docker image B) Configure in application.yml C) Build a Docker image D) Use @DockerBootApplication 27 / 45 27) How do you enable internationalization (i18n) in Spring Boot? A) Use @EnableI18n B) Configure i18n-settings.yml C) Use @LocaleSettings D) Use @EnableI18n 28 / 45 28) How do you configure an externalized configuration for Spring Boot? A) Configure spring.properties in pom.xml B) Place properties in src/main/resources C) Configure in application.yml D) Place properties in src/main/resources 29 / 45 29) How do you implement internationalization (i18n) in Spring Boot? A) Use hard-coded values B) Define application properties C) Enable caching D) Manage user sessions 30 / 45 30) What is the use of the @RestController annotation? A) Defines response format B) Configures data sources C) Enables caching D) Marks service classes 31 / 45 31) How do you enable Swagger in a Spring Boot application? A) Handle exceptions B) Enable caching C) Use hard-coded values D) Manage user sessions 32 / 45 32) How do you manage application profiles in Spring Boot? A) Implement caching B) Configure logging levels C) Use environment variables D) Configure logging levels 33 / 45 33) How can you implement file upload in Spring Boot? A) Manage user sessions B) Define application properties C) Enable caching D) Use hard-coded values 34 / 45 34) How do you schedule tasks in Spring Boot? A) Use @Scheduled B) Use @EnableScheduler C) Use @Scheduled D) Use @ScheduleTask 35 / 45 35) Which property is used to configure the datasource URL in Spring Boot? A) spring.datasource.username B) spring.datasource.url C) spring.datasource.password D) spring.datasource.url 36 / 45 36) What is the purpose of @Autowired annotation? A) Enables caching B) Marks service classes C) Configures session management D) Defines data binding 37 / 45 37) What does the @RequestBody annotation do? A) Manage HTTP responses B) Extract query parameters C) Enable logging D) Handle file uploads 38 / 45 38) What is the role of application.properties in Spring Boot? A) Defines application settings B) Manages user sessions C) Enables caching D) Marks service classes 39 / 45 39) What annotation is used to create a Spring Boot RESTful API endpoint? A) @PutMapping B) @GetMapping C) @PostMapping D) @GetMapping 40 / 45 40) How do you customize the default Jackson ObjectMapper in Spring Boot? A) Define ObjectMapper bean B) Define ObjectMapper bean C) Use @CustomObjectMapper D) Override Jackson module 41 / 45 41) What is the role of the @ComponentScan annotation? A) Register data sources B) Scan for beans C) Define a service layer D) Enable caching 42 / 45 42) What is the purpose of the @ComponentScan annotation in Spring Boot? A) Scans for Spring components B) Scans for Spring components C) Scans for database connections D) Scans for security roles 43 / 45 43) How do you define a command-line runner in Spring Boot? A) Implement CommandLineRunner B) Implement CommandLineRunner C) Use @CommandLineApp D) Use @EnableCommandRunner 44 / 45 44) How do you create a RESTful service in Spring Boot? A) Manage user sessions B) Enable caching C) Define application properties D) Use hard-coded values 45 / 45 45) How can you configure Spring Security to use JWT for authentication? A) Enable form-based authentication B) Define role-based access C) Manage sessions D) Define role-based access Your score is LinkedIn Facebook Twitter VKontakte 0% ExamWEB DEVELOPMENT EXAM...Read MoreREACT JS PROGRAMMING EXAM...Read MorePYTHON FULL STACK...Read MorePYTHON EXAMS ...Read MoreMYSQL...Read MoreMACHINE LEARNING...Read MoreJAVASCRIPT PROGRAMMING EXAM...Read MoreJAVA SPRING BOOT...Read MoreJAVA PROGRAMMING EXAM...Read MoreJAVA FULL STACK...Read MoreHTML PROGRAMMING EXAM...Read MoreDEEP LEARNING...Read MoreDATA SCIENCE...Read MoreCSS PROGRAMMING EXAM...Read MoreANGULAR JS PROGRAMMING EXAM...Read More 16Share on WhatsApp10Share on LinkedIn5Share on YouTube9Share on Facebook Comments 0