Filter interviews by
I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.
Merge 2 sorted lists in O(n) time complexity.
Use two pointers to iterate through both lists simultaneously.
Compare elements at the pointers and add the smaller one to the result list.
Move the pointer of the list from which the element was added.
Repeat until all elements are merged in sorted order.
Singleton class to allow only 5 objects, report error for 6th
Create a private static variable to hold the instances of the class
Create a private constructor to prevent external instantiation
Provide a static method to access the singleton instance and limit the number of instances to 5
Throw an error when trying to create the 6th instance
posted on 4 Mar 2024
I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.
Efficiently calculate power of 2 using bitwise operations
Use bitwise left shift operator to calculate power of 2
For example, to calculate 2^5, use 1 << 5 which equals 32
Bitwise operations are faster than traditional multiplication for power of 2 calculations
posted on 28 Oct 2024
Developing a real-time monitoring system for a large-scale financial trading platform
Implemented complex algorithms to analyze market data in real-time
Designed a scalable architecture to handle high volume of transactions
Worked closely with traders and analysts to understand requirements and make necessary adjustments
Managed a team of developers to ensure project milestones were met
posted on 27 Feb 2024
I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.
To automate REST API calls using ROBOT Framework.
posted on 1 Jul 2024
I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.
posted on 4 Mar 2024
I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.
Efficiently calculate power of 2 using bitwise operations
Use bitwise left shift operator to calculate power of 2
For example, to calculate 2^5, use 1 << 5 which equals 32
Bitwise operations are faster than traditional multiplication for power of 2 calculations
posted on 23 Aug 2024
I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.
One python question was given
SQL query to retrieve all employees from a specific department
Use SELECT statement to retrieve data
Specify the columns to be selected
Use WHERE clause to filter by department
posted on 13 Jun 2024
First round is basically coding and ds algo
It also consists of coding and project related questions, and questions related to previous experiences
posted on 18 Jan 2024
To work in a pressurized environment and handle priority production bugs, one must prioritize tasks, communicate effectively, stay calm under pressure, and seek help when needed.
Prioritize tasks based on their impact on the production environment
Communicate effectively with team members and stakeholders to understand the urgency and impact of the bugs
Stay calm under pressure and avoid making hasty decisions
Break down c...
posted on 16 Jul 2024
SOLID principles are a set of five design principles that help make software designs more understandable, flexible, and maintainable.
Single Responsibility Principle (SRP) - A class should have only one reason to change.
Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.
Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceable with objects o...
Fundamentals of .NET Core include cross-platform compatibility, high performance, and open-source framework.
Cross-platform compatibility allows .NET Core applications to run on Windows, macOS, and Linux.
High performance is achieved through features like just-in-time compilation and efficient memory management.
Open-source framework encourages community contributions and rapid development.
Support for modern development p...
based on 1 review
Rating in categories
Senior Software Engineer
2.6k
salaries
| ₹15 L/yr - ₹42.7 L/yr |
Software Engineer
1.7k
salaries
| ₹7 L/yr - ₹24 L/yr |
Lead Software Engineer
831
salaries
| ₹15.6 L/yr - ₹52 L/yr |
Senior Systems Engineer
304
salaries
| ₹12 L/yr - ₹36.3 L/yr |
Software Test Automation Engineer
267
salaries
| ₹7 L/yr - ₹20 L/yr |
TCS
Infosys
Wipro
HCLTech