Answer the question
In order to leave comments, you need to log in
Zend PHP Certification need advice?
Thought up here suddenly to receive this certificate for show.
I found this wonderful manual
static.zend.com/topics/PHP-5-3-Study-Guide-v1.pdf
Let's discuss some questions here
On page 27, question number 7 misled me.
Your PHP program periodically parses the 50Kb of data received from the remote web service and outputs it in readable HTML form. But your favorite users, who are always right, complain that the script takes a very long time to load. Which of the following options will help make your service faster (Choose two)?
a) Install an op-code cacher
b) Install an SSD
c) Cache data returned from a remote web service
d) Update to the latest PHP version
The answers advise choosing C, D, although I would choose A and C (and then C, depending on specific conditions). It is clear that SSD is definitely not an option here. How should one think in order to answer such questions correctly?
And why did they think they needed to upgrade to the latest version? After all, the PHP version is not specified in the conditions.
Further on page 47 question number 1
<?xml version="1.0" encoding="UTF-8"?><br>
<node><br>
<?var type="string" ?><br>
<leaf>value</leaf><br>
</node><br>
<?xml version="1.0" encoding="UTF-8"?><br>
<node><br>
<?var type="string" ?><br>
<leaf>value</leaf><br>
</node><br>
Answer the question
In order to leave comments, you need to log in
And what other tricky questions can be on the test?Very different: \ Expect that about 20% of the questions in the test will be those that you did not expect even after reading all the literature for preparation. But there are 2 hopes - firstly, to pass the test, you do not need to knock out 100%; secondly, to pass the test, it is enough in general and good experience in the language.
I don’t remember such tricky questions on the test.
a) Install op-code cache
b) Install SSD
c) Cache data returned from a remote web service
d) Update to the latest PHP version
Further on page 47 question number 1
Obviously, the bottleneck here is access to a remote service. Anyone who has used the Internet knows that websites tend to sometimes slow down and load slowly, and sometimes they don't work at all. Therefore, you need to choose option C.
But updating to the latest version is not always good, there may be bugs.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question