i
CustomerLabs Digital Solutions
Filter interviews by
I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.
Web Vitals are a set of metrics related to user experience on websites.
Web Vitals include metrics like Largest Contentful Paint, First Input Delay, and Cumulative Layout Shift.
They help developers understand and improve the performance and user experience of their websites.
Google uses Web Vitals as a ranking factor for search results.
Cascading refers to the process of styles being applied from parent elements to their child elements in CSS.
In CSS, styles applied to a parent element will cascade down to its child elements unless overridden.
Cascading allows for efficient styling by reducing the need to repeat styles for each element.
Specificity and inheritance play a role in determining which styles take precedence in the cascade.
Recursion is a programming technique where a function calls itself to solve a problem.
Recursion involves breaking down a problem into smaller subproblems and solving them recursively.
A base case is needed to stop the recursive calls and prevent infinite loops.
Example: Factorial calculation using recursion - function factorial(n) { return n === 0 ? 1 : n * factorial(n - 1); }
Closures are functions that have access to their own scope, as well as the scope in which they were defined.
Closures are created when a function is defined within another function and has access to the outer function's variables.
Closures can access variables from the outer function even after the outer function has finished executing.
Closures are commonly used in event handlers and callbacks to maintain state.
State is the current condition or data of a component in a React application. It is mutable.
State is an object that stores data relevant to a component.
It can be updated using the setState() method.
State is mutable, meaning it can be changed during the component's lifecycle.
I was interviewed before Apr 2023.
I designed a UI given by them.
Javascript questions will be asked
posted on 24 Mar 2015
I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.
I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.
Attended the codevita competition in final year of college.
I applied via Campus Placement and was interviewed before Mar 2021. There were 2 interview rounds.
OOPs concept in JAVA is a programming paradigm that focuses on objects and their interactions.
OOPs stands for Object-Oriented Programming
It involves the use of classes, objects, inheritance, polymorphism, and encapsulation
Classes are used to define objects and their properties
Objects are instances of classes that can interact with each other
Inheritance allows for the creation of new classes based on existing ones
Polymo...
Java provides Arrays.sort() method to sort an array.
Use Arrays.sort() method to sort an array of strings.
The method sorts the elements in ascending order by default.
To sort in descending order, use Collections.reverseOrder() method.
I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.
I applied via Company Website and was interviewed before Apr 2021. There were 2 interview rounds.
It's totally based on Basic understanding of concepts such as Linear arrangement, circular arrangement، blood relation, direction sense, ratio proportion, time, speed, distance
I applied via Naukri.com and was interviewed before Sep 2021. There were 3 interview rounds.
Entry level aptitude test
I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.
The first round is an aptitude online test that had Basics of Computer Science, Mathematics, English and then finally one basic program to code and compile like Palindrome.
Three panellists were present and it was a face-face round, Panellist 1 and 2 takes the technical discussions like classes, inheritance, oops concept, basic syntax, and such. Panellist 3 talks more about your resume skills, hobbies and the company overview.
based on 2 interviews
Interview experience
based on 3 reviews
Rating in categories
Associate Software Engineer
6
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Product Manager
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Data Engineer
3
salaries
| ₹0 L/yr - ₹0 L/yr |
Wingify
Freshworks
Zoho
CleverTap