i
InterviewBit
Filter interviews by
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.
1. A ‘path’ is a sequence of adjacent pair nodes with an edge ...
The idea here is to use the recursion. For each node, We can calculate the maximum path sum by keeping track of the following paths:
We then pick the maximum one among them. The root of ev...
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.
Ques 1 : Do you know Binary search tree.
Ques 2 : Difference between Binary Tree and Binary Search Tree.
Ques 3 : Given two words A and B, and a dictionary, C, find the length of shortest ...
Round duration - 180 Minutes
Round difficulty - Easy
An assignment was given to build a website with all the features and some additional requirements.
Tip 1 : Try to cover all the requirements.
Tip 2 : Add some addition features
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.
Add some new features in the project that I made.
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
posted on 1 Aug 2024
I applied via Campus Placement and was interviewed before Aug 2023. There were 4 interview rounds.
3 - DSA ques (1 Language specific), 15 - Backend MCQs and 15 Frontend MCQs
Assignment To develop a web app based on requirements
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
Two dynamic programming challenges at the hard level on LeetCode and 10 medium-level SQL challenge.
I was interviewed in Oct 2024.
Explain about DSA and its example in realtime.
posted on 22 Nov 2024
I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.
Request lifecycle in Rails involves routing, controller actions, rendering views, and responding to the client.
1. Request comes in through the browser or API endpoint.
2. Rails router determines which controller and action to route the request to.
3. Controller action processes the request, interacts with the model, and prepares data for the view.
4. View template is rendered with the data from the controller.
5. Response ...
Implement Merge Sort algorithm in Ruby
Divide the array into two halves recursively
Merge the sorted halves back together
Use a helper method to merge the two halves
SDLC lifecycle involves planning, designing, developing, testing, deploying, and maintaining software components and architecture.
SDLC (Software Development Life Cycle) includes phases like planning, designing, coding, testing, and maintenance.
Components are designed, developed, tested, and integrated into the overall architecture.
Architecture involves defining the structure, behavior, and interactions of software comp...
OOPS concepts refer to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementation detail
PDO stands for PHP Data Objects, a database access layer providing a uniform method of access to multiple databases.
PDO is a PHP extension that provides a data-access abstraction layer.
It supports multiple database systems like MySQL, PostgreSQL, SQLite, etc.
PDO helps prevent SQL injection attacks by using prepared statements.
It allows for error handling and supports transactions.
Example: $pdo = new PDO('mysql:host=loc...
Senior Business Development Associate
88
salaries
| ₹8 L/yr - ₹15 L/yr |
Business Development Manager
44
salaries
| ₹11 L/yr - ₹20 L/yr |
Business Development Associate
41
salaries
| ₹6 L/yr - ₹12.5 L/yr |
Senior Business Development Executive
22
salaries
| ₹8 L/yr - ₹15.1 L/yr |
Talent Acquisition Executive
10
salaries
| ₹3.4 L/yr - ₹6.2 L/yr |
HackerRank
CodeChef
upGrad
Simplilearn