Filter interviews by
I applied via LinkedIn and was interviewed before Dec 2023. There were 3 interview rounds.
An online coding test was conducted on HackerRank.
Use a custom Comparator to sort names with Roman numerals as last names in Java.
Create a custom Comparator that splits the names into parts and compares the Roman numerals separately.
Use regular expressions to identify and extract the Roman numerals from the last names.
Implement the Comparator interface and override the compare method to sort the names based on the Roman numerals.
Example: Input array - ['John Smith III
A hashmap is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.
Hashmap uses a hash function to determine the index of the key-value pair in the underlying array.
Collisions can occur when multiple keys hash to the same index, which is resolved using techniques like chaining or open addressing.
Hashmap typically has an underlying array where each element is a l...
A hotel management system is a software application that helps manage various aspects of a hotel's operations, such as reservations, check-ins, check-outs, room assignments, billing, and more.
Use a relational database to store information about rooms, guests, reservations, and transactions
Implement user interfaces for staff to manage bookings, check availability, and process payments
Incorporate features for guests to m...
Top trending discussions
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
Test contains 26 questions for me 13 are java based 13 are c++ based
Indexing in DBMS is a technique to improve the performance of queries by creating a data structure that allows for faster retrieval of data.
Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition.
Types of indexes include clustered, non-clustered, unique, and composite indexes.
Examples of indexing techniques include B-tree, hash, and bitmap indexes.
Indexing can...
Check if two strings are anagrams by comparing the sorted characters in each string.
Sort the characters in both strings and compare if they are equal.
Ignore spaces and punctuation when comparing the strings.
Example: 'listen' and 'silent' are anagrams.
Example: 'hello' and 'world' are not anagrams.
Use a stack to simulate the recursive inorder traversal process
Create an empty stack to store nodes
Start with the root node and push it onto the stack
While the stack is not empty, keep traversing left and pushing nodes onto the stack
Once you reach a leaf node, pop it from the stack, print its value, and move to its right child
Repeat the process until all nodes have been visited
To make a class final, use the 'final' keyword in the class declaration.
Use the 'final' keyword before the 'class' keyword in the class declaration
A final class cannot be subclassed or extended
Final classes are often used for utility classes or classes that should not be modified
I applied via Company Website and was interviewed in Oct 2024. There were 2 interview rounds.
1 hour duration. Sliding window problem. On hacker rank platform. Expected to write a working code and solve it optimally/scalable solution.
I applied via Referral and was interviewed in Apr 2024. There were 5 interview rounds.
2 dsa questions of easy/medium
I have extensive experience with various design patterns such as Singleton, Factory, Observer, and MVC.
Implemented Singleton pattern to ensure only one instance of a class exists
Utilized Factory pattern to create objects without specifying the exact class
Implemented Observer pattern for event handling and notifications
Utilized MVC pattern for separating concerns in a software application
I was interviewed in Jun 2023.
Basic aptitude questions, computer fundaments and DSA questions.
Count pairs in array with sum k.
Use a hashmap to store the frequency of each element in the array.
For each element, check if k - element exists in the hashmap.
Increment the count of pairs if found and update the hashmap accordingly.
I applied via LinkedIn and was interviewed before May 2023. There were 3 interview rounds.
Asked basic mcq and leetcode level questions
posted on 6 Jul 2023
I applied via Company Website and was interviewed before Jul 2022. There were 6 interview rounds.
This round contains live coding round on any online editor.
Reconciliation Analyst
89
salaries
| ₹4 L/yr - ₹9.9 L/yr |
Software Development Engineer
65
salaries
| ₹7.4 L/yr - ₹26.4 L/yr |
Software Development Engineer II
26
salaries
| ₹11.5 L/yr - ₹20 L/yr |
Financial Data Analyst
24
salaries
| ₹4 L/yr - ₹8 L/yr |
Senior Software Development Engineer
22
salaries
| ₹25 L/yr - ₹45 L/yr |
Advent Construction
Acuity Knowledge Partners
SG Analytics
Quantiphi Analytics Solutions Private Limited