Filter interviews by
I applied via Campus Placement and was interviewed before Nov 2023. There was 1 interview round.
I applied via Naukri.com and was interviewed in Aug 2023. There was 1 interview round.
Yes, we can make a constructor private in Java.
Private constructors are used to prevent instantiation of a class from outside the class itself.
Private constructors are commonly used in singleton design pattern.
Private constructors can be used in utility classes where all methods are static and no instance creation is needed.
You can create an object of a class with a private constructor by using a static method within the class.
Create a static method within the class that returns an instance of the class.
Call the static method to create an object of the class.
Securing an API involves using authentication, authorization, encryption, and input validation.
Use authentication methods like OAuth, JWT, or API keys to verify the identity of clients accessing the API.
Implement authorization to control what actions different users can perform within the API.
Encrypt data transmission using HTTPS to protect sensitive information from being intercepted.
Validate and sanitize input data t...
HAVING clause is used in SQL to filter the results of a GROUP BY clause.
Used with GROUP BY to filter grouped results
Filters rows after grouping
Similar to WHERE clause but operates on grouped data
I applied via Campus Placement and was interviewed in Feb 2021. There were 6 interview rounds.
Non-aggregate functions in SQL are used to manipulate individual data values.
Non-aggregate functions operate on individual data values, rather than groups of values.
Examples include string functions (e.g. CONCAT, SUBSTRING), date functions (e.g. DATEADD, DATEDIFF), and mathematical functions (e.g. ABS, ROUND).
These functions can be used in SELECT, WHERE, and ORDER BY clauses to manipulate data.
Non-aggregate functions c...
SQL query to fetch first 10 rows from the table
Use SELECT statement
Add LIMIT clause with 10 as argument
Optionally, use ORDER BY clause for specific order
Top trending discussions
I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.
The HashMap class is used to represent key-value pairs in Java.
HashMap is a part of the Java Collections Framework.
It allows null values and only one null key.
It provides constant-time performance for basic operations like get and put.
Example: HashMap<String, Integer> map = new HashMap<>();
Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.
Abstraction allows us to create models or representations of real-world objects or systems in software.
It helps in managing complexity by breaking down a system into smaller, more manageable parts.
Abstraction provides a level of indirection, allowing changes to be made in one part of the system...
try-catch is used in Java to handle exceptions and prevent program crashes.
try-catch blocks are used to catch and handle exceptions that may occur during program execution.
It allows the program to gracefully handle errors and prevent the program from crashing.
The try block contains the code that may throw an exception, and the catch block handles the exception.
Multiple catch blocks can be used to handle different types...
The statement to use for selecting based on integer inputs is the 'switch' statement.
The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.
Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.
The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.
...
I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.
I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.
I appeared for an interview before Jun 2016.
I appeared for an interview before Aug 2016.
For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.
For loop is used when the number of iterations is known beforehand.
For each loop is used when the number of iterations is not known beforehand.
For loop can be used with any iterable object.
For each loop can only be used with arrays and other iterable objects.
For loop uses an index variable to access...
based on 6 interviews
Interview experience
based on 37 reviews
Rating in categories
Business Analyst
15
salaries
| ₹2.5 L/yr - ₹4 L/yr |
Implementation Executive
13
salaries
| ₹1.2 L/yr - ₹3.6 L/yr |
Test Engineer
9
salaries
| ₹3.3 L/yr - ₹5.2 L/yr |
Team Lead
9
salaries
| ₹6 L/yr - ₹10.6 L/yr |
Oracle Database Administrator
8
salaries
| ₹2 L/yr - ₹5.2 L/yr |
HCL Infosystems
Accel Frontline
Northcorp Software
Diverse Lynx