i
NextComm Corporation
Filter interviews by
I applied via Recruitment Consulltant and was interviewed before Dec 2023. There was 1 interview round.
I applied via LinkedIn and was interviewed in Nov 2024. There were 3 interview rounds.
This was a coderpad round where I solved python coding problem and SQL queries.
I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.
Interface is a contract specifying methods that a class must implement, while abstract class can have both implemented and abstract methods.
Interface can only have abstract methods and cannot have any implementation, while abstract class can have both abstract and non-abstract methods.
A class can implement multiple interfaces but can only inherit from one abstract class.
Interfaces are used to achieve multiple inheritan...
I applied via Referral and was interviewed in Sep 2024. There were 3 interview rounds.
OOP concepts are fundamental principles in object-oriented programming that help in organizing and designing code.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class).
Inheritance: Ability of a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementation detai...
Vectors are dynamic arrays that can change in size, while arrays have a fixed size.
Vectors can grow or shrink in size dynamically, while arrays have a fixed size.
Vectors can be resized using functions like push_back() and pop_back(), while arrays cannot.
Vectors are part of the C++ Standard Template Library (STL), while arrays are a fundamental data structure.
Example: vector
Basic questions only.
The equivalent of ReactDOM in mobile application development is React Native.
React Native is a framework for building mobile applications using React.
It allows developers to write code in JavaScript and render native components.
Just like ReactDOM in web development, React Native handles rendering components to the screen.
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
Concurrent HashMap is thread-safe and allows concurrent access, while HashMap is not thread-safe.
Concurrent HashMap is suitable for multi-threaded environments where multiple threads can access and modify the map concurrently.
HashMap is not thread-safe and can lead to data corruption if accessed concurrently by multiple threads.
Concurrent HashMap uses internal locking mechanisms to ensure thread safety, while HashMap d...
Partitioning a large database involves dividing the data into smaller chunks to improve performance and manageability.
Identify key columns for partitioning, such as date ranges or customer IDs.
Choose a partitioning strategy, such as range partitioning or hash partitioning.
Implement partitioning using database features like table partitioning in Oracle or partitioned tables in PostgreSQL.
posted on 1 Nov 2024
Basic math questions
Function overloading is having multiple functions with the same name but different parameters. Function overriding is redefining a base class function in a derived class.
Function overloading allows multiple functions with the same name but different parameters.
Function overriding involves redefining a base class function in a derived class with the same name and parameters.
Example of function overloading: void print(in...
Object-oriented programming concepts that focus on classes and objects for better code organization and reusability.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class).
Inheritance: Ability of a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementation det...
Types of waits in Selenium include implicit, explicit, and fluent waits.
Implicit wait: Waits for a certain amount of time before throwing a NoSuchElementException.
Explicit wait: Waits for a certain condition to occur before proceeding further in the code.
Fluent wait: Waits for a condition to be true with a specified frequency of checking.
Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
Code to generate a CSV file with notepad data
Open a text file and read the data
Parse the data and write it to a CSV file
Use libraries like pandas in Python for easier CSV handling
Corporate Trainer
3
salaries
| ₹6 L/yr - ₹9 L/yr |
HR Executive Recruiter
3
salaries
| ₹3.5 L/yr - ₹3.6 L/yr |
AWS Devops Engineer
3
salaries
| ₹5 L/yr - ₹6 L/yr |
Bharti Airtel
Reliance Industries
TCS
Infosys