i
Blue
Yonder
Work with us
Filter interviews by
DSA questions, Javascript questions, react questions, nodejs.
Top trending discussions
I applied via Naukri.com and was interviewed in May 2019. There were 5 interview rounds.
I appeared for an interview before Mar 2021.
Round duration - 60 minutes
Round difficulty - Easy
Technical Interview round with questions based on Spring.
Inversion of Control is a design principle where the control flow of a program is inverted, with the framework controlling the flow.
Inversion of Control allows for decoupling of components, making the code more modular and easier to maintain.
Common examples of Inversion of Control include dependency injection and event listeners.
Frameworks like Spring and Hibernate make use of Inversion of Control to manage object life...
Dependency injection is a design pattern in which the dependencies of an object are provided externally rather than created within the object itself.
In dependency injection, the dependencies of an object are injected into it from an external source, typically a framework or container.
This helps in achieving loose coupling between classes, making the code more modular and easier to maintain.
There are three common types ...
Constructor injection passes dependencies through a class constructor, while setter injection uses setter methods.
Constructor injection is done by passing dependencies as parameters to the constructor.
Setter injection involves calling setter methods to set the dependencies after the object is created.
Constructor injection ensures that all required dependencies are provided at the time of object creation.
Setter injectio...
Prototype scope in Spring creates a new instance of the bean every time it is requested.
Prototype scope is used when a new instance of the bean is required for each request.
It is not thread-safe, as a new instance is created for each request.
Example: If a bean is defined with prototype scope, a new instance will be created every time it is injected or requested.
Types of advice in Spring AOP include before, after, around, after-returning, and after-throwing.
Before advice: Executed before the method invocation.
After advice: Executed after the method invocation, regardless of its outcome.
Around advice: Wraps around the method invocation, allowing for custom behavior before and after.
After-returning advice: Executed after the method successfully returns a value.
After-throwing adv...
Round duration - 60 minutes
Round difficulty - Easy
Technical Interview round with questions based on Java and Spring.
Java Executor Framework is a framework provided by Java for managing and executing tasks asynchronously.
It provides a way to manage threads and execute tasks concurrently.
It includes interfaces like Executor, ExecutorService, and ScheduledExecutorService.
It allows for better control over thread management and task execution compared to manually managing threads.
Example: Executors.newFixedThreadPool(5) creates a thread ...
Design patterns in Java provide reusable solutions to common problems, improving code quality and maintainability.
Promotes code reusability by providing proven solutions to common design problems
Improves code maintainability by following established best practices
Enhances code readability by providing a common language for developers to communicate design ideas
Helps in creating scalable and flexible software architectu...
Entity instances can be in new, managed, detached, or removed states.
New state: when an entity is first created but not yet associated with a persistence context.
Managed state: when an entity is being managed by a persistence context and any changes made to it will be tracked.
Detached state: when an entity was previously managed but is no longer associated with a persistence context.
Removed state: when an entity is mar...
The Java Executor Framework provides a way to manage and execute tasks asynchronously in Java applications.
Create an instance of ExecutorService using Executors class
Submit tasks for execution using execute() or submit() methods
Handle the results of the tasks using Future objects
Shutdown the ExecutorService when tasks are completed using shutdown() method
The Java Executor Framework provides a way to manage and control the execution of tasks in a multithreaded environment.
Allows for easy management of thread pools, reducing overhead of creating new threads for each task.
Provides a way to schedule tasks for execution at a specific time or with a delay.
Supports task cancellation and interruption.
Facilitates handling of task dependencies and coordination between tasks.
Offe...
Round duration - 30 minutes
Round difficulty - Easy
HR round with typical behavioral problems
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.
I applied via Naukri.com and was interviewed before Oct 2022. There were 3 interview rounds.
Reverse string code and reverse array code
I applied via Approached by Company and was interviewed in Dec 2023. There were 2 interview rounds.
A complete Java program for inserting and traversing a binary tree with customizable insertion logic.
Binary Tree Node Class: Create a class 'Node' with properties for value, left, and right children.
Insertion Method: Implement a method to insert nodes based on specific criteria (e.g., value comparison).
Traversal Methods: Include methods for in-order, pre-order, and post-order traversal.
Example Insertion: If inserting 5...
I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 3 interview rounds.
I applied via Approached by Company and was interviewed in Aug 2023. There were 5 interview rounds.
Medium data structure problem was given and asked to solve. System design questions was asked.
Medium data structure problem was asked. Java questions were asked and previous projects were discussed.
posted on 25 Feb 2022
Reverse a string without any library function.
Create an empty string to store the reversed string
Loop through the original string from end to start
Append each character to the empty string
Return the reversed string
Printing even and odd numbers using two threads in Java
Create two threads, one for even numbers and one for odd numbers
Use a loop to iterate through the numbers and print them
Use synchronization to ensure alternate printing of even and odd numbers
Use wait() and notify() methods to control the execution of threads
posted on 3 Sep 2022
I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.
based on 1 interview experience
Senior Software Engineer
383
salaries
| ₹18.1 L/yr - ₹32.5 L/yr |
Software Engineer
299
salaries
| ₹9.7 L/yr - ₹17 L/yr |
Technical Consultant
249
salaries
| ₹5.8 L/yr - ₹14.9 L/yr |
Senior Technical Consultant
203
salaries
| ₹10.3 L/yr - ₹32 L/yr |
Senior Business Consultant
198
salaries
| ₹18 L/yr - ₹30 L/yr |
SAP
24/7 Customer
Thomson Reuters
Oracle Cerner