Filter interviews by
In 1 hr required to do 30 mcq and 1 coding question
SQL query to find 2nd max and Fibonacci series implementation
For finding 2nd max, use ORDER BY and LIMIT in SQL query
For Fibonacci series, use a loop or recursive function
Fibonacci series starts with 0, 1 and each subsequent number is the sum of the previous two
Example SQL query: SELECT MAX(column_name) FROM table_name WHERE column_name < (SELECT MAX(column_name) FROM table_name)
Example Fibonacci series: 0, 1, 1, 2, 3,
I applied via Company Website and was interviewed before Apr 2021. There were 2 interview rounds.
Participated in a Hackathon.
posted on 12 Sep 2024
I applied via Company Website and was interviewed in Aug 2024. There were 4 interview rounds.
posted on 7 Aug 2024
I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.
Basics of C++. Solve some problem by given complexity. Find the bugs in code.
Design patterns in C++ are reusable solutions to common problems in software design.
Design patterns help in creating flexible, maintainable, and scalable code.
Examples of design patterns in C++ include Singleton, Factory, Observer, and Strategy.
Each design pattern has a specific purpose and can be applied in different scenarios.
I applied via Referral and was interviewed before Jan 2023. There were 2 interview rounds.
Buttons are used when an action needs to be performed, while links are used for navigation.
Buttons are more suitable for actions like submitting a form, saving data, or triggering a function.
Links are used to navigate to different pages or sections within a website.
Buttons provide visual feedback when clicked, while links do not.
Buttons can be styled and customized more easily than links.
Buttons can have different stat
Optimize a SQL procedure with 5000 lines of code by identifying bottlenecks and implementing performance improvements.
Identify and analyze the most time-consuming parts of the procedure
Optimize queries by adding appropriate indexes, rewriting queries, or using query hints
Break down the procedure into smaller, more manageable parts
Use temporary tables or table variables to reduce the amount of data processed at once
Cons...
To optimize SQL procedures, keep them short, use small procedures with specific functionality, avoid temp tables and joins, use select statements wisely, avoid subqueries and dynamic SQL.
Break down complex procedures into smaller ones with specific functionality
Avoid using temporary tables and joins whenever possible
Use select statements wisely to retrieve only the necessary data
Avoid subqueries and find alternative ap...
posted on 27 Feb 2024
I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.
I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.
Sort an array of strings in descending order
Use the sort() method with a custom compare function to sort the array in descending order
Example: ['apple', 'banana', 'cherry'].sort((a, b) => b.localeCompare(a)) will result in ['cherry', 'banana', 'apple']
I have worked on various projects including a mobile app for tracking fitness goals and a web application for managing inventory.
Developed a mobile app using React Native to track fitness goals and provide workout plans
Built a web application using Angular for managing inventory and tracking sales
Implemented RESTful APIs for communication between frontend and backend systems
posted on 19 Jun 2024
I was interviewed in May 2024.
posted on 14 Nov 2024
Software Technologist 1
282
salaries
| ₹10.1 L/yr - ₹29 L/yr |
Software Engineer
212
salaries
| ₹5 L/yr - ₹20 L/yr |
Software Technologist 2
176
salaries
| ₹14.9 L/yr - ₹34.7 L/yr |
Software Engineer2
158
salaries
| ₹8.5 L/yr - ₹18.8 L/yr |
Senior Software Engineer
132
salaries
| ₹7.5 L/yr - ₹23.6 L/yr |
GE Healthcare
Siemens Healthineers
Honeywell Technology Solutions
Bosch