SlideShare a Scribd company logo
Java Certification Denis Udod C.T.Co SIA JUG Latvia
Certification: NEEDED or NOT? JUG Latvia
Certification + There are lots of pluses - But, you have to spend time JUG Latvia
Where and how? Oracle (Sun) Java Certification  Other certification JavaBlackBelt (  www.blackbeltfactory.com  ) BrainBench (  www.brainbench.com  ) JUG Latvia

Recommended for you

DevLabs Alliance Top 20 Software Testing Interview Questions for SDET - by De...
DevLabs Alliance Top 20 Software Testing Interview Questions for SDET - by De...DevLabs Alliance Top 20 Software Testing Interview Questions for SDET - by De...
DevLabs Alliance Top 20 Software Testing Interview Questions for SDET - by De...

The document provides an overview of 20 common interview questions for software development engineers in test (SDETs). It defines key terms like SDET, test plan, test case, test scenario, and discusses differences between related areas like quality assurance and quality control, and verification and validation. Sample questions cover topics like test life cycle phases, test case vs test scenario, types of testing like alpha and beta testing, and defect management.

testingsoftware testingsdet
2 anton muzhailo - team development techniques you must know to be a valuab...
2   anton muzhailo - team development techniques you must know to be a valuab...2   anton muzhailo - team development techniques you must know to be a valuab...
2 anton muzhailo - team development techniques you must know to be a valuab...

The document discusses techniques for developing effective test teams. It emphasizes that processes must consider human factors and that soft skills are more important than hard skills. Two models for team structure are presented: dominion and communion. The ideal test team has a mix of skills, common goals, willingness to teach/learn, clear communication, and respect/trust. The document provides examples of evaluating skills for hiring, including defining required vs desired skills and assessing candidates. It demonstrates building a balanced manual and automation testing team based on skills analysis.

Php meetup 20130912 reflection
Php meetup 20130912   reflectionPhp meetup 20130912   reflection
Php meetup 20130912 reflection

Joel Simpson presented on PHP reflection and annotation driven development at the Seattle PHP User's Group on September 12, 2013. He discussed PHP's built-in reflection methods, the ReflectionAPI, and how reflection can be used at development time for documentation and autocomplete and at runtime for request routing, ORM/DBAL, design patterns, and aspect oriented programming. He then demonstrated how to use annotations to implement basic request routing in under 100 lines of code.

Oracle Java Certifications JUG Latvia Oracle Certified Associate (OCA) Java SE 5/6 (SCJA) Oracle Certified Professional (OCP) Java SE Programmer (SCJP) Oracle Certified Master Java EE 5 Enterprise Architect (SCEA) Oracle Certified Master Java SE6 Developer (SCJD)
Oracle Java Certifications JUG Latvia Oracle Certified Associate (OCA) Java SE 5/6 (SCJA) Oracle Certified Professional (OCP) Java SE Programmer (SCJP) Oracle Certified Master Java EE 5 Enterprise Architect (SCEA) Oracle Certified Master Java SE6 Developer (SCJD)
Oracle Java Certifications JUG Latvia Oracle Certified Associate (OCA) Java SE 5/6 (SCJA) Oracle Certified Professional (OCP) Java SE Programmer (SCJP) Oracle Certified Master Java EE 5 Enterprise Architect (SCEA) Oracle Certified Master Java SE6 Developer (SCJD)
Oracle Java Certifications JUG Latvia Oracle Certified Associate (OCA) Java SE 5/6 (SCJA) Oracle Certified Professional (OCP) Java SE Programmer (SCJP) Oracle Certified Master Java EE 5 Enterprise Architect (SCEA) Oracle Certified Master Java SE6 Developer (SCJD)

Recommended for you

Current Testing Challenges Ireland
Current Testing Challenges IrelandCurrent Testing Challenges Ireland
Current Testing Challenges Ireland

The document discusses challenges with testing agile software development and proposes collaborative solutions. It covers topics like test automation strategies, different levels to automate tests, roles of testers and developers in testing, and challenges with new technologies. The document aims to start a discussion on how testers and developers can better work together to improve testing in agile projects.

agile software testingagile software development
Clean Code
Clean CodeClean Code
Clean Code

How should a professional software developer behave in code? What guidelines should one follow? How should we name our constructs? What about OOP principles? What's their real use? This classic training module in my training curricula is the cornerstone of my professionalism. These are my conduit guidelines at work. I've held this training > 10 times, including at Voxxed Days Bucharest 2016 and at a Bucharest Java User Group meetup.

java enterprisetrainingclean code
Extreme Professionalism - Software Craftsmanship
Extreme Professionalism - Software CraftsmanshipExtreme Professionalism - Software Craftsmanship
Extreme Professionalism - Software Craftsmanship

Decades ago, IT started as a single engineering practice, but as time passed by it got increasingly fragmented. Conflicts broke out between testers vs developers vs sysadmins vs DBAs vs many other roles. Recently, developers themselves split into many subspecialties like backend/frontend/iOS/Android/microservices/functions/etc. The overspecialization we face today causes huge communication overhead, a low bus factor, lack of responsibility, blaming, repeated isolated patching and fulminating costs. The software craftsmanship movement is rising in this post-agile world with professionals eager to take control of their careers and continuously learn in the pursuit of mastery. This talk will show you practical ways in which to seed a continuous learning culture in your team or company, and foster the enthusiasm of your developers.

cultureagilesoftware craftsmanship
Oracle Java Certifications JUG Latvia Oracle Certified Associate (OCA) Java SE 5/6 (SCJA) Oracle Certified Professional (OCP) Java SE Programmer (SCJP) Oracle Certified Master Java EE 5 Enterprise Architect (SCEA) Oracle Certified Master Java SE6 Developer (SCJD)
Oracle Java Certifications Oracle Education -> Certification -> Java education.oracle.com JUG Latvia
SCJP Certification Questions: 60 Duration: 180 minutes Passing Score: 58.33% (35/60) Language: English (Russian) JUG Latvia
Certification Exam Prometric testing center www.prometric.com Baltijas Datoru Academija (BDA)  www.bda.lv Elva Baltic  Datorzinibu centrs JUG Latvia

Recommended for you

TDD Mantra
TDD MantraTDD Mantra
TDD Mantra

This document describes Victor Rentea, an independent trainer and founder of the Bucharest Software Craftsmanship Community who has provided technical training to over 2000 developers over 8 years. It promotes Victor Rentea's training services on topics like Hibernate, Spring, Java performance, reactive programming, design patterns, clean code, refactoring, and unit testing in any language. The document also provides brief summaries of test-driven development and the three rules of TDD according to Uncle Bob, as well as a definition of code golf.

tddsoftware testingsoftware development
Refactoring legacy code
Refactoring legacy codeRefactoring legacy code
Refactoring legacy code

The document discusses refactoring legacy code. It defines legacy code as code without tests that is difficult to understand, maintain and change. Refactoring improves code quality by making it more readable and maintainable through techniques like adding tests and breaking dependencies. Some challenges are that refactoring requires tests but tests often require refactoring first. The document recommends starting with small changes using techniques like Sprout Method to add new features as untestable code and Wrap Class to override methods in testable classes.

refactorcódigo legadorefatoração
Micro service quality
Micro service qualityMicro service quality
Micro service quality

Micro Service Architecture Is the Test Pyramid relevant in Microservices? How to guarantee communication in microservices? Test environment in microservices Tests in production, blue green, etc. The 4 key metrics

How to prepare? Book:  SCJP Sun Certified Programmer for Java 6 Study Guide  JUG Latvia
How to prepare? Beta(Mock) Exams W hizlabs SCJP exam simulator www.whizlabs.com/scjp/mock-exam.html JUG Latvia
Next Certifications ? JUG Latvia Oracle Certified Associate (OCA) Java SE 5/6 (SCJA) Oracle Certified Professional (OCP) Java SE Programmer (SCJP) Oracle Certified Master Java EE 5 Enterprise Architect (SCEA) Oracle Certified Master Java SE6 Developer (SCJD)
New Oracle Java EE6 JUG Latvia Oracle Certified Associate (OCA) Java SE 6 (SCJA) Oracle Certified Professional (OCP) Java SE 6 Programmer (SCJP) Oracle Certified Master Java SE6 Developer (SCJD)

Recommended for you

ATDD in practice
ATDD in practiceATDD in practice
ATDD in practice

ATDD is about improving communication between stakeholders to develop the right product. It involves collaboratively specifying requirements using examples of desired system behaviors in a testable format. These executable specifications are then automated as tests to prevent defects and ensure the system works as intended. SpecFlow is one framework that can be used to automate acceptance criteria written in a Given-When-Then style.

specflowatddbdd
Java Training in Chennai - Payilagam Syllabus
Java Training in Chennai - Payilagam SyllabusJava Training in Chennai - Payilagam Syllabus
Java Training in Chennai - Payilagam Syllabus

Payilagam Software Training Institute provides Java and J2EE training courses that cover fundamental and advanced concepts. The Java course covers topics like object-oriented programming, Java programming, classes and objects, inheritance, interfaces, exceptions and more. The J2EE course covers servlets, JSP, EJBs, JDBC, frameworks and other technologies. The training is offered at their institute located in Chennai, India.

java training syllabusjava training in velacheryjava training in chennai
(A)TDD The what, why and how
(A)TDD The what, why and how(A)TDD The what, why and how
(A)TDD The what, why and how

This document discusses Acceptance Test Driven Development (ATDD), Behavior Driven Development (BDD), and Test Driven Development (TDD). ATDD uses automated acceptance tests defined early in development to ensure all stakeholders understand requirements. BDD uses a Given/When/Then framework to define automated acceptance tests that assert system functionality. SpecFlow is a tool that allows testers, analysts, and developers to collaborate on BDD feature files and step definitions. TDD involves writing automated tests before code to improve quality and support refactoring through the "Red-Green-Refactor" cycle. The document demonstrates SpecFlow with an example of a movie ticketing system.

Questions ? JUG Latvia

More Related Content

What's hot

What Is Java | Java Tutorial | Java Programming | Learn Java | Edureka
What Is Java | Java Tutorial | Java Programming | Learn Java | EdurekaWhat Is Java | Java Tutorial | Java Programming | Learn Java | Edureka
What Is Java | Java Tutorial | Java Programming | Learn Java | Edureka
Edureka!
 
What all things to consider for a good career in java
What all things to consider for a good career in javaWhat all things to consider for a good career in java
What all things to consider for a good career in java
JanBask Training
 
SCWCD 5 study guide
SCWCD 5 study guideSCWCD 5 study guide
SCWCD 5 study guide
Pondurai Singh
 
DevLabs Alliance Top 20 Software Testing Interview Questions for SDET - by De...
DevLabs Alliance Top 20 Software Testing Interview Questions for SDET - by De...DevLabs Alliance Top 20 Software Testing Interview Questions for SDET - by De...
DevLabs Alliance Top 20 Software Testing Interview Questions for SDET - by De...
DevLabs Alliance
 
2 anton muzhailo - team development techniques you must know to be a valuab...
2   anton muzhailo - team development techniques you must know to be a valuab...2   anton muzhailo - team development techniques you must know to be a valuab...
2 anton muzhailo - team development techniques you must know to be a valuab...
Ievgenii Katsan
 
Php meetup 20130912 reflection
Php meetup 20130912   reflectionPhp meetup 20130912   reflection
Php meetup 20130912 reflection
JoelRSimpson
 
Current Testing Challenges Ireland
Current Testing Challenges IrelandCurrent Testing Challenges Ireland
Current Testing Challenges Ireland
David O'Dowd
 
Clean Code
Clean CodeClean Code
Clean Code
Victor Rentea
 
Extreme Professionalism - Software Craftsmanship
Extreme Professionalism - Software CraftsmanshipExtreme Professionalism - Software Craftsmanship
Extreme Professionalism - Software Craftsmanship
Victor Rentea
 
TDD Mantra
TDD MantraTDD Mantra
TDD Mantra
Victor Rentea
 
Refactoring legacy code
Refactoring legacy codeRefactoring legacy code
Refactoring legacy code
Pablo Neves Machado
 
Micro service quality
Micro service qualityMicro service quality
Micro service quality
Rafael Lima
 
ATDD in practice
ATDD in practiceATDD in practice
ATDD in practice
Andrei Marukovich
 
Java Training in Chennai - Payilagam Syllabus
Java Training in Chennai - Payilagam SyllabusJava Training in Chennai - Payilagam Syllabus
Java Training in Chennai - Payilagam Syllabus
Payilagam Software Training institute
 
(A)TDD The what, why and how
(A)TDD The what, why and how(A)TDD The what, why and how
(A)TDD The what, why and how
Alexander van Trijffel
 
Hibernate and Spring - Unleash the Magic
Hibernate and Spring - Unleash the MagicHibernate and Spring - Unleash the Magic
Hibernate and Spring - Unleash the Magic
Victor Rentea
 
Functional Patterns with Java8 at Devoxx UK - Slides
Functional Patterns with Java8 at Devoxx UK - SlidesFunctional Patterns with Java8 at Devoxx UK - Slides
Functional Patterns with Java8 at Devoxx UK - Slides
Victor Rentea
 
The Proxy Fairy, and The Magic of Spring Framework
The Proxy Fairy, and The Magic of Spring FrameworkThe Proxy Fairy, and The Magic of Spring Framework
The Proxy Fairy, and The Magic of Spring Framework
Victor Rentea
 

What's hot (18)

What Is Java | Java Tutorial | Java Programming | Learn Java | Edureka
What Is Java | Java Tutorial | Java Programming | Learn Java | EdurekaWhat Is Java | Java Tutorial | Java Programming | Learn Java | Edureka
What Is Java | Java Tutorial | Java Programming | Learn Java | Edureka
 
What all things to consider for a good career in java
What all things to consider for a good career in javaWhat all things to consider for a good career in java
What all things to consider for a good career in java
 
SCWCD 5 study guide
SCWCD 5 study guideSCWCD 5 study guide
SCWCD 5 study guide
 
DevLabs Alliance Top 20 Software Testing Interview Questions for SDET - by De...
DevLabs Alliance Top 20 Software Testing Interview Questions for SDET - by De...DevLabs Alliance Top 20 Software Testing Interview Questions for SDET - by De...
DevLabs Alliance Top 20 Software Testing Interview Questions for SDET - by De...
 
2 anton muzhailo - team development techniques you must know to be a valuab...
2   anton muzhailo - team development techniques you must know to be a valuab...2   anton muzhailo - team development techniques you must know to be a valuab...
2 anton muzhailo - team development techniques you must know to be a valuab...
 
Php meetup 20130912 reflection
Php meetup 20130912   reflectionPhp meetup 20130912   reflection
Php meetup 20130912 reflection
 
Current Testing Challenges Ireland
Current Testing Challenges IrelandCurrent Testing Challenges Ireland
Current Testing Challenges Ireland
 
Clean Code
Clean CodeClean Code
Clean Code
 
Extreme Professionalism - Software Craftsmanship
Extreme Professionalism - Software CraftsmanshipExtreme Professionalism - Software Craftsmanship
Extreme Professionalism - Software Craftsmanship
 
TDD Mantra
TDD MantraTDD Mantra
TDD Mantra
 
Refactoring legacy code
Refactoring legacy codeRefactoring legacy code
Refactoring legacy code
 
Micro service quality
Micro service qualityMicro service quality
Micro service quality
 
ATDD in practice
ATDD in practiceATDD in practice
ATDD in practice
 
Java Training in Chennai - Payilagam Syllabus
Java Training in Chennai - Payilagam SyllabusJava Training in Chennai - Payilagam Syllabus
Java Training in Chennai - Payilagam Syllabus
 
(A)TDD The what, why and how
(A)TDD The what, why and how(A)TDD The what, why and how
(A)TDD The what, why and how
 
Hibernate and Spring - Unleash the Magic
Hibernate and Spring - Unleash the MagicHibernate and Spring - Unleash the Magic
Hibernate and Spring - Unleash the Magic
 
Functional Patterns with Java8 at Devoxx UK - Slides
Functional Patterns with Java8 at Devoxx UK - SlidesFunctional Patterns with Java8 at Devoxx UK - Slides
Functional Patterns with Java8 at Devoxx UK - Slides
 
The Proxy Fairy, and The Magic of Spring Framework
The Proxy Fairy, and The Magic of Spring FrameworkThe Proxy Fairy, and The Magic of Spring Framework
The Proxy Fairy, and The Magic of Spring Framework
 

Viewers also liked

Desarrollo de java [CURSO JAVA]
Desarrollo de java [CURSO JAVA]Desarrollo de java [CURSO JAVA]
Desarrollo de java [CURSO JAVA]
Hack '
 
OCP Java (OCPJP) 8 Exam Quick Reference Card
OCP Java (OCPJP) 8 Exam Quick Reference CardOCP Java (OCPJP) 8 Exam Quick Reference Card
OCP Java (OCPJP) 8 Exam Quick Reference Card
Hari kiran G
 
OCA Java SE 8 Exam Chapter 5 Class Design
OCA Java SE 8 Exam Chapter 5 Class DesignOCA Java SE 8 Exam Chapter 5 Class Design
OCA Java SE 8 Exam Chapter 5 Class Design
İbrahim Kürce
 
Java SE 8
Java SE 8Java SE 8
Java SE 8
Simon Ritter
 
Cracking OCA and OCP Java 8 Exams
Cracking OCA and OCP Java 8 ExamsCracking OCA and OCP Java 8 Exams
Cracking OCA and OCP Java 8 Exams
Ganesh Samarthyam
 
Sailing with Java 8 Streams
Sailing with Java 8 StreamsSailing with Java 8 Streams
Sailing with Java 8 Streams
Ganesh Samarthyam
 
Basic java tutorial
Basic java tutorialBasic java tutorial
Basic java tutorial
Pedro De Almeida
 
Functional Thinking - Programming with Lambdas in Java 8
Functional Thinking - Programming with Lambdas in Java 8Functional Thinking - Programming with Lambdas in Java 8
Functional Thinking - Programming with Lambdas in Java 8
Ganesh Samarthyam
 
Java Tutorial
Java TutorialJava Tutorial
Java Tutorial
Vijay A Raj
 

Viewers also liked (10)

Desarrollo de java [CURSO JAVA]
Desarrollo de java [CURSO JAVA]Desarrollo de java [CURSO JAVA]
Desarrollo de java [CURSO JAVA]
 
Corso Java 1 - BASE
Corso Java 1 - BASECorso Java 1 - BASE
Corso Java 1 - BASE
 
OCP Java (OCPJP) 8 Exam Quick Reference Card
OCP Java (OCPJP) 8 Exam Quick Reference CardOCP Java (OCPJP) 8 Exam Quick Reference Card
OCP Java (OCPJP) 8 Exam Quick Reference Card
 
OCA Java SE 8 Exam Chapter 5 Class Design
OCA Java SE 8 Exam Chapter 5 Class DesignOCA Java SE 8 Exam Chapter 5 Class Design
OCA Java SE 8 Exam Chapter 5 Class Design
 
Java SE 8
Java SE 8Java SE 8
Java SE 8
 
Cracking OCA and OCP Java 8 Exams
Cracking OCA and OCP Java 8 ExamsCracking OCA and OCP Java 8 Exams
Cracking OCA and OCP Java 8 Exams
 
Sailing with Java 8 Streams
Sailing with Java 8 StreamsSailing with Java 8 Streams
Sailing with Java 8 Streams
 
Basic java tutorial
Basic java tutorialBasic java tutorial
Basic java tutorial
 
Functional Thinking - Programming with Lambdas in Java 8
Functional Thinking - Programming with Lambdas in Java 8Functional Thinking - Programming with Lambdas in Java 8
Functional Thinking - Programming with Lambdas in Java 8
 
Java Tutorial
Java TutorialJava Tutorial
Java Tutorial
 

Similar to Java Certification

scjp 5 preparation guide
scjp 5 preparation guidescjp 5 preparation guide
scjp 5 preparation guide
Ganesh P
 
JavaCro'15 - Java Certification – in theory and practice - Branko Mihaljević,...
JavaCro'15 - Java Certification – in theory and practice - Branko Mihaljević,...JavaCro'15 - Java Certification – in theory and practice - Branko Mihaljević,...
JavaCro'15 - Java Certification – in theory and practice - Branko Mihaljević,...
HUJAK - Hrvatska udruga Java korisnika / Croatian Java User Association
 
Java certifications
Java certificationsJava certifications
Java certifications
Ganesh P
 
ocejwcd 6 preparation guide
ocejwcd 6 preparation guideocejwcd 6 preparation guide
ocejwcd 6 preparation guide
Ganesh P
 
Java Certification by HUJAK - 2015-05-12 - at JavaCro'15 conference
Java Certification by HUJAK - 2015-05-12 - at JavaCro'15 conferenceJava Certification by HUJAK - 2015-05-12 - at JavaCro'15 conference
Java Certification by HUJAK - 2015-05-12 - at JavaCro'15 conference
HUJAK - Hrvatska udruga Java korisnika / Croatian Java User Association
 
Java certification
Java certificationJava certification
Java certification
Ganesh P
 
SCWCD 5 preparation guide
SCWCD 5 preparation guideSCWCD 5 preparation guide
SCWCD 5 preparation guide
Ganesh P
 
Java 2018 certifications
Java 2018 certificationsJava 2018 certifications
Java 2018 certifications
Rory Preddy
 
Java Certification
Java CertificationJava Certification
Java Certification
Ganesh P
 
ocejwsd 6 preparation guide
ocejwsd 6 preparation guideocejwsd 6 preparation guide
ocejwsd 6 preparation guide
Ganesh P
 
SCDJWS 5 preparation guide
SCDJWS 5 preparation guideSCDJWS 5 preparation guide
SCDJWS 5 preparation guide
Ganesh P
 
Certifications Java
Certifications JavaCertifications Java
Certifications Java
Yannick Chartois
 
Java Certification Tutorial | Java Tutorial For Beginners | Java Training | E...
Java Certification Tutorial | Java Tutorial For Beginners | Java Training | E...Java Certification Tutorial | Java Tutorial For Beginners | Java Training | E...
Java Certification Tutorial | Java Tutorial For Beginners | Java Training | E...
Edureka!
 
ZcCsXvjIRFKcqd2Yzt4d_Shallahamer-MLPoorPerf-3d.pdf
ZcCsXvjIRFKcqd2Yzt4d_Shallahamer-MLPoorPerf-3d.pdfZcCsXvjIRFKcqd2Yzt4d_Shallahamer-MLPoorPerf-3d.pdf
ZcCsXvjIRFKcqd2Yzt4d_Shallahamer-MLPoorPerf-3d.pdf
cookie1969
 
Wicket Deliver Your Webapp On Time
Wicket Deliver Your Webapp On TimeWicket Deliver Your Webapp On Time
Wicket Deliver Your Webapp On Time
Will Hoover
 
Java Tutorial For Beginners - Step By Step | Java Basics | Java Certification...
Java Tutorial For Beginners - Step By Step | Java Basics | Java Certification...Java Tutorial For Beginners - Step By Step | Java Basics | Java Certification...
Java Tutorial For Beginners - Step By Step | Java Basics | Java Certification...
Edureka!
 
Владимир Иванов (Oracle): Java: прошлое и будущее
Владимир Иванов (Oracle): Java: прошлое и будущееВладимир Иванов (Oracle): Java: прошлое и будущее
Владимир Иванов (Oracle): Java: прошлое и будущее
Olga Lavrentieva
 
Certificação Java
Certificação JavaCertificação Java
Certificação Java
Edson Yanaga
 
Why should i switch to Java SE 7
Why should i switch to Java SE 7Why should i switch to Java SE 7
Why should i switch to Java SE 7
Vinay H G
 
How to clear java certification?
How to clear java certification?How to clear java certification?
How to clear java certification?
Avinash Bikumalla
 

Similar to Java Certification (20)

scjp 5 preparation guide
scjp 5 preparation guidescjp 5 preparation guide
scjp 5 preparation guide
 
JavaCro'15 - Java Certification – in theory and practice - Branko Mihaljević,...
JavaCro'15 - Java Certification – in theory and practice - Branko Mihaljević,...JavaCro'15 - Java Certification – in theory and practice - Branko Mihaljević,...
JavaCro'15 - Java Certification – in theory and practice - Branko Mihaljević,...
 
Java certifications
Java certificationsJava certifications
Java certifications
 
ocejwcd 6 preparation guide
ocejwcd 6 preparation guideocejwcd 6 preparation guide
ocejwcd 6 preparation guide
 
Java Certification by HUJAK - 2015-05-12 - at JavaCro'15 conference
Java Certification by HUJAK - 2015-05-12 - at JavaCro'15 conferenceJava Certification by HUJAK - 2015-05-12 - at JavaCro'15 conference
Java Certification by HUJAK - 2015-05-12 - at JavaCro'15 conference
 
Java certification
Java certificationJava certification
Java certification
 
SCWCD 5 preparation guide
SCWCD 5 preparation guideSCWCD 5 preparation guide
SCWCD 5 preparation guide
 
Java 2018 certifications
Java 2018 certificationsJava 2018 certifications
Java 2018 certifications
 
Java Certification
Java CertificationJava Certification
Java Certification
 
ocejwsd 6 preparation guide
ocejwsd 6 preparation guideocejwsd 6 preparation guide
ocejwsd 6 preparation guide
 
SCDJWS 5 preparation guide
SCDJWS 5 preparation guideSCDJWS 5 preparation guide
SCDJWS 5 preparation guide
 
Certifications Java
Certifications JavaCertifications Java
Certifications Java
 
Java Certification Tutorial | Java Tutorial For Beginners | Java Training | E...
Java Certification Tutorial | Java Tutorial For Beginners | Java Training | E...Java Certification Tutorial | Java Tutorial For Beginners | Java Training | E...
Java Certification Tutorial | Java Tutorial For Beginners | Java Training | E...
 
ZcCsXvjIRFKcqd2Yzt4d_Shallahamer-MLPoorPerf-3d.pdf
ZcCsXvjIRFKcqd2Yzt4d_Shallahamer-MLPoorPerf-3d.pdfZcCsXvjIRFKcqd2Yzt4d_Shallahamer-MLPoorPerf-3d.pdf
ZcCsXvjIRFKcqd2Yzt4d_Shallahamer-MLPoorPerf-3d.pdf
 
Wicket Deliver Your Webapp On Time
Wicket Deliver Your Webapp On TimeWicket Deliver Your Webapp On Time
Wicket Deliver Your Webapp On Time
 
Java Tutorial For Beginners - Step By Step | Java Basics | Java Certification...
Java Tutorial For Beginners - Step By Step | Java Basics | Java Certification...Java Tutorial For Beginners - Step By Step | Java Basics | Java Certification...
Java Tutorial For Beginners - Step By Step | Java Basics | Java Certification...
 
Владимир Иванов (Oracle): Java: прошлое и будущее
Владимир Иванов (Oracle): Java: прошлое и будущееВладимир Иванов (Oracle): Java: прошлое и будущее
Владимир Иванов (Oracle): Java: прошлое и будущее
 
Certificação Java
Certificação JavaCertificação Java
Certificação Java
 
Why should i switch to Java SE 7
Why should i switch to Java SE 7Why should i switch to Java SE 7
Why should i switch to Java SE 7
 
How to clear java certification?
How to clear java certification?How to clear java certification?
How to clear java certification?
 

More from Dmitry Buzdin

How Payment Cards Really Work?
How Payment Cards Really Work?How Payment Cards Really Work?
How Payment Cards Really Work?
Dmitry Buzdin
 
Как построить свой фреймворк для автотестов?
Как построить свой фреймворк для автотестов?Как построить свой фреймворк для автотестов?
Как построить свой фреймворк для автотестов?
Dmitry Buzdin
 
How to grow your own Microservice?
How to grow your own Microservice?How to grow your own Microservice?
How to grow your own Microservice?
Dmitry Buzdin
 
How to Build Your Own Test Automation Framework?
How to Build Your Own Test Automation Framework?How to Build Your Own Test Automation Framework?
How to Build Your Own Test Automation Framework?
Dmitry Buzdin
 
Delivery Pipeline for Windows Machines
Delivery Pipeline for Windows MachinesDelivery Pipeline for Windows Machines
Delivery Pipeline for Windows Machines
Dmitry Buzdin
 
Big Data Processing Using Hadoop Infrastructure
Big Data Processing Using Hadoop InfrastructureBig Data Processing Using Hadoop Infrastructure
Big Data Processing Using Hadoop Infrastructure
Dmitry Buzdin
 
JOOQ and Flyway
JOOQ and FlywayJOOQ and Flyway
JOOQ and Flyway
Dmitry Buzdin
 
Developing Useful APIs
Developing Useful APIsDeveloping Useful APIs
Developing Useful APIs
Dmitry Buzdin
 
Whats New in Java 8
Whats New in Java 8Whats New in Java 8
Whats New in Java 8
Dmitry Buzdin
 
Архитектура Ленты на Одноклассниках
Архитектура Ленты на ОдноклассникахАрхитектура Ленты на Одноклассниках
Архитектура Ленты на Одноклассниках
Dmitry Buzdin
 
Dart Workshop
Dart WorkshopDart Workshop
Dart Workshop
Dmitry Buzdin
 
Riding Redis @ask.fm
Riding Redis @ask.fmRiding Redis @ask.fm
Riding Redis @ask.fm
Dmitry Buzdin
 
Rubylight JUG Contest Results Part II
Rubylight JUG Contest Results Part IIRubylight JUG Contest Results Part II
Rubylight JUG Contest Results Part II
Dmitry Buzdin
 
Rubylight Pattern-Matching Solutions
Rubylight Pattern-Matching SolutionsRubylight Pattern-Matching Solutions
Rubylight Pattern-Matching Solutions
Dmitry Buzdin
 
Refactoring to Macros with Clojure
Refactoring to Macros with ClojureRefactoring to Macros with Clojure
Refactoring to Macros with Clojure
Dmitry Buzdin
 
Poor Man's Functional Programming
Poor Man's Functional ProgrammingPoor Man's Functional Programming
Poor Man's Functional Programming
Dmitry Buzdin
 
Rubylight programming contest
Rubylight programming contestRubylight programming contest
Rubylight programming contest
Dmitry Buzdin
 
Continuous Delivery
Continuous Delivery Continuous Delivery
Continuous Delivery
Dmitry Buzdin
 
Introduction to DevOps
Introduction to DevOpsIntroduction to DevOps
Introduction to DevOps
Dmitry Buzdin
 
Thread Dump Analysis
Thread Dump AnalysisThread Dump Analysis
Thread Dump Analysis
Dmitry Buzdin
 

More from Dmitry Buzdin (20)

How Payment Cards Really Work?
How Payment Cards Really Work?How Payment Cards Really Work?
How Payment Cards Really Work?
 
Как построить свой фреймворк для автотестов?
Как построить свой фреймворк для автотестов?Как построить свой фреймворк для автотестов?
Как построить свой фреймворк для автотестов?
 
How to grow your own Microservice?
How to grow your own Microservice?How to grow your own Microservice?
How to grow your own Microservice?
 
How to Build Your Own Test Automation Framework?
How to Build Your Own Test Automation Framework?How to Build Your Own Test Automation Framework?
How to Build Your Own Test Automation Framework?
 
Delivery Pipeline for Windows Machines
Delivery Pipeline for Windows MachinesDelivery Pipeline for Windows Machines
Delivery Pipeline for Windows Machines
 
Big Data Processing Using Hadoop Infrastructure
Big Data Processing Using Hadoop InfrastructureBig Data Processing Using Hadoop Infrastructure
Big Data Processing Using Hadoop Infrastructure
 
JOOQ and Flyway
JOOQ and FlywayJOOQ and Flyway
JOOQ and Flyway
 
Developing Useful APIs
Developing Useful APIsDeveloping Useful APIs
Developing Useful APIs
 
Whats New in Java 8
Whats New in Java 8Whats New in Java 8
Whats New in Java 8
 
Архитектура Ленты на Одноклассниках
Архитектура Ленты на ОдноклассникахАрхитектура Ленты на Одноклассниках
Архитектура Ленты на Одноклассниках
 
Dart Workshop
Dart WorkshopDart Workshop
Dart Workshop
 
Riding Redis @ask.fm
Riding Redis @ask.fmRiding Redis @ask.fm
Riding Redis @ask.fm
 
Rubylight JUG Contest Results Part II
Rubylight JUG Contest Results Part IIRubylight JUG Contest Results Part II
Rubylight JUG Contest Results Part II
 
Rubylight Pattern-Matching Solutions
Rubylight Pattern-Matching SolutionsRubylight Pattern-Matching Solutions
Rubylight Pattern-Matching Solutions
 
Refactoring to Macros with Clojure
Refactoring to Macros with ClojureRefactoring to Macros with Clojure
Refactoring to Macros with Clojure
 
Poor Man's Functional Programming
Poor Man's Functional ProgrammingPoor Man's Functional Programming
Poor Man's Functional Programming
 
Rubylight programming contest
Rubylight programming contestRubylight programming contest
Rubylight programming contest
 
Continuous Delivery
Continuous Delivery Continuous Delivery
Continuous Delivery
 
Introduction to DevOps
Introduction to DevOpsIntroduction to DevOps
Introduction to DevOps
 
Thread Dump Analysis
Thread Dump AnalysisThread Dump Analysis
Thread Dump Analysis
 

Java Certification

  • 1. Java Certification Denis Udod C.T.Co SIA JUG Latvia
  • 2. Certification: NEEDED or NOT? JUG Latvia
  • 3. Certification + There are lots of pluses - But, you have to spend time JUG Latvia
  • 4. Where and how? Oracle (Sun) Java Certification Other certification JavaBlackBelt ( www.blackbeltfactory.com ) BrainBench ( www.brainbench.com ) JUG Latvia
  • 5. Oracle Java Certifications JUG Latvia Oracle Certified Associate (OCA) Java SE 5/6 (SCJA) Oracle Certified Professional (OCP) Java SE Programmer (SCJP) Oracle Certified Master Java EE 5 Enterprise Architect (SCEA) Oracle Certified Master Java SE6 Developer (SCJD)
  • 6. Oracle Java Certifications JUG Latvia Oracle Certified Associate (OCA) Java SE 5/6 (SCJA) Oracle Certified Professional (OCP) Java SE Programmer (SCJP) Oracle Certified Master Java EE 5 Enterprise Architect (SCEA) Oracle Certified Master Java SE6 Developer (SCJD)
  • 7. Oracle Java Certifications JUG Latvia Oracle Certified Associate (OCA) Java SE 5/6 (SCJA) Oracle Certified Professional (OCP) Java SE Programmer (SCJP) Oracle Certified Master Java EE 5 Enterprise Architect (SCEA) Oracle Certified Master Java SE6 Developer (SCJD)
  • 8. Oracle Java Certifications JUG Latvia Oracle Certified Associate (OCA) Java SE 5/6 (SCJA) Oracle Certified Professional (OCP) Java SE Programmer (SCJP) Oracle Certified Master Java EE 5 Enterprise Architect (SCEA) Oracle Certified Master Java SE6 Developer (SCJD)
  • 9. Oracle Java Certifications JUG Latvia Oracle Certified Associate (OCA) Java SE 5/6 (SCJA) Oracle Certified Professional (OCP) Java SE Programmer (SCJP) Oracle Certified Master Java EE 5 Enterprise Architect (SCEA) Oracle Certified Master Java SE6 Developer (SCJD)
  • 10. Oracle Java Certifications Oracle Education -> Certification -> Java education.oracle.com JUG Latvia
  • 11. SCJP Certification Questions: 60 Duration: 180 minutes Passing Score: 58.33% (35/60) Language: English (Russian) JUG Latvia
  • 12. Certification Exam Prometric testing center www.prometric.com Baltijas Datoru Academija (BDA) www.bda.lv Elva Baltic Datorzinibu centrs JUG Latvia
  • 13. How to prepare? Book: SCJP Sun Certified Programmer for Java 6 Study Guide JUG Latvia
  • 14. How to prepare? Beta(Mock) Exams W hizlabs SCJP exam simulator www.whizlabs.com/scjp/mock-exam.html JUG Latvia
  • 15. Next Certifications ? JUG Latvia Oracle Certified Associate (OCA) Java SE 5/6 (SCJA) Oracle Certified Professional (OCP) Java SE Programmer (SCJP) Oracle Certified Master Java EE 5 Enterprise Architect (SCEA) Oracle Certified Master Java SE6 Developer (SCJD)
  • 16. New Oracle Java EE6 JUG Latvia Oracle Certified Associate (OCA) Java SE 6 (SCJA) Oracle Certified Professional (OCP) Java SE 6 Programmer (SCJP) Oracle Certified Master Java SE6 Developer (SCJD)
  • 17. Questions ? JUG Latvia