Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Smoobu

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Smoobu reviews | Smoobu jobs | Smoobu salaries | Smoobu benefits
      Smoobu interviewsSmoobu Senior PHP Backend Engineer interviewsSmoobu interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Senior PHP Backend Engineer Interview

      9 Apr 2024
      Anonymous interview candidate
      Berlin
      No offer
      Positive experience
      Average interview

      Application

      I applied online. The process took 1 week. I interviewed at Smoobu (Berlin) in Apr 2024

      Interview

      I applied for the position online in their official website and swiftly received an invitation for a discussion. The process was remarkably smooth and efficient. My initial interaction with HR consultant left a positive impression. The questions primarily focused on my career trajectory, reasons for selecting my previous company, and the motivation behind my decision to leave, with a particular emphasis on why I wanted to join their organization (approximately 20-30 minutes via Zoom). Following this, there were technical rounds with the Engineering team, Team lead and a senior developer working remotely from Poland, spanning around 2 hours via Google Meet. The team introduced themselves and delved into technical inquiries predominantly centered around backend development. Towards the end of the session, they provided a code snippet that required adjustment, which lasted for the final 15 minutes. Despite not advancing further in the process, I found the interviewers to be friendly, supportive, and technically adept. The atmosphere was relaxed, contributing to a conducive environment for meaningful discussions. Interview was on plain English only.

      Interview questions [1]

      Question 1

      Principles: KISS, DRY, and YAGNI principles and their relationship Command Query Responsibility Segregation (CQRS) based on my previous experience context Shared context-related code like the Singleton design pattern SOLID principles Loose Coupling vs. Tight Coupling, Inversion of Control mechanism Security: XSS and SQL injection handling, Auth handling security like use of Cookie HttpOnly Best practices for storing JWT shared keys (e.g., session storage or secure-flagged cookies) Testing: Unit tests: Testing state vs. testing interaction, their relation with the maintainability of the code Database: SQL: Different join types, optimizing slow MySQL queries Comparison between DB engines, mainly InnoDB vs. MyISAM Strategies for changing a DB field name in production without disrupting other long running processes (maybe discussing transactional differences between engines) Coding Challenge: Fixing a state test function without using PHPUnit, but with assertions The payload transformation encapsulated within a private function (which we need to test), also called by another log function which call logger->log, the logger was not injected rather created by new, so it need ot be injected as an interface (e.g., PSR LoggerInterface) and creating a concrete logger to output the tested payload and assert with the given input of the test assertion function and maybe others I forgot
      Answer question
      2