Upload Button Icon Add office photos

Filter interviews by

RUBRIK INDIA Software Developer Intern Interview Questions, Process, and Tips

Updated 20 Sep 2021

RUBRIK INDIA Software Developer Intern Interview Experiences

1 interview found

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

Interview questions from similar companies

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 Preparation Tips

Round: Resume Shortlist
Experience: I had sent my resume to the hiring group, Selection through telephonic interviews. I was interviewed by three different research groups  (once by each).
Tips: Factors in decreasing order of importance: CGPA each stage. Ability to explain your projects precisely. Ability to solve ''standard" logarithmic problems.  The way you think and put down your Answer is the most important. The final answer .s not so I important, and they prod you when you think out aloud anyway.

Round: Technical Interview
Experience: Almost- by default they ask about your previous projects/internships if they are relevant to the group. Ofher questions depend on the group you are interviewed by and your own profile, In my case it was machine learning, text mining etc. I was told about the research problem they were dealing with then and asked f or comments/suggestions/.inputs and a discussion followed.
Tips: Basically these are specialized Interviews so it's good to have sound knowledge of your domain (analytical and application skills are very much required).

Skill Tips: CGPA>9.0, 1f not (like me) relevant work done in the domain and in past internship.A recommendation from the professor is also a good add on.
College Name: IIT Madras

Interview Preparation Tips

Round: Test
Experience: There was an apititude test basically in line with CAT pattern. It was conducted online for about 45 min duration. The questions were rather simple but each question was time bound (around 45 sec or so).
Tips: As such I did not have any structured study plan. I did refresh some of my basics in mechanics and analysis. I was more inclined to get a job in aerospace division. Read as per your interest.
Duration: 45 minutes

Round: Group Discussion
Experience: Initially, we are seated randomly in a circular manner and each one was given two minutes to describe the topic. It was followed by an tense debate where participants converged and diverged on different sets of issue. They were particularly looking for interpersonal skills and out of the box thinking.

Round: Interview
Experience: The interview was purely management type.More questions were thrown at team building, bio-data, why this company? , project, what you Can contribute for the firm?, where you see yourself in next 5 -10 years, ambitions, some amount of optimization tools and techniques, concluding remarks....Interpersonal skills and clarity in answering where mainly
IBM was a more relaxed interview, which basically dealt with management and interpersonal skills. Questions like “if one of our team mate is very stubborn, lazy, adamant, how will you tackle the situation” were asked.
Tips: College (B Tech) curricular activities, NTSC certificate, Math Olympiad certificate, all India quiz competition awards were noted and appreciated. That really was a booster. That helps in implanting an idea that you are not just blah blah blah.

Skill Tips: Be very sure about your mechanics, analysis and design. These three are the fundamentals.
I haven prepared for placements exclusively. Here were combined discussions. However, it really helps if you can revise and make your fundamentals were clear. The basic understanding should be there. An hour every day for two months will do the trick.
Be really choosy of the company you want to be in. Learn a lot more of the company and get an idea of what they are actually looking for. But still don’t freeze your mind to those realms alone.. Be open minded and cheerful. The first few questions will set the mood of the interview. If you are bale to crack that, then things will be really smooth. Really concentrate on your fundamentals, especially analysis and design.
Skills: Mechanics, Analysis , Design
College Name: IIT-Madras

Interview Preparation Tips

Round: Resume Shortlist
Experience: CGPA > 8 is necessary

Round: Test
Experience: Online Test + Written Test
Online Test - Duration 90 minutes + Written Test 30 minutes for Hardware profile
Online Test -Quants, Number Series ; Calculators were not allowed
Written Test - Semiconductor Basics

Round: Interview
Experience: Interview is held in either 1 round for non-core profile or several rounds of technical interviews for Hardware.
Technical round consisted of questions form topics like VLSI, Semiconductors (BJT, MOS), ASIC Design Flow, CMOS Process Flow.

Round: Group Discussion
Experience: Group Discussion is held for non-core profilesDuration varies from 20-30 minutes with 11 members.

General Tips: Never ever mention GRE or MS or any higher studies, for that matter, in any placement interview if you want to get placed in that company
Practicing quant, puzzle solving and GD from early in the semester would definitely help
Core placement: be thorough with the core fundaes
Practice general quant questions without a calculator
Skills: Quants, Puzzle Solving
College Name: IIT MADRAS

Interview Preparation Tips

Round: Test
Experience: It had 3 parts: Data manipulation, number series and calculations.

Round: Test
Experience: Technical test on C. Typical questions on what will be the output of the program.

Round: Technical Interview
Experience: Questions were based on various areas of CSE, especially Programming languages and thesis work. Questions on Database connectivity in Java , CGI, DFA, DMA etc were also asked.
Tips: ISL works 80% in java and 20% in C. Thus, prepare Java well before appearing for the IBM-ISL. Must have basic knowledge in databases, Operating systems.

College Name: IIT KANPUR

Interview Preparation Tips

Round: Test
Experience: Initial shortlisting was based on 1 hour written test.
Questions on Quant,Codingand Algorithms were asked in the test
Tips: Focus on quant,coding and algorithms
Duration: 60 minutes

Round: Technical Interview
Experience: The subject knowledge and skills tested in Technical interview are:
1.Math
2.Coding
Tips: Good math knowledge is required.

Round: HR Interview
Experience: General HR question were asked in this round.

Skills: Data structure, Algorithms, Math, Coding
College Name: IIT MADRAS

Interview Preparation Tips

Round: Test
Experience: Quant, Sequence series, Basic mathematics
Each question was given a specific time after which other question appeared on screen and you cannot go back to the previous question. So this was a bit stressful.
12 people got selected.
Duration: 30 minutes

Round: Group Discussion
Experience: The moderator picked each and every guy and asked him/her to put his/her views, and then time was allocated to debate on the points raised. In total 15 mins GD. No elimination through GD. Basic GD skills were looked for that is ability to speak and to drive the discussion to a positive direction.

Round: HR Interview
Experience: Just 1 round of interview. Mostly HR question were asked. Resume based questions were asked. Basically HR questions were asked.

Round: Resume Shortlist
Tips: Interview was basically the criteria for selection. The internship, project POR everything mattered. Co-curricular activities were also asked.

General Tips: I think i was selected because I was able to justify my skill set properly. I gave valid explanations of my skill sets, I was able to justify my internships. Projecting my confidence level was an added advantage. Decide your future i.e. what is your area of interest and then prepare for it.
Having a good POR always help.
CGPA should be above 8.
Have mock interviews with a wingmates.
During internship work properly.
Skill Tips: Prepare for CAT. Quant, Puzzles, Case studies are important. Mock GDs and Mock PIs with wing-mates are very important. Revised all basic courses. All app-mech courses, solved some questions from unsolved section of any text book. Ensure you have mock GDs and mock PIs with wingmates.
College Name: IIT MADRAS

Interview Preparation Tips

Round: Resume Shortlist
Experience: CGPA above 8

Round: Test
Experience: These involve questions from aptitude.
Tips: R S Agarwal's book on aptitude is enough for preparation.
Duration: 80 minutes

Round: Group Discussion
Experience: 11 members were part of the GD. The GD was not a rejection round.
Duration: 20 minutes

Round: HR Interview
Experience: Basic Questions.
Tips: Just prepare normal questions for HR.

General Tips: Prepare from placement material from LAN.
Prepare basic fundaes.
College Name: IIT MADRAS

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Q2. Why you want to join IBM
  • Ans. 

    I want to join IBM because of its reputation as a leading technology company and its commitment to innovation.

    • IBM is known for its cutting-edge technology and solutions.

    • The company has a strong focus on research and development.

    • IBM offers excellent career growth opportunities and a supportive work environment.

    • Working at IBM would allow me to collaborate with talented professionals from diverse backgrounds.

    • IBM's global ...

  • Answered by AI
  • Q3. Why you don’t want to go for PhD

Interview Preparation Tips

Round: Resume Shortlist
Experience: CGPA above 8 + written test +online test

Round: Test
Tips: Prepare from Online Tutorials for Number Series and Device Modelling Basics from Karmalkar Lectures.
Duration: 90 + 30 minutes

Round: HR Interview
Experience: HR will ask you a lot of common questions.
Tips: Prepare some of the expected questions in advance.

Round: Technical Interview
Experience: I opted for Computational Lithography Group at IBM_ SRDC So questions were based on that profile
VLSI, Semiconductors (BJT, MOS), ASIC Design Flow, CMOS Process Flow.
Tips: They are looking for VLSI, Digital IC Design, Device Modelling. Do prepare these them well. Prepare from VLSI (NDG Lectures), Device Modelling (Karmalkar Lectures), Dig IC Design (Class Notes).

College Name: IIT MADRAS

Tell us how to improve this page.

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.4k Interviews
Innovaccer Interview Questions
3.4
 • 81 Interviews
Dell EMC Interview Questions
4.0
 • 68 Interviews
NetApp Interview Questions
3.9
 • 64 Interviews
Veritas Interview Questions
4.0
 • 63 Interviews
NoBrokerHOOD Interview Questions
3.2
 • 57 Interviews
Mobileum Interview Questions
3.3
 • 37 Interviews
View all
Customer Success Engineer
64 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
39 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