Question 1
Question
If you have the impression that page reproduction is taking an unusually long time, it would be useful to have some figures to back this up. How
can you measure the time taken to reproduce a page in the frontend? (2)
Answer
-
The Info > Rendering module provides detailed statistics in the backend.
-
If the TypoScript config.debug = 1 option is set in the setup, the rendering time is written into the source text as a comment.
-
If the TypoScript mod.debug = 1 option is set in the Page TSconfig, the rendering time is displayed under the page contents.
-
The Admin Panel allows you to check rendering times.
-
You need a special extension to display rendering times.
Question 2
Question
What is cached in TYPO3? (4)
Answer
-
Images in the /fileadmin directory
-
The HTML output of static pages
-
The thumbnails of files in the /fileadmin directory that can be displayed in the Filelist module.
-
Configuration settings
-
TypoScript templates
-
Files that are loaded onto the server using a backend form
Question 3
Question
Where exactly are cached pages saved? (2)
Answer
-
In the typo3temp/ directory, if the following options are set: pageCacheToExternalFiles
-
In the typo3conf/ directory
-
In the cache_* tables in the database
-
In the cache_* fields of the respective table in the database
-
In the location stored in the following key: ['SYS']['caching']['cacheConfigurations']['cache_pages']
Question 4
Question
TYPO3 caches all pages by default. How do you deactivate this option for individual pages? (1)
Answer
-
Unfortunately, that is not possible. Caching can only be deactivated or activated for all pages.
-
By making the following entry in the TypoScript setup: config.no_cache=1
-
Caching can be deactivated in the page properties.
-
By adding the ID of the page you do not want to cache to the pages-NoCache option in the Install Tool.
Question 5
Question
You consult the TSref on the altText option for the IMAGE content object, and see that it has the string/stdWrap data type. What exactly does this mean? (1)
Answer
-
You have to specify a string and one of the stdWrap functions.
-
You can enter either a string or one of the stdWrap functions.
-
The string can be edited further using the stdWrap function.
-
The only stdWrap functions permitted are those that return a string as the result.
-
The specified string will be edited automatically using the stdWrap function.
Question 6
Question
Where can you find the official documentation for the TYPO3 backend? (1)
Answer
-
In the typo3/doc directory
-
At http://www.typo3.org
-
At http://documentation.typo3.org
-
In the Manual module
-
In the Documentation module
Question 7
Question
Where can you activate the context-sensitive help in the backend? (1)
Answer
-
In the Install Tool
-
During installation
-
It is activated by default.
-
By activating the Show secondary options (palettes) checkbox
-
By using the TSconfig option help.csh = 1
Question 8
Question
Where can you get information on the new features in a TYPO3 version? (3)
Answer
-
The main directory of the installation contains the Changelog file describing the changes.
-
“Release notes” are published for each version on www.typo3.org.
-
The Info backend module contains an information page on the current version with all new features.
-
New features for every new version are published via RSS feed on the website news.typo3.org.
-
New features for every new version are published as a Wiki entry on the website news.typo3.org.
Question 9
Question
What is the easiest way to display a list of all the extensions installed in your system, along with the names and e-mail addresses of the authors? (1)
Answer
-
There is no simple way to obtain such a list.
-
Using the Help > About modules module
-
Using the Help > About TYPO3 CMS module
-
Using the Info > Extensions module
-
Using the Extension Manager
Question 10
Question
You have decided that the BODY tag of the pages created by TYPO3 should contain an attribute with the current page ID. Where in the TSref would you look up the necessary option? (1)
Answer
-
In TLO config
-
In TLO PAGE
-
In the TEMPLATE content object
-
In the HMENU content object
-
In the Page TSconfig section
Question 11
Question
You want to hide a field in the backend – where would you find out how to do this (assuming you have forgotten)? (1)
Answer
-
TSref
-
TSconfig
-
Core API
-
TYPO3 Coding Guidelines
-
TYPO3 Services
Question 12
Question
Can I drag and drop files into the file list? If so, since when has that been possible? (1)
Answer
-
It’s not possible. You need an extension to do this.
-
Yes, it has been possible since the first version of TYPO3.
-
Yes, it has been possible since version 4.5.
-
Yes, it has been possible since version 4.6.
-
Yes, it has been possible since version 4.7.
-
Yes, it has been possible since version 6.0.
-
Yes, it has been possible since version 6.1.
-
Yes, it has been possible since version 6.2.
Question 13
Question
Which events are organized by the TYPO3 Association? (4)
Question 14
Question
PHP version 5.2.17 is available on your web space. Which versions of TYPO3 can you install there? (3)
Answer
-
TYPO3 4.3.x
-
TYPO3 4.4.x
-
TYPO3 4.5.x LTS
-
TYPO3 4.6.x
-
TYPO3 4.7.x
-
TYPO3 6.0.x
-
TYPO3 6.1.x
-
TYPO3 6.2.x
Question 15
Question
Your administrator has set up TYPO3 in a standard installation. He has sent you the access data to the TYPO3 installation and you can now log on.When you call the module System ‣ Install yet another password request appears. What is this password if it has not been changed by the administrator? (1)