i
Grasko Solutions
Filter interviews by
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 was interviewed before Oct 2022.
Logical Apptitude verbal reasoning
Top trending discussions
I applied via Approached by Company and was interviewed in Apr 2022. There was 1 interview round.
Simple and easy basic aptitude
Simple question solved in python
Program to print Prime number
Iterate through numbers and check if each number is prime
Use a nested loop to check for factors of the number
A prime number is a number that is only divisible by 1 and itself
Program to compute permutations and combinations
Use recursion to generate all possible permutations and combinations
For permutations, swap elements in the array and recursively call the function
For combinations, include or exclude elements in the array and recursively call the function
Use a loop to iterate through the array and generate all possible permutations and combinations
Program to find the missing element in a series of numbers
Iterate through the array and calculate the sum of all elements
Calculate the sum of the series using the formula n*(n+1)/2 where n is the length of the series
Subtract the sum of the array from the sum of the series to find the missing element
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
MongoDB is preferred over SQL for its flexibility, scalability, and ease of use in handling unstructured data.
MongoDB is a NoSQL database, making it easier to work with unstructured data compared to SQL.
MongoDB is schema-less, allowing for more flexibility in data modeling and changes.
MongoDB is horizontally scalable, making it easier to handle large amounts of data and high traffic loads.
MongoDB's document-based data ...
I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.
C,c++ questions and two coding questions. basic mcq
TreeSet and HashSet are both implementations of the Set interface in Java, but they have some key differences.
TreeSet is a sorted set that maintains elements in ascending order, while HashSet does not guarantee any specific order.
TreeSet uses a Red-Black tree data structure for storage, which allows for efficient retrieval of elements in sorted order.
HashSet uses a hash table for storage, which provides constant-time p...
1. Database is a collection of organized data, schema defines the structure of the database. 2. Integration Runtime in Azure Data Factory is a compute infrastructure used to move data.
Database is a collection of tables, indexes, views, and other objects that store and organize data.
Schema defines the structure of the database, including tables, columns, relationships, and constraints.
Integration Runtime in Azure Data F...
I applied via Approached by Company and was interviewed in Apr 2022. There was 1 interview round.
I applied via AngelList and was interviewed before Aug 2022. There were 3 interview rounds.
Interview experience
based on 3 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