Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Clumio Team. If you also belong to the team, you can get access from here

Clumio Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clumio Interview Questions and Answers

Updated 30 Dec 2024

Clumio Interview Experiences

Popular Designations

4 interviews found

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Graph based question on MST
  • Q2. Simple sgring based question
Round 2 - Coding Test 

3D DP based question and one simple linked list

Round 3 - Coding Test 

2 question, one based on dp on tree

Interview Preparation Tips

Interview preparation tips for other job seekers - Wrong company to join now

Member Technical Staff Interview Questions asked at other Companies

Q1. Next Smallest Palindrome Problem Statement Find the next smallest palindrome strictly greater than a given number 'N' represented as a string 'S'. Explanation: You are given a number in string format, and your task is to determine the small... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Very easy questions. Was able to solve everything.
Round 2 - One-on-one 

(1 Question)

  • Q1. Very easy questions. Was able to solve everything.
Round 3 - One-on-one 

(1 Question)

  • Q1. Very easy questions was able to solve everything

Member Technical Staff Interview Questions asked at other Companies

Q1. Next Smallest Palindrome Problem Statement Find the next smallest palindrome strictly greater than a given number 'N' represented as a string 'S'. Explanation: You are given a number in string format, and your task is to determine the small... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Walk-in and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Assignment 

There are 10 problems: 2 are coding problems in the style of LeetCode, and 8 are related to computer science.

Round 2 - Coding Test 

A simple coding interview should not only focus on LeetCode-style questions; it is important to also have knowledge of multi-threading and computer science concepts.

Round 3 - Coding Test 

This interview style is the same as that of round 2.

Interview Preparation Tips

Interview preparation tips for other job seekers - You need to study Linux and computer science.

Member Technical Staff Interview Questions asked at other Companies

Q1. Next Smallest Palindrome Problem Statement Find the next smallest palindrome strictly greater than a given number 'N' represented as a string 'S'. Explanation: You are given a number in string format, and your task is to determine the small... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Mostly based on hard level DP

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on DP and Graphs

Mts Software Engineer Interview Questions asked at other Companies

Q1. What are Data Structures? What is the difference between array and linked list? What is the difference between linear and non-linear data structure? What is the difference between stack and queue with examples. Give real life example of gra... read more
View answer (1)

Clumio interview questions for popular designations

 Member Technical Staff

 (3)

 Mts Software Engineer

 (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Circular linked list question

Round 2 - One-on-one 

(1 Question)

  • Q1. Most graph based DSA
  • Ans. 

    Graph based data structures and algorithms are essential for solving complex problems involving relationships and connections.

    • Graphs consist of nodes and edges that represent relationships between the nodes.

    • Common graph algorithms include depth-first search (DFS) and breadth-first search (BFS).

    • Examples of graph based data structures include adjacency list and adjacency matrix.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Coding Test 

1 hour, focus on concurrency (mutex, semaphore, conditional lock, etc)

Interview Preparation Tips

Topics to prepare for RUBRIK INDIA Senior Software Engineer interview:
  • concurrency
  • Multithreading
Interview preparation tips for other job seekers - I was asked :

There's one bathroom, which needs to be used by politicians of 2 political parties:
1. At a time, no 2 politicians of different parties should be inside the bathroom. (else, they will fight :-P )
2. At a time, only 4 politicians of any given party can enter the bathroom.

Consider all requests to be threads, and based on the above 2 conditions, either allow them to go in, or make those threads wait.


I used conditional lock, to make the politicians of the other party wait, and to allow the politicians of the current occupying party. And then used a semaphore to ensure that only 4 can be in at a time.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Feb 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What stacks you are using?
  • Ans. 

    I utilize a diverse tech stack including front-end, back-end, and database technologies for robust software development.

    • Front-end: React.js for building dynamic user interfaces.

    • Back-end: Node.js with Express for server-side logic and RESTful APIs.

    • Database: MongoDB for NoSQL data storage and PostgreSQL for relational data.

    • DevOps: Docker for containerization and Jenkins for CI/CD pipelines.

    • Cloud: AWS for scalable cloud s

  • Answered by AI
  • Q2. Where did you use kubernetties?
  • Ans. 

    I utilized Kubernetes for container orchestration, enhancing deployment efficiency and scalability in various projects.

    • Implemented Kubernetes for microservices architecture in a cloud-native application, improving scalability and fault tolerance.

    • Used Helm charts to manage application deployments, enabling version control and easy rollbacks.

    • Configured Kubernetes clusters on AWS EKS, streamlining resource management and ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I was interviewed in Jan 2024.

Round 1 - Coding Test 

Had a DSA question based on maps, CSS related MCQ and prototype related MCQ

Round 2 - One-on-one 

(1 Question)

  • Q1. Solved basic DSA question hashmap
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1. Fundamentals of SQL
  • Ans. 

    SQL is a programming language used for managing and manipulating databases.

    • SQL stands for Structured Query Language

    • It is used to communicate with databases to perform tasks like querying data, updating data, and creating tables

    • Common SQL commands include SELECT, INSERT, UPDATE, DELETE

    • SQL is used in various database management systems like MySQL, Oracle, SQL Server

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. How to you handle stress

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Coding Test 

10 core subject MCQs along with 3 coding questions

1 Fizz Buzz questions
2 third largest string in array of strings
3 operation on numbers given by strings

Round 2 - Technical 

(3 Questions)

  • Q1. Almost all Basic concepts retlated to OS ie process, threads, multitasking, multiprogramming
  • Q2. Concepts related to AWS
  • Q3. Coding questions like 1. second largest element in array 2. stack implementation and its real time uses 3. frequency of characters in string
Round 3 - Technical 

(2 Questions)

  • Q1. Deep concepts related to CNS , related to your own laptop its processor , cores etc
  • Q2. Top View of binary treee
  • Ans. 

    Top view of binary tree is the nodes visible when viewed from the topmost node.

    • Top view shows the nodes visible from the root node's perspective.

    • Nodes are printed in the order of their horizontal distance from the root node.

    • If two nodes have the same horizontal distance, the node that appears first in the level order traversal is printed first.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Keep fundamentals of AWS clear it is not necessary but if you add it in resume it will be in your advantage and questions will be asked on it
2. Core subjects like CNS ,OS should be good

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Clumio Interview FAQs

How many rounds are there in Clumio interview?
Clumio interview process usually has 2-3 rounds. The most common rounds in the Clumio interview process are Coding Test, One-on-one Round and Technical.
What are the top questions asked in Clumio interview?

Some of the top questions asked at the Clumio interview -

  1. Very easy questions. Was able to solve everythi...read more
  2. Graph based question on ...read more
  3. simple sgring based quest...read more

Recently Viewed

LIST OF COMPANIES

Premium Transmission

Locations

SALARIES

PolicyBazaar

INTERVIEWS

Axtria

No Interviews

SALARIES

ProSIM R&D

INTERVIEWS

Premium Transmission

No Interviews

LIST OF COMPANIES

ProSIM R&D

Locations

INTERVIEWS

ProSIM R&D

No Interviews

INTERVIEWS

Clumio

No Interviews

INTERVIEWS

Premium Transmission

No Interviews

INTERVIEWS

Oxane Partners

20 top interview questions

Tell us how to improve this page.

Clumio Interview Process

based on 4 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Cohesity Interview Questions
3.9
 • 81 Interviews
CommVault Interview Questions
3.9
 • 27 Interviews
Druva Interview Questions
3.7
 • 25 Interviews
CGS Interview Questions
3.6
 • 25 Interviews
RUBRIK INDIA Interview Questions
3.6
 • 13 Interviews
Arcserve Interview Questions
3.3
 • 9 Interviews
Veeam Software Interview Questions
4.0
 • 5 Interviews
View all

Clumio Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

4.5

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Staff Member 2
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Member Technical Staff
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Clumio with

Druva

3.7
Compare

Veeam Software

4.0
Compare

RUBRIK INDIA

3.6
Compare

Cohesity

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview