Upload Button Icon Add office photos
Engaged Employer

i

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

Nium Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Nium Software Engineer2 Interview Questions and Answers

Updated 14 May 2024

Nium Software Engineer2 Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to Core Java
  • Q2. Have deep knowledge on core java
Round 2 - Technical 

(2 Questions)

  • Q1. This round was regarding my previous projects and high level design
  • Q2. Have deep understanding about your previous projects and concepts of high level design

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare for all the rounds

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Nium?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. - 2 DS ALGO Questions - LLD of Splitwise - HLD of Notifications System - Question's on project + Behaviour Questions - HR Questions
  • Q2. 5 rounds. DS ALGO LLD HLD Managerial HR

Software Engineer2 Interview Questions Asked at Other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a po ... read more
asked in Wayfair
Q2. Describe how you would design an Order and Cart Page in iOS, incl ... read more
asked in JioStar
Q3. Given an array of officers, where ranks 1-8 represent high-rankin ... read more
Q4. How to process large amount of data? Which tool would you prefer?
asked in PayPal
Q5. Can you describe the system design for the checkout feature on Am ... read more

I applied via Campus Placement and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics of java(OOP, strings and collections), college projects, and how I was involved in that projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was a bit easy as the company came to college, they asked only the basics of java and my college projects and some HR-related questions like tell me about yourself and some time management questions about the projects and academics.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Exam to test reasoning and aptitude, and speed to answer them

Round 2 - Coding Test 

Dsa question easy to medium level

Round 3 - Behavioral 

(5 Questions)

  • Q1. Just culture fit question, and medium dsa questions
  • Q2. Print pyramid from Fibonacci sequence
  • Q3. Linked list sort
  • Ans. 

    Sorting a linked list can be efficiently done using merge sort due to its O(n log n) time complexity.

    • Use merge sort as it works well with linked lists due to its divide-and-conquer approach.

    • Split the linked list into two halves using the slow and fast pointer technique.

    • Recursively sort both halves and then merge them back together.

    • Example: For a linked list 4 -> 2 -> 1 -> 3, the sorted list will be 1 -> 2 -...

  • Answered by AI
  • Q4. Design SQL tables for library management system
  • Q5. Valid bracket dsa question
  • Ans. 

    Check if a string of brackets is valid by ensuring every opening bracket has a corresponding closing bracket in the correct order.

    • Use a stack to keep track of opening brackets. Example: For '({[]})', push '(', '{', '[' onto the stack.

    • For each closing bracket, check if it matches the top of the stack. Example: For '}', pop '{' from the stack.

    • If the stack is empty at the end, the brackets are valid. Example: '()[]{}' is ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Java , Spring, SQL questions asked without one data structure basic live coding question

Round 2 - HR 

(2 Questions)

  • Q1. What are your expectation to work with us
  • Q2. How will you manage to improve with us
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It consist of 4 DSA ques and few quiz and opps concept based ques
1st was string based Medium level ques.
2nd was a ques based on 2 pointer
And other 2 was from Vector and Linked list easy ques

Round 2 - Technical 

(3 Questions)

  • Q1. It was stock buy and sell ques on leetcode where we need to find Max profit and what day to buy and sell
  • Q2. 2d array ques to print natural numbers in spiral form
  • Ans. 

    Print natural numbers in spiral form using a 2D array.

    • Create a 2D array with dimensions n x n.

    • Initialize variables for row and column boundaries.

    • Iterate through the array in a spiral pattern, filling in natural numbers.

  • Answered by AI
  • Q3. Hard level linked list ques

Skills evaluated in this interview

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

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. The Egg Drop Problem: You are given a building with a certain number of floors and a limited number of eggs. The goal is to determine the highest floor from which you can drop an egg without it breaking, u...
  • Q2. What is the significance of star behavior in a particular context?
  • Ans. 

    Star behavior signifies the performance and scalability of systems, often used in distributed computing and network analysis.

    • In distributed systems, star behavior indicates how well a system can handle increased loads without performance degradation.

    • For example, in a star topology network, the central hub's performance is crucial as it connects all nodes.

    • In software design, star behavior can refer to how components int...

  • Answered by AI
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Coding Test 

Coding question on string manipulation like tell the type of card based on the string constraints of the given card number.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on string handling.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Machine coding.
Code structure, naming, best practices are more important than time or space complexity.

Round 2 - Coding Test 

Same as Round 1, except more complex problem statement

Round 3 - Technical 

(1 Question)

  • Q1. Integration round. Given a library, do some operations with it, i.e. pull specific data point from file, make an POST call using different data point etc.
  • Ans. 

    Integrate a library to extract data and perform POST requests with specific data points.

    • Identify the library and its functionalities, e.g., 'requests' for HTTP calls in Python.

    • Load the data file using appropriate methods, e.g., 'pandas' for CSV files.

    • Extract specific data points using indexing or filtering, e.g., df['column_name'].iloc[0].

    • Prepare the data for the POST request, ensuring it matches the API requirements.

    • U...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Given a codebase, fix a specific bug
Round 5 - Technical 

(1 Question)

  • Q1. Standard HLD/LLD design problem
  • Ans. 

    HLD focuses on overall system architecture, while LLD delves into specific implementation details.

    • HLD includes components, modules, interfaces, and dependencies.

    • LLD involves detailed class diagrams, data structures, algorithms, and database schema.

    • Example: HLD may outline a system using microservices architecture, while LLD may specify how each microservice communicates and stores data.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewing here is very very different than MAANG companies.
Speed of execution matters, but best practices matter more.
Time and space complexity is not tested at all!

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

LLD for load balancer

Round 2 - One-on-one 

(1 Question)

  • Q1. API integrations, integrate 3rd party API to visualize ride locations and generate images
  • Ans. 

    Integrate a 3rd party API to visualize ride locations and generate images for enhanced user experience.

    • Choose a suitable mapping API like Google Maps or Mapbox for visualization.

    • Use a ride-sharing API (e.g., Uber or Lyft) to fetch ride location data.

    • Implement WebSocket or RESTful API calls to get real-time ride updates.

    • Utilize libraries like D3.js or Chart.js to create visual representations of ride data.

    • Generate image...

  • Answered by AI
Round 3 - Coding Test 

Solve a bug in JSON like parsing library

Nium Interview FAQs

How many rounds are there in Nium Software Engineer2 interview?
Nium interview process usually has 2 rounds. The most common rounds in the Nium interview process are Technical.
What are the top questions asked in Nium Software Engineer2 interview?

Some of the top questions asked at the Nium Software Engineer2 interview -

  1. Have deep knowledge on core j...read more
  2. Questions related to Core J...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

CapitalOne Interview Questions
3.7
 • 81 Interviews
Freecharge Interview Questions
3.9
 • 58 Interviews
Mobikwik Interview Questions
3.6
 • 55 Interviews
BharatPe Interview Questions
3.5
 • 43 Interviews
FNZ Interview Questions
2.7
 • 37 Interviews
Jupiter Money Interview Questions
3.0
 • 31 Interviews
Verifone Interview Questions
3.2
 • 26 Interviews
Experian Interview Questions
3.7
 • 23 Interviews
Stripe Interview Questions
3.2
 • 23 Interviews
View all
Nium Software Engineer2 Salary
based on 4 salaries
₹18 L/yr - ₹32 L/yr
21% more than the average Software Engineer2 Salary in India
View more details
Senior Software Engineer
75 salaries
unlock blur

₹19.8 L/yr - ₹35 L/yr

Software Engineer
59 salaries
unlock blur

₹13.6 L/yr - ₹23.4 L/yr

Senior Executive
37 salaries
unlock blur

₹5.5 L/yr - ₹12.6 L/yr

Senior Analyst
31 salaries
unlock blur

₹6.2 L/yr - ₹13.4 L/yr

Principal Software Engineer
23 salaries
unlock blur

₹26.9 L/yr - ₹46 L/yr

Explore more salaries
Compare Nium with

Mobikwik

3.6
Compare

BharatPe

3.5
Compare

Freecharge

3.9
Compare

Clix Capital Services

3.8
Compare
write
Share an Interview