Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
There is no response
Top trending discussions
My favorite code is the Fibonacci sequence generator.
Efficiently generates Fibonacci numbers
Uses recursion or iteration
Can be implemented in various programming languages
posted on 14 Nov 2024
I applied via Company Website and was interviewed before Nov 2023. There were 2 interview rounds.
Pattern matching in SQL is a technique used to search for specific patterns within strings or data.
Pattern matching is commonly used with the LIKE operator in SQL to search for specific patterns within text data.
Wildcards such as % (percent sign) and _ (underscore) are used in conjunction with the LIKE operator to represent unknown characters or sequences.
For example, 'SELECT * FROM table WHERE column LIKE 'A%'' would ...
A recursive stored procedure is a stored procedure that calls itself within its own code.
Recursive stored procedures are used to perform repetitive tasks that require iteration.
They can be used to traverse hierarchical data structures like trees or graphs.
Care must be taken to prevent infinite loops by including a termination condition.
Example: Factorial calculation using recursion in a stored procedure.
posted on 23 Nov 2023
I applied via Referral and was interviewed in Mar 2023. There were 2 interview rounds.
posted on 8 May 2024
I applied via Company Website and was interviewed before May 2023. There was 1 interview round.
Aptitude was on simple English vocabulary and basis maths
I applied via LinkedIn and was interviewed in May 2022. There was 1 interview round.
Embedded C is a variant of C programming language used for programming embedded systems.
Embedded C is used for programming microcontrollers, sensors, and other embedded systems.
It has limited resources and memory, so it requires efficient coding.
It has specific libraries and functions for hardware control.
Normal C is used for general-purpose programming and has no specific hardware dependencies.
Embedded C is compiled u...
posted on 5 Jul 2023
Basic aptitude and technical questions
posted on 27 Jun 2022
I applied via Walk-in
posted on 15 Aug 2023
I applied via Referral and was interviewed before Aug 2022. There were 3 interview rounds.
Simple program on bitwise operation
Big endian and little endian are two ways of storing multibyte data types in computer memory.
Big endian stores the most significant byte first, while little endian stores the least significant byte first.
For example, the number 0x12345678 would be stored as 12 34 56 78 in big endian and 78 56 34 12 in little endian.
The choice between big endian and little endian can affect data transmission and compatibility between di
based on 14 reviews
Rating in categories
Software Engineer
1.3k
salaries
| ₹19.9 L/yr - ₹80 L/yr |
Software Developer
826
salaries
| ₹31.1 L/yr - ₹70 L/yr |
Senior Software Engineer
591
salaries
| ₹23.8 L/yr - ₹85 L/yr |
Sde1
252
salaries
| ₹16 L/yr - ₹64 L/yr |
Data Scientist
232
salaries
| ₹12 L/yr - ₹50 L/yr |
Yahoo
Amazon
Microsoft Corporation