i
InterviewBit
Filter interviews by
Clear (1)
Online DSA Round consisting of 4 questions
I was interviewed in Nov 2020.
Round duration - 90 minutes
Round difficulty - Easy
This round was completely based on Data structures and Algorithms.
Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...
Given two numbers represented as arrays, calculate their sum and return the result as an array.
Iterate through the arrays from right to left, adding digits and carrying over if necessary
Handle cases where one array is longer than the other by considering remaining digits
Ensure the final sum array does not have any leading zeros
Determine the maximum path sum for any path in a given binary tree with 'N' nodes.
Note:
Find the maximum path sum in a binary tree by considering any path of adjacent nodes.
Traverse the binary tree to find the maximum path sum by considering all possible paths.
Keep track of the maximum sum encountered during traversal.
Update the maximum sum if a new path with a higher sum is found.
Consider both left and right child nodes while calculating the path sum.
Handle null nodes represented by -1 in the input.
Round duration - 60 Minutes
Round difficulty - Medium
This was a mix of both technical and non technical questions.
It begins with few coding problems and then resume discussion.
Round duration - 180 Minutes
Round difficulty - Easy
I was tasked with building a website for a small business, including features like a homepage, product pages, contact form, and online payment integration.
Homepage design with company logo and brief description
Product pages with images, descriptions, and pricing
Contact form for customers to reach out
Online payment integration for seamless transactions
Round duration - 60 Minutes
Round difficulty - Easy
My project was discussed in this round, with some changes in the database structure and was given to add some new features.
I would add a real-time chat feature to enhance communication among users.
Implementing a chat system using web sockets for instant messaging
Adding features like read receipts, emojis, and file sharing
Integrating notifications for new messages
Tip 1 : Try to have some good projects in your resume.
Tip 2 : Practice all the previously asked questions.
Tip 1 : Have some good development projects
Tip 2 : Include relevant industrial experience
Top trending discussions
I applied via Approached by Company and was interviewed before Mar 2023. There were 3 interview rounds.
I applied via Company Website and was interviewed before Jul 2023. There was 1 interview round.
Creating specific components for software development
Identify the requirements for the component
Design the component architecture
Implement the component using appropriate programming languages and tools
Test the component for functionality and performance
Integrate the component into the larger software system
I applied via Campus Placement and was interviewed before Nov 2023. There was 1 interview round.
Question were very basic from array and stacks
I applied via Job lever and was interviewed before Sep 2021. There were 2 interview rounds.
Easy leetcode code 2 questions , HTML5 css javascript simple screen design
I applied via LinkedIn and was interviewed in May 2021. There was 1 interview round.
I applied via Naukri.com and was interviewed in Oct 2021. There were 4 interview rounds.
I was interviewed in Aug 2022.
2 hrs duration with 2 easy level dsa questions and 15 around mcqs based on core cs concepts.
Implementing stack using linked list
Create a Node class with data and next pointer
Create a Stack class with top pointer
Implement push() method to add element to top of stack
Implement pop() method to remove element from top of stack
Implement peek() method to return top element without removing it
Find the first duplicate value in an array of strings.
Create a hash table to store the frequency of each string.
Iterate through the array and check if the string already exists in the hash table.
If it does, return the string. If not, add it to the hash table.
If no duplicates are found, return null or an appropriate message.
I was interviewed before May 2021.
Round duration - 60 Minutes
Round difficulty - Easy
It was an coding round
Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette when viewed from a distance. Each building is ...
Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette.
Iterate through the buildings and create a list of critical points (x, y) where the height changes.
Sort the critical points based on x-coordinate and process them to form the skyline.
Merge consecutive horizontal segments of equal height into one to ensure no duplicates.
Return the fin...
You need to determine all possible paths for a rat starting at position (0, 0) in a square maze to reach its destination at (N-1, N-1). The maze is represented as an N*N ma...
Find all possible paths for a rat in a maze from source to destination.
Use backtracking to explore all possible paths in the maze.
Keep track of visited cells to avoid revisiting them.
Recursively try moving in all directions (up, down, left, right) until reaching the destination.
Return a list of strings representing valid paths sorted in alphabetical order.
Round duration - 30 Minutes
Round difficulty - Easy
It was an HR round with some general questions. it was just for formality.
Tip 1 : Stay focused
Tip 2 : Practice coding questions.
Tip 3 : View previous interviews of the companies
Tip 1 : Don't lie on resume
Tip 2 : Just write in format that is catchy
based on 1 interview
Interview experience
Senior Business Development Associate
88
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Development Manager
44
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Development Associate
41
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Business Development Executive
22
salaries
| ₹0 L/yr - ₹0 L/yr |
Talent Acquisition Executive
10
salaries
| ₹0 L/yr - ₹0 L/yr |
HackerRank
CodeChef
upGrad
Simplilearn