i
Nium
Filter interviews by
I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.
Top trending discussions
posted on 5 Oct 2021
I applied via Campus Placement and was interviewed before Oct 2020. There were 3 interview rounds.
Exam to test reasoning and aptitude, and speed to answer them
Dsa question easy to medium level
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 -...
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 ...
I applied via Campus Placement and was interviewed before Jun 2023. There were 2 interview rounds.
Java , Spring, SQL questions asked without one data structure basic live coding question
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
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.
I appeared for an interview before Jun 2024, where I was asked the following questions.
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...
I applied via Campus Placement and was interviewed before Mar 2023. There was 1 interview round.
Coding question on string manipulation like tell the type of card based on the string constraints of the given card number.
I applied via Approached by Company and was interviewed in Nov 2024. There were 5 interview rounds.
Machine coding.
Code structure, naming, best practices are more important than time or space complexity.
Same as Round 1, except more complex problem statement
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...
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.
I applied via Company Website and was interviewed in Nov 2024. There were 3 interview rounds.
LLD for load balancer
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...
Solve a bug in JSON like parsing library
based on 1 interview experience
Difficulty level
Duration
Senior Software Engineer
75
salaries
| ₹19.8 L/yr - ₹35 L/yr |
Software Engineer
59
salaries
| ₹13.6 L/yr - ₹23.4 L/yr |
Senior Executive
37
salaries
| ₹5.5 L/yr - ₹12.6 L/yr |
Senior Analyst
31
salaries
| ₹6.2 L/yr - ₹13.4 L/yr |
Principal Software Engineer
23
salaries
| ₹26.9 L/yr - ₹46 L/yr |
Mobikwik
BharatPe
Freecharge
Clix Capital Services