Filter interviews by
I applied via Campus Placement and was interviewed in May 2021. There were 5 interview rounds.
Styles can be added to HTML elements using JavaScript by manipulating the element's style property.
Access the element using document.getElementById() or document.querySelector()
Use the style property to set CSS styles, e.g. element.style.color = 'red'
Styles can also be set using CSS classes, e.g. element.classList.add('my-class')
Promises are a way to handle asynchronous operations in JavaScript.
Promises represent a value that may not be available yet.
They have three states: pending, fulfilled, or rejected.
Promises can be chained together using .then() and .catch() methods.
They help avoid callback hell and make code more readable.
Example: new Promise((resolve, reject) => {...}).then(result => {...}).catch(error => {...})
Top trending discussions
I applied via Company Website and was interviewed before Aug 2021. There were 4 interview rounds.
First Round was Aptitute Test having Aptitute Question And Java Questions.
Second round was coding round having two DSA problems
Questions on Java basics - .equals() vs ==, Fibonacci series, and MultiThreading.
The .equals() function compares the values of two objects, while == compares their memory addresses.
Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.
MultiThreading is a technique where multiple threads of execution run concurrently within a single program.
Examples: 5 == 5 is true, but new Str...
Javascript code to find frequency of characters in a sentence and difference between dynamic and static initialization.
To find frequency of characters in a sentence, create an object and iterate over each character in the sentence. Increment the count of each character in the object.
Dynamic initialization refers to initializing a variable at runtime, while static initialization refers to initializing a variable at comp...
I applied via Naukri.com and was interviewed before Oct 2021. There were 3 interview rounds.
I appeared for an interview in Apr 2021.
posted on 28 Jan 2020
I applied via Naukri.com and was interviewed in Jul 2019. There were 3 interview rounds.
Explanation of UART, SPI, CAN, I2C timing diagrams and frame formats.
UART: asynchronous serial communication, start and stop bits, baud rate
SPI: synchronous serial communication, master-slave architecture, clock polarity and phase
CAN: differential serial communication, arbitration, error detection and correction
I2C: synchronous serial communication, master-slave architecture, addressing, clock stretching
posted on 21 Apr 2021
I applied via Naukri.com
I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.
Filter in MVC is used to retrieve a subset of data from a larger dataset based on certain criteria.
Filters can be applied to data in the model or in the view.
Filters can be used to sort, group, or limit the data returned.
Filters can be implemented using LINQ or other query languages.
Examples of filters include date range filters, category filters, and search filters.
I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.
I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.
Detect if two circular linked lists overlap
Traverse both lists and check if they have the same tail node
If they have different tail nodes, they do not overlap
If they have the same tail node, check if they intersect at any point
Use Floyd's cycle-finding algorithm to detect intersection point
based on 1 review
Rating in categories
Software Engineer
908
salaries
| ₹2 L/yr - ₹11.1 L/yr |
Senior Software Engineer
450
salaries
| ₹7.2 L/yr - ₹26.5 L/yr |
Technical Lead
212
salaries
| ₹10.6 L/yr - ₹34.4 L/yr |
Assistant Software Engineer
181
salaries
| ₹3 L/yr - ₹5.5 L/yr |
Software Developer
114
salaries
| ₹3.5 L/yr - ₹13.2 L/yr |
KPIT Technologies
Thomson Reuters
Oracle Cerner
NextComm Corporation