Filter interviews by
I applied via Walk-in and was interviewed before Oct 2022. There were 2 interview rounds.
Selection sort is a simple sorting algorithm that repeatedly selects the minimum element from an unsorted portion of the array and swaps it with the first unsorted element.
Iterate through the array to find the smallest element.
Swap the smallest element with the first unsorted element.
Repeat the process for the remaining unsorted portion of the array.
Time complexity is O(n^2) and space complexity is O(1).
SQL joins are used to combine rows from two or more tables based on a related column between them.
Joins are used to retrieve data from multiple tables in a single query.
Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id;
Procedures in SQL are reusable blocks of code that perform a specific task.
Procedures are stored in the database and can be called multiple times.
They can accept input parameters and return output parameters.
Procedures can contain SQL statements, control-of-flow statements, and error handling.
Example: CREATE PROCEDURE GetEmployeeDetails AS SELECT * FROM Employees;
Example: EXEC GetEmployeeDetails;
Print a pyramid star pattern using nested loops.
Use nested loops to print spaces and stars in each row
Increment the number of stars in each row to form a pyramid shape
== is used for comparing reference equality, while .equals is used for comparing object equality in Java.
== compares memory addresses of objects
.equals compares the actual content of objects
== is used for comparing primitive data types
.equals is used for comparing objects in Java
Quick sort is a sorting algorithm that uses divide and conquer approach to sort an array efficiently.
Divide the array into two sub-arrays based on a pivot element
Recursively sort the sub-arrays
Combine the sorted sub-arrays to get the final sorted array
Example: [3, 6, 8, 10, 1, 2, 1] -> [1, 1, 2, 3, 6, 8, 10]
I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 3 interview rounds.
Several sql question
Array question reverse
posted on 14 May 2022
I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.
I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.
I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.
I applied via Campus Placement and was interviewed before Jan 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in Jul 2020. There was 1 interview round.
Java is platform independent due to its bytecode and JVM.
Java code is compiled into bytecode which is platform-independent.
JVM (Java Virtual Machine) interprets the bytecode and executes it on any platform.
JVM acts as an abstraction layer between the Java code and the underlying hardware.
This allows Java programs to run on any platform that has a JVM installed.
For example, a Java program written on a Windows machine ca...
I applied via Campus Placement and was interviewed before Jul 2020. There were 4 interview rounds.
The project involved designing and implementing a new network infrastructure for a large corporation.
Conducted a thorough analysis of the existing network infrastructure
Designed a new network architecture that met the company's needs
Implemented the new network infrastructure with minimal disruption to business operations
Tested and optimized the new network to ensure optimal performance
Provided ongoing support and maint
I applied via Walk-in and was interviewed before Feb 2020. There were 4 interview rounds.
based on 2 interviews
Interview experience
based on 9 reviews
Rating in categories
Software Developer
15
salaries
| ₹3 L/yr - ₹6 L/yr |
React Native Developer
7
salaries
| ₹3 L/yr - ₹6 L/yr |
Assistant Manager Operations
4
salaries
| ₹3 L/yr - ₹3.4 L/yr |
Mobile Application Developer
4
salaries
| ₹3 L/yr - ₹3.2 L/yr |
Java Full Stack Developer
4
salaries
| ₹3 L/yr - ₹5.8 L/yr |
TCS
Infosys
Wipro
HCLTech