Filter interviews by
I applied via Referral and was interviewed in May 2022. There were 2 interview rounds.
Use CSS to create a backdrop for a webpage.
Use the 'background' property to set the color or image of the backdrop.
Set the 'position' property to 'fixed' to ensure the backdrop covers the entire viewport.
Adjust the 'z-index' property to ensure the backdrop is behind other elements.
I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.
120 mins of aptitude test, was good.
Detailed front end assignment
posted on 21 Jun 2024
I applied via Naukri.com and was interviewed in Jul 2023. There were 2 interview rounds.
JavaScript is a high-level, interpreted programming language that is used to make web pages interactive and dynamic.
JavaScript is commonly used for client-side web development.
It can be used to create interactive features like forms, animations, and dynamic content.
JavaScript can also be used for server-side development with Node.js.
Types of variables in JavaScript include var, let, and const.
var: globally scoped or function scoped
let: block scoped, can be reassigned
const: block scoped, cannot be reassigned
I applied via Recruitment Consulltant and was interviewed in Oct 2022. There were 4 interview rounds.
I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 3 interview rounds.
It was about designing a website
To center a div, use CSS properties like margin, display, and text-align.
Use 'margin: 0 auto;' to center horizontally
Set 'display: flex;' on the parent container and 'justify-content: center;' to center both horizontally and vertically
For older browsers, use 'text-align: center;' on the parent container and 'display: inline-block;' on the div
String concatenation in JavaScript is the process of combining two or more strings into a single string.
Use the '+' operator to concatenate strings.
Use the concat() method to concatenate strings.
Template literals can also be used for string concatenation.
I applied via Walk-in and was interviewed in Mar 2023. There were 3 interview rounds.
React js, mcq, and basic js program like prime factor, unsort array
To unsort an array, you can shuffle its elements randomly.
Use a random number generator to generate random indices within the array length.
Swap the elements at the randomly generated indices.
Repeat the swapping process for a sufficient number of times to achieve randomness.
Prime factor code finds the prime factors of a given number.
Start with the smallest prime factor, 2.
Divide the number by the prime factor until it is no longer divisible.
Move on to the next prime factor until the number is reduced to 1.
Return the list of prime factors.
I applied via Recruitment Consulltant and was interviewed before Dec 2021. There were 2 interview rounds.
ReactJS is a JavaScript library for building user interfaces.
Developed by Facebook
Uses a virtual DOM for efficient updates
Supports server-side rendering
Can be used with other libraries and frameworks
Uses JSX syntax to write HTML-like code in JavaScript
Example: Facebook, Instagram, Airbnb, Netflix use ReactJS
UseState() is a hook in React that allows functional components to have state variables.
useState() is used to declare state variables in functional components.
It returns an array with two elements: the current state value and a function to update it.
The function to update the state can be called with a new value or a function that takes the previous value as an argument.
Example: const [count, setCount] = useState(0);
Ex
Associate
2.3k
salaries
| ₹10.5 L/yr - ₹41 L/yr |
Analyst
1.7k
salaries
| ₹13 L/yr - ₹25 L/yr |
Vice President
1.6k
salaries
| ₹18.5 L/yr - ₹71 L/yr |
Senior Analyst
1k
salaries
| ₹5 L/yr - ₹20 L/yr |
Senior Associate
304
salaries
| ₹9.1 L/yr - ₹30.8 L/yr |
JPMorgan Chase & Co.
Morgan Stanley
TCS
Amazon