Filter interviews by
I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.
There are three section and one coding questions
There is a group discussion
HTML and CSS are languages used for creating and styling web pages.
HTML stands for HyperText Markup Language and is used for creating the structure of a web page.
CSS stands for Cascading Style Sheets and is used for styling the elements on a web page.
HTML is used to define the content and structure of a web page, while CSS is used to control the layout and appearance.
Example: <h1>This is a heading</h1> (HTM
Encapsulation is a concept in Python that allows bundling of data and methods within a class, providing data hiding and abstraction.
Encapsulation helps in organizing code and making it more maintainable.
It allows data hiding, preventing direct access to internal data of a class.
Methods can be used to manipulate the internal data, providing abstraction.
Encapsulation promotes code reusability and modularity.
Example: Crea...
jQuery is a fast, small, and feature-rich JavaScript library. Bootstrap is a popular front-end framework for building responsive websites.
jQuery is a JavaScript library that simplifies HTML document traversal, event handling, and animation.
Bootstrap is a CSS framework that provides pre-designed components and styles for building responsive web pages.
jQuery and Bootstrap are often used together to enhance the functional...
Cloud computing is the delivery of computing services over the internet.
Cloud computing allows users to access and use computing resources, such as servers, storage, and software, on-demand over the internet.
It eliminates the need for users to own and manage physical infrastructure, as the resources are provided by a third-party provider.
Examples of cloud computing services include Amazon Web Services (AWS), Microsoft
Cloud development model refers to the approach of building and deploying applications using cloud computing resources.
Cloud development model involves developing and running applications in the cloud environment.
It allows developers to leverage cloud services and infrastructure for building, testing, and deploying applications.
Cloud development models include Infrastructure as a Service (IaaS), Platform as a Service (P...
Top trending discussions
I applied via Campus Placement
My final year project was on developing a web-based inventory management system using Java and MySQL.
Developed using Java and MySQL
Web-based inventory management system
Implemented basic OOPs concepts
Used MVC architecture for better code organization
Included features like user authentication, product management, and order tracking
I applied via LinkedIn and was interviewed before Jun 2021. There were 2 interview rounds.
They give some topics related to present situation like in my GD in 2020 co. HR give topics related to that situation in our country like difference between offline education and online education system. and covid-19 pandemic related topics.
I applied via Naukri.com and was interviewed in Sep 2021. There were 2 interview rounds.
Types of test steps in software testing
Unit testing - testing individual units or components of the software
Integration testing - testing how different units or components work together
System testing - testing the entire system as a whole
Acceptance testing - testing if the software meets the requirements and is ready for release
Regression testing - testing to ensure that changes or updates to the software did not intro...
I applied via Walk-in and was interviewed before Nov 2021. There was 1 interview round.
Static class and static constructor in C#
Static class can only contain static members and cannot be instantiated
Static constructor is called only once when the class is first accessed
Static constructor is used to initialize static members of the class
Example: Math class in C# is a static class
Example: static constructor can be used to initialize a static variable with a value
Performance improvement in Angular app
Use lazy loading to load modules on demand
Optimize change detection strategy
Use trackBy function in ngFor loops
Minimize DOM manipulation
Use AOT compilation
Implement server-side rendering
Use web workers for heavy computations
Use caching for frequently accessed data
based on 1 interview
Interview experience
TCS
Accenture
Wipro
Cognizant