What is the goal of CDN?
to provide high availability and performance by distributing the service spatially relative to end users (Wikipedia.org)
$200
21
https://coda.io/d/_dRyc49JWAQR#_tuneY/r21&modal=true
What is the range of a normal DNS lookup time?
20-120 msec for the 1st time the browser loads a website
$400
22
https://coda.io/d/_dRyc49JWAQR#_tuneY/r22&modal=true
At what load time do users start to feel that a website is slow?
1 sec = 1000 msec
$600
23
https://coda.io/d/_dRyc49JWAQR#_tuneY/r23&modal=true
What is the main benefit of contract testing between services?
Contract tests help to de-couple dependency during testing between services, so that each service can have its own pace of development without negatively impacting each other’s development or tests.
$800
24
https://coda.io/d/_dRyc49JWAQR#_tuneY/r24&modal=true
Why is contract testing used in backend-frontend integration more often than integration with other 3rd party API’s?
Because contract tests require both sides of the integration to use the same contract test broker, who maintains the contracts for both sides. This is difficult to do if the dev teams for the provider side and the consumer side are not in the same organisation.
$1,000
25
https://coda.io/d/_dRyc49JWAQR#_tuneY/r25&modal=true