i
EASEBUZZ
Filter interviews by
I appeared for an interview in Jan 2025.
Check if a string of brackets is valid by ensuring every opening bracket has a corresponding closing bracket.
Use a stack data structure to keep track of opening brackets
Iterate through the string and push opening brackets onto the stack
When a closing bracket is encountered, pop the top element from the stack and check if it matches the closing bracket
If the stack is empty at the end of the iteration, the string is vali
Django models for school database with classes, students, and teachers.
Create a School model with a name field
Create a Class model with a foreign key to School and a primary teacher field
Create a Student model with a foreign key to Class
Use ForeignKey and OneToOneField relationships in Django models
Fetch all classes with more than 50 students using ORM query.
Use ORM query to filter classes with student count greater than 50
Join tables to get class information along with student count
Optimize query for better performance
I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 2 interview rounds.
select_related and prefetch_related are query optimization techniques in Django to reduce the number of queries executed when accessing related objects.
select_related is used to retrieve related objects in a single query using a SQL JOIN operation
prefetch_related is used to retrieve related objects in separate queries to avoid duplicate data retrieval
select_related is suitable for foreign key and one-to-one relationshi...
Page load in browser is the process of fetching and rendering a web page.
Browser sends a request to the server for the web page
Server processes the request and sends back the HTML, CSS, and JavaScript files
Browser renders the content and executes the scripts to display the page
Page load time can be affected by factors like server response time, network speed, and browser cache
Top trending discussions
posted on 28 May 2022
OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction. Microservices are small, independent services that communicate with each other.
OOPs concepts help in creating modular and reusable code.
Encapsulation ensures that data is hidden and can only be accessed through defined methods.
Inheritance allows a class to inherit properties and methods from a parent class.
Polymorphism allows objects to ta...
posted on 17 Apr 2024
I applied via Campus Placement and was interviewed before Apr 2023. There were 4 interview rounds.
25 question were asked
Java coding and Java oops concepts
I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.
We in group of 10 were given a topic on which 2 feature to select out of 4 for a project, it lasted about 10 minutes, was ok
Given a case study of a company, analyze it in 10 minutes and then questions were asked, i don't think it was useful for a Developer Role
posted on 4 Nov 2024
I applied via LinkedIn and was interviewed in Oct 2024. There were 3 interview rounds.
Questions were based on basic aptitude like seating arrangement
posted on 17 Apr 2024
I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.
They have problem of K sorted array and you need to make an sorted array of it.
Maths and communication based questions
Estimate and SQL and coding was there
I appeared for an interview in Apr 2021.
Round duration - 90 minutes
Round difficulty - Medium
Timing was 9 PM. Platform was not good. Platform was very lagging so overall it was bad experience.
Given an array 'ARR' of 'N' distinct integers, determine the third largest element in the array.
The first line contains a single integer 'T' representing the numb...
Find the third largest element in an array of distinct integers.
Sort the array in descending order and return the element at index 2.
Handle cases where the array has less than 3 elements separately.
Use a set to store distinct elements for efficient processing.
You are provided with a string STR
of length N. The task is to find the longest palindromic substring within STR
. If there are several palindromic substring...
Find the longest palindromic substring in a given string.
Iterate through the string and expand around each character to find palindromes
Keep track of the longest palindrome found so far
Return the longest palindromic substring
In this problem, Ninja is provided with two lines on a 2D plane. The first line 'AB' is determined by two points A and B. The second line 'PQ' is determined by two poi...
Calculate the intersection point of two lines on a 2D plane with precision up to six decimal places.
Implement a function to calculate the intersection point of two lines on a 2D plane
Handle precision up to six decimal places in the output
Return -1.000000 -1.000000 if the lines do not intersect
Ensure the lines 'AB' and 'PQ' are distinct
Tip 1 : Have some projects.
Tip 2 : Do a course from Coding Ninjas.
Tip 1 : Keep it short
Tip 2 : Add skills iff you are sure
Some of the top questions asked at the EASEBUZZ Full Stack Developer interview -
based on 2 interviews
Interview experience
Senior Manager
25
salaries
| ₹11 L/yr - ₹25 L/yr |
Senior Business Development Manager
24
salaries
| ₹8.4 L/yr - ₹23 L/yr |
Business Development Manager
19
salaries
| ₹5 L/yr - ₹12 L/yr |
Software Engineer
14
salaries
| ₹4 L/yr - ₹7 L/yr |
Senior Software Engineer
13
salaries
| ₹6 L/yr - ₹21 L/yr |
Kissht Finance
BharatPe
VSoft Technologies
Innoviti Technologies Private Limited