Upload Button Icon Add office photos

Filter interviews by

RUBRIK INDIA Interview Questions, Process, and Tips

Updated 19 Nov 2024

Top RUBRIK INDIA Interview Questions and Answers

View all 10 questions

RUBRIK INDIA Interview Experiences

Popular Designations

13 interviews found

I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Javascript - Conceptual questions, What is hoisting (and when to use it), closure (when to use), Design patterns (monolithic vs microservices)

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have 2+ year of experience in Javascript/SQL it's not tough to crack the 1st/2nd round of interview. Go through the basic concepts of language and be ready to answer like why, when , how to use any concept.

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 100 Minutes
Round difficulty - Hard

**Criteria:
8 CPI or Above (only CSE, MnC). All students irrespective of history of backlogs or current backlogs were considered if they satisfied the CPI criteria.

It was first round..
This round was the Online test which was around 1 Hour 40 Minutes long(don't remember exact time).

Timing from 19:00 to 20:40
Environement was comfortable.
Hackerrank is a good platform for online tests.

All questions were new for me, So cant give any links.

  • Q1. 

    Minimum Removals Problem Statement

    Given an integer array ARR of size N and an integer K, determine the minimum number of elements that need to be removed so that the difference between the maximum and mi...

  • Ans. 

    Find the minimum number of elements to remove from an array to satisfy a given condition.

    • Calculate the initial difference between the maximum and minimum elements in the array.

    • Iterate through the array and remove elements to minimize the difference.

    • Return the count of elements removed as the answer.

  • Answered by AI
  • Q2. 

    Minimum Number of Stabs to Kill the King

    You are given the initial health of a king represented by an integer N. Your task is to determine the minimum number of stabs required to reduce the king's health ...

  • Ans. 

    Calculate the minimum number of stabs required to kill the king by reducing his health to zero.

    • Iterate through each test case and calculate the minimum number of stabs required based on the given operations.

    • For each test case, keep reducing the king's health using the first or second type of stab until it reaches zero.

    • Consider the constraints provided to optimize the solution and handle edge cases.

    • Example: For input 10...

  • Answered by AI
  • Q3. 

    Minimum Time Problem Statement

    In a city with ‘N’ junctions and ‘M’ bi-directional roads, each junction is connected to other junctions with specified travel times. No road connects a junction to itself, ...

  • Ans. 

    The problem involves finding the minimum time to travel from a source junction to a destination junction in a city with specified travel times and green light periods.

    • Input consists of the number of test cases, number of junctions and roads, green light periods, road connections with travel times, and source/destination junctions.

    • Output should be the minimum time needed from source to destination, or -1 if destination ...

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 75 Minutes
Round difficulty - Medium

This was an Online F2F Technical Round conducted on zoom. Interviewer shared codepad link and you were asked to code and pass sample test case given by interviewer. Only one question(coding) was asked(More follow questions).
Interviewer was really helpful..

  • Q1. 

    XOR Query Problem Statement

    Assume you initially have an empty array called ARR. You are required to return the updated array after executing Q number of queries on this array.

    There are two types of que...

  • Ans. 

    Implement a function to update an array based on XOR queries.

    • Create an empty array to store the elements.

    • Iterate through each query and update the array accordingly.

    • Use bitwise XOR operation to update the elements.

    • Ensure to handle both types of queries - insert and XOR.

    • Return the updated array after all queries are processed.

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 90 Miinutes
Round difficulty - Medium

Again pattern was same(Zoom video call and I was asked to code and 1 question was there(+Follow up)).
Timing was afternoon time around 13:00

  • Q1. 

    Scramble String Problem Statement

    You are given an integer 'N' and two strings S and R, each having the size N. Determine if you can scramble string S to obtain string R using specified operations.

    Your ...

  • Ans. 

    Given two strings of the same length, determine if one can be scrambled to obtain the other using specified operations.

    • Check if the two strings are equal, if so return true.

    • Check if the characters in both strings are the same, if not return false.

    • Try all possible ways of splitting and scrambling the first string to match the second string.

  • Answered by AI
Round 4 - HR 

Round duration - 60 Minutes
Round difficulty - Easy

It was a zoom video call.
In starting 5 minutes, interviewer tried to make me comfortable with him..

Interview Preparation Tips

Eligibility criteriaAbove 8.0Rubrik, Inc. interview preparation:Topics to prepare for the interview - Data Structure, Algorithms(DP and Graph are must), Web Development, OOPS, Operating System, Database and Management, Competitive Programming, OR any other topic that you like for projectsTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Do Complete Interview Bit, Puzzles and some questions from LeetCode
Tip 2 : Do 2 or 3 projects. Projects using different technologies are preffered.
Tip 3 : Give Practice Contests on Codeforces, Codechef. These help you to clear coding rounds which are useful for shortlisting for interview..

Application resume tips for other job seekers

Tip 1 : Never put anything on resume that you are not comfortable with.. Because if interviewer just start with that topic and you are not comfortable, this create bad impression on interviewer.
Tip 2 : Have 2 or 3 projects on different technologies.
Tip 3 : Put 2 or 3 college time achievement. (can be Competitive programming or Academic performance)

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Interview Questions & Answers

user image Anonymous

posted on 2 Jun 2021

I applied via Referral and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Networking, storage, database, linux, vmware
  • Q2. Hardware mgmt, ITIL framework,

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for all the above topics well.

RUBRIK INDIA Interview FAQs

How many rounds are there in RUBRIK INDIA interview?
RUBRIK INDIA interview process usually has 1-2 rounds. The most common rounds in the RUBRIK INDIA interview process are Technical, Coding Test and One-on-one Round.
How to prepare for RUBRIK INDIA interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at RUBRIK INDIA. The most common topics and skills that interviewers at RUBRIK INDIA expect are Automation, Data Management, Python, Computer science and Linux.
What are the top questions asked in RUBRIK INDIA interview?

Some of the top questions asked at the RUBRIK INDIA interview -

  1. What is the port used for HT...read more
  2. Explain OSI model and working of each lay...read more
  3. How to deal Irate custo...read more

Tell us how to improve this page.

RUBRIK INDIA Interview Process

based on 10 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.3k Interviews
Cohesity Interview Questions
3.9
 • 81 Interviews
Dell EMC Interview Questions
4.0
 • 68 Interviews
NetApp Interview Questions
3.9
 • 65 Interviews
CommVault Interview Questions
3.9
 • 27 Interviews
Druva Interview Questions
3.7
 • 25 Interviews
Pure Storage Interview Questions
3.2
 • 7 Interviews
Veeam Software Interview Questions
4.0
 • 5 Interviews
View all

RUBRIK INDIA Reviews and Ratings

based on 60 reviews

3.6/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

4.0

Salary

3.4

Job security

3.4

Company culture

3.2

Promotions

3.2

Work satisfaction

Explore 60 Reviews and Ratings
Customer Success Engineer
64 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Customer Success Engineer
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sde1
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Member Technical Staff
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare RUBRIK INDIA with

Druva

3.7
Compare

Veeam Software

4.0
Compare

CommVault

3.9
Compare

Cohesity

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