Filter interviews by
Top trending discussions
posted on 12 Apr 2022
I applied via Naukri.com and was interviewed in Mar 2022. There were 3 interview rounds.
Debugging an application involves identifying and fixing errors in the code.
Reproduce the issue to understand the problem
Use debugging tools like log files, debuggers, and profilers
Isolate the problem area and analyze the code
Fix the issue and test the application thoroughly
Document the debugging process and the solution
Method overloading is creating multiple methods with the same name but different parameters. Method overriding is creating a new implementation of an existing method in a subclass.
Method overloading is used to provide different ways of calling the same method with different parameters.
Method overriding is used to provide a new implementation of an existing method in a subclass.
Method overloading is resolved at compile-...
posted on 12 Apr 2022
I applied via Naukri.com and was interviewed in Mar 2022. There were 3 interview rounds.
Debugging an application involves identifying and fixing errors in the code.
Reproduce the issue to understand the problem
Use debugging tools like log files, debuggers, and profilers
Isolate the problem area and analyze the code
Fix the issue and test the application thoroughly
Document the debugging process and the solution
Method overloading is creating multiple methods with the same name but different parameters. Method overriding is creating a new implementation of an existing method in a subclass.
Method overloading is used to provide different ways of calling the same method with different parameters.
Method overriding is used to provide a new implementation of an existing method in a subclass.
Method overloading is resolved at compile-...
I was interviewed before Jul 2016.
posted on 26 Jul 2017
I was interviewed before Jul 2016.
Primary keys uniquely identify records in a table, while foreign keys establish relationships between tables.
Primary keys ensure data integrity by enforcing uniqueness and preventing duplicate records.
Foreign keys create relationships between tables, allowing data to be linked and referenced across multiple tables.
Primary keys are typically used as foreign keys in related tables to establish relationships.
Foreign keys ...
Inner joins are used to combine rows from two or more tables based on a related column between them.
Inner joins return only the matching rows from both tables.
The join condition is specified using the ON keyword followed by the column(s) to join on.
Inner joins can be used to retrieve data from multiple tables based on a common column.
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;
The SELECT command is used to retrieve data from a database table.
SELECT is a fundamental SQL command used in database management systems.
It allows you to specify the columns and rows you want to retrieve from a table.
You can use various clauses like WHERE, ORDER BY, GROUP BY, etc. to filter and sort the data.
The result of a SELECT query is a result set or a cursor containing the selected data.
Example: SELECT * FROM em...
To create a table, use the CREATE TABLE statement in SQL.
Specify the table name after the CREATE TABLE keyword.
List the column names and their data types within parentheses.
Add any constraints or indexes as needed.
Example: CREATE TABLE employees (id INT, name VARCHAR(50), age INT);
I worked as a Systems Analyst at XYZ Company, where I was responsible for troubleshooting and resolving application issues.
Troubleshooting and resolving application issues
Collaborating with developers to implement fixes
Providing technical support to end users
based on 2 interviews
Interview experience
based on 1 review
Rating in categories
Desktop Support Engineer
336
salaries
| ₹1.2 L/yr - ₹4.2 L/yr |
Network Engineer
151
salaries
| ₹1.8 L/yr - ₹4.6 L/yr |
Desktop Support Engineer L2
134
salaries
| ₹1.5 L/yr - ₹4.2 L/yr |
Technical Support Engineer
56
salaries
| ₹1.5 L/yr - ₹3.6 L/yr |
System Administrator
44
salaries
| ₹2.1 L/yr - ₹4 L/yr |
TCS
Infosys
Wipro
HCLTech