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
-
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)

Sopra Steria

Rated 4 for Job Security by our employees on AmbitionBox

Secure your future with a company that values your job stability.

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
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
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 decorators in Python and how define it. and what is a function object
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

I was interviewed before Jan 2016.

Interview Questionnaire 

1 Question

  • Q1. Technical interview

Interview Preparation Tips

Round: Test
Experience: techincal questions from C,C++ . mostly pointers. few ques from DB, and OS.

Duration: 1 hour 30 minutes
Total Questions: 45

Round: Test
Experience: This is a rigourous 6-8 hours coding round where you are given a problem statement to solve .
The company people are there to guide you through the process .
Duration: 6 hours
Total Questions: 1

Round: Technical Interview
Experience: A panel of 2-3 members takes your inteview on basic fundamental c++, data structures questions.
duration is mostly 45 mins to 1hr.

Skills: C++, Coding Skills And Knowledge On Data Structures, Pointers In C, Logical Puzzles, Thinking Approach
College Name: Netaji Subhas Institute Of Technology, Delhi
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

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
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
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2022.

Round 1 - Coding Test 

Standard tree question was asked

Round 2 - HR 

(2 Questions)

  • Q1. Things like why do you want to join and stuff
  • Q2. What excites you about software deevelopment
  • Ans. 

    The endless possibilities of creating something new and useful excites me about software development.

    • The ability to solve complex problems through coding

    • The satisfaction of seeing a project come to life

    • The opportunity to constantly learn and improve skills

    • The potential to make a positive impact on society through technology

    • Examples: creating a mobile app that helps people track their fitness goals, developing software ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing in particular. Just be well versed with standard hr questions
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

INTERVIEWS

Unbxd

No Interviews

LIST OF COMPANIES

Adrosonic

Overview

COMPANY BENEFITS

Adrosonic

No Benefits

Tell us how to improve this page.

Clumio Interview Process

based on 4 interviews

Interview experience

4.5
  
Good
View more

HCLTech

There's no stopping you

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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent