Filter interviews by
I applied via Company Website and was interviewed in Jan 2024. There were 3 interview rounds.
UI coding - react - useEffect - array (queue/stack)
A graph question - API call - obeying rate limiting - caching
High level design - system design architecture - optimisation
Top trending discussions
I applied via Naukri.com and was interviewed in Jun 2024. There were 4 interview rounds.
Basic coding question
I applied via campus placement at Bannari Amman Institute of Technology, Sathyamangalam and was interviewed before Jan 2022. There were 2 interview rounds.
THERE ARE QUANTS, REASONING AND VERBAL
posted on 20 Apr 2024
I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.
posted on 25 Jul 2023
I applied via Walk-in and was interviewed in Jun 2023. There were 3 interview rounds.
Aptitude test questions, let's test your knowledge about preposition
Sir/Madam. First of all, Thank you for giving me this opportunity to introduce my self. My Name Samiksha Dhalwar. I am from yavatmal. I did my bachelor's degree in BCA from CMCS college amravati University. Currently I am pursuing my master degree in MCA from GH Raisoni amravati University .I am skilled in react JS and have good knowledge of Java.I intern in growsoft Technologies LLP company as a Full stack developmen
Sir,I am hardworking self motivated and optimistic person. I always over prepare for any work that is assigned to me
As s fresher, I need a platform to start my career. I have gone throught your company profile and learnt that your company encourage fresh talent and provide good work culture .By joining your company.
Synchronization is the process of coordinating multiple threads to ensure safe and consistent access to shared resources.
Synchronization is used to prevent race conditions and ensure thread safety.
It can be achieved using synchronized blocks or methods.
Synchronization can cause performance issues if not used properly.
Example: Synchronizing access to a shared counter variable in a multi-threaded application.
Encapsulation is the process of hiding implementation details and providing access to only necessary information.
Encapsulation is achieved through access modifiers such as public, private, and protected.
It helps in achieving data abstraction and information hiding.
Encapsulation provides better control over the data and prevents unauthorized access.
Example: A class with private variables and public methods to access the...
An interface in Java is a collection of abstract methods and constants that can be implemented by a class.
Interfaces are used to achieve abstraction and provide a way to implement multiple inheritance in Java.
All methods in an interface are abstract by default and cannot have a body.
A class can implement multiple interfaces but can only extend one class.
Interfaces can also have default and static methods with a body.
Ex...
Collection framework is a set of classes and interfaces that provide a way to store and manipulate groups of objects.
It provides interfaces like List, Set, Queue, etc. for storing collections of objects.
It also provides classes like ArrayList, HashSet, PriorityQueue, etc. that implement these interfaces.
It allows easy manipulation of collections using methods like add, remove, contains, etc.
It provides algorithms like ...
ArrayList is not synchronized while Vector is synchronized.
ArrayList is faster than Vector as it is not synchronized.
Vector is thread-safe while ArrayList is not.
Vector is a legacy class while ArrayList is not.
Vector can grow by a specified amount while ArrayList grows by 50% of its size.
Example: ArrayList
Example: list.add(1); vector.add(1);
Example: list.get(0);
Legacy classes in Java are the classes that have been replaced by newer versions but are still supported for backward compatibility.
Legacy classes are part of the Java API and are still supported for backward compatibility.
They have been replaced by newer versions but are still used in older applications.
Examples of legacy classes include Vector, Hashtable, and Enumeration.
Legacy classes are not recommended for use in ...
Joins in SQL are used to combine data from two or more tables based on a related column.
Joins are used to retrieve data from multiple tables in a single query.
There are different types of joins such as inner join, left join, right join, and full outer join.
Inner join returns only the matching rows from both tables, left join returns all rows from the left table and matching rows from the right table, right join returns...
Autoboxing is the automatic conversion of primitive data types to their corresponding object wrapper classes.
Autoboxing allows primitive data types to be used as objects.
Auto-unboxing is the reverse process of autoboxing.
Autoboxing and auto-unboxing are performed automatically by the compiler.
Example: int i = 10; Integer j = i; // autoboxing
Example: Integer j = 10; int i = j; // auto-unboxing
Where clause filters rows before grouping, having clause filters groups after grouping.
Where clause is used to filter rows based on a condition before grouping.
Having clause is used to filter groups based on a condition after grouping.
Where clause is used with SELECT, UPDATE, DELETE statements.
Having clause is used with SELECT statement and GROUP BY clause.
Where clause cannot contain aggregate functions.
Having clause c...
I applied via Campus Placement and was interviewed in Jul 2023. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Jul 2023. There were 4 interview rounds.
Quantitive aptitude, reasoning
based on 1 interview
Interview experience
TCS
Accenture
Wipro
Cognizant