i
11:11 Systems
Filter interviews by
I applied via Naukri.com and was interviewed before Jun 2023. There were 3 interview rounds.
Coding test on java collections
Sorting a given array of strings
Use a sorting algorithm like quicksort or mergesort
Consider the length of the strings for comparison
Use a comparator function to define the sorting order
Use SQL query with ORDER BY and LIMIT to find second, third highest salary
Use ORDER BY salary DESC to sort salaries in descending order
Use LIMIT 1,1 to get the second highest salary
Use LIMIT 2,1 to get the third highest salary
Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1,1
Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 2,1
Top trending discussions
posted on 12 Jan 2025
I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Sep 2024. There were 5 interview rounds.
Leetcode easy level questions
Remove subsequent repetitions in a string
Iterate through the string and compare each character with the next one
If they are the same, remove the repetition by shifting the characters to the left
Repeat this process until all repetitions are eliminated
A URL shortener is a tool that takes a long URL and generates a shorter, more manageable link.
Generate a unique short code for each long URL
Store the mapping between short code and long URL in a database
Redirect users from short URL to original long URL when accessed
Unit test for a service class
Create a test class for the service class
Mock any dependencies of the service class
Write test methods to cover different scenarios
Use assertions to verify the expected outcomes
I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.
posted on 18 Jun 2024
Count occurrences of a letter in a string.
Iterate through each character in the string and count occurrences of the specified letter.
Use a hashmap to store the count of each letter.
Handle both uppercase and lowercase letters to ensure accurate counting.
posted on 2 Aug 2024
posted on 2 Feb 2021
I applied via Naukri.com and was interviewed in Jan 2021. There were 4 interview rounds.
I applied via Naukri.com
Dependency injection in Laravel is a technique to manage class dependencies and improve code flexibility.
Dependency injection allows for easier testing and maintenance of code.
It involves passing dependencies to a class through its constructor or method parameters.
Laravel's container class manages the dependencies and resolves them when needed.
Example: injecting a database connection into a repository class.
Can also us...
To find the second largest number in a column in MySQL, you can use the ORDER BY and LIMIT clauses.
Write a SELECT statement to retrieve the column values in descending order using ORDER BY.
Use the LIMIT clause to limit the result set to the second row.
The value in the second row will be the second largest number in the column.
Magic Edtech is an innovative educational technology company.
Magic Edtech develops interactive learning platforms and tools.
They use advanced technologies like AI, AR, and VR to enhance the learning experience.
Their products include virtual classrooms, adaptive learning systems, and educational games.
Magic Edtech focuses on personalized learning and data-driven insights.
They collaborate with schools, universities, and
Interview experience
based on 1 review
Rating in categories
System Engineer
45
salaries
| ₹4 L/yr - ₹11 L/yr |
Backup Administrator
43
salaries
| ₹3.5 L/yr - ₹9 L/yr |
Senior Engineer
42
salaries
| ₹7 L/yr - ₹17 L/yr |
Senior Network Engineer
38
salaries
| ₹7.6 L/yr - ₹15.6 L/yr |
Specialist
36
salaries
| ₹10.3 L/yr - ₹28 L/yr |
IBM
TCS
Wipro
HCLTech