i
Xcelore
Filter interviews by
I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.
Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during compilation.
Variable and function declarations are hoisted to the top of their scope.
Only declarations are hoisted, not initializations.
Function declarations take precedence over variable declarations.
Hoisting can lead to unexpected behavior if not understood properly.
Closures are functions that have access to variables from their containing scope even after the parent function has finished executing.
Closures allow functions to maintain access to variables from their outer scope
They are created when a function is defined within another function
Closures are commonly used in event handlers and callbacks
Promises are a way to handle asynchronous operations in JavaScript, providing a cleaner alternative to callbacks.
Promises represent the eventual completion (or failure) of an asynchronous operation.
They allow you to chain multiple asynchronous operations together.
Promises have states: pending, fulfilled, or rejected.
You can handle the result of a promise using .then() and .catch() methods.
Example: const myPromise = new
Callback Hell is a situation in asynchronous programming where multiple nested callbacks make the code hard to read and maintain.
Occurs when multiple asynchronous operations are nested within each other
Leads to deeply nested code which is hard to read and maintain
Can be avoided by using Promises or async/await syntax
Async/Await is a feature in JavaScript that allows for asynchronous programming using promises.
Async/Await is syntactic sugar built on top of promises in JavaScript.
It allows for writing asynchronous code that looks synchronous, making it easier to read and maintain.
Async functions return a promise, which allows for chaining multiple asynchronous operations.
Await keyword is used inside async functions to wait for a pro...
A simple Todo List app built using React
Create a new React project using create-react-app
Create a Todo component to display the list of todos
Use state to manage the list of todos and input field for adding new todos
Implement functionality to add, delete, and mark todos as completed
REST API is a standard protocol for web services using HTTP, while GraphQL is a query language for APIs.
REST API follows a client-server architecture with stateless communication, while GraphQL allows clients to request only the data they need.
REST API typically uses multiple endpoints for different resources, while GraphQL uses a single endpoint for flexible data retrieval.
REST API has predefined data structures, whil...
I applied via Referral and was interviewed in Aug 2023. There were 2 interview rounds.
Create The Given Design
There are three sections: -
1. Quants
2. English
3. Reasoning
All sections are accessible medium but you have maintained the speed and accuracy.
after that coding snippet are in java/python.
Code snippets are there in coding sections.
I applied via Walk-in and was interviewed in Jan 2023. There were 3 interview rounds.
The JAVA API is a collection of pre-written classes and interfaces that provide ready-to-use functionality for Java developers.
The JAVA API allows developers to save time and effort by using pre-built code for common tasks.
It provides a wide range of classes and interfaces for various purposes such as file handling, networking, database connectivity, GUI development, etc.
Developers can leverage the API to access system...
The duration of the test is one hour and four coding questions are asked.
Aptitude test question logical reasoning and cheking availablity.
It's test last test and skill related to C ,Java, HTML
I applied via Campus Placement and was interviewed before Aug 2022. There were 3 interview rounds.
Before Aptitude Test, There was a telephonic interview round in which they test your communication and ask questions about your education and projects. You just have to show your confidence to pass this round. After that, the aptitude test was quite easy. There are 15 questions all are doable in just 15 to 20 minutes of time span.
After that, The coding round takes place in which they provide you with a device with an online compiler of your preferred programming language and ask you to solve 4 questions without using any built-in function. The questions are based on Linked Lists, Stacks, Arrays, etc. You have to do it all manually. This round lasts up to 1 hour.
I applied via Job Portal
Easy aptitude test containing mathematics and logical questions
4 leetcode easy to medium level
I applied via Naukri.com and was interviewed in Apr 2023. There were 3 interview rounds.
4 Coding Questions Were Given.
Check Palindrome String
Longest Increasing Subsequence
Group Anagrams
Add Two Numbers(Linked List)
Questions were picked from leetcode but the restriction of not using any inbuild function made them difficult to solve in the given time frame.
Throws is used for checked exceptions in Java, while throw is used to explicitly throw an exception.
Throws is used in method signature to declare that the method may throw a checked exception.
Throw is used to actually throw an exception in the code.
Example: public void method() throws IOException { //code }
Example: throw new IOException();
Inheritance allows a class to inherit properties and behaviors from another class. Abstract classes cannot be instantiated and can have abstract methods. Interfaces define a contract for classes to implement.
Inheritance allows a class to inherit properties and behaviors from another class
Abstract classes cannot be instantiated and can have abstract methods
Interfaces define a contract for classes to implement
Find the second most occurrence of a string in an array of strings in JavaScript.
Create a map to store the count of each string in the array
Sort the map by values in descending order to find the most occurrence
Return the key of the second element in the sorted map
Find the second most occurrence of string in an array of strings.
Create a dictionary to store the count of each string in the array
Sort the dictionary by count in descending order
Return the key of the second element in the sorted dictionary
based on 2 interviews
Interview experience
based on 3 reviews
Rating in categories
Senior Software Engineer
9
salaries
| ₹9 L/yr - ₹16.6 L/yr |
Software Engineer
6
salaries
| ₹4 L/yr - ₹7.2 L/yr |
ml engineer
4
salaries
| ₹4.2 L/yr - ₹7.4 L/yr |
Devops Engineer
3
salaries
| ₹6 L/yr - ₹13 L/yr |
NexTurn
Kanerika Software
Smarter BIZ Technologies
Nxtra Data