Filter interviews by
I applied via Naukri.com and was interviewed in Jul 2022. There was 1 interview round.
HTML is used for structuring content on a webpage, while CSS is used for styling the content.
HTML is a markup language, while CSS is a styling language.
HTML is used to create the structure of a webpage, while CSS is used to control the layout and design.
HTML uses tags to define elements, while CSS uses selectors to apply styles.
Example: <h1>This is a heading</h1> (HTML) vs h1 { color: blue; } (CSS)
JDK is a development kit, JRE is a runtime environment, and JVM is a virtual machine.
JDK includes JRE and development tools
JRE includes JVM and necessary libraries
JVM executes Java bytecode
JDK is used for developing Java applications
JRE is used for running Java applications
JVM is platform-dependent
API stands for Application Programming Interface. It is a set of protocols, routines, and tools for building software applications.
API allows different software applications to communicate with each other
It defines how software components should interact
API provides a layer of abstraction between the application and the underlying system
Examples of APIs include Google Maps API, Twitter API, and Facebook API
Thread is a lightweight sub-process that executes a set of instructions independently.
Threads allow concurrent execution of multiple parts of a program.
Java provides built-in support for multithreading through the Thread class.
Threads can be created by extending the Thread class or implementing the Runnable interface.
Thread synchronization is important to avoid race conditions and ensure thread safety.
Inheritance is a mechanism where a new class is derived from an existing class. Polymorphism is the ability of an object to take on many forms. Encapsulation is the practice of hiding the internal workings of an object from the outside world.
Inheritance allows a subclass to inherit properties and methods from a superclass.
Polymorphism allows objects of different classes to be treated as if they were objects of the same...
Methods in Java are blocks of code that perform a specific task and can be called upon to execute that task.
Methods are declared within a class and can be public, private, or protected.
Methods can have parameters and return values.
Methods can be overloaded, meaning multiple methods can have the same name but different parameters.
Methods can also be overridden, meaning a subclass can provide its own implementation of a ...
Static keyword in Java is used to create class-level variables and methods.
Static variables are shared among all instances of a class
Static methods can be called without creating an instance of the class
Static blocks are used to initialize static variables
Static import is used to import static members of a class
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 3 reviews
Rating in categories
TCS
Accenture
Wipro
Cognizant