Skip to content

Appscode Limited

Founding year2016
Company Websitehttps://appscode.com/
Career Website
Technologies Used

Introduction

AppsCode is a Kubernetes solution provider. They have several products including production grade database, backup and recovery solution, authentication webhook etc.

Interview Stages:

Appscode generally gives a google form for the applicants. Based on the application form they call for the written exam.

  1. Written Exam: In-person
  2. Technical Interview: 1 technical round with CEO
  3. HR Interview: 1 HR round

Topics:

  • Programming Fundamentals
  • Data Structures and Algorithms
  • API design
  • SQL
  • Regular expressions
  • Encryption
  • Basic HTML and CSS

Questions

Questions from the written exam took place on May 1, 2025

Given a array of numbers. You have to perform a number of queries. Each queries ask for the average of numbers from a range.

A dynamic programming problem.(Similar to 0/1 knapsack)

How does trie works. Implementation of trie.

What is hashing? How does it work? What is hash collision?

Design an API for a music streaming platform like Spotify

Design the schema and write queries like fetching the top 10 songs of the previous month.

Write a regex validator for email.

What is the difference between div and span

Contributors