i
EAZY ERP Business Solutions
Filter interviews by
I applied via Company Website and was interviewed before May 2021. There were 4 interview rounds.
They have given me a task to complete.
Top trending discussions
posted on 3 Aug 2024
I applied via campus placement at Galgotias College of Engineering and Technology, Greater Noida and was interviewed in Jul 2024. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
Functions return a value while stored procedures do not. Functions can be used in SELECT statements, stored procedures cannot.
Functions return a value, stored procedures do not
Functions can be used in SELECT statements, stored procedures cannot
Functions must return a value, stored procedures may or may not
Use a self join to find the manager of the employee.
Join the employee table with itself on the manager_id and employee_id columns
Select the manager's details based on the employee's manager_id
A trigger is a special type of stored procedure that automatically executes when certain events occur in a database.
Triggers can be used to enforce business rules, perform data validation, or maintain referential integrity.
Examples of trigger events include INSERT, UPDATE, and DELETE operations on a table.
Triggers can be defined to execute before or after the triggering event.
I applied via Company Website and was interviewed in May 2024. There were 2 interview rounds.
Some Objective questions and 1 Coding Questions
posted on 18 May 2024
posted on 3 May 2024
I applied via campus placement at Sri Krishna College of Engineering and Technology, Coimbatore and was interviewed before May 2023. There were 3 interview rounds.
We had 21 questions including 3 coding questions. It was simple and beginners friendly questions
I applied via Recruitment Consulltant and was interviewed in Apr 2023. There were 2 interview rounds.
I applied via Job Portal and was interviewed in Mar 2022. There was 1 interview round.
HTML, CSS, and JS are executed by the browser.
HTML is parsed and rendered into a Document Object Model (DOM)
CSS is applied to the DOM to style the content
JS is executed to add interactivity and manipulate the DOM
Browser engines like Blink, Gecko, and WebKit handle the execution
Functional components are simpler and easier to test, while class components offer more features and lifecycle methods.
Use functional components for simple UI components
Use class components for more complex UI components
Functional components are easier to read and maintain
Class components offer more lifecycle methods and state management options
posted on 14 Sep 2021
I was interviewed in Mar 2021.
Round duration - 60 Minutes
Round difficulty - Easy
The platform was HackerEarth time duration was 1 hour.
2 Coding questions were asked, 30 minutes for each were allotted.
Given a string S
of length L
, determine the length of the longest substring that contains no repeating characters.
"abac...
In the brute force approach, we will use two nested loops. The outer loop is used to select the starting index of the substring and the inner loop is used to fix the ending index of the substring. After selecting the substring, we will use another loop (or a method) to check whether the substring contains all unique characters or not using a HashSet.
Space Complexity: O(n)Explanation:O(L), where L is the len...
Given an array or list ARR
consisting of N
integers, your task is to identify all distinct triplets within the array that sum up to a specified number K
.
A t...
Round duration - 120 Minutes
Round difficulty - Hard
This was a 2 hours round, with the following problem statement. At the end of the allotted time you had give a demo and explain your implementation.
Round duration - 45 Minutes
Round difficulty - Medium
The platform was Zoom, time duration was 45 mins. Started with Tell me something about yourself. I told them, that I like solving algorithms and real life problems.
Round duration - 20 Minutes
Round difficulty - Easy
Interviewer was very friendly. Asked few questions about myself and then asked questions about what I know about the company.
Tip 1 : Participate in live contests on websites like Codechef, Codeforces etc as much as possible.
Tip 2 : Practice questions from leetcode as mostly questions were asked from that only.
Tip 3 : Revise Computer Science subjects like DBMS, OS & OOPS thoroughly, it'll help you ace last round
Tip 4 : Revise everything about your mentioned internship projects and self projects. Projects hold a great weight in selection.
Tip 1 : Competitive programming profiles is a must. That'll help you get shortlisted.
Tip 2 : Resume should reflect development and experience in DSA.
Tip 3 : Be genuine in your skills and technologies section, question will be asked from them.
based on 1 review
Rating in categories
Resident Engineer
20
salaries
| ₹1.2 L/yr - ₹3.5 L/yr |
Project Coordinator
15
salaries
| ₹3 L/yr - ₹5 L/yr |
Project Manager
13
salaries
| ₹4.2 L/yr - ₹12 L/yr |
Software Developer
12
salaries
| ₹3.5 L/yr - ₹7.2 L/yr |
DMS Executive
11
salaries
| ₹1.3 L/yr - ₹3.6 L/yr |
Tally Solutions
SAP
Oracle
Microsoft Corporation