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

      Wasoko

      Is this your company?

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: Wasoko reviews | Wasoko jobs | Wasoko salaries | Wasoko benefits
      Wasoko interviewsWasoko Sr Engineer Manager interviewsWasoko interview


      Glassdoor

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

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & 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.

      Followed companies

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

      Job searches

      Get personalized job recommendations and updates by starting your searches.

      Top companies for "Compensation and Benefits" near you

      avatar
      Washington Metropolitan Area Transit Authority
      4.2★Compensation & Benefits
      avatar
      Pitt Ohio Express
      4.0★Compensation & Benefits
      avatar
      Regional Transportation District
      3.7★Compensation & Benefits
      avatar
      Hamburg Süd
      3.8★Compensation & Benefits

      Bowls

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

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Sr Engineer Manager Interview

      Jun 10, 2025
      Anonymous employee
      Bengaluru
      Accepted offer
      Positive experience
      Easy interview

      Application

      I applied online. I interviewed at Wasoko (Bengaluru)

      Interview

      Java Programming Deep Dives 1. ConcurrentHashMap Internals Explain segment locking, CAS operations, and Java 8+ optimizations (treeify buckets). Compare with HashMap/Hashtable. 2. Thread-Safe Singleton Implementations Compare eager initialization, double-checked locking, and enum singleton. Discuss broken pre-Java 5 implementations. 3. Java Memory Model (JMM) Explain visibility guarantees, reordering rules, and how volatile/synchronized enforce memory barriers. 4. Garbage Collection Algorithms Contrast G1, CMS, and Serial GC. Discuss pause times, throughput, and use cases (low-latency vs. batch processing). 5. Immutable Object Design Implement immutability for complex objects. Discuss final fields, defensive copying, and thread-safety benefits. 6. HashMap vs. ConcurrentHashMap Compare synchronization strategies (entire map vs. segmented locks), null handling, and performance trade-offs. 7. Autoboxing Pitfalls Explain Integer cache behavior (e.g., == vs. equals()). Discuss performance penalties for frequent unboxing. 8. Class Loading & Custom Class Loaders Describe bootstrap/extension/application class loader hierarchy. Write a basic custom class loader to load classes from non-standard sources. 9. Fork/Join Framework Implement parallel computation for tasks like array sum. Compare with ExecutorService and discuss work-stealing efficiency. 10. Phantom/Soft/Weak References Explain reference types, JVM retention policies, and use cases (caching, memory-sensitive apps).

      Interview questions [1]

      Question 1

      Java data structure algorithm design
      Answer question