Filter interviews by
Double check Singleton Design Pattern ensures only one instance of a class is created.
Create a private static instance variable in the class.
Use a private constructor to prevent external instantiation.
Implement a static method to return the instance, checking for null and creating a new instance if needed.
Volatile and transient are both keywords in Java used for different purposes. Volatile is used for variables that can be accessed by multiple threads, while transient is used to indicate that a variable should not be serialized.
Volatile keyword is used to indicate that a variable's value will be modified by different threads.
Transient keyword is used to indicate that a variable should not be serialized during object se...
String pool is a storage area in memory where unique string literals are stored to optimize memory usage.
String pool is a part of the Java heap memory where unique string literals are stored.
String literals are created using double quotes, and they are stored in the string pool.
When a new string is created with the same value as an existing string literal, it refers to the same object in the string pool.
String pool hel...
I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.
I applied via Referral and was interviewed before Jan 2021. There were 5 interview rounds.
I applied via Approached by Company and was interviewed before Oct 2021. There were 2 interview rounds.
I have X years of domain experience.
I have worked in this domain for X years.
During my time in this domain, I have gained expertise in various areas such as...
I have worked on projects related to...
I have experience working with clients in this domain.
I keep myself updated with the latest trends and developments in this domain.
I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.
I applied via Walk-in and was interviewed before Sep 2019. There were 5 interview rounds.
I applied via Company Website and was interviewed in Oct 2020. There were 3 interview rounds.
Recursion is a process in which a function calls itself. Inheritance is a mechanism in OOP where a class inherits properties of another class. Heap is a region of memory used for dynamic memory allocation.
Recursion can be used to solve problems that can be broken down into smaller sub-problems.
Inheritance allows for code reuse and helps in creating a hierarchy of classes.
Heap is used for dynamic memory allocation in la...
Visio is a diagramming tool used to create flowcharts, diagrams, and other visual representations of data.
Start by selecting a template or creating a new document
Drag and drop shapes onto the canvas and connect them with lines or arrows
Add text, images, and other elements to enhance the diagram
Use the formatting tools to customize the appearance of the diagram
Save and export the diagram in various formats such as PDF o
based on 1 interview
Interview experience
TCS
Accenture
Wipro
Cognizant