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

Filter interviews by

Grasko Solutions Java Full Stack Developer Interview Questions and Answers

Updated 4 Aug 2024

Grasko Solutions Java Full Stack Developer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java objects related
  • Q2. Oops related concepts
Round 2 - Case Study 

Scenario handling, design and implementation

Round 3 - HR 

(2 Questions)

  • Q1. Package discussion
  • Q2. Wfo policy discussed

Interview questions from similar companies

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

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
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Is TDD an overkill?
  • Q2. Tell me how you will manage 10k+ records on an application UI? (This was a system design question)

Interview Preparation Tips

Interview preparation tips for other job seekers - Pros: HR interaction from beginning till interview was great.
Cons: Interviewers interviewed me for a different role than I was expected to be interviewed for. So I found there was a lack of communication between the HR and the interviewees.

Interview Preparation Tips

Round: Test
Experience: Actually for everyone they take 3 rounds but for me only 2 rounds. I cleared aptitude test then manager round. He just asked 2 questions about my degree then about NCC thats all
Duration: 30 minutes
Total Questions: 5

College Name: Bangalore University
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

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

I applied via Naukri.com and was interviewed before Apr 2021. 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 - Aptitude Test 

Metl test

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic professional information, ambition, communication skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Give your best, they will give uou the best

Interview Questionnaire 

1 Question

  • Q1. Marketing ka kitne saal ka xperience or Delhi me kon kon se Market karte ho

I applied via Campus Placement

Round 1 - Aptitude Test 

Test was easy with basic ability questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions asked were pretty generic and requesting your personality to render.
Round 3 - One-on-one 

(1 Question)

  • Q1. Same as that of second round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just try rendering the best version of yourself. Your confidence and speaking skills are tested. Rest everything would be very easy.

Grasko Solutions Interview FAQs

How many rounds are there in Grasko Solutions Java Full Stack Developer interview?
Grasko Solutions interview process usually has 3 rounds. The most common rounds in the Grasko Solutions interview process are Technical, Case Study and HR.
How to prepare for Grasko Solutions Java Full Stack Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Grasko Solutions. The most common topics and skills that interviewers at Grasko Solutions expect are Full Stack, Java, Javascript, React.Js and Spring Boot.
What are the top questions asked in Grasko Solutions Java Full Stack Developer interview?

Some of the top questions asked at the Grasko Solutions Java Full Stack Developer interview -

  1. Oops related conce...read more
  2. Java objects rela...read more
  3. Package discuss...read more

Tell us how to improve this page.

Grasko Solutions Java Full Stack Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

XL Health Interview Questions
4.1
 • 19 Interviews
ResMed Interview Questions
3.7
 • 16 Interviews
Reventics Interview Questions
4.1
 • 16 Interviews
GENWORKS Health Interview Questions
3.2
 • 15 Interviews
View all
Software Engineer
99 salaries
unlock blur

₹5.4 L/yr - ₹18 L/yr

Software Developer
55 salaries
unlock blur

₹4 L/yr - ₹17.2 L/yr

QA Engineer
51 salaries
unlock blur

₹5.2 L/yr - ₹15.9 L/yr

Senior Software Engineer
30 salaries
unlock blur

₹9.8 L/yr - ₹26 L/yr

Technical Writer
17 salaries
unlock blur

₹3.5 L/yr - ₹10 L/yr

Explore more salaries
Compare Grasko Solutions with

XL Health

4.1
Compare

Suburban Diagnostics

3.8
Compare

Sir Ganga Ram Hospital

4.0
Compare

Boston Scientific

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