Table of content
At last T3DD18 (TYPO3 developer days) held at Düsseldorf, our TYPO3 team leader Keval Pandya appeared for TCCI exam and cleared it - Congratulations again!
We are happy to share his experience to prepare and pass the exam. So are you excited to appear for TCCI exam and need to grasp some tips and tricks? Alright! Then, you are at the right place.
TYPO3 Certification for better TYPO3 eco-system
TYPO3 is proudly recognized as one of the only open source communities to have a dedicated Education & Certification Committee, established by the TYPO3 Association’s Board and Expert Advisory Board in early 2014.
What are the main activities of the TYPO3 committee?
- Setting up an education strategy
- Managing the TYPO3 certification program
- Defining global standards for TYPO3 certifications
- Training/workshop for certification
- Co-ordinating with other TYPO3 teams
- Much more.,
Why TYPO3 certification is important?
TYPO3 certification programs ensure the competence of professionals and by providing a measurement of knowledge and skills.
for TYPO3 agency
TYPO3 service providers can highlight such certification for their strong position in the market. Even for TYPO3 freelancers, it gives a more competitive advantage.
for Decision-makers
The certificate gives more confidence to decision makers for the success of the project.
for TYPO3 eco-system
The certified integrators, developers, editors, and consultant gives the best quality of work, so TYPO3 eco-system works well with less chance of failures projects.
for Personal feeling
It gives personal proud feeling to a person who passed and gets a certification badge.
Source: https://www.eventbrite.com/e/typo3-certification-during-typo3camp-vienna-2019-tickets-54802663241
How many TYPO3 certifications are available?
What is TCCI (TYPO3 CMS Certified Integrator)?
The TYPO3 CMS Certified Integrator (TCCI) exam was the first certification provided by the TYPO3 Association in the year 2008.
The certification team defines the role of “certified TYPO3 integrator” as follows:
“A TYPO3 CMS Certified Integrator develops the template for a website, configures all necessary extensions and creates access rights for backend users. An integrator does not install TYPO3 on the web server and does not develop extensions, but knows how to configure a pre-installed TYPO3 instance.”
It’s great to start with basics
Source: https://typo3.org/article/successful-typo3-cms-developer-certification-kickoff/
Some general information about all the certification are as follows:
Language
All the exams are exclusively conducted in English.
TYPO3 Version Used in the Exam
Exams are generally based on the most recent or previous TYPO3 LTS (Long-Term Support) version. However, it’s highly recommended to confirm the exact TYPO3 version before the exam—this information is usually provided during the registration process.
Questions & Answers
All exam questions are carefully crafted by TYPO3 experts and are regularly reviewed and updated according to strict quality guidelines.
Re-Apply for Exam
In the event, if an applicant does not qualify in the exam, he/she may retake them as many times they wish. After each unsuccessful attempt, three months holding up period applies.
Location for examination
Unfortunately, TYPO3 exams are not available world-wide eg., Earlier, there was a good option to take TYPO3 exam through Pearson Vue. I’m sure, the certification team is already working hard to available for outside Europe.
At the moment (March 2019), TYPO3 certification tests are usually taken at TYPO3 events like TYPO3 Developer Days, annual TYPO3 CertiFUNcation Day, TYPO3camps, TYPO3 conferences and so on.
Canceling a Registration
On the off chance, if you don't turn up at the scheduled date/time of examination without giving early notification of retraction, the refund would not be provided. In case of urgency, you need to do this somewhere around 48 hours before the booked date and time.
Roadmap to get certification
- Being aware of Syllabus
- In-depth dive to the Topics
- Registration
- Take the exam
- Enjoy your success party
Where to apply for the TCCI?
Choose the TYPO3 Events
Visit the official TYPO3 events page and choose your best suitable TYPO3 events https://typo3.org/community/events/
Registration cost
- 200 € for TYPO3 Certified Integrator exam
- 150 € for TYPO3 Certified Integrator exam for members of the TYPO3 Association
- 150 € for TYPO3 Certified Integrator exam for employees of members of the TYPO3 Association (bronze, silver, gold or platinum level)
Eventbrite to register
You may perform registration at TYPO3 association’s official Eventbrite page at https://www.eventbrite.com/o/typo3-education-committee-typo3-association-8060006853
How to prepare for Certification?
The good news is that the TYPO3 Certification Team has defined a clear syllabus covering specific topics. Below are some helpful tips and tricks to prepare more effectively and confidently for the certification exam.
Step 1. Dream it
Forgot TYPO3 at the moment. First, you should set your vision to become TYPO3 certified integrator, which will keep motivating you to “lots read and practice” the TYPO3.
Step 2. Check topics
To clear the scope and vision, take a quick look at all the topics and sub-topics of https://typo3.com/services/certifications
Step 3: Build Theoretical Knowledge via TYPO3 Documentation
For each exam topic, you'll find a “References” section that links to recommended reading on docs.typo3.org. We highly recommend reading these resources thoroughly, as they form a strong theoretical foundation for the exam.
It will help you to clear theoretical knowledge for eg., How can you know all the properties of FLUID TEMPLATE TypoScript object, simply go here https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/ContentObjects/Fluidtemplate/Index.html
Step 4. Practical knowledge through Practice
Of course, The exam is exactly what you know practically to integrate templates into TYPO3. Your real-time project’s work is the only best way to learn and prepare for the exam. There will be many tricky questions which can be only answered if you have done good-enough TYPO3 practice.
What type of TYPO3 questions asked in the exam
1. TYPO3 General Test Questions
You need to read general TYPO3 topics like how TYPO3 community works, what is TYPO3 association, history of TYPO3, Code of conduct, Roadmap & release cycle of TYPO3, etc.,
Sample Question
Question:
What is a TYPO3 User Group? (1)
Options:
1. A group on the internet, such as typo3.ug.muenchen.
2. A support network organized by companies.
3. A casual meeting of TYPO3 enthusiasts.
4. A chat channel.
5. A group similar to the TYPO3 Association but based on users.
2. Theoretical Test Questions
You should read docs.typo3.org for in-depth properties and objects of TypoScript/Fluid, because in our routine TYPO3 project's work, there are many properties/objects which we never used or practised. Your only friend is - TYPO3 official documentation.
Sample Question
Question:
The following script aims to produce a debug output on the screen.
Why is it not functioning by default? (1)
page = PAGE
page.10 = TEXT
page.10.value = Hello world!
page.10.debugData = 1
Options:
1. The syntax is wrong, it should be page.10.stdWrap.debugData.
2. The output is always written to a log file and not displayed on screen.
3. You first have to enter the client IP in the Install Tool.
4. The function mentioned above only works for local installations. If the TYPO3 instance is on
the Internet, the display of debug data does not work.
5. The output happens in the backend in a module within the “Info” module, rather than on
screen.
3. Logical Test Questions
There are some tricky questions (especially with TypoScript and Fluid) where you need to show your logical power.
Sample Question
Question:
What is the output produced by the following TypoScript code? (1)
page = PAGE
page.10 = COA
page.10 {
30 = TEXT
30.value = A
30.wrap = B|C
40 = HTML
40.value = D
40.wrap = E|F
20 < .30
40.value = G
}
Optinos:
1. BACEGF
2. DBACD
3. DBACG
4. EDFBACEGF
5. DBACEGF
6. DBACEDF
7. BACBAC
4. Practical Questions
According to our experience, the majority there are more practical questions are asked, that means what you know (and practice) about TYPO3 integrator? That means you should be master o
- TYPO3 Installation and Configuration
- TypoScript and Fluid
- Backend adminstration
- Users roles and access
- Performance optimisation
- TYPO3 third-party extensions
- Workspace Flow
- etc.,
Sample Question
Question:
Which menu state can you use to indicate pages if access to
them is restricted to user groups where
the group name begins with the letters A-K? (2)
Optinos:
1. NO
2. USERDEF1
3. USERDEF2
4. CUR
5. CURIFSUB
6. ACT
7. ACTIFSUB
Credit: Above sample questions taken from TYPO3 certification integrator book, Thanks Michael Schams!
TYPO3 Training and Workshop
Education committee’s workshop
The education and certification team regularly organize training and workshop, like https://typo3.org/article/prepare-for-your-certified-typo3-integrator-exam-with-ease/
SkillDisplay
The team of SkillDisplay and TYPO3 GmbH are working hard to prepare an organized way of learning and prepare the TYPO3 exam, You may found some of their official blogs at https://typo3.com/blog/category/training-certification.
TYPO3 Books
To prepare effectively for the exam, we highly recommend studying the top-rated TYPO3 books authored by Michael Schams.
It’s an ideal study guide for the preparation of certification, current 5th edition contains 250 questions. Don’t miss to read “How to use this book” section before you start to read TYPO3 questions.
What care one must take during the exam?
- We recommend arriving at the test center 15 to 30 minutes before your exam starts. This ensures enough time for registration and any necessary pre-exam procedures.
- Candidates must present a valid official identification document that clearly shows their full name, photograph, and signature. Accepted forms of ID include a passport or a national identification card.
- Before taking the exam, signing the NDA (Non-Disclosure Agreement) is mandatory. By signing it, you agree to keep all exam materials strictly confidential — including questions and answers — and not to share them under any circumstances.
- Applicant has 90 minutes to go through the test and answer and answer as many questions possible.
- The exam consists of multiple-choice questions, each with one or more correct answers. Fortunately, each question clearly states how many answers are correct.
Please note: if a question has multiple correct answers and the candidate fails to select all of them, the answer will be marked incorrect and no points will be awarded.
Score and Statistics
75 Questions
would be asked in the exam paper
90 Minutes
of time to complete exam paper
1.2 minutes
to answer each question
~60 out of 75 answers
should be correct to become certified integrator (CAUTION: it’s not defined by the certification team, but majoring according to our experience).
How will you receive your badge/certification?
Results Delivered via Email
After completing the exam, you will receive an email with your result, whether you passed or not, within a few weeks.
Receiving the TYPO3 Certificate
Candidates who pass the test will receive their official TYPO3 certificate by post within one month.
The candidate may refer to themselves as a Certified TYPO3 Integrator until the certificate expires, which is after 3 years.
Your name at Certification Listing
Also, the names of candidates with TYPO3 certification would be listed on- https://typo3.com/services/certifications/certified-integrator-listing
Summary
Have a dream and passion to become TYPO3 certified integrator.
Aware with a syllabus of TCCI exam.
Theoretically and practically dig in-depth at each topic.
Register for your best available time and location.
Keep calm while giving the examination and wait for the results.
Celebrate your winning shot by becoming a TYPO3 Certified Integrator!
We wish you best wishes for your TYPO3 certification integrator exam :)
Reference
- The official page of TYPO3 CMS Certified Integrator
- English version book of TCCI
- Topics and Syllabus of TCCI
- Listing of all Certified TYPO3 Integrators
- Workshop news for TCCI
- Official TYPO3 shop to register TCCI exam
TYPO3 Education and Certification Committee
Contact for Internet agency and TYPO3 projects
Sven Thelemann
Service Partner - Germany

Be the First to Comment