Filter interviews by
I applied via Job Fair and was interviewed in Apr 2024. There was 1 interview round.
HTML stands for Hypertext Markup Language and is used to create and structure web pages.
HTML is the standard markup language for creating web pages
It uses tags to define the structure and content of a web page
Common tags include <html>, <head>, <title>, <body>, <p>, <a>, <img>
HTML can be combined with CSS and JavaScript to create interactive web pages
JavaScript is a high-level, interpreted programming language used for creating interactive websites and web applications.
JavaScript is primarily used for client-side web development.
It can be used to add interactivity, animations, and dynamic content to websites.
JavaScript is often used in conjunction with HTML and CSS to create modern web applications.
Popular JavaScript frameworks/libraries include React, Angular, and...
Selectors in CSS are patterns used to select the elements you want to style on a web page.
Selectors can be based on element type, class, ID, attribute, or relationship to other elements.
Examples include: element selector (p), class selector (.example), ID selector (#example), attribute selector ([href]), descendant selector (div p).
MVT stands for Model-View-Template and MVC stands for Model-View-Controller. Both are architectural patterns used in web development.
MVT separates the logic into three components: Model (data handling), View (user interface), and Template (presentation layer). Django framework follows MVT architecture.
MVC separates the logic into three components: Model (data handling), View (user interface), and Controller (handles us...
Top trending discussions
I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Jul 2021. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed in May 2021. There were 3 interview rounds.
Mcq and 2 coding(basic)
OOPs is a programming paradigm based on the concept of objects, which can contain data and code.
OOPs stands for Object-Oriented Programming.
It focuses on creating objects that interact with each other to solve a problem.
Encapsulation, Inheritance, Polymorphism, and Abstraction are the four main pillars of OOPs.
Encapsulation is the process of hiding the implementation details of an object from the outside world.
Inherita...
I applied via Monster and was interviewed in Aug 2019. There were 3 interview rounds.
I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.
Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.
Start from the first element and compare it with the next element
If the next element is smaller, swap them
Repeat this process for all elements in the array
Continue this process until no more swaps are needed
A program to print all prime numbers
Take input from user for range of numbers
Loop through the range and check if each number is prime
Print the prime numbers
Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.
Hashmap uses a hash function to map keys to indices in an array.
Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.
Examples of hashmap implementations include Java's HashMap class and Python's dict type.
Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.
Inheritance allows code reuse and promotes code organization.
The existing class is called the parent or superclass, and the new class is called the child or subclass.
The child class inherits all the properties and methods of the parent class and can also add new properties and methods.
For...
I applied via Referral and was interviewed before Jul 2021. There were 2 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...
I applied via Recruitment Consultant
based on 2 interviews
Interview experience
TCS
Accenture
Wipro
Cognizant