Filter interviews by
I applied via Company Website and was interviewed in Dec 2023. There were 3 interview rounds.
Dictionary, mapping, string
I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.
Node.js is a runtime environment that allows you to run JavaScript on the server side.
Node.js is built on the V8 JavaScript engine from Google Chrome.
It uses an event-driven, non-blocking I/O model that makes it lightweight and efficient for handling concurrent operations.
Node.js uses the libuv library to handle asynchronous operations and manage event loops.
Concurrency in Node.js is achieved through event loops and ca...
SQL is a relational database management system, while NoSQL is a non-relational database management system.
SQL databases are table-based and have a predefined schema, while NoSQL databases are document-based, key-value pairs, graph databases, or wide-column stores.
SQL databases are good for complex queries and transactions, while NoSQL databases are better for hierarchical data storage and real-time web applications.
Ex...
Find the 3rd highest number in an array without sorting.
Iterate through the array to find the highest, second highest, and third highest numbers.
Keep track of these numbers as you iterate.
Return the third highest number once the iteration is complete.
Node.js is a runtime environment that allows you to run JavaScript code outside of a web browser.
Node.js is built on Chrome's V8 JavaScript engine.
It uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.
Node.js is commonly used for building server-side applications and APIs.
It has a large ecosystem of open-source libraries and frameworks, such as Express.js.
Middleware is a software component that acts as a bridge between an application's request and response.
Middleware functions have access to the request and response objects
They can modify the request and response objects
Middleware can be used for tasks like authentication, logging, error handling, etc.
A promise is an object representing the eventual completion or failure of an asynchronous operation.
Promises are used to handle asynchronous operations in JavaScript.
They can be in one of three states: pending, fulfilled, or rejected.
Promises can be chained using .then() to handle success and .catch() to handle errors.
Example: new Promise((resolve, reject) => { setTimeout(() => resolve('Done!'), 1000); });
promise.all is a method in JavaScript that takes an array of promises and returns a single promise that resolves when all of the input promises have resolved.
Used to handle multiple asynchronous operations at once
Returns a single promise that resolves when all input promises have resolved
If any of the input promises is rejected, the returned promise is rejected with the reason of the first rejected promise
A callback is a function passed as an argument to another function to be executed later.
Callbacks are commonly used in asynchronous programming to handle tasks that take time to complete.
They are often used in event handling, timers, and AJAX requests.
Callbacks can be synchronous or asynchronous, depending on when they are executed.
Example: setTimeout(callback, 1000) will execute the callback function after 1 second.
I was interviewed in Jul 2024.
Idempotent term in patch and put means that multiple identical requests have the same effect as a single request.
Idempotent means that the result of a successful request is the same regardless of how many times it is repeated.
In PATCH and PUT requests, idempotent means that sending the same request multiple times will not have any additional side effects.
For example, if a PATCH request updates a resource with specific ...
Java memory types and where objects are stored
Java memory consists of stack and heap
Primitive data types are stored in stack
Objects and arrays are stored in heap
References to objects are stored in stack
Example: int num = 5; // num is stored in stack, value 5 is stored in stack
Example: String str = new String(); // str reference is stored in stack, actual String object is stored in heap
Yes, hash map stores unique keys.
Hash map in Java does not allow duplicate keys. If you try to insert a duplicate key, it will replace the existing value with the new one.
However, hash map allows duplicate values.
Example: HashMap
Java 8 introduced new methods for HashMap such as forEach, compute, merge, etc.
Java 8 introduced new methods like forEach, compute, merge for HashMap operations
Java 8 allows using lambda expressions for iterating over HashMap entries
Java 8 introduced default methods in Map interface for HashMap
No, static methods or variables cannot be created inside static main() method.
Static methods or variables cannot be created inside another static method.
Static methods or variables can only be created at the class level, outside of any method.
Example: public class MyClass { static int myVariable = 10; }
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
Software development lifestyle involves continuous learning, problem-solving, collaboration, and adapting to new technologies.
Continuous learning is essential to stay updated with new technologies and best practices.
Problem-solving skills are crucial for debugging and finding efficient solutions to complex problems.
Collaboration with team members helps in sharing knowledge, brainstorming ideas, and improving code quali...
Class inheritance allows a subclass to inherit properties and methods from a superclass.
Subclass can access all public and protected members of superclass.
Subclass can override methods of superclass.
Example: Animal class can be superclass, with Dog and Cat classes as subclasses inheriting properties and methods.
Array,Tree, Behaviour questions 2 hr duration easy-medium
Topological sort can be used to traverse an array of strings in a specific order.
Topological sort is used to order elements based on their dependencies.
In the context of array traversal, we can use topological sort to determine the order in which strings should be processed.
For example, if strings represent tasks and their dependencies, we can use topological sort to ensure tasks are executed in the correct order.
The rightmost node in an almost complete binary search tree is the last node in the last level of the tree.
In an almost complete binary search tree, all levels are completely filled except possibly for the last level, which is filled from left to right.
To find the rightmost node, start at the root and traverse the tree by always going to the right child until reaching the last level.
The rightmost node will be the last
I am a passionate Backend Developer with 5 years of experience in building scalable and efficient web applications.
5 years of experience in backend development
Proficient in programming languages like Java, Python, and Node.js
Strong understanding of database management systems such as MySQL and MongoDB
Experience in developing RESTful APIs and microservices
Familiar with cloud technologies like AWS and Azure
I was interviewed in Jul 2024.
Find pairs from list whose sum is equal to target
Iterate through the list and for each element, check if the target minus the element exists in a hashmap
If it exists, add the pair to the result list
If it doesn't exist, add the current element to the hashmap
I applied via Company Website and was interviewed in Nov 2023. There were 3 interview rounds.
An aptitude test is an exam used to determine an individual's skill or propensity to succeed in a given activity.
I am a dedicated and experienced Backend Officer with a strong background in managing backend operations and ensuring smooth functioning of systems.
Experienced in handling backend operations and maintaining databases
Proficient in programming languages like Java and Python
Skilled in troubleshooting and resolving technical issues
Strong attention to detail and ability to work under pressure
Excellent communication and team
I handle stress, pressure, and anxiety by practicing self-care, time management, and seeking support.
I prioritize self-care activities such as exercise, meditation, and hobbies to reduce stress.
I manage my time effectively by setting realistic goals, breaking tasks into smaller steps, and using productivity tools.
I seek support from colleagues, mentors, or friends when facing challenging situations.
I maintain a positiv...
My strengths include strong problem-solving skills, attention to detail, and ability to work well under pressure.
Strong problem-solving skills: I have a knack for analyzing complex problems and finding effective solutions.
Attention to detail: I pay close attention to even the smallest details to ensure accuracy and quality in my work.
Ability to work well under pressure: I thrive in high-pressure situations and can rema...
Some of the top questions asked at the Solytics Partners Backend Developer Intern interview -
Presales Consultant
11
salaries
| ₹4.5 L/yr - ₹10.5 L/yr |
Senior Software Engineer
11
salaries
| ₹15 L/yr - ₹25 L/yr |
Consultant
10
salaries
| ₹4.8 L/yr - ₹15 L/yr |
Data Analyst
10
salaries
| ₹1.2 L/yr - ₹7 L/yr |
Software Engineer
8
salaries
| ₹7 L/yr - ₹17 L/yr |
Fractal Analytics
Mu Sigma
Tiger Analytics
LatentView Analytics