Filter interviews by
A primitive data type in JavaScript is a basic data type that is not an object.
Primitive data types include: string, number, boolean, null, undefined, and symbol.
They are immutable and have no methods or properties.
Primitive values are passed by value, not by reference.
Example: var x = 5; var y = 'hello'; var z = true;
Primitive types are stored in the stack, while objects are stored in the heap.
typeof operator in JavaScript returns the data type of an operand.
It is a unary operator.
It returns a string indicating the data type of the operand.
It can be used to check if a variable is defined or not.
Examples: typeof 42 returns 'number', typeof 'hello' returns 'string', typeof true returns 'boolean'.
Top trending discussions
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
posted on 14 Oct 2024
I applied via Naukri.com and was interviewed in Mar 2024. There were 4 interview rounds.
Java8 Stream program to filter even numbers and double them
Use Stream to filter even numbers
Use map to double the filtered numbers
Use collect to collect the results into a list
Simple array questions
Spring JPA is a part of the Spring framework that provides an abstraction layer on top of JPA, while Hibernate is a standalone ORM framework.
Spring JPA is a part of the Spring framework and provides additional features like transaction management, dependency injection, and aspect-oriented programming.
Hibernate is a standalone ORM framework that provides mapping between Java objects and database tables, along with featu...
Cyclic barrier is a synchronization aid that allows a set of threads to wait for each other to reach a common barrier point.
Cyclic barrier is similar to CountDownLatch but can be reused after the barrier point is reached.
It is initialized with a count of the number of threads that must invoke await() before the barrier is tripped.
Threads wait at the barrier until all threads have invoked await(), then the barrier is re...
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
SOA focuses on large, monolithic services while Microservices are small, independent services.
SOA is a centralized architecture with shared services, while Microservices are decentralized with each service having its own database.
SOA is typically implemented using ESB (Enterprise Service Bus), while Microservices communicate via lightweight protocols like HTTP or messaging queues.
SOA is more suitable for large enterpri...
based on 1 interview
Interview experience
Software Engineer
8
salaries
| ₹3 L/yr - ₹4.2 L/yr |
Software Engineer Level 1
8
salaries
| ₹2.2 L/yr - ₹3.6 L/yr |
Software Developer
4
salaries
| ₹1.8 L/yr - ₹4 L/yr |
Technical Lead
4
salaries
| ₹5.5 L/yr - ₹8.4 L/yr |
Android App Developer
4
salaries
| ₹2.8 L/yr - ₹4.8 L/yr |
TCS
Infosys
HCLTech
Tech Mahindra