メニュー
IT認定

VMWARE SPRING PROFESSIONAL資格認定を取得するために知っておくべきこと

VMware Spring Professional 2020

アラビア語 英語 フランス語 日本語

VMware Spring Professional
Spring Certified Professional
Pivotal Spring Professional v5.0

概要

序文

この前VMware Spring Professional資格認定試験を受けて合格する機会があってから皆さんが資格認定試験をバッチリ乗り切ることに役立つヒントや戦略をこの記事で共有したいと考えています。だから、準備して!

Pivotal Spring Professional v5.0には新たな正式名があります

PivotalVMwareを買収してから、資格認定の正式名は2020年に更新され、VMware Spring Professionalと呼ばれることになっています。試験コードはEDU- 1202: Spring Certifled Professional。

公式スタディガイドも2020年10月に更新されました。


時代遅れの模擬試験(ダンプ)ご用心

資格認定の準備をしている時、私は8つの試験ダンプ、つまり合計400問(50問/試験)を購入しました。本で復習したものに加えて、これらすべての問題の中から本物の試験で一問しか見つけませんでした。だから、お金を無駄にしないで、問題はいつも更新され、試験によって違うから、留意してください。これにより、Spring資格認定は確かに信頼性を持っています。


資格認定に関する一般情報

試験の種類パソコンベースの試験(Pearson VUE)、複数問題
バウチャー価格253.20ドルTTC
問題数50問
問題の種類正解が1つしかない複数選択問題 正解が2つある複数
選択問題
正解の数が不明な複数選択問題
試験時間95分
合格点76%(38問)
バウチャーの有効期限1年間
再予約ポリシー試験の一時間前でも好きなように遅らせて早めることができます。
Springバージョン最新安定版(現在5.3.1)


資格認定の目標

Spring Professional資格認定試験はSpringとSpring Bootの主要な側面の理解と認知を試験し検証するように設計されています。

  • Configuration, Component-scanning, AOP
  • Data access and Transactions
  • REST, Spring Security
  • Auto-configuration, Actuator, Spring Boot Testing

試験課題

  • Container (20%)
  • AOP (8%)
  • JDBC (4%)
  • Transactions (8%)
  • MVC (8%)
  • Security (6%)
  • REST (6%)
  • JPA Spring Data (4%)
  • Testing (4%)
  • Boot Into (8%)
  • Boot Autoconfig (8%)
  • Boot Actuator (8%)
  • Boot Testing (8%)

公式試験の概要 Pivotal_ExamBrief_SpringProfessional.pdf
公式スタディガイド: Spring-Professional-Certification-Study-Guide.pdf


この試験についての悩み事

  • 試験には、複数回答のある問題が多いです。正解の数を正確に知っていないから、この試験が困難になります。
  • 時間制限。
  • 回答にはお互いによく似て誤魔化す可能性が高い用語があります。問題を何回も読む必要があります。
  • 推奨の答えにうる言葉の意味合い。例:
    • @Secured  @Secure
    • @RolesAllowed  @AllowedRoles
    • @Import  @Imports
    • datasource.setDriverClassName  datasource.setDriverClass
    • datasource.setConnectionURL  datasource.setUrl
    • password-encoded か encoded-password
    • TransactionTemplate, TransactionManager, TransactionInterceptor, PlateformTransactionManager

認定試験の準備に向けた最初のヒント

  • 第3、4版のSpring Core and Web資格認定のための準備方法はまず忘れてください。それはとても違って、同じものではありません!
  • 100%の成功を約束している場合でも、一部のサイトから模擬認定試験を購入しないでください。失敗した場合は返金されます。 これらのサイトに注意してください。特に、ほとんどが虚偽でロボットによって生成されたコメントを信じないでください。 販売された質問に注意してください( www.certification-questions.com )は、どのサイトでも無料で見つけることができるSpringバージョン4試験と同じです。
  • 模擬試験を買った場合は、どの問題でも本物の試験に当てはまらないから留意してください。しかし、それでも試験のために練習して慣れることに役立ちます。信頼できるリソースはこちらです:
  • 認定試験は必ず急いで準備してはいけません。準備してすべての概念を吸収するのに必要な時間を過ごしてください。 さもないと、困惑して試験に失格する可能性があります。
  • 資格認定のすべての詳細まで理解しない場合は資格認定は絶対に無意味です。資格認定は挑戦に過ぎず、偽の紙を持つことでなく技術をうまく習得することを目指すのです。
  • 必ず自分のサマリーを作ってください。これは資格認定だけでなく今後も重要です。数多くの技術用語を早く忘れやすくて、いつか面接の日に絶対に必要になるでしょう。自分のためじゃなかったら、少なくとも徒弟や同僚のためにしてください。


成功率100%で絶対に資格認定を取得するための準備方法

レベル別の準備方法
今、私はIT分野において資格認定を30個くらい持っています。初めて資格認定を取得したのは/21歳で認定トレーニングを50回以上開催してきました。この後知恵を使って、独自の資格認定準備方法というか他の人が合格することを手伝う方法を作っています。

レベル評価
準備方法は経験レベルと技術の認知度によります。以下は自分のレベルを試すための簡単なクイズとなります。

クイズ

A) 以下のフィルターの順序は何ですか?

  • ExceptionTranslationFilter
  • UsernamePasswordAuthenticationFilter
  • BasicAuthenticationFilter
  • AbstractSecurityInterceptor

B) 以下のフィルターの順序は何ですか?

  • DelegatingFilterProxy
  • FilterChainProxy
  • SecurityFilterChain
  • javax.servlet.Filter

C) 次のもの間の違いは何ですか?

  • AntPathRequestMatcher
  • MvcRequestMatcher

D) どれがSpEL式を受け入れますか?

  • @Secured
  • @PreAuthorize
  • @RolesAllowed

E) Singleton Beanはどのようなプロキシを使用しますか?

  • CGLIB
  • JDK Proxy

F) トランザクションにおける隔離の順序を最も厳格なものから最も厳格でないものまで教えてください。

  • Serialization
  • Rep Reads
  • Write Uncommited
  • Commited

評価

  • これらの用語がSpringに存在することさえ知られていない場合はジュニアレベルを持っているでしょう。
  • 1、2問に答えてみたが、問題が分からなかったり、前に見たことがある気がする場合はアドバンスレベルを持っているでしょう。
  • 2問以上答えて、すべての問題に答えられると確信している場合はシニアレベルを持っているでしょう。
  • 4問に答えられた場合はエクスポートレベルを持っているでしょう。

認定取得のための準備

レベル準備ツール試験時間
すべて

レベル
概要:Core Spring 5 Certiftcation in Detail イヴァン・クリシャン
Ivan Krizsan
価格:4.49ユーロ
総ページ数: A5判の場合は224ページ、A4判の場合は100ページ。
この概要はすごいですよ。もう少し分かりやすくなっているでしょう。

IvanKrizsanによるCoreSpring5認定の詳細
注意深く読んで
ください
4回
すべて

レベル
模擬試験。
https://www.ad-satour.com/ja/information-technology-ja/mock-exams-ja/vmware-spring-professional-2020-450-questions-japanese/
すべて

レベル
準備中は、自分のサマリーをevernote.comnotion.soで作ってください
すべて

レベル
詳しくは必ずbaeldung.comで検索してください。このサイトでは、
各課題(隔離、トランザクション、AOPなど)で挙げられるコード例を注意深く読ん
でください。
20時間
ジュニア
確認み
シニア
コード認定は本では準備できません。ITIL、ScrumとかPMPじゃないです。
VMware Spring Professionalはよく練習しなければいけない 技術資格認定です。
幸いなことに、それに本が用意してあります。
Pivotal Certifted Professional Core Spring 5 Developer Exam: A Study Guide Using Spring Framework 5 ユリアナ・コスミナ(Iuliana Cosmina)
出版社:Apress
発売日:2019年12月
ISBN:9781484251362
Pivotal Certified Professional Core Spring5開発者試験-SpringFramework5を使用した学習ガイド
この本には他の人に伝えられるコードが付属されています。
この本に記載されている詳細にはすべてコードと修正されたTPが付属されています。
コードの詳細については:
https://github.com/Apress/pivotal-certified-pro-spring-dev-exam-02

https://learning.oreilly.com で10日試用で本を無料で読むことができます。

注意:この本には、Spring 4資格認定(古いXML慣習を含む。)
のために準備することを目指した第1版があります。私を信じてください。それは無用で、役に立ちません:
Pivotal Certifted Professional Spring開発者試験:スタディガイド。
Pivotal Certified Professional Spring Developer Exam
120時間
一度読んでも十分です。
例外:
本を2回読まなけれ
ばいけない
Juniorレベル
すべての演習をしてください
すべてのレベル 以下の課題を重視してください:
AOP(Advice, Poincut et Aspects…)
Proxy(JDK Proxy ou CGLIB)
Beans Life cycle (DisposableBean, PreDestroy…)
Transaction(Isolation, Propagation, Transaction declarative or with programmation….)
JPA (Transaction Management, Delegation Management, JTA Strategy

9 模擬試験 (450 問)

リンク
1https://www.ad-satour.com/ja/information-technology-ja/mock-exams-ja/mock-exam-vmware-spring-professional-2020-2021-japanese-1
2https://www.ad-satour.com/ja/information-technology-ja/mock-exams-ja/mock-exam-vmware-spring-professional-2020-2021-japanese-2
3https://www.ad-satour.com/ja/information-technology-ja/mock-exams-ja/mock-exam-vmware-spring-professional-2020-2021-japanese-3
4https://www.ad-satour.com/ja/information-technology-ja/mock-exams-ja/mock-exam-vmware-spring-professional-2020-2021-japanese-4
5https://www.ad-satour.com/ja/information-technology-ja/mock-exams-ja/mock-exam-vmware-spring-professional-2020-2021-japanese-5
6https://www.ad-satour.com/ja/information-technology-ja/mock-exams-ja/mock-exam-vmware-spring-professional-2020-2021-japanese-6
7https://www.ad-satour.com/ja/information-technology-ja/mock-exams-ja/mock-exam-vmware-spring-professional-2020-2021-japanese-7
8https://www.ad-satour.com/ja/information-technology-ja/mock-exams-ja/mock-exam-vmware-spring-professional-2020-2021-japanese-8
9https://www.ad-satour.com/ja/information-technology-ja/mock-exams-ja/mock-exam-vmware-spring-professional-2020-2021-japanese-9


これらの課題を重視すべき

課題復習すべき科目
ContainerThe LifeCycle of application-context , beansAnnotationConfigApplication, ContextFileSystemXmlApplication, ContextBean, FactoryPostProcessor, BeanPostProcessor, ContextLoaderListener, AbstractDispatcher, ServletInitializer, @ContextConfiguration, @RunWith(SpringRunner.class), @SpringJUnitConfig, registerShutdownHook, Bean Scopes, @Component, @Autowired, @ComponentScan, @Qualifier, @Configuration, @Lazy, @Profile, @PropertySource, ProperySourcesPlaceholderConfigurer, @PreDestroy, @PostConstruct, JSR-250, Java Config, @Bean, @Value(“#$@”), SpEL, StandardServletEnvironment.
AOPCross cutting concern, Pointcut, join point, advice, aspect, weaving, JDK dynamic proxies, CGLIB proxies, @Before, @AfterReturning, @After, @Around, @EnableAspectJAutoProxy, execution(*, within(, ProceedingJoinPoint.
MVCMVC Design Pattern, DispatcherServlet, web application context vs ApplicationContextSpring, bean scopes, default scope, @Controller, @RequestMapping, @RequestParam, @PathVariable, Controller.
RESTResourceHTTP verbs : POST, GET, PUT, PATCH, and DELETE, REST Secure, HTTP Method Idempotent, interoperableHttpMessageConverter, stateless, @RestController, @RequestMapping, @ResponseBody, @ResponseStatusspring-boot-starter-web, RestTemplate.
Spring BOOT@SpringBootApplication, spring-boot-starter-parent, spring-boot-devtools, @Configuration, @ConfigurationProperties, Automatic configuration, @Conditional OnClass, @Conditional OnWebApplication, application.properties ,YAML, @SpringBootApplication, @EnableAutoConfiguration, @EntityScan, @SpringBootConfiguration, @LocalServerPort, @SpringBootTest, @WebMvcTestJetty
SecurityAuthentication, Authorization, Cross-Cutting Concern, Spring Security, Web Infrastructure, DelegatingFilterProxy, FilterChainProxy, SecurityFilterChain, SecurityContext, GrantedAuthority, UserDetails, UserDetailsService, Request Matcher, antMatcher vs mvcMatcher, Password Hashing, Salting, @EnableGlobalMethodSecurity, @PreAuthorized and @RolesAllowed, JSR-250
JDBCDataSource, JndiDataSourceLookup, JdbcTemplatecallback : ResultSetExtractor, RowCallbackHandler, RowMapper, batchUpdate, execute, query, queryForList, queryForMap, queryForObject, queryForRowSet, update.
Transactions@Transactional, local and a global transaction, JTA, isolation level, noRollbackFor, noRollbackForClassName, propagation, readOnly, rollbackFor, PlatformTransactionManager, @EnableTransactionManagement, declarative transaction management.
JPA Spring DataDataSource, EmbeddedDatabase, spring.datasource.jndi-name, PlatformTransactionManager, ORM, PersistenceContext, EntityManager, @Entity, Spring Data repository, @EnableJpaRepositories, find(First[count])By[property expression][@Query, find|read|get|query|stream, delete|remove.
TestingUnit Test, Integration Test, JUnit, JUnit 5 Jupiter,@SpringJunitConfig, @Transactional, @ContextConfiguration, Mockito, EasyMock, @DataJpaTest, @WebMvcTest, @SpringBootTest, @SpringBootConfiguration.

ご幸運を祈ります!


リンク参照

2 コメント

  • 未詳
    %2 $ sで%1 $ s

    良い記事、あなたは日本人です

    返信
  • Nizar At.
    %2 $ sで%1 $ s

    Bravo, rien à dire Hito, konnichiwa 😀

    返信

コメントを残す