Upload Button Icon Add office photos

Filter interviews by

Grappus Interview Questions and Answers

Updated 13 Mar 2024

Grappus Interview Experiences

Popular Designations

7 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 2023. There were 5 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 Resume tips
Round 2 - Aptitude Test 

You"ll be given a fun test on unberry

Round 3 - HR 

(1 Question)

  • Q1. Simple chit chat, nothing great
Round 4 - One-on-one 

(3 Questions)

  • Q1. Round with Anuj most prolly
  • Q2. Fun interview, he is fun to talk to, you"ll enjoy the conversation
  • Q3. Nothing much, he'd like to know that how much time will you give
Round 5 - HR 

(1 Question)

  • Q1. Again chit chat , nothing too serious

Sopra Steria

Success to our employee's well-being? A work-life balance that's simply unbeatable.

Our employees have rated us 4 for Work-Life Balance on AmbitionBox

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via campus placement at IMS Engineering College, Ghaziabad and was interviewed in Jul 2023. There were 2 interview rounds.

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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is oops explain and introduce yourself
  • Q2. Random leet code question

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be good in DSA

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)
Grappus Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Gaming assessment 

(1 Question)

  • Q1. Well the first round was all about gaming assessment that is also called unberry which was quite easy . The gaming assessment was all about some basic games like selecting the number clicking on some speci...
Round 3 - Technical 

(1 Question)

  • Q1. The second round was all about technical questions and projects.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

I applied via Snaphunt and was interviewed in Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Frontend questions on React, CSS and basics of deployment of application
Round 3 - Technical 

(1 Question)

  • Q1. Backend questions on DB designing. A technical DSA question.
Round 4 - Technical 

(1 Question)

  • Q1. System design questions and security questions. More focussed on dev-ops.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare and brush up on all your experience up until now.

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)

Grappus interview questions for popular designations

 Front end Developer

 (1)

 Full Stack Software Developer

 (1)

 Java Developer

 (1)

 Marketing and Business Development Intern

 (1)

 Software Developer

 (1)

 Software Development Engineer

 (1)

I applied via Job Portal and was interviewed in Dec 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Basics of Java? 2. What is composition? 3. What is atomicity? 4. Coding questions: a. Given array :[1,1,2,2,3,3,8,7,6,6,7] you need to display the non repeated element. b. Given array :["ram","r...

Interview Preparation Tips

Topics to prepare for Grappus Java Developer interview:
  • Core Java
  • Algorithms
  • logical coding
Interview preparation tips for other job seekers - Started with interview the guy named Nimish and he has around 3 years of experience in Grappus. He started good he asked basics of Java, DSA and logical coding. Interview took 1 hr but the best part comes now. I answered 80% of the questions in the interview and the question I don't know I didn't answered. By this time I got to know that I am not selected.
He asked me 3 coding questions and I was able to answer 2 questions but the last one that he asked I was not able to come up with the solution but still thinking.
He gave me the hint, Great! I answered. Now he said optimize it. But the worst thing that happened at the end that he said you know even the 2 class student can answer this question. You are not able to answer this.
Okay I get it you are best employee of your company. But you are taking interview not making anyone demotivated or Humiliated. If you don't want to select then just say I am done with the interview and reject. If 2nd class of student can answer it then hire him.

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Software Interview Questions & Answers

user image Anonymous

posted on 13 Mar 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Pretty easy and solvable

Round 2 - Coding Test 

Dp and string questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Please complete DSA because it's the toughest and important round for grappus

I applied via LinkedIn and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Javascript basics
  • Q2. React basics - useRef, useEffect, Component Lifecycle , Context API etc.
  • Q3. Basic DS Array - Objects - Divide & Conquer based problems.

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Feb 2025.

Round 1 - Technical 

(7 Questions)

  • Q1. What is the method to cut a cake into 8 pieces using only 3 cuts?
  • Q2. What would be the code to sort an array containing both letters and numbers, such as {a, 1, 2, v, w, e, 3, 6, 7, 9}, so that all letters are on the left side and all numbers are on the right side?
  • Q3. What scenarios are typically classified as high severity but low priority?
  • Q4. What are the different types of project frameworks?
  • Q5. What classes do we utilize while coding?
  • Q6. What is your framework, and can you provide an explanation of it?
  • Q7. What is the role of API testing, and how should one report the results of API testing?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Feb 2025.

Round 1 - Technical 

(5 Questions)

  • Q1. Can you provide information about yourself and the projects you have worked on?
  • Q2. What is the Re-Framework, and how do the Dispatcher, Performer, and DataTable transaction approaches function in UiPath?
  • Q3. What is the difference between an execute query and an execute non-query?
  • Q4. What is the difference between a switch statement and an if-else statement?
  • Q5. Datatable how to use it in Uipath, what is a connection string and how we can create that?

Manual Test Engineer Interview Questions & Answers

UST user image Respective user 001

posted on 28 Feb 2025

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Define method over loading and method over riding?
  • Ans. 

    Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Method overloading is achieved by having multiple methods in the same class with the same name but different parameters.

    • Method overriding is achieved by having a method in a subclass with the same n...

  • Answered by AI
  • Q2. Manual testing question should be asked what kinds of question they are asking

Interview Preparation Tips

Interview preparation tips for other job seekers - I have attended the interview as I got invite link from naukri provided by a HR her name was sreesha ramdas, what she did is the client were already selected 3 candidate but she posted 3 vacancies for testing is available as she is posted in their site, naukri and Job boards, but I went for the interview and put leave to my office because I got the interview link. Got frustrated after hearing those words I gone to the coimvatore office which is above the passport office at 9 am no one is there I waited till 12 pm after they discussing internally whether we conduct interview for the candidate who were came totally 6 candidate were came by seeing the mail no one is selected the interview they conducted asking very basic testing questions as usual such a worst ever interview I have attended in my life is this one. I wasted my leave time effort energy only of that useless HR sreesha ramdas she can't even have common sense even though I tried to message her for confirmation whether it was avsibke or not but she haven't replied on LinkedIn never seen such a disgusting fellow as hr there in a big company
Contribute & help others!
anonymous
You can choose to be anonymous

Grappus Interview FAQs

How many rounds are there in Grappus interview?
Grappus interview process usually has 2-3 rounds. The most common rounds in the Grappus interview process are Technical, Resume Shortlist and Aptitude Test.
What are the top questions asked in Grappus interview?

Some of the top questions asked at the Grappus interview -

  1. 1. Basics of Java? 2. What is composition? 3. What is atomicity? 4. Coding ques...read more
  2. Well the first round was all about gaming assessment that is also called unberr...read more
  3. React basics - useRef, useEffect, Component Lifecycle , Context API e...read more

Recently Viewed

INTERVIEWS

Apptunix

7 interviews

INTERVIEWS

Innov8

3 interviews

Tell us how to improve this page.

Grappus Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

HCLTech

A more secure future awaits you

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Coforge Interview Questions
3.3
 • 520 Interviews
Sigmoid Interview Questions
3.3
 • 58 Interviews
View all

Fast track your campus placements

View all

Grappus Reviews and Ratings

based on 13 reviews

4.4/5

Rating in categories

4.2

Skill development

4.6

Work-life balance

4.2

Salary

4.2

Job security

4.5

Company culture

4.2

Promotions

4.5

Work satisfaction

Explore 13 Reviews and Ratings
Software Developer
21 salaries
unlock blur

₹5 L/yr - ₹8 L/yr

Backend Developer
14 salaries
unlock blur

₹7 L/yr - ₹13.5 L/yr

Front end Developer
13 salaries
unlock blur

₹8 L/yr - ₹22.6 L/yr

Flutter Developer
9 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

IOS Developer
6 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Explore more salaries
Compare Grappus with

Innovify

1.9
Compare

Sigmoid

3.2
Compare

Srijan Technologies

3.5
Compare

LTIMindtree

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent