Filter interviews by
I applied via Naukri.com and was interviewed in Jan 2023. There was 1 interview round.
manage and unmanage are not standard terms in C++
There are no standard terms or concepts called 'manage' and 'unmanage' in C++
These terms might be specific to a particular framework or library
Without more context, it is difficult to provide a specific answer
C is a procedural programming language, while C++ is an extension of C with object-oriented programming features.
C is a procedural language, while C++ supports both procedural and object-oriented programming paradigms.
C++ has additional features like classes, objects, inheritance, and polymorphism.
C++ supports exception handling and templates, which are not available in C.
C++ has a standard template library (STL) that ...
OOP is needed for modular and reusable code. Encapsulation hides implementation details. Abstraction simplifies complex systems. Polymorphism allows objects to take on multiple forms.
OOP promotes code reusability and modularity
Encapsulation hides implementation details and protects data
Abstraction simplifies complex systems by focusing on essential features
Polymorphism allows objects to be used in multiple ways
Types of...
A pure virtual function is a function declared in a base class that has no implementation and must be overridden in derived classes.
Pure virtual functions are used to create abstract classes, which cannot be instantiated.
They provide a common interface for derived classes to implement their own functionality.
An example of a pure virtual function is a 'draw' function in a base 'Shape' class, which must be implemented by
vtable is a virtual function table used in object-oriented programming to implement dynamic dispatch.
vtable is a data structure that contains pointers to the virtual functions of a class.
vpointer is a pointer that points to the vtable of an object.
It allows objects of different derived classes to be treated as objects of the base class.
When a virtual function is called, the vpointer is used to find the correct function
Pass by reference and pass by pointer are both ways to pass data to a function, but they differ in how they access and modify the data.
Pass by reference uses a reference to the original variable, allowing direct access and modification.
Pass by pointer uses a pointer to the memory address of the variable, requiring dereferencing to access and modify the data.
Pass by reference is generally considered safer and more conve...
A DLL (Dynamic Link Library) is a file containing code and data that can be used by multiple programs simultaneously.
To create a DLL, you need to write the code in a programming language like C++ or C#.
Compile the code into an object file and then link it with a DLL linker to create the DLL file.
DLLs can contain functions, classes, variables, and resources that can be accessed by other programs.
DLLs provide code reusab...
Thread synchronization is the coordination of multiple threads to ensure they access shared resources in a controlled manner.
Thread synchronization prevents race conditions and data inconsistencies.
Semaphores are synchronization primitives used to control access to resources.
Critical sections are code segments that must be executed atomically.
A common threading problem is the producer-consumer problem.
Synchronization m...
I applied via LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.
It was based on a coding round where they asked about oops, c++
It was three section as in all other aptitude round
A basic code in Python
Print 'Hello, World!' using print() function
Create a variable and assign a value to it
Use if-else statement to check a condition
Create a function and call it
iLink Digital interview questions for designations
Top trending discussions
Coding + Aptitude question
posted on 6 Jan 2025
Aptitude questions on time and distance
Java coding question
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
A program to check the occurrence of words in a paragraph.
Split the paragraph into words using space as delimiter
Create a hashmap to store word frequencies
Iterate through the words and update the hashmap accordingly
Display the word frequencies
Use git bisect command to find the commit that caused the build failure
Use 'git bisect start' to start the bisect process
Mark the current commit as bad with 'git bisect bad'
Mark a known good commit with 'git bisect good
Git will automatically checkout commits for testing, mark them as good or bad until the culprit commit is found
I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.
posted on 28 Sep 2023
I applied via Job Portal
Binary search is a divide and conquer algorithm that efficiently finds the target value within a sorted array.
Start by defining the low and high indices of the array.
Calculate the middle index and compare the target value with the middle element.
If the target value is less than the middle element, search the left subarray. If greater, search the right subarray.
Repeat the process until the target value is found or the s
CI/CD flow stands for Continuous Integration/Continuous Deployment flow, which is a software development practice where code changes are automatically built, tested, and deployed.
CI/CD flow involves automating the process of integrating code changes into a shared repository, running automated tests, and deploying the changes to production.
Continuous Integration (CI) focuses on automating the build and testing of code c...
Enums are a feature in programming languages that allow you to define a set of named constants.
Enums can be used to improve code readability by giving meaningful names to values
Enums can be used in switch statements to handle different cases
Enums can have associated values or raw values for more flexibility
Yes, Singleton handles synchronization by ensuring only one instance of a class is created and providing global access to that instance.
Singleton pattern restricts the instantiation of a class to one object.
It provides a global point of access to the instance.
Synchronization can be implemented in the Singleton pattern to ensure thread safety.
Example: Singleton pattern is commonly used in database connections to ensure
External libraries are pre-written code that can be imported and used in a project to provide additional functionality.
External libraries help in reducing development time by providing ready-made solutions for common tasks.
Examples include React for front-end development, NumPy for scientific computing in Python, and Retrofit for making network calls in Android apps.
posted on 22 Apr 2024
Some of the top questions asked at the iLink Digital Software Engineer interview -
based on 3 interviews
Interview experience
based on 13 reviews
Rating in categories
Software Engineer
147
salaries
| ₹3 L/yr - ₹8.8 L/yr |
Senior Software Engineer
128
salaries
| ₹6.4 L/yr - ₹23.3 L/yr |
Technical Specialist
114
salaries
| ₹7.5 L/yr - ₹28 L/yr |
Senior Technical Specialist
100
salaries
| ₹12 L/yr - ₹32 L/yr |
Software Engineer Trainee
45
salaries
| ₹3.5 L/yr - ₹5.5 L/yr |
TCS
Infosys
Wipro
HCLTech