i
Grasko Solutions
Filter interviews by
I was interviewed in Jul 2024.
Memoization is a technique used in programming to optimize performance by storing the results of expensive function calls and returning the cached result when the same inputs occur again.
Memoization helps reduce redundant calculations by storing the results of function calls in a cache
It is commonly used in dynamic programming and recursive algorithms to improve performance
Example: Fibonacci sequence calculation can be...
Lazy loading is a technique used in web development to defer loading of non-essential resources until they are needed.
Lazy loading helps improve page load times by only loading resources when they are required.
It is commonly used for images, videos, and other media files on websites.
Lazy loading can be implemented using JavaScript libraries like Intersection Observer or by using native browser features like loading='la
Callback hell is a situation where multiple nested callbacks make the code difficult to read and maintain.
Occurs when multiple asynchronous operations are nested within each other
Can lead to unreadable and unmaintainable code
Can be avoided by using promises or async/await
Prop drilling is the process of passing down props through multiple levels of components in React.
Prop drilling can lead to complex and hard-to-maintain code.
It can be avoided by using Context API or Redux for state management.
Example: Passing props from a parent component to a deeply nested child component through intermediate components.
Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.
Dependency injection helps in making components more modular and easier to test.
It promotes loose coupling between components.
There are three types of dependency injection - constructor injection, setter injection, and interface injection.
I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.
Aptitude round in online
2nd round is techical round through Google meet. Some aptitude questions, coding questions, basic technical questions
I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.
Scenario handling, design and implementation
Grasko Solutions interview questions for popular designations
Multiple choice questions
I applied via Job Fair and was interviewed before Jun 2023. There were 2 interview rounds.
50 questions on aptitude maths test
I was interviewed in Jun 2022.
Mostly on Quantitative and Logical reasoning
I applied via Walk-in and was interviewed before Sep 2022. There were 4 interview rounds.
40 aptitude questions basic
Quick sort is a popular sorting algorithm that uses a divide-and-conquer approach to sort elements in an array.
Quick sort picks a 'pivot' element from the array and partitions the other elements into two sub-arrays according to whether they are less than or greater than the pivot.
It then recursively sorts the sub-arrays.
The pivot selection can greatly affect the efficiency of the algorithm. Commonly used methods includ...
Join in SQL is used to combine rows from two or more tables based on a related column between them.
Join is used to retrieve data from multiple tables based on a related column
Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column
I applied via Naukri.com and was interviewed before Oct 2022. There were 4 interview rounds.
Not very hard. Easy aptitude questions to check thinking process and approach towards problem. Problem solving skills is checked.
Very simple codes: String Manipulation, 2nd smallest from an Array, Reverse a string etc
I was interviewed before Oct 2022.
Logical Apptitude verbal reasoning
Top trending discussions
Interview experience
based on 55 reviews
Rating in categories
Software Engineer
100
salaries
| ₹5.4 L/yr - ₹17.5 L/yr |
Software Developer
53
salaries
| ₹4 L/yr - ₹16.3 L/yr |
QA Engineer
51
salaries
| ₹4.8 L/yr - ₹15.2 L/yr |
Senior Software Engineer
31
salaries
| ₹9.3 L/yr - ₹26 L/yr |
Technical Writer
18
salaries
| ₹3.5 L/yr - ₹10 L/yr |
TCS
Infosys
Wipro
HCLTech