i
OodlesTechnologies
Filter interviews by
Basic array and string based questions.
Reverse a string without using new variable
Use two pointers, one at the beginning and one at the end of the string
Swap the characters at the two pointers and move the pointers towards each other until they meet in the middle
Top trending discussions
I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.
Focusing on moderate level patterns
Object oriented principles are fundamental concepts in software development that focus on organizing code into objects with properties and behaviors.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Inheritance: Allowing a new class to inherit properties and behaviors from an existing class.
Polymorphism: The ability for objects of different classes to respond to the same message in di...
posted on 12 Dec 2024
Use thread pooling and asynchronous processing to handle multiple requests efficiently in Spring Boot.
Implement thread pooling to manage multiple requests concurrently.
Use asynchronous processing to handle requests without blocking the main thread.
Consider using reactive programming with Spring WebFlux for better scalability.
Optimize database queries and external API calls to reduce response times.
Implement caching mec...
A server is a computer or software that provides functionality for other programs or devices. ABAP server is a server that runs ABAP programs.
A server is a computer or software that provides services or resources to other computers or programs.
ABAP server is a server that runs ABAP (Advanced Business Application Programming) programs, commonly used in SAP systems.
ABAP server handles requests from clients and executes A...
Angular is a popular open-source front-end web application framework developed by Google.
Angular is used for building dynamic web applications.
It allows for the creation of single-page applications.
Angular uses TypeScript for building applications.
It provides features like data binding, dependency injection, and routing.
Angular has a large community and ecosystem with many libraries and tools available.
Angular is a popular open-source web application framework developed by Google.
Angular is used for building dynamic web applications.
It allows for the creation of single-page applications.
Angular uses TypeScript for building applications.
It provides features like data binding, dependency injection, and routing.
Angular has a large community and ecosystem with many libraries and tools available.
I applied via campus placement at National Institute of Technology, (NIT), Sikkim and was interviewed in Jul 2024. There were 2 interview rounds.
I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.
2 dsa questions and mcqs
Prime number , factorial
A program to print prime numbers
Iterate through numbers and check if each number is prime
A prime number is only divisible by 1 and itself
Start checking from 2 onwards
Optimization: Only check up to square root of the number
I applied via Campus Placement
Aptitude test was easy level and moderate level.
Coding test was held in the google form which was very easy.
The volatile keyword in software engineering is used to indicate that a variable's value can be modified by multiple threads.
Volatile keyword ensures that the variable's value is always read from and written to the main memory, rather than cached in a thread's local cache.
It is used to prevent unexpected behavior in multi-threaded environments where multiple threads may access and modify the same variable simultaneousl...
An abstract class is a class that cannot be instantiated and is meant to be subclassed.
An abstract class can have abstract methods that must be implemented by its subclasses.
An abstract class can also have non-abstract methods that can be inherited by its subclasses.
An abstract class provides a common interface for its subclasses.
An abstract class can have instance variables and constructors.
An abstract class cannot be...
Abstract classes are used to provide a common interface and partial implementation for related classes.
Abstract classes are used when you want to create a base class that cannot be instantiated on its own but can be inherited by other classes.
They are useful when you want to define common methods and properties that multiple related classes should have.
Abstract classes can have both abstract and non-abstract methods.
Ab...
based on 3 reviews
Rating in categories
Front end Developer
74
salaries
| ₹2 L/yr - ₹7 L/yr |
Associate Consultant
62
salaries
| ₹1.8 L/yr - ₹6 L/yr |
Associate Development Consultant
59
salaries
| ₹2 L/yr - ₹7.6 L/yr |
Senior Associate Consultant
47
salaries
| ₹3 L/yr - ₹10 L/yr |
Associate Consultant Developer
42
salaries
| ₹1.2 L/yr - ₹7.1 L/yr |
TCS
Infosys
Wipro
HCLTech