i
Bridgenext
Filter interviews by
I applied via Referral and was interviewed before Nov 2023. There were 3 interview rounds.
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
I appeared for an interview before Apr 2024, where I was asked the following questions.
Identify the duplicate number in an array using efficient algorithms.
Use a hash set to track seen numbers. Example: For [1, 2, 3, 2], add 1, 2, and when 2 is seen again, it's the duplicate.
Sort the array first, then check adjacent elements. Example: In [3, 1, 2, 3], sorting gives [1, 2, 3, 3].
Use the Floyd's Tortoise and Hare algorithm for O(n) time and O(1) space. Example: For [1, 3, 4, 2, 2], find the cycle.
If the ar...
A palindrome is a string that reads the same forwards and backwards. Check by comparing characters from both ends.
1. Initialize two pointers: one at the start and one at the end of the string.
2. Compare the characters at both pointers. If they are not the same, it's not a palindrome.
3. Move the left pointer right and the right pointer left, and repeat the comparison.
4. If all characters match, the string is a palindrom...
I applied via Approached by Company and was interviewed before May 2023. There was 1 interview round.
Bridgenext interview questions for designations
Top trending discussions
Design patterns are reusable solutions to common software design problems. They include creational, structural, and behavioral patterns.
Design patterns are reusable solutions to common software design problems.
They provide proven solutions to recurring design problems.
Design patterns can be categorized into creational, structural, and behavioral patterns.
Creational patterns deal with object creation mechanisms.
Structur...
CTE and temp tables are used to store intermediate results in SQL queries.
CTE stands for Common Table Expression and is defined within a query.
Temp tables are created in the tempdb database and can be accessed across sessions.
CTEs are generally faster and more readable than temp tables.
Temp tables are useful for complex queries with multiple steps or when data needs to be manipulated.
CTEs are useful for recursive queri
Asynchronous programming in .NET allows for non-blocking execution of code, improving performance and responsiveness.
Async and Await keywords used to implement asynchronous programming
Allows for parallel execution of multiple tasks
Improves performance and responsiveness of applications
Examples include web applications, file I/O operations, and database queries
Threading in .NET allows for concurrent execution of code, improving performance and responsiveness.
Threading allows for multiple threads of execution to run concurrently
Thread class is used to create and manage threads
Thread synchronization is important to prevent race conditions and deadlocks
Async/await is a newer approach to concurrency in .NET
TPL (Task Parallel Library) provides higher-level abstractions for concur
Performance tuning of SQL stored procedure involves optimizing query execution time and reducing resource usage.
Identify and optimize the most resource-intensive queries
Use appropriate indexing and partitioning techniques
Minimize network round trips and data transfers
Avoid using cursors and temporary tables
Use query hints and plan guides to influence query execution plan
Regularly monitor and analyze query performance u...
I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Apr 2021. There was 1 interview round.
I applied via LinkedIn and was interviewed before Jun 2021. There were 5 interview rounds.
Its a simple hackathon MCQ questions based on your skills.
based on 6 interviews
Interview experience
based on 13 reviews
Rating in categories
Software Development Engineer
58
salaries
| ₹6.8 L/yr - ₹14.4 L/yr |
Technical Lead
22
salaries
| ₹20 L/yr - ₹37 L/yr |
Softwaretest Engineer
19
salaries
| ₹6 L/yr - ₹10.9 L/yr |
Senior Software Development Engineer
19
salaries
| ₹15 L/yr - ₹34.5 L/yr |
Senior Software Engineer
16
salaries
| ₹18 L/yr - ₹30 L/yr |
Xoriant
Photon Interactive
CitiusTech
Iris Software