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

      Scrumconnect

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Scrumconnect reviews | Scrumconnect jobs | Scrumconnect salaries | Scrumconnect benefits
      Scrumconnect interviewsScrumconnect Software Engineer interviewsScrumconnect 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.

      Software Engineer Interview

      28 Apr 2025
      Anonymous employee
      Accepted offer
      Positive experience
      Difficult interview

      Application

      I applied in-person. I interviewed at Scrumconnect in Oct 2023

      Interview

      Very efficient interview process consists of multiple stages covering technical, relevant work experience, soft skills and assessment for suitability for the role. I was informed about the process in advance and recruitment team kept me informed as i progressed through the stages.

      Interview questions [1]

      Question 1

      Most of things related to my work and things mentioned in my Resume and Technical skills mentioned
      Answer question

      Other Software Engineer interview reviews for Scrumconnect

      Software Engineer Interview

      10 Dec 2025
      Anonymous interview candidate
      London, England
      No offer
      Positive experience
      Average interview

      Application

      I interviewed at Scrumconnect (London, England)

      Interview

      Object-Oriented Programming (OOP) Encapsulation: Bundling data and methods that operate on the data within one unit (class), restricting access to some of the object's components. Inheritance: Mechanism to create new classes using the properties and methods of an existing class. Polymorphism: Ability to process objects differently based on their data type or class. Abstraction: Hiding complex implementation details and showing only the essential features of an object. 2. Java Core Concepts Concurrency: Handling multiple tasks simultaneously (using threads, executors, etc.). Memory Management: Garbage collection, stack vs heap memory, memory leaks. Streams and Lambdas: Modern ways to handle collections and data transformations in a functional style (Java 8+). Exceptions: Error handling with try-catch blocks, custom exceptions, and best practices. JVM Internals: Understanding the JVM (Java Virtual Machine), its garbage collection strategies, and performance tuning. 3. Hibernate & ORM (Object-Relational Mapping) Entity Mapping: Using annotations or XML configuration to map Java objects to database tables. Lazy vs Eager Loading: Performance trade-offs when loading associated entities. Caching: First-level and second-level caches to optimize data retrieval and persistence. Criteria API vs HQL: Programmatic querying with Criteria API or Hibernate Query Language (HQL).

      Interview questions [1]

      Question 1

      private constructor , OOP. lambda
      Answer question