12
Jun
Another PHP assessment test sent by another recruiter
I was given another ONLINE assessment test from a site called http://select2perform.com/. The assessment is from a company called PreVisor ONLINE(Pre Employment Screening, Assessment Testing, Online Personality Test) from http://www.previsor.com/. I will try to go over what I remember. This assessment was way harder than the other one I had taken from Proveit2.com.
HTML_quickform
- The PEAR::HTML_QuickForm package provides methods for creating, validating, processing HTML forms.
([0123][0-9])-([01][0-9])-([0-9]{4})
- This regex will validate a date.
ReflectionClass
- PHP 5 comes with a complete reflection API that adds the ability to reverse-engineer classes, interfaces, functions, methods and extensions. Additionally, the reflection API offers ways to retrieve doc comments for functions, classes and methods. The ReflectionClass class reports information about a class.
odbc_execute
- Execute a prepared statement. Executes a SQL statement based on the result identifier passed from odbc_prepare(). Used for MSSQL.
Which function do you use to determine what happens when XML
nodes are parsed by an XML parser?
- Sets the element handler functions for the XML parser. start_element_handler and end_element_handler are strings containing the names of functions that must exist when xml_parse() is called for parser.
-
mobiledude liked this
-
ravigehlot posted this