Sobes.tech

What are interfaces, abstract classes, and traits — what are they and what is the difference?

146

Tell us about the use of caching (Redis, Cache Lock) — why it was used, how it helped, especially in high-load projects.

Middle+
146

What will this code output when using cache in Laravel? (question about two different cache instances)

Middle+
146

How would you organize work and session storage in horizontal scaling?

Senior
141

How to explain Temporal using the example of making pizza? What is a workflow and activity?

141

What is the name of the method chaining pattern in Laravel (User::where()->orderBy()->get()) and what do the methods inside it technically do to make the chain work?

Middle+
139

What is the output of the following code? <?php $g = range(5,8); $h = array("a", "b", "c", "e"); for($i = 0; $i < count($g); $i++) { foreach ($h as $j) { echo $i.$j; break; } }

138

How comfortable would it be to interact directly with users/clients?

137

Have you had disagreements with colleagues over technical solutions? How did you resolve them?

137

Regarding languages other than PHP, which ones are you familiar with and at what level?

136

Which PHP framework have you worked with the most and what are its pros and cons?

Senior
132
/67