i
Filter interviews by
I applied via Approached by Company and was interviewed in Jun 2023. There were 5 interview rounds.
Basic MCQs(SQL, Java Output, Spring) and 2 simple coding with no logic involved
Top trending discussions
I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.
posted on 19 Sep 2024
I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.
MCQ'S on Core Java, Java8, SQL, Microservices and Coding question in Java.
Use Java streams to filter prime numbers from a list, find highest employee salary, and demonstrate basic SQL joins.
Use Java streams to filter prime numbers from the list
Use streams to find the highest salary of employees
Demonstrate basic SQL queries for joins
posted on 25 Sep 2024
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
SQl, Spring, Spring BOOT< hibernate, JPA
I applied via Walk-in and was interviewed in Feb 2024. There was 1 interview round.
I was interviewed in Oct 2021.
Round duration - 60 minutes
Round difficulty - Easy
Technical Interview round that lasted for around 60 minutes. Questions were based on Node JS concepts.
How does Node JS work?
Node.js is lightweight and efficient because it is built on an event-driven design with asynchronous I/O. It uses uses JavaScript as its scripting language and runs Chrome’s V8 JavaScript engine. It's used in desktop programs and with a popular framework called electron because it has APIs for accessing OS-level functionality like file systems, networks, and so on.
What are middlewares?
Middleware are basically just functions that have full access to both request and response objects.
var app = express();
app.use(cookieParser());
app.use(bodyParser());
app.use(logger());
app.use(authentication());
app.get('/', function (req, res) {
// ...
});
app.listen(3000);
Whether you wish to design your own middleware or use the framework's built-in middlewares, an Express application is simply Node.js with a host of middl...
What is Event Emitter?
EventEmitter is a Node.js class that includes all the objects that are basically capable of emitting events. This can be done by attaching named events that are emitted by the object using an eventEmitter.on() function. Thus whenever this object throws an even the attached functions are invoked synchronously.
Example:
const EventEmitter = require('events');
class MyEmitter extends EventEmitter {}
const myEmitter = new MyEm...
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
posted on 25 Nov 2021
I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.
Node Js architecture is based on event-driven, non-blocking I/O model.
Event loop handles all I/O operations asynchronously
Single-threaded event loop allows for high scalability
Modules and packages can be easily added through NPM
Uses V8 engine for efficient JavaScript execution
Hoisting is a JavaScript mechanism where variables and function declarations are moved to the top of their scope.
Hoisting applies to variable declarations and function declarations
Variable declarations are hoisted but not their values
Function declarations are fully hoisted
Function expressions are not hoisted
Hoisting can lead to unexpected behavior and bugs
Middleware is a software layer that sits between the application and the server, allowing for additional functionality to be added.
Middleware functions are executed sequentially, and can modify the request and response objects.
Common middleware includes body-parser, cookie-parser, and express-session.
Custom middleware can be created to add specific functionality to an application.
Middleware can be used for authenticati
I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.
based on 1 review
Rating in categories
Senior Engineer
1k
salaries
| ₹10.3 L/yr - ₹32.4 L/yr |
Senior Technical Lead
849
salaries
| ₹13 L/yr - ₹42.5 L/yr |
Senior Consultant
752
salaries
| ₹9.1 L/yr - ₹28 L/yr |
Principal Consultant
563
salaries
| ₹13.6 L/yr - ₹37.9 L/yr |
Senior Software Engineer
514
salaries
| ₹10.4 L/yr - ₹32 L/yr |
Bosch Global Software Technologies
Qualcomm
Tata Motors
BMW