Filter interviews by
I applied via Naukri.com and was interviewed in Jan 2023. There were 4 interview rounds.
1st Round was aptitude question and MCQ based on SQL and java
SQL delete syntax and commands.
Use the DELETE statement followed by the table name.
Add a WHERE clause to specify the rows to be deleted.
Use the TRUNCATE statement to delete all rows in a table.
Use the DROP statement to delete an entire table.
Be careful when deleting data as it cannot be recovered.
Examples: DELETE FROM table_name WHERE column_name = value;
TRUNCATE TABLE table_name;
DROP TABLE table_name;
Clustered index determines the physical order of data in a table while non-clustered index creates a separate structure.
Clustered index sorts and stores the data rows in the table based on their key values
Non-clustered index creates a separate structure that contains the key values and a pointer to the data row
A table can have only one clustered index while multiple non-clustered indexes can be created
Clustered index i...
Array duplicates and burn binary tree
I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.
Python coding and sql coding
List of strings starting with 'a'
Use a loop to iterate through each string
Check if each string starts with 'a'
Add the string to the list if it starts with 'a'
Use SQL query to find max value from a table
Use SQL query SELECT MAX(column_name) FROM table_name;
For example, SELECT MAX(salary) FROM employees;
Ensure proper column name and table name are used in the query
Subex interview questions for popular designations
I applied via Campus Placement and was interviewed before Oct 2023. There were 3 interview rounds.
Aptitude questions,programs,mcqs
File handling,string handling
In 5 years, I see myself as a senior software developer leading a team and working on cutting-edge technologies.
Advancing to a senior software developer role
Leading a team of developers
Working on cutting-edge technologies
Continuing to learn and grow in the field
To count the number of triangles in a given picture, look for all possible triangles formed by connecting the vertices of the shapes.
Identify all the shapes in the picture that can form triangles.
Count the number of triangles formed by connecting the vertices of each shape.
Include both equilateral and right-angled triangles in the count.
Get interview-ready with Top Subex Interview Questions
I applied via Naukri.com and was interviewed in Oct 2022. There was 1 interview round.
Questions on microservice architecture, REST vs GraphQL, Java SOLID principles, and pagination.
Microservice architecture involves breaking down a monolithic application into smaller, independent services.
REST is an architectural style for building web services, while GraphQL is a query language for APIs.
Java SOLID principles are a set of design principles for writing maintainable and scalable code.
Pagination is the pro...
I applied via Approached by Company and was interviewed in Jun 2022. There was 1 interview round.
Yes, I know VBA Macro.
I have experience in writing VBA macros to automate tasks in Microsoft Excel.
I am familiar with VBA programming concepts such as variables, loops, and conditional statements.
I have used VBA macros to create custom functions, automate data manipulation, and generate reports.
I can debug and troubleshoot VBA code to fix errors and improve efficiency.
I have integrated VBA macros with other Microsoft O...
I applied via LinkedIn and was interviewed before Feb 2023. There were 2 interview rounds.
Project Management Dashboard
UI is the visual and interactive elements of a product, while UX is the overall experience and satisfaction of using the product.
UI focuses on the look and feel of a product, including its layout, colors, typography, and visual elements.
UX focuses on the user's journey and overall experience when interacting with a product.
UI is concerned with the presentation and aesthetics, while UX is concerned with the usability an...
I applied via Campus Placement and was interviewed before Feb 2023. There were 3 interview rounds.
Linked list is a data structure where each node points to the next node.
Create a Node class with data and next pointer
Create a LinkedList class with head pointer
Implement methods to add, remove, search, and traverse the list
Implement Hash Map with array and linked list.
Create an array of linked lists
Hash function maps keys to array indices
Insert key-value pairs into linked lists
Handle collisions by chaining
Search for a key by hashing and traversing linked list
To create an immutable class in Java, follow these steps:
Make the class final
Make all fields private and final
Do not provide any setter methods
Initialize all fields via constructor
If any field is mutable, return a clone of it instead of the original object
Top trending discussions
The duration of Subex interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 25 interviews
Interview experience
12-15 Yrs
Not Disclosed
8-12 Yrs
Not Disclosed
Senior Software Engineer
337
salaries
| ₹3.5 L/yr - ₹12.6 L/yr |
Software Engineer
174
salaries
| ₹2.4 L/yr - ₹10 L/yr |
Technical Anchor
172
salaries
| ₹6.5 L/yr - ₹23 L/yr |
Test Anchor
88
salaries
| ₹6 L/yr - ₹13.2 L/yr |
Technical Operations Lead
87
salaries
| ₹6 L/yr - ₹14 L/yr |
TCS
Infosys
Wipro
Tech Mahindra