Filter interviews by
I applied via Referral and was interviewed in Jul 2023. There were 2 interview rounds.
The aptitude test duration was 1 hour. In this test, the basic question of HTML CSS was asked for example what is the difference between div and span, what is the CSS box model and some javascript logic question. Overall the aptitude test was easy if know the HTML CSS very well.
The assignment will be given to you mostly, like creating a landing page using pure HTML and CSS. No bootstrap or any other frameworks. If you are applying for a different role other than the frontend then the assignment will be different.
To center 3 divs vertically and horizontally, use flexbox and align-items/justify-content properties.
Wrap the 3 divs in a parent container
Set the parent container's display property to flex
Set the parent container's align-items and justify-content properties to center
Position sets an element's position relative to its parent, while relative sets an element's position relative to its normal position.
Position: sets an element's position relative to its parent container
Relative: sets an element's position relative to its normal position
Positioned elements are taken out of the normal flow of the document
Relative elements are still in the normal flow of the document
Positioned elements c...
Block elements take up the full width available, while inline-block elements only take up as much width as necessary.
Block elements start on a new line and take up the full width available (e.g. <div>).
Inline-block elements do not start on a new line and only take up as much width as necessary (e.g. <span>).
Block elements can have margins and padding applied to all four sides, while inline-block elements on
Flex is one-dimensional layout while Grid is two-dimensional layout.
Flex is used for creating flexible and responsive layouts.
Grid is used for creating complex and structured layouts.
Flex is best suited for small-scale layouts while Grid is best suited for large-scale layouts.
Flex is easier to learn and implement while Grid requires more advanced knowledge.
Flex is supported by older browsers while Grid has limited supp
To add a background image, use CSS background-image property.
Create a CSS class or ID for the element you want to add the background image to.
Use the background-image property to specify the URL of the image.
Set the background-size property to cover or contain the element.
Example: .container { background-image: url('image.jpg'); background-size: cover; }
I applied via Company Website and was interviewed before Aug 2023. There were 3 interview rounds.
Use window.location.search or URLSearchParams to get URL params in JavaScript
Use window.location.search to get the query string portion of the URL
Use URLSearchParams to parse and extract individual parameters from the query string
Example: const params = new URLSearchParams(window.location.search); const paramValue = params.get('paramName');
Hidden input type is used during form submission
is used to include data in form submission without displaying it to the user
Commonly used for passing values like session tokens or tracking information
To relicate a design layout using HTML, CSS, Javascript and make it responsive
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 applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
CSS Box-model defines how elements are rendered in a webpage, including padding, border, and margin.
Box-model consists of content, padding, border, and margin
Content area is where text or images are displayed
Padding is the space between content and border
Border is the line around the content and padding
Margin is the space outside the border
Flexbox is for one-dimensional layouts, grid is for two-dimensional layouts.
Flexbox is best for arranging items in a single row or column.
Grid is best for creating complex layouts with rows and columns.
Flexbox is more suitable for smaller scale layouts, while grid is better for larger scale layouts.
Flexbox is more flexible in terms of item order and sizing, while grid provides more control over the overall layout.
Both
posted on 18 Feb 2024
I applied via LinkedIn and was interviewed before Feb 2023. There were 3 interview rounds.
It was easy not that hard
Coding question were on medium level
I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 5 interview rounds.
I applied via Naukri.com and was interviewed in Nov 2021. There were 4 interview rounds.
1hr
based on 3 interviews
Interview experience
based on 11 reviews
Rating in categories
Web Developer
6
salaries
| ₹0 L/yr - ₹0 L/yr |
Front end Developer
6
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Web Designer
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Web Developer Team Lead
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Infosys
TCS
Wipro
HCLTech