Filter interviews by
I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.
Basic aptitude such as time and work, speed time distance and some reasoning questions of directions etc.
DOM stands for Document Object Model, a programming interface for web documents. It represents the structure of a document as a tree of objects.
DOM is a programming interface for web documents.
It represents the structure of a document as a tree of objects.
DOM allows scripts to dynamically access and update the content, structure, and style of a document.
Closures in JavaScript allow functions to access variables from their outer scope even after the outer function has finished executing.
Closures are created when a function is defined within another function and has access to the outer function's variables.
Closures can be used to create private variables and functions in JavaScript.
Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFun...
Top trending discussions
I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.
Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.
Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.
To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.
SOLID principles are a set of design principles for writing maintainable and scalable cod...
To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.
Create an EC2 instance in the desired region and select the appropriate instance type
Configure security groups to allow traffic to and from the instance
Install necessary software and dependencies on the instance
Upload your application code to the instance
Start the ...
I applied via Company Website and was interviewed before Aug 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in Dec 2020. There were 4 interview rounds.
I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.
BigInteger is used for mathematical operations involving very large integers in Java.
BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.
It is commonly used in cryptography and security applications.
It provides methods for arithmetic, bitwise, and logical operations on large integers.
Example: calculating factorial of a large number, generating large prime nu
Merge Sort Algo code in java
Divide the array into two halves
Recursively sort the two halves
Merge the sorted halves
Time complexity: O(n log n)
I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.
based on 1 interview
Interview experience
Software Developer
4
salaries
| ₹1.5 L/yr - ₹7 L/yr |
Software Developer Trainee
3
salaries
| ₹1 L/yr - ₹2 L/yr |
TCS
Accenture
Wipro
Cognizant