Filter interviews by
I applied via LinkedIn and was interviewed in Jul 2022. There were 6 interview rounds.
I am open to negotiation based on the job requirements and responsibilities.
I would like to know more about the job responsibilities and requirements before discussing salary.
I am looking for a fair compensation based on my skills and experience.
I am open to discussing benefits and other perks in addition to salary.
I am flexible and willing to negotiate based on the overall package offered.
HTML is a markup language used to create the structure of web pages. HTML5 is the latest version with new features and improvements.
HTML stands for HyperText Markup Language and is used to create the structure of web pages.
HTML5 is the latest version of HTML with new features like <video>, <audio>, <canvas>, and more.
HTML5 introduced new semantic elements like <header>, <footer>, <nav&g...
CSS stands for Cascading Style Sheets. It is used to style and layout web pages.
CSS is used to add styles to HTML elements.
There are three types of CSS: inline, internal, and external.
Inline CSS is applied directly to an HTML element using the style attribute.
Internal CSS is defined in the head section of an HTML document using the style tag.
External CSS is defined in a separate file and linked to the HTML document usi
visibility:hidden hides the element but still takes up space, display:none hides the element and does not take up space.
visibility:hidden keeps the element in the document flow and preserves its dimensions
display:none removes the element from the document flow and does not preserve its dimensions
visibility:hidden still allows the element to be interacted with, display:none does not
visibility:hidden can still affect the...
Flexbox is a layout mode in CSS that allows you to create flexible and responsive layouts.
Flexbox is used to align and distribute space among items in a container.
It allows you to easily create complex layouts without using floats or positioning.
Flexbox properties include display, flex-direction, justify-content, align-items, and flex-wrap.
Example: display: flex; flex-direction: row; justify-content: space-between; ali...
let and var are both used for variable declaration in JavaScript, but they have some differences.
let has block scope, while var has function scope
let cannot be redeclared in the same scope, while var can
let is not hoisted, while var is
let is a relatively new addition to JavaScript (ES6), while var has been around since the beginning
JavaScript has 7 primitive data types: string, number, boolean, null, undefined, symbol, and bigint.
String: a sequence of characters enclosed in quotes
Number: integer or floating-point number
Boolean: true or false
Null: intentional absence of any object value
Undefined: a declared variable without a value
Symbol: a unique identifier
Bigint: an integer with arbitrary precision
null means absence of value while undefined means a variable has been declared but not assigned a value.
null is a value that represents no value or an empty value
undefined means a variable has been declared but not assigned a value
null is a primitive value while undefined is a type
null is explicitly set while undefined is implicit
null is falsy while undefined is also falsy
null is an object while undefined is not an obj
An anonymous function is a function without a name, defined using function keyword and can be assigned to a variable.
Anonymous functions are often used as callbacks or event handlers.
They can be passed as arguments to other functions.
They can be used to create closures.
Example: const add = function(a, b) { return a + b; }
Example: setTimeout(function() { console.log('Hello World!'); }, 1000);
One home page with 10 section and one mailer template
Top trending discussions
I was interviewed before Dec 2020.
Round duration - 360 minutes
Round difficulty - Medium
Basically TCS conduct its flagship event named as CODEVITA . And it offers Internship to prefinal (3rd )year students .
Given an array of integers arr
, where arr[i]
represents the number of pages in the i-th
book, and an integer m
representing the number of students, allocate all the books ...
Allocate books to students in a way that minimizes the maximum number of pages assigned to a student.
Iterate through possible allocations and calculate the maximum pages assigned to a student.
Find the minimum of these maximums to get the optimal allocation.
Return the minimum pages allocated in each test case, or -1 if not possible.
Tip 1 : Good understanding of Data Structure and Algorithms
Tip 2 : Be clear in your Core Subjects.
Tip 3 : Do at least 1 good Project .
Tip 4 : Be humble and speak truth .
Tip 1 : Simple and Crisp .
Tip 2 : Do host your project and mention the link in the resume .
Tip 3 : Single Page
I was interviewed in Mar 2023.
Html, CSS, Javascript, Bootstrap, React Js, Node Js, GitHub, Git
I applied via Referral
I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.
90 minutes 3 coding questions
Object-oriented programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.
Create classes to represent real-world entities
Encapsulate data and behavior within classes
Use inheritance to create relationships between classes
Implement polymorphism to allow objects to be treated as instances of their parent class
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
Polymorphism is achieved through method overriding in subclasses.
It allows for more flexibility and reusability in code.
Example: Animal superclass with subclasses Dog and Cat, both overriding the makeSound() method.
Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class.
Types of inheritance include single inheritance, where a class inherits from only one parent class
Multiple inheritance, where a class inherits from multiple parent classes (not supported in some languages)
Multilevel inheritance, where a class inherits from a class that itself inherits from anothe...
I applied via Company Website and was interviewed before Jan 2022. There were 3 interview rounds.
Event Loop is a mechanism in JavaScript that manages the execution of code and handles asynchronous operations.
Event Loop continuously checks the call stack and the message queue.
If the call stack is empty, it takes the first message from the queue and pushes it onto the call stack.
If the message is a callback function, it is executed and removed from the call stack.
If the message is not a callback function, it is pass...
Use CSS to make a set of 6 boxes responsive
Use percentage or viewport units for width and height
Use media queries to adjust styles for different screen sizes
Consider using flexbox or grid for layout
Avoid using fixed pixel values
Test on different devices and browsers
Use CSS frameworks like Bootstrap or Foundation for easier implementation
I applied via Naukri.com and was interviewed in Nov 2022. There were 3 interview rounds.
An aptitude test is a way for employers to assess a candidate's abilities through a variety of different testing formats. Aptitude tests will test your ability to perform tasks and react to situations at work. This includes problem-solving, prioritisation and numerical skills, amongst other things.
An assignment is the transfer of rights or property. In financial markets, it is a notice to an options writer that the option has been exercised.
Reverse a given string
Use built-in methods like split(), reverse(), and join() to reverse the string
Alternatively, loop through the string from end to start and build a new reversed string
based on 1 interview
Interview experience
PHP Developer
11
salaries
| ₹0 L/yr - ₹0 L/yr |
Project Manager
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Web Designer
7
salaries
| ₹0 L/yr - ₹0 L/yr |
SEO Executive
6
salaries
| ₹0 L/yr - ₹0 L/yr |
Android Developer
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Infosys
TCS
Wipro
HCLTech