Filter interviews by
I applied via Indeed and was interviewed before Nov 2020. There were 5 interview rounds.
Top trending discussions
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.
HashSet is an unordered collection of unique elements, while Hashtable is a synchronized collection of key/value pairs.
HashSet does not allow duplicate elements, while Hashtable does not allow duplicate keys.
HashSet does not maintain insertion order, while Hashtable does not guarantee any order.
HashSet allows null values, while Hashtable does not allow null keys or values.
Collection is an interface in Java that represents a group of objects, while Collections is a utility class that contains static methods for operating on collections.
Collection is an interface in Java that represents a group of objects.
Collections is a utility class in Java that contains static methods for operating on collections.
Example: List
Example: Collections
Java program to find duplicates in an array of strings
Create a HashSet to store unique elements
Iterate through the array and check if element is already in the HashSet
If element is already in the HashSet, it is a duplicate
posted on 21 Apr 2024
posted on 19 Oct 2023
I applied via campus placement at Dr. B.R. Ambedkar National Institute of Technology (NIT), Jalandhar and was interviewed in Sep 2023. There were 4 interview rounds.
3 tough coding questions but 1 day to complete them
The median of two sorted arrays can be found by merging the arrays and then calculating the median.
Merge the two sorted arrays into a single sorted array
Calculate the median of the merged array
Handle cases where the total number of elements is even or odd
I applied via Company Website and was interviewed in Sep 2023. There were 3 interview rounds.
JAVA , OOPS C++ ,C and other
I was interviewed before Sep 2023.
Code was of leetcode medium level.
Inner join of three tables in SQL
Use the JOIN keyword to combine three tables based on a common column
Specify the columns to select from each table
Use the ON keyword to specify the join condition
Cross join is a type of join operation in SQL that returns the Cartesian product of two tables.
Cross join does not require any matching condition between the tables.
It combines each row from the first table with every row from the second table.
Cross join can result in a large number of rows if the tables are big.
Example: SELECT * FROM table1 CROSS JOIN table2;
To build a Java app, follow a structured approach by defining requirements, designing architecture, implementing code, and testing.
Define clear requirements and gather necessary resources
Design the app's architecture, including modules, components, and data flow
Implement the code using Java programming language and relevant frameworks
Perform thorough testing to ensure functionality, performance, and security
Follow codi...
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Optimizing performance involves identifying bottlenecks and implementing efficient solutions.
Identify and address any inefficient algorithms or data structures
Optimize database queries and indexing
Implement caching mechanisms to reduce redundant computations
Use profiling tools to identify performance bottlenecks
Consider parallel processing or asynchronous operations for resource-intensive tasks
To give security to our application, we can implement various measures such as encryption, authentication, authorization, input validation, and regular security audits.
Implement encryption to protect sensitive data, such as using SSL/TLS for secure communication.
Use authentication mechanisms like OAuth, JWT, or multi-factor authentication to verify the identity of users.
Implement authorization to control access to reso...
based on 1 review
Rating in categories
Softwaretest Engineer
14
salaries
| ₹1.2 L/yr - ₹6 L/yr |
Software Developer
11
salaries
| ₹2 L/yr - ₹4.8 L/yr |
UI Developer
11
salaries
| ₹1.2 L/yr - ₹3.3 L/yr |
Java Developer
8
salaries
| ₹1.8 L/yr - ₹2.4 L/yr |
Software Testing Engineer
8
salaries
| ₹1.2 L/yr - ₹3.6 L/yr |
Tech Mahindra
TCS
Wipro
Infosys