Add office photos
Employer?
Claim Account for FREE

RUBRIK INDIA

3.6
based on 60 Reviews
Filter interviews by

10+ iBhejo Interview Questions and Answers

Updated 19 Jul 2024

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 queries to...read more

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.

Add your answer

Q2. 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 minimum ...read more

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.

Add your answer

Q3. 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 to zer...read more

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, the minimum number of stabs required is 4 (10 -> 9 -> 3 ...read more

Add your answer

Q4. 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, and on...read more

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 is unreachable.

  • Consider constraints such as the number of ...read more

Add your answer
Discover iBhejo interview dos and don'ts from real experiences

Q5. 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 task is...read more

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.

Add your answer

Q6. What is the port used for HTTP?

Ans.

Port 80 is used for HTTP, which is the protocol used for transmitting web pages over the internet.

  • Port 80 is the default port for HTTP

  • HTTP stands for Hypertext Transfer Protocol

  • Other common ports include 8080 for alternative HTTP port

Add your answer

Q7. Explain OSI model and working of each layer?

Ans.

The OSI model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven layers.

  • Layer 1 (Physical): Deals with physical connections and data transmission. Example: Ethernet cables.

  • Layer 2 (Data Link): Manages data transfer between devices on the same network. Example: MAC addresses.

  • Layer 3 (Network): Handles routing and forwarding of data packets. Example: IP addresses.

  • Layer 4 (Transport): Ensures reliable data transfer bet...read more

Add your answer

Q8. Boot process of linux

Ans.

The Linux boot process involves several stages, including BIOS/UEFI, bootloader, kernel initialization, and user space initialization.

  • BIOS/UEFI performs hardware checks and loads bootloader

  • Bootloader (GRUB, LILO) loads kernel into memory

  • Kernel initializes hardware, mounts root filesystem, and starts user space processes

  • User space initialization includes starting system services and login prompt

Add your answer

Q9. Rhel6 vs rhel 7

Ans.

RHEL 7 offers improved performance, security features, and support for newer hardware compared to RHEL 6.

  • RHEL 7 has better performance due to kernel improvements and optimized resource management.

  • RHEL 7 includes enhanced security features such as SELinux improvements and system-wide cryptographic policies.

  • RHEL 7 provides support for newer hardware and technologies, such as Docker containers and systemd.

  • RHEL 7 offers improved networking capabilities and better integration with...read more

Add your answer

Q10. How to deal Irate customer

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at iBhejo

based on 10 interviews
Interview experience
4.1
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

4.1
 • 279 Interview Questions
4.0
 • 240 Interview Questions
3.7
 • 214 Interview Questions
4.2
 • 177 Interview Questions
4.1
 • 148 Interview Questions
View all
Top RUBRIK INDIA Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter