Test Series - html

Test Number 45/72

Q: What is the maximum cache size for Chrome?
A. unlimited
B. 300 MB
C. 400 MB
D. 1024 MB
Solution: Maximum Cache size for Chrome is 300 MB, for Safari it is unlimited, For Opera 10+ it is 400 MB, for Firefox 17 the maximum cache size is 1024 MB, for Internet Explorer 6,7,8 it is 50 MB and for Internet Explorer maximum cache size is 250 MB.
Q: Which of the following is not possible compression value?
A. identity
B. deflate
C. compress
D. DNS
Solution: A identity indicates no compression. Compress is a method that uses UNIX compress, it is based on LZW algorithm. Gzip is the most famous compression format, deflate is a kind of gzip without checksum header, it is little faster but less efficient. DNS stands for Domain Name System and is a naming system in computers.
Q: Gzip is not fully supported by ___________
A. Netscape 4.60+
B. Firefox
C. Netscape 6+
D. IE 4+
Solution: Gzip or deflate is partially supported by Netscape 4.60+. Netscape 6+, IE 4+, Opera 5+, Safari, Chrome, Lynx 2.6+ and Firefox fully support Gzip compression, IE 4.5 and 5 does not support Gzip compression, IE 5.5 and 6.0, IE 6.0 SPI, IE 6,7,8 partially support Gzip compression.
Q: What is the size of PHP Module extension mysql.so?
A. 35 KB
B. 42 KB
C. 15 KB
D. 107 KB
Solution: There are more than 80 extensions of the PHP source code. Mysql.so takes the size 42 KB, apc.so takes 655 KB, ffmpeg.so takes 35 KB, imap.so takes 86 KB, sasl.so takes 15 KB, tidy.so takes 42 KB, mysqli.so takes 107 KB, gd.so takes 94 KB.
Q: Which of the following locking method does not supported by APC?
A. File locks
B. Spin locks
C. Dead locks
D. IPC semaphores
Solution: APC supports four locking methods named File locks, Spin locks, Pthread mutex, IPC semaphores. File locks are the most stable, Spin lock gives the best performance, Pthread mutex is only available in Linux version 2.6, IPC semaphores are faster than file locks.
Q: Which of the following is not the class of NoSQL?
A. Document stores
B. Multidimension stores
C. Key-value stores
D. Memcache
Solution: The most basic class of NoSQL is key-value stores and commonly used in web infrastructure. Multidimension stores are more complex data relationships, here data is stored in rows and columns. MongoDB and CouchDB are the examples of Document stores.
Q: Which of the following is not a kind of MySQL backup?
A. File backups
B. CSV backups
C. SQL backups
D. Table backups
Solution: There are various backups in MySQL. File backups, SQL backups, backing up from a slave, CSV backups, Incremental backups are some kind of backups. File backup is the backup of MySQL database which creates a copy of files from MySQL data directory. SQL backups are alternate to File backups.
Q: Which of the following is the final method to create MySQL backups?
A. LVM snapshots
B. SQL backups
C. CSV backups
D. File backups
Solution: Copy of data or else database is known as backup. The final method for creating MySQL backups is LVM snapshots. It uses a copy-on-write feature of storage systems in which LVM i.e. Logical Volume Management is the most popular in Linux. It is very quick as it creates the snapshots. CSV stands for Cluster Shared Volumes backups. File backup is the backup of MySQL database which creates a copy of files from MySQL data directory. SQL backups are alternate to File backups.
Q: Which of the following is not MySQL Forks?
A. MariaDB
B. OurDelta
C. Drizzle
D. Sphinx
Solution: Forks are the drop-in replacement of MySQL. Some of the forks are MariaDB, Drizzle, Percona Server, OurDelta. MariaDB provides compatible general public license(GPL). Drizzle is better to fork than MariaDB, it is largely compatible with MySQL. OurDelta provides a combination of MySQL and MariaDB. Sphinx is a full text search engine of SQL.
Q: Which command controls the maximum number of tables that the cache can hold?
A. table_open_cache
B. table_definition_cache
C. open_files_limit
D. read_buffer_size
Solution: The option for table cache is table_open_cache. It controls the maximum number of tables that the cache can hold, we set the variable equal to the total number of table, table_definition_cache is the lightweight partner to table cache.

You Have Score    /10