Filter interviews by
I applied via Naukri.com and was interviewed before Jun 2022. There were 2 interview rounds.
OOPS is a programming paradigm based on objects, Exception is an event that disrupts normal flow of program, threads are parallel execution units, static class cannot be instantiated, Array is a data structure to store multiple elements, Collection is a group of objects.
OOPS - Object-oriented programming paradigm
Exception - Event that disrupts normal flow of program
Threads - Parallel execution units
Static class - Canno...
Abstract Interface is a class that cannot be instantiated and may contain abstract methods, while Interface is a blueprint for classes to implement specific methods.
Abstract Interface cannot be instantiated, while Interface can be implemented by classes.
Abstract Interface may contain abstract methods, while Interface only contains method signatures.
Abstract Interface can have variables, constructors, and methods, while...
Top trending discussions
posted on 29 Dec 2024
I applied via Walk-in and was interviewed in Nov 2024. There was 1 interview round.
Questions on arrays and string on hacerrank easy to moderate level questions core java asked in technical interview 2 TR round and 1 MR round
I applied via Job Portal and was interviewed in Jun 2024. There was 1 interview round.
CN stands for Computer Networks, which is the practice of connecting computers and other devices to share resources and information.
CN involves the study of protocols, hardware, and software used in communication between devices.
Examples of CN include the Internet, LANs, WANs, and wireless networks.
CN also covers topics like network security, routing, and data transmission.
Understanding CN is essential for designing, i
Caches are used to store frequently accessed data for faster retrieval in cloud computing.
Caches help reduce latency by storing copies of data closer to the user
Common types of caches include memory caches, disk caches, and web caches
Examples of cache storage in cloud include Amazon CloudFront for content delivery and Redis for in-memory caching
Two sections numerical and English consist of 200 questions in each in just 30 mins time each and difficulty is dead easy
Interviewer asked me to print this
XYZYX
YZYX
ZYX
YX
X
I have shown it to him but in return he asked me to print that if I give 5 as user input .He didn't give full clarity before starting the code .....worst experience
posted on 29 Jun 2022
I applied via LinkedIn and was interviewed in Dec 2021. There were 2 interview rounds.
Test on js in googleform very simple i can attempt in just 10 min
Write code and explain it
Palindrome code should be designed to check if a given string is the same forwards and backwards.
Create a function that takes a string as input
Remove any spaces and punctuation from the string
Reverse the string and compare it to the original string to check if it is a palindrome
ES6 introduced several new features and improvements to JavaScript, making it more powerful and efficient.
Arrow functions for more concise syntax
Let and const for block-scoped variables
Classes for easier object-oriented programming
Template literals for easier string interpolation
Default parameters and rest parameters for function arguments
Destructuring assignment for easier data extraction
Promises for asynchronous prog
Yes, let and const variables are hoisted but not initialized.
let and const variables are hoisted to the top of their block scope, but they are not initialized until the actual line of code is executed.
This means that you cannot access a let or const variable before it is declared in the code.
For example, trying to access a let variable before it is declared will result in a ReferenceError.
Global context refers to the overall environment or setting in which something exists or operates.
Global context encompasses all variables, functions, and objects that are accessible throughout an entire program.
It can be thought of as the 'big picture' view of a program's execution.
In web development, global context includes the window object in JavaScript.
Temporal dead zone is a period during the variable creation process where accessing the variable results in a ReferenceError.
Occurs when trying to access a variable before it has been declared with let or const
Happens due to the variable being in the temporal dead zone until it is declared
Example: accessing a variable before its declaration will result in a ReferenceError
Modules in Node.js are reusable blocks of code that encapsulate related functionality.
Modules in Node.js can be built-in modules like fs (file system) or third-party modules like express.
Modules help in organizing code into separate files for better maintainability and reusability.
Modules can be imported using the require() function in Node.js.
Indexes in MongoDB improve query performance by allowing the database to quickly locate and retrieve specific documents.
Indexes help to speed up query performance by allowing the database to quickly locate specific documents based on the indexed fields.
Without indexes, MongoDB would have to perform a collection scan, which can be slow and resource-intensive.
Indexes can be created on single fields or compound fields to ...
Hooks are a feature in React that allow you to use state and other React features in functional components. useRef is a hook that allows you to create a mutable object that persists for the lifetime of the component.
Hooks are used to add state and lifecycle methods to functional components in React
useRef is used to create a mutable reference that persists between renders
useRef can be used to access DOM elements directl
Mongoose is an Object Data Modeling (ODM) library for MongoDB that provides a higher level of abstraction and simplifies interactions with the database.
Mongoose provides schema validation which helps maintain data integrity.
Mongoose simplifies querying and data manipulation with built-in functions.
Mongoose supports middleware functions for pre and post processing of data operations.
posted on 9 Jan 2025
posted on 27 Sep 2024
I applied via Walk-in and was interviewed in Aug 2024. There were 3 interview rounds.
Basically It is a list of 25 questions having mix of Resoning,Aptitude &English. Each Queztion carries 2 marks and also there was a plus point that it doesn't have any negative marks
posted on 5 Feb 2025
Interview experience
based on 2 reviews
Rating in categories
Msbi Developer
39
salaries
| ₹3 L/yr - ₹9.4 L/yr |
Software Developer
19
salaries
| ₹1.8 L/yr - ₹8.5 L/yr |
Business Analyst
18
salaries
| ₹4 L/yr - ₹13 L/yr |
Power BI Developer
18
salaries
| ₹4.2 L/yr - ₹8.5 L/yr |
DOT NET Developer
15
salaries
| ₹7.8 L/yr - ₹12.5 L/yr |
TCS
Infosys
Wipro
HCLTech