Nokia
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via LinkedIn and was interviewed in Oct 2023. There was 1 interview round.
Multi-processing involves running multiple processes simultaneously, while multi-threading involves running multiple threads within a single process.
Multi-processing allows multiple processes to run concurrently, each with its own memory space and resources.
Multi-threading allows multiple threads to run within the same process, sharing the same memory space and resources.
Multi-processing is typically used for CPU-bound...
Yes, we can declare the constructor private in a class.
Yes, we can declare the constructor private to prevent instantiation of the class from outside.
Private constructors are commonly used in singleton design pattern implementations.
Example: private MySingleton() {}
Polymorphism is the ability of a single function or method to operate on different types of data.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.
Top trending discussions
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.
1st round some apt qns,some prgramming qns are they asked
Use pagination, indexing, caching, and query optimization to fetch 1 lakh entries efficiently from the database.
Implement pagination to fetch data in smaller chunks
Create indexes on columns frequently used in queries
Use caching to store frequently accessed data
Optimize queries by avoiding unnecessary joins and using appropriate indexes
Consider using database-specific optimizations like query hints or stored procedures
I applied via Campus Placement
Easy-medium level and it included two coding questions and some technical questions
Structures and classes are stored in memory as a combination of data members and member functions.
Structures and classes are stored in memory as a combination of data members and member functions.
Data members of a structure or class are stored in contiguous memory locations.
Member functions of a class are stored separately in memory and are shared among all instances of the class.
Pointers to member functions are used t...
final is a keyword in Java used to restrict inheritance, overriding, and modification. finalize is a method used for cleanup operations before an object is garbage collected.
final keyword is used to declare constants, prevent inheritance by marking a class as final, and prevent method overriding by marking a method as final
finalize method is called by the garbage collector before an object is destroyed
Example: final in...
Basi aptitude and coding mcq
posted on 1 Jan 2025
posted on 5 Oct 2024
Use two pointers to find the nth element from the end of a linked list.
Use two pointers, one moving n steps ahead of the other
When the first pointer reaches the end, the second pointer will be at the nth element from the end
HashMap is not thread-safe while ConcurrentHashMap is thread-safe and allows concurrent access.
HashMap is not thread-safe and can lead to ConcurrentModificationException if accessed by multiple threads simultaneously.
ConcurrentHashMap allows concurrent access by multiple threads without the need for external synchronization.
ConcurrentHashMap achieves thread-safety by dividing the map into segments, allowing multiple th...
posted on 29 Sep 2024
Queue question - create queue from array
Interview experience
based on 3 reviews
Rating in categories
Technical Lead
502
salaries
| ₹8.1 L/yr - ₹31 L/yr |
Technical Specialist
470
salaries
| ₹11 L/yr - ₹29 L/yr |
Software Engineer
462
salaries
| ₹5.9 L/yr - ₹23.8 L/yr |
R&D Engineer
439
salaries
| ₹7 L/yr - ₹26.7 L/yr |
Senior Technical Specialist
236
salaries
| ₹16.5 L/yr - ₹43 L/yr |
Samsung
Apple
Huawei Technologies
Xiaomi