Upload Button Icon Add office photos

Spice Money

Compare button icon Compare button icon Compare

Filter interviews by

Spice Money Java Developer Interview Questions and Answers

Updated 3 Aug 2024

Spice Money Java Developer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Java coding questions
  • Q2. Micro services based and springboot.annotations

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Spice Money?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Nov 2023. 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 - Coding Test 

Mcqs based on cs fundamentals and 2_3 coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. 2-3 DSA questions to be written on paper in the interview itself
  • Q2. Merge 2 sorted Linked list into 1
  • Ans. 

    Merge two sorted linked lists into one.

    • Create a new linked list to store the merged list.

    • Compare the values of the nodes from both lists and add the smaller value to the new list.

    • Move the pointer of the list with the smaller value to the next node.

    • Repeat the comparison and addition until one of the lists is empty.

    • Add the remaining nodes from the non-empty list to the new list.

    • Return the new merged list.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. A full cv analysis interview round discussion on all the projects and team work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for DSA quite well and make sure you know everything about your CV and must have some team work skills

Skills evaluated in this interview

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Parent class has run() and walk(). Parent run() calls walk(). Chi ... read more
asked in Infosys
Q3. Which should be preferred between String and StringBuffer when th ... read more
Q4. How do you sort a list of students based on their first name?
asked in Cognizant
Q5. What array list and linkedlist difference,how hashmap internally ... read more

I applied via Recruitment Consulltant and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Current experience, Day to day activities, Questions from Resume
  • Q2. Core Java, Collections, Spring Framework, Hibernate, Web Services, Simple programming questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Some in detail tech questions on Hibernate, REST Web Services - based on project use cases
  • Q2. Managerial questions like Agile Process, Code Review, CI/CD Pipelines, Understanding end to end flow of current working project

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Core Java, Collections, Spring Framework, REST Services, Hibernate
Practice explaining your current project end to end flow
Lookup a little about Transunion and their business.

I applied via Naukri.com and was interviewed in Oct 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is static intializer?
  • Ans. I don't know
  • Answered Anonymously
  • Q2. What is Mock MVC ?

Interview Preparation Tips

Topics to prepare for TransUnion Java Developer interview:
  • Interfaces
  • Collections
Interview preparation tips for other job seekers - They are ask me more question on scenario based question.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - Coding Test 

It was good. Mostly questions on spark

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn

Round 1 - Technical 

(2 Questions)

  • Q1. Java Based question answers
  • Q2. Array traversal problem
  • Ans. 

    Traverse an array of strings

    • Use a loop to iterate through each element in the array

    • Access each element using its index

    • Perform any necessary operations on each element

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Logical reasoning, grammar, and coding: two basic level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Question on core Java
  • Q2. Question on SQL and PLSQL
  • Q3. Resume based question and on project
Round 3 - HR 

(2 Questions)

  • Q1. Resume and project based question
  • Q2. What do you like about your current company, and why do you want to join our organization?
  • Ans. 

    I appreciate the collaborative team environment and innovative projects at my current company, and I am excited about the opportunities for growth and learning at your organization.

    • Collaborative team environment fosters creativity and productivity

    • Innovative projects challenge me to learn and grow

    • Excited about the opportunities for growth and learning at your organization

  • Answered by AI
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AmbitionBox and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Name gaurav Chauhan
  • Ans. My name is Gaurav Chauhan
  • Answered by burningeggplant
  • Q2. Paytm company 5 month working
  • Q3. My house is transport Nagar Alwar
  • Q4. Freecharge payment
  • Ans. Freecharge company me mana working ke h
  • Answered by burningeggplant
  • Q5. I am good workinig

Interview Preparation Tips

Interview preparation tips for other job seekers - Bharat pe is good company and good service
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Sort array of cards in color red , blue,green
  • Ans. 

    Sort array of cards in red, blue, green colors.

    • Use a custom sorting function to sort the array based on color order.

    • Assign a numerical value to each color (e.g. red: 0, blue: 1, green: 2) and sort based on these values.

    • Implement a sorting algorithm like bubble sort or quicksort to rearrange the array based on color order.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Oct 2022. There were 3 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 tips
Round 2 - Coding Test 

Coding, stack and string

Round 3 - Technical 

(1 Question)

  • Q1. Java 8, collection, multithreading

Spice Money Interview FAQs

How many rounds are there in Spice Money Java Developer interview?
Spice Money interview process usually has 1 rounds. The most common rounds in the Spice Money interview process are Technical.
What are the top questions asked in Spice Money Java Developer interview?

Some of the top questions asked at the Spice Money Java Developer interview -

  1. Micro services based and springboot.annotati...read more
  2. Java coding questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Cluster Head
80 salaries
unlock blur

₹5.8 L/yr - ₹10 L/yr

Assistant Manager
63 salaries
unlock blur

₹3.7 L/yr - ₹12.2 L/yr

District Sales Manager
57 salaries
unlock blur

₹3 L/yr - ₹4.4 L/yr

district lead
56 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Senior Executive
41 salaries
unlock blur

₹3 L/yr - ₹4.9 L/yr

Explore more salaries
Compare Spice Money with

Angel One

3.8
Compare

AGS Transact Technologies

3.0
Compare

Hitachi Payment Services

3.7
Compare

Rupeek

3.7
Compare
write
Share an Interview