MySQL Connectors and APIs


  1. Which of the following is used on Solaris?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    The program ‘gcc’ is generally used on Unix. ‘clang’ is used on ‘OSX’ or ‘FreeBSD’. The ‘Sun Studio’ is used on Solaris. However, ‘gcc’ on Unix is a widely popular choice for client programs.


  1. The protocol CGI is _____________.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    The web server ‘Apache’ uses the interpreters as some CGI programs. This means that it communicates with these programs using the popular ‘Common Gateway Interface (CGI)’ protocol.



  1. There is a startup penalty for a standalone interpreter.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    The startup penalty for a standalone interpreter makes it give at least an order of magnitude poorer performance than the module interpreter. Interpreters also have a setup cost.


  1. Which of these has a bigger memory footprint?
    Perl, PHP











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    A clearly significant difference between Perl and PHP is that Perl has a bigger memory footprint than PHP. Apache processes are larger with ‘mod_perl’ linked in than with ‘mod_php’.



  1. Which is the correct decreasing order for highly developed text manipulation capabilities?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    Perl has the most highly developed capabilities in terms of text manipulation, and PHP follows it in the order. C is very rudimentary by comparison. It has the least simplicity.