Magento 2 Full Page Cache

Magento 2 Full Page Cache

Professional Development

5 Qs

quiz-placeholder

Similar activities

KC54 - POD4

KC54 - POD4

Professional Development

10 Qs

Value and Accelerate Daily Quiz - PST

Value and Accelerate Daily Quiz - PST

Professional Development

10 Qs

Informations techniques S43

Informations techniques S43

Professional Development

5 Qs

Integração de Aplicações - Quiz 8

Integração de Aplicações - Quiz 8

Professional Development

10 Qs

Die Präfixe heraus - und hinein

Die Präfixe heraus - und hinein

Professional Development

7 Qs

AWS ACF PT-BR Módulo 5 - Redes e Entrega de Conteúdo

AWS ACF PT-BR Módulo 5 - Redes e Entrega de Conteúdo

Professional Development

10 Qs

Teste de informática

Teste de informática

Professional Development

7 Qs

ECE18R370 Decision making loops

ECE18R370 Decision making loops

Professional Development

10 Qs

Magento 2 Full Page Cache

Magento 2 Full Page Cache

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Tuyen Nguyen

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which attribute header of an http response represent the page was cached?

x-magento-cache-debug=true

x-magento-cache-debug=HIT

x-magento-cache-debug=MISS

x-cache-debug=HIT

x-cache-commerce-debug=HIT

2.

MULTIPLE SELECT QUESTION

30 sec • 4 pts

How can you purge varnish cache for a magento 2 site?

I will flush the magento cache with non or unconfigured bin/magento setup:config:set --http-cache-hosts=

I will flush the magento cache with ensured configured bin/magento setup:config:set --http-cache-hosts=

Varnish command `varnishadm "ban req.url ~ ."`

Varnish command `varnish flush all`

Varnish command `varnishadm flush cache`

3.

MULTIPLE SELECT QUESTION

30 sec • 3 pts

Which HTTP methods we are able to cache?

HEAD

PUT

DELETE

GET

PATCH

4.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

While you recognized a public content page lost cache, how is your 1st sign to detect the problem?

Maybe server error, I'm gonna check the varnish service

Well, code problem. I will detect, search for cacheable="false" from xml

I go for a quick check:
php bin/magento cache:status

I look for a research on the Internet

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

I set my custom data to customer session, it works on my local but I don't know why it doesn't work on staging, or production.

How can I investigate?

I think this is a cache problem

Depersonalize Session​, this was cleared due full page cache.

I think this is server problem with customer session.

I configure and extend the current customer session life time from admin.