Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Grasko Solutions Team. If you also belong to the team, you can get access from here

Grasko Solutions Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 55 Reviews

Filter interviews by

Grasko Solutions Senior Software Engineer Interview Questions and Answers

Updated 5 Oct 2023

Grasko Solutions Senior Software Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

40 aptitude questions basic

Round 3 - Technical 

(3 Questions)

  • Q1. Technical interview on oops concepts and .net / sql
  • Q2. Tell me about Quick sort
  • Ans. 

    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...

  • Answered by AI
  • Q3. What is Join in SQL
  • Ans. 

    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

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Just basic introduction

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Oct 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Logical Apptitude verbal reasoning

Round 3 - Technical 

(1 Question)

  • Q1. Logical coding on c
Round 4 - HR 

(1 Question)

  • Q1. When we can join and company features

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

Interview questions from similar companies

I applied via Approached by Company and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Dotnet, angular , azure

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go for Interview
Less pay
Rotational shift
Too much policies
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Simple and easy basic aptitude

Round 2 - Coding Test 

Simple question solved in python

Round 3 - Technical 

(3 Questions)

  • Q1. Program to print Prime number
  • Ans. 

    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

  • Answered by AI
  • Q2. Program to compute permutations and combinations
  • Ans. 

    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

  • Answered by AI
  • Q3. Program to find the missing element in a series of number
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just stick to basics and brush upon it

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions related to NODEJS , PHP, Past projects, Resume
  • Q2. Why Mongodb over Sql
  • Ans. 

    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 ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ResMed Associate Software Engineer interview:
  • Nodejs
  • MongoDB
  • PHP
  • SQL
Interview preparation tips for other job seekers - They asked related to resume only.

I didn't got selected because I couldn't justify what was written on my resume.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

C,c++ questions and two coding questions. basic mcq

Round 2 - Technical 

(3 Questions)

  • Q1. Treeset, hashset difference
  • Ans. 

    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...

  • Answered by AI
  • Q2. Oops concept, dbms, programming questions
  • Q3. Set and treeset and hashset

Interview Preparation Tips

Topics to prepare for ResMed Software Developer interview:
  • DBMS
  • OOPS
Interview preparation tips for other job seekers - none

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. 1. Basic query questions was asked including concepts such as row number logic, update, delete etc. 2. What is materialized view in snowflake?
  • Q2. 1. What is database and schema in sql? 2. What is integration runtime in Azure Data Factory?
  • Ans. 

    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...

  • Answered by AI

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Dotnet, angular , azure

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go for Interview
Less pay
Rotational shift
Too much policies
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AngelList and was interviewed before Aug 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. React concepts, about components, life cycle and state management
Round 3 - One-on-one 

(1 Question)

  • Q1. General intro about myself and college projects

Grasko Solutions Interview FAQs

How many rounds are there in Grasko Solutions Senior Software Engineer interview?
Grasko Solutions interview process usually has 4 rounds. The most common rounds in the Grasko Solutions interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in Grasko Solutions Senior Software Engineer interview?

Some of the top questions asked at the Grasko Solutions Senior Software Engineer interview -

  1. Tell me about Quick s...read more
  2. What is Join in ...read more
  3. Technical interview on oops concepts and .net / ...read more

Tell us how to improve this page.

Grasko Solutions Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
Grasko Solutions Senior Software Engineer Salary
based on 31 salaries
₹9.3 L/yr - ₹26 L/yr
5% more than the average Senior Software Engineer Salary in India
View more details

Grasko Solutions Senior Software Engineer Reviews and Ratings

based on 3 reviews

3.8/5

Rating in categories

4.0

Skill development

3.3

Work-life balance

3.8

Salary

4.2

Job security

2.8

Company culture

4.0

Promotions

3.3

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
100 salaries
unlock blur

₹5.4 L/yr - ₹17.5 L/yr

Software Developer
53 salaries
unlock blur

₹4 L/yr - ₹16.3 L/yr

QA Engineer
51 salaries
unlock blur

₹4.8 L/yr - ₹15.2 L/yr

Senior Software Engineer
31 salaries
unlock blur

₹9.3 L/yr - ₹26 L/yr

Technical Writer
18 salaries
unlock blur

₹3.5 L/yr - ₹10 L/yr

Explore more salaries
Compare Grasko Solutions with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview