Filter interviews by
I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.
Angular basics, Component communications etc..
Top trending discussions
I applied via Naukri.com and was interviewed in Dec 2024. There were 4 interview rounds.
25 questions on coding output and 5 questions on aptitude
DSA problems on arrays and strings easy to medium level
Develop a live streaming application for real-time video broadcasting
Use a reliable streaming protocol like RTMP or HLS
Implement a video encoder to compress and transmit video data
Set up a media server to handle incoming video streams
Develop a user interface for viewers to watch live streams
Incorporate features like chat, likes, and notifications for user engagement
posted on 3 Jan 2025
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
posted on 3 Dec 2024
30min duration simple questions
Basic array 2 coding questions
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.
It was an amazing interview.
S abJDQdlqd qk; qdkq;q bdkq;d
posted on 11 Dec 2024
I applied via LinkedIn and was interviewed in Nov 2024. There were 3 interview rounds.
Basic DSA from the hacker rank website
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.
HashSet is an unordered collection of unique elements, while Hashtable is a synchronized collection of key/value pairs.
HashSet does not allow duplicate elements, while Hashtable does not allow duplicate keys.
HashSet does not maintain insertion order, while Hashtable does not guarantee any order.
HashSet allows null values, while Hashtable does not allow null keys or values.
Collection is an interface in Java that represents a group of objects, while Collections is a utility class that contains static methods for operating on collections.
Collection is an interface in Java that represents a group of objects.
Collections is a utility class in Java that contains static methods for operating on collections.
Example: List
Example: Collections
Java program to find duplicates in an array of strings
Create a HashSet to store unique elements
Iterate through the array and check if element is already in the HashSet
If element is already in the HashSet, it is a duplicate
I applied via Approached by Company and was interviewed in Jul 2024. There were 5 interview rounds.
New Java versions introduce various features and improvements for developers.
Java 8 introduced lambda expressions and the Stream API for functional programming.
Java 9 added the module system to improve code organization and security.
Java 10 included local variable type inference for cleaner code.
Java 11 introduced the HttpClient API for easier HTTP communication.
Java 12 added switch expressions for more concise code.
Ja...
LRU cache is a data structure that stores the most recently used items, discarding the least recently used items when full.
Use a LinkedHashMap to implement LRU cache in Java
Override removeEldestEntry method to limit the size of the cache
Accessing an element updates its position in the cache
I chose SAP because of its industry-leading reputation and comprehensive suite of solutions. If offered less compensation, I would consider the overall growth opportunities and work-life balance.
SAP is a widely used enterprise software with a strong market presence
SAP offers a wide range of solutions for various industries, providing valuable experience and skill development
Consider the overall growth opportunities, wo...
Implement stack using array or linked list
Use an array or linked list to store elements in the stack
Implement push() and pop() functions to add and remove elements from the stack
Maintain a pointer to keep track of the top element in the stack
I am motivated to join SAP because of their reputation for innovation, global impact, and opportunities for growth.
SAP is a global leader in enterprise software solutions, offering cutting-edge technology and opportunities to work on impactful projects.
I am excited about the chance to work with a diverse team of talented individuals and learn from industry experts.
SAP's commitment to innovation and continuous learning ...
My top priority while choosing a new job is growth opportunities and a positive work culture.
Opportunities for career advancement and skill development
Positive work environment and company culture
Alignment with personal values and goals
Competitive compensation and benefits
Work-life balance
posted on 1 Jan 2025
LeetCode , hard questions on dynamic programming, graphs, and more.
DSA, Cn, os, DBMS, ML
Key concepts of OOP include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit (object).
Inheritance: Allowing a class to inherit properties and behavior from another class.
Polymorphism: Objects of different classes can be treated as objects of a common superclass.
Abstraction: Hiding complex implementation details and showing onl
HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.
HashMap internally uses an array of linked lists to store key-value pairs.
When a key-value pair is added, the key is hashed to determine the index in the array where the pair will be stored.
If multiple keys hash to the same index (collision), a linked list is used to store these pairs.
To retrieve a value, t...
Bosch Global Software Technologies
Amdocs
Carelon Global Solutions
Microsoft Corporation