Magento 2 Full Page Cache

Magento 2 Full Page Cache

Professional Development

5 Qs

quiz-placeholder

Similar activities

Nodejs: Logging

Nodejs: Logging

Professional Development

10 Qs

JAVA S8 (DR LJK) 16.09.2020

JAVA S8 (DR LJK) 16.09.2020

Professional Development

10 Qs

Absence Management FF Session - Final Exam

Absence Management FF Session - Final Exam

Professional Development

10 Qs

CSH-02-03-2021

CSH-02-03-2021

Professional Development

10 Qs

OPV Interface & OPV

OPV Interface & OPV

Professional Development

10 Qs

AWS Architect - Módulo 11 - BR - Ago/2025

AWS Architect - Módulo 11 - BR - Ago/2025

Professional Development

10 Qs

CPPC

CPPC

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.