Filter interviews by
Virtual DOM is a lightweight copy of the real DOM, used for efficient updates in web development.
Virtual DOM is a concept used in web development to improve performance by minimizing direct manipulation of the real DOM.
Changes are first made to the virtual DOM, which is then compared to the real DOM to identify the minimal updates needed.
This process reduces the number of actual DOM manipulations, leading to faste...
Hooks are a feature in React that allow you to use state and other React features in functional components.
Hooks are functions that let you use state and other React features in functional components.
They allow you to reuse stateful logic without changing your component hierarchy.
Examples of hooks include useState, useEffect, useContext, etc.
Terraform is an infrastructure as code tool for building, changing, and versioning infrastructure safely and efficiently. Kubernetes is a container orchestration platform for automating deployment, scaling, and management of containerized applications.
Terraform is used for infrastructure provisioning and management.
Kubernetes is used for container orchestration and management.
Terraform uses declarative configurati...
Docker is a containerization platform used to package and run applications, while Ansible is a configuration management tool used for automating IT infrastructure tasks.
Docker is used to create containers that encapsulate an application and its dependencies, providing a lightweight and portable environment.
Ansible is used for automating tasks such as configuration management, application deployment, and orchestrat...
JavaScript is used for creating interactive and dynamic web pages.
JavaScript allows for client-side scripting, making web pages more interactive without needing to reload the page.
It can be used to validate user input, manipulate the DOM, and create animations.
JavaScript is widely supported by all major web browsers, making it a versatile language for web development.
External CSS is a separate file containing styles that can be linked to an HTML document.
External CSS helps in separating the style of a website from its content.
It allows for easier maintenance and organization of styles.
External CSS files are linked to HTML documents using the tag.
A Full Stack Developer should possess a combination of technical skills, problem-solving abilities, and strong communication skills.
Proficiency in both front-end and back-end technologies
Strong understanding of databases and server-side languages
Ability to work independently and in a team
Good problem-solving skills and attention to detail
Effective communication and collaboration with other team members
Continuous l...
Digital marketing is essential for businesses to reach their target audience and stay competitive in the modern world.
Digital marketing allows for precise targeting and measurement of campaigns
It provides a cost-effective way to reach a large audience
It allows for real-time adjustments to campaigns based on performance
Digital marketing can help build brand awareness and loyalty
Examples include social media adverti...
Full stack development involves working on both the front-end and back-end of a web application.
Full stack developers are proficient in both front-end technologies (HTML, CSS, JavaScript) and back-end technologies (Node.js, Python, Ruby on Rails).
They are able to work on databases, server-side logic, client-side logic, and user interface design.
Examples of full stack development frameworks include MEAN stack (Mong...
I appeared for an interview in Mar 2025, where I was asked the following questions.
I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.
Virtual DOM is a lightweight copy of the real DOM, used for efficient updates in web development.
Virtual DOM is a concept used in web development to improve performance by minimizing direct manipulation of the real DOM.
Changes are first made to the virtual DOM, which is then compared to the real DOM to identify the minimal updates needed.
This process reduces the number of actual DOM manipulations, leading to faster ren...
Hooks are a feature in React that allow you to use state and other React features in functional components.
Hooks are functions that let you use state and other React features in functional components.
They allow you to reuse stateful logic without changing your component hierarchy.
Examples of hooks include useState, useEffect, useContext, etc.
Yes, I am willing to relocate for the right opportunity.
I am open to relocating for the internship if it aligns with my career goals
I have relocated in the past for educational or professional opportunities
I understand the importance of being flexible and adaptable in the workplace
One of my weaknesses is that I tend to be overly critical of my own work.
I have a tendency to overanalyze my projects, which can sometimes lead to delays in completion.
I am working on improving my self-confidence and learning to trust my abilities more.
I have started seeking feedback from others to gain different perspectives and improve my work.
Questions based on Javascript
Mainly on quantative aptitude
Social media usage now a days
Docker is a containerization platform used to package and run applications, while Ansible is a configuration management tool used for automating IT infrastructure tasks.
Docker is used to create containers that encapsulate an application and its dependencies, providing a lightweight and portable environment.
Ansible is used for automating tasks such as configuration management, application deployment, and orchestration o...
Terraform is an infrastructure as code tool for building, changing, and versioning infrastructure safely and efficiently. Kubernetes is a container orchestration platform for automating deployment, scaling, and management of containerized applications.
Terraform is used for infrastructure provisioning and management.
Kubernetes is used for container orchestration and management.
Terraform uses declarative configuration fi...
I applied via Naukri.com and was interviewed in Dec 2022. There were 2 interview rounds.
Full stack development involves working on both the front-end and back-end of a web application.
Full stack developers are proficient in both front-end technologies (HTML, CSS, JavaScript) and back-end technologies (Node.js, Python, Ruby on Rails).
They are able to work on databases, server-side logic, client-side logic, and user interface design.
Examples of full stack development frameworks include MEAN stack (MongoDB, ...
A Full Stack Developer should possess a combination of technical skills, problem-solving abilities, and strong communication skills.
Proficiency in both front-end and back-end technologies
Strong understanding of databases and server-side languages
Ability to work independently and in a team
Good problem-solving skills and attention to detail
Effective communication and collaboration with other team members
Continuous learni...
External CSS is a separate file containing styles that can be linked to an HTML document.
External CSS helps in separating the style of a website from its content.
It allows for easier maintenance and organization of styles.
External CSS files are linked to HTML documents using the tag.
JavaScript is used for creating interactive and dynamic web pages.
JavaScript allows for client-side scripting, making web pages more interactive without needing to reload the page.
It can be used to validate user input, manipulate the DOM, and create animations.
JavaScript is widely supported by all major web browsers, making it a versatile language for web development.
I applied via Referral and was interviewed before Feb 2022. There was 1 interview round.
Digital marketing is essential for businesses to reach their target audience and stay competitive in the modern world.
Digital marketing allows for precise targeting and measurement of campaigns
It provides a cost-effective way to reach a large audience
It allows for real-time adjustments to campaigns based on performance
Digital marketing can help build brand awareness and loyalty
Examples include social media advertising,...
Top trending discussions
posted on 27 Oct 2021
I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 4 interview rounds.
Scope of variable in Perl determines where the variable can be accessed.
Perl has three types of variable scope: global, local, and lexical.
Global variables can be accessed from anywhere in the program.
Local variables are declared using the 'my' keyword and can only be accessed within the block they are declared in.
Lexical variables are declared using the 'state' keyword and can be accessed within the block they are dec...
Hash is a data structure that stores data in key-value pairs while array is an ordered list of scalar values.
Hashes are denoted by % symbol and arrays by @ symbol in Perl.
Hashes are useful for storing and retrieving data quickly based on a unique key.
Arrays can be accessed using index numbers starting from 0.
Both hashes and arrays can store different data types such as strings, numbers, and references.
Example: %hash = ...
CDATA is a way to include special characters in XML data without causing parsing errors.
CDATA stands for Character Data
It is used to include data that contains characters that would otherwise be interpreted as XML markup
CDATA is enclosed in tags
Example:
posted on 4 Sep 2023
I applied via Naukri.com and was interviewed in Aug 2023. There were 4 interview rounds.
OOPs concepts, abstraction vs interface, MVC architecture, stored procedures, joins
OOPs concepts include inheritance, polymorphism, encapsulation, and abstraction
Abstraction is hiding the implementation details while interface is a contract that defines the methods that a class must implement
MVC architecture separates the application into Model, View, and Controller components for better organization and maintenance
Sto...
SQL queries, ddl,dml TCL commands, primary key and foreign key differences,what is composite key,hash table in c#,generics in c#.
based on 8 interview experiences
Difficulty level
Duration
based on 33 reviews
Rating in categories
Digital Marketing Executive
7
salaries
| ₹1 L/yr - ₹4 L/yr |
Digital Marketing Intern
5
salaries
| ₹1.2 L/yr - ₹4 L/yr |
HR Executive
4
salaries
| ₹1 L/yr - ₹3 L/yr |
Intern
4
salaries
| ₹1 L/yr - ₹6 L/yr |
Data Scientist
3
salaries
| ₹3.5 L/yr - ₹4.5 L/yr |
R.R. Donnelley
Epsilon
Denave
Smollan Group