i
Intellect Design Arena
Filter interviews by
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
A final class is a class that cannot be extended or subclassed.
Final classes are often used to prevent inheritance and ensure that the class cannot be modified or extended.
Final classes are typically marked with the 'final' keyword in Java.
Example: 'String' class in Java is a final class, meaning it cannot be extended.
Sort a list of students using Java Stream API
Use the sorted() method to sort the list based on a comparator
Use the Comparator.comparing() method to specify the sorting criteria
Use the collect() method to collect the sorted elements back into a list
Hashtable is synchronized and thread-safe, while Hashmap is not synchronized.
Hashtable is synchronized and thread-safe, while Hashmap is not synchronized.
Hashtable does not allow null keys or values, while Hashmap allows one null key and multiple null values.
Hashtable is slower than Hashmap due to synchronization.
Hashmap is preferred for non-thread-safe applications, while Hashtable is used in multi-threaded environmen
Top trending discussions
posted on 14 Oct 2023
Java assessment with core java mcq, coding and text answers
posted on 22 Oct 2024
I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.
I applied via Approached by Company and was interviewed in Aug 2023. There were 4 interview rounds.
So basically the questions were from strings, arrays, bitwise operators and some mathematical logic based questions. There were 10 questions and they will provide you a laptop and you have to complete all of them in 3 hours (java, c++)
Just be prepared on the above mentioned topics the questions were of easy level if your concept is clear you can crack it easily then there will one more round there they will ask theoretical questions once these both technical rounds are clear you're all set to go for HR round. So this is for 1-2yrs exp guys for freshers they also have to go through aptitude round and question pattern is similar
Singleton pattern in NestJS ensures a class has only one instance and provides a global point of access to it.
Use the @Injectable() decorator to mark a class as a singleton in NestJS.
Inject the singleton class into other classes using the constructor.
The instance of the singleton class will be shared across the application.
posted on 18 Oct 2023
I applied via Naukri.com and was interviewed in Apr 2023. There were 4 interview rounds.
I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.
Long polling is a web technique where the client sends a request to the server and the server holds the connection open until new data is available.
Long polling is a variation of the traditional polling technique where the client sends a request to the server and the server keeps the connection open until new data is available.
It is often used in web applications to simulate real-time updates without the need for const...
GraphQL is a query language for APIs that allows clients to request only the data they need, while REST is an architectural style for designing networked applications.
GraphQL allows clients to request specific data in a single request, reducing over-fetching and under-fetching of data.
REST uses multiple endpoints for different resources, leading to multiple requests for related data.
GraphQL provides a strongly typed sc...
posted on 9 Nov 2021
I was interviewed in Aug 2021.
Round duration - 120 Minutes
Round difficulty - Hard
(a) The maximum number of linearly independent column ...
Approach:
Round duration - 60 Minutes
Round difficulty - Medium
This is an elimination round. The interviewer will ask some technical questions and ask to solve some coding questions.
The interview was on Microsoft teams and coding was on codility.
Two strings are said to be a permutatio...
Round duration - 60 Minutes
Round difficulty - Hard
Interviewers asked some questions regarding System design and then asked me to perform the task
Design a vending machine.
Round duration - 60 Minutes
Round difficulty - Hard
There were 2 interviewers. This round was basically Distributed systems.
The first...
Round duration - 60 Minutes
Round difficulty - Hard
Write an SQL query to print the first three characters of FIRST_NAME from Worker table.
Write an SQL query to print the FIRST_NAME from Worker table after replacing ‘a’ with ‘A’.
Tip 1 : Might ask you to write coding in System Design (Eg : Vending Machine)
Tip 2 : Use star methodology to answer.
Tip 3 : Interact as much as you can with the interviewer and discuss your approach to solve questions.
Tip 4: Start your preparation at least 6 months before application
Tip 5 : Practice Leetcode
Tip 1 : Resume should match with job description
Tip 2 : Add a summary section and avoid sections like hobbies, strengths
Tip 3 : Clearly mention your skills
posted on 30 Jun 2021
I applied via LinkedIn and was interviewed in Oct 2021. There were 5 interview rounds.
Binary tree fin the no of leaf node
System design for Netflix
Use microservices architecture
Implement a distributed caching system
Utilize content delivery networks (CDNs)
Implement recommendation algorithms
Ensure high availability and fault tolerance
Implement user authentication and authorization
Handle large-scale data storage and processing
Implement efficient search functionality
HLD design refers to high-level design, which involves creating an architectural blueprint for a software system.
HLD design focuses on the overall structure and components of a system.
It includes defining the system's modules, interfaces, and interactions.
HLD design helps in understanding the system's functionality and how different components work together.
It provides a roadmap for the development process and helps in...
posted on 18 Sep 2023
I applied via Campus Placement and was interviewed before Sep 2022. There were 3 interview rounds.
Normal Aptitude questions, contains some find the output questions based on C programming. DBMS questions also there.
based on 2 reviews
Rating in categories
Consultant
1.4k
salaries
| ₹5.3 L/yr - ₹17.3 L/yr |
Associate Consultant
968
salaries
| ₹3.4 L/yr - ₹11.5 L/yr |
Team Lead
508
salaries
| ₹7.1 L/yr - ₹24.6 L/yr |
Senior Project Leader
430
salaries
| ₹8 L/yr - ₹26 L/yr |
Software Developer
324
salaries
| ₹2.7 L/yr - ₹11.4 L/yr |
TCS
Infosys
Wipro
HCLTech