Filter interviews by
DOM stands for Document Object Model. Virtual DOM is a lightweight copy of the actual DOM used for efficient updates.
DOM stands for Document Object Model, representing the structure of a web page as a tree of objects.
Virtual DOM is a lightweight copy of the actual DOM used for efficient updates without directly manipulating the real DOM.
Changes made to the virtual DOM are compared with the real DOM, and only the differ...
Top trending discussions
I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.
Check if a string is Palindrome or not.
Create a function to compare the original string with its reverse
Ignore spaces and punctuation when checking for palindrome
Examples: 'racecar' is a palindrome, 'hello' is not
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
SpringBootAnnotation is used to enable Spring Boot features in a Java application. @Controller is used for MVC pattern, @RestController is used for RESTful web services.
SpringBootAnnotation is used to enable Spring Boot features like auto-configuration, component scanning, etc.
@Controller is used for MVC pattern to handle web requests and return a view, while @RestController is used for RESTful web services to return d...
Stream API in Java provides a way to process collections of objects in a functional style.
Stream API allows for easy manipulation of collections using functional programming concepts like map, filter, and reduce.
Example: List
Lambda expressions can be used with Stream API to define behavio...
Ansible architecture is based on a client-server model where the control machine communicates with managed nodes using SSH.
Ansible control machine: where playbooks are written and executed
Managed nodes: machines that are being managed by Ansible
Inventory: list of managed nodes
Playbooks: automation scripts written in YAML format
Modules: reusable units of code that perform specific tasks on managed nodes
Cmd is used to specify the default command to run when a container is started, while entry point is used to specify the executable that will run when the container starts.
Cmd is optional and can be overridden at runtime, while entry point is required and cannot be overridden.
Cmd is used to provide default arguments for the entry point command.
Example: CMD ["python", "app.py"] - specifies the default command to run the ...
To stop a container, use the 'docker stop' command followed by the container ID or name.
Use 'docker ps' command to list all running containers
Identify the container ID or name of the container you want to stop
Run 'docker stop
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
A business rule is a specific guideline or constraint that dictates how a business operates or makes decisions.
Business rules are typically defined by stakeholders or subject matter experts.
They help ensure consistency, compliance, and efficiency in business processes.
Examples include age restrictions for purchasing alcohol, pricing strategies, and approval processes for expenses.
An update set is a group of changes that can be moved from one instance to another in ServiceNow.
Update sets are used to transport customizations, such as new fields, tables, or scripts, between instances.
They help in organizing changes and tracking what customizations are being moved.
Update sets can be previewed, committed, and rolled back if needed.
Example: Creating a new field in a development instance and moving it
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
Constructors are special methods used to initialize objects in a class.
Constructors have the same name as the class.
Types of constructors include default, parameterized, copy, and static constructors.
Example: public class Person { public Person() { } }
I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.
based on 1 review
Rating in categories
Software Engineer
12
salaries
| ₹3 L/yr - ₹7 L/yr |
Java Developer
10
salaries
| ₹1.8 L/yr - ₹7.8 L/yr |
Software Developer
7
salaries
| ₹2 L/yr - ₹6 L/yr |
Application Developer
5
salaries
| ₹3.5 L/yr - ₹8 L/yr |
Technical Support Engineer
4
salaries
| ₹2.8 L/yr - ₹13 L/yr |
TCS
Infosys
Wipro
HCLTech