Upload Button Icon Add office photos
Engaged Employer

i

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

GroMo Verified Tick

Compare button icon Compare button icon Compare
4.1

based on 36 Reviews

Filter interviews by

GroMo Software Engineer Interview Questions and Answers

Updated 19 Oct 2023

GroMo Software Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 

Asked about data interpretation and all these.

Round 3 - Coding Test 

Coding test is based on DSA mainly.

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your concepts regarding your projects.

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Soo easy aptitude exam asked questions

Round 2 - Technical 

(3 Questions)

  • Q1. What is oops in Java,fibo, and sorting
  • Ans. 

    OOPs in Java refers to Object-Oriented Programming concepts, fibo likely refers to Fibonacci sequence, and sorting refers to arranging elements in a specific order.

    • OOPs in Java includes concepts like classes, objects, inheritance, polymorphism, and encapsulation.

    • Fibo likely refers to the Fibonacci sequence, where each number is the sum of the two preceding ones (e.g. 0, 1, 1, 2, 3, 5, ...).

    • Sorting involves arranging el...

  • Answered by AI
  • Q2. Why is garbage collector is used in java etc more of java questions
  • Q3. Can main can be overloaded and overrided
  • Ans. 

    Yes, main can be overloaded but not overridden in C++.

    • Main can be overloaded by defining multiple functions with different parameters.

    • Example: int main() and int main(int argc, char* argv[])

    • Main cannot be overridden as it is a static function of the program.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and get your basics right
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Build a typeahead component

Round 2 - Technical 

(2 Questions)

  • Q1. Build a form for personal details
  • Ans. 

    Build a form for personal details

    • Include fields for name, email, phone number, address, date of birth

    • Use input fields, dropdowns, and date pickers for user input

    • Add validation for required fields and correct formats

    • Consider user experience with clear labels and easy navigation

  • Answered by AI
  • Q2. Add validations to different fields
  • Ans. 

    Implement validations for different fields in software development.

    • Identify the fields that require validation such as email, password, phone number, etc.

    • Use regular expressions to validate input data format.

    • Implement client-side and server-side validations to ensure data integrity.

    • Display error messages for invalid input to guide users on correct data entry.

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Technical sql questions

Round 2 - Coding Test 

Oops concept and sql db questions

Round 3 - Technical 

(1 Question)

  • Q1. Dependency injection
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts and projects
  • Q2. Collections, multithreading

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared for interview on your skills and projects

Software Engineer Interview Questions & Answers

Money View user image Shreyas Vinayak Patil CSE-2019-23

posted on 5 Jun 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

2hrs aptitude test was there

Round 2 - Coding Test 

2 hrs coding test was there

Round 3 - Group Discussion 

GD was conducted and then i passed it

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

I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding simple problem

Round 2 - System design 

(1 Question)

  • Q1. Prepare for normal system design questions and you are good to go
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(6 Questions)

  • Q1. Introduce yourself
  • Q2. Describe your project and the tools and technologies you have used in your project.
  • Q3. What is multitenancy in your project? How did you handle it?
  • Q4. Question about stored procedures and how parameters are used
  • Q5. Questions about spring framework and MVC.
  • Q6. Have you used jQuery? What is $ in Jquery?
Round 2 - HR 

(4 Questions)

  • Q1. What is your current CTC?
  • Q2. What is your Expected CTC?
  • Q3. Why are you willing to join us?
  • Q4. Are you willing to relocate?

Interview Preparation Tips

Topics to prepare for Nomura Research Institute Financial Technologies India Software Engineer interview:
  • Core Java
  • Spring Framework
  • Spring Mvc
  • JSP
  • Servlets
  • Oracle SQL
  • Stored Procedures
  • JMS
  • Tomcat
Interview preparation tips for other job seekers - This interview was conducted in Feb 2020. So, a lot has changed after that. If you are preparing now in 2025, then you need to be conversant in Java, J2EE, Spring Framework, Spring boot, Microservices, JSP, Angular/React, Oracle SQL.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Easy coding questions DSA

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a linked list
  • Q2. Find middle of linked list
Round 3 - Technical 

(1 Question)

  • Q1. Pick from a basket of oranges

Interview Preparation Tips

Topics to prepare for Open Financial Technologies Private Limited Software Engineer interview:
  • Easy DSA
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Mar 2022.

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 - Coding Test 

The question they were asked in coding round was too easy , anyone who has basic knowledge of coding can easily solve that question.

Round 3 - Technical 

(1 Question)

  • Q1. They asked me question related my project , DBMS, Is question.
Round 4 - One-on-one 

(1 Question)

  • Q1. Interviewer asked me explain my project, asked some basic question related to coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Before the interview please go through with your resume one time.

GroMo Interview FAQs

How many rounds are there in GroMo Software Engineer interview?
GroMo interview process usually has 3 rounds. The most common rounds in the GroMo interview process are Resume Shortlist, Aptitude Test and Coding Test.

Tell us how to improve this page.

GroMo Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Business Analyst
9 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Financial Advisor
7 salaries
unlock blur

₹2.5 L/yr - ₹4.2 L/yr

Assistant Manager
7 salaries
unlock blur

₹5.8 L/yr - ₹10 L/yr

Relationship Manager
7 salaries
unlock blur

₹3.7 L/yr - ₹5.5 L/yr

Sales Executive
6 salaries
unlock blur

₹2.1 L/yr - ₹3.6 L/yr

Explore more salaries
Compare GroMo with

Upstox

3.8
Compare

Groww

3.8
Compare

Zerodha

4.2
Compare

Paytm Money

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