Upload Button Icon Add office photos

Filter interviews by

iLink Digital Interview Questions, Process, and Tips

Updated 4 Dec 2024

Top iLink Digital Interview Questions and Answers

View all 13 questions

iLink Digital Interview Experiences

Popular Designations

18 interviews found

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jan 2023. There was 1 interview round.

Round 1 - Technical 

(9 Questions)

  • Q1. What's manage and unmage in C++
  • Ans. 

    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

  • Answered by AI
  • Q2. Difference between C and C++
  • Ans. 

    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 ...

  • Answered by AI
  • Q3. Why OOP is needed what's encapsulation, abstraction, polymorphism different types of polymorphism
  • Ans. 

    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...

  • Answered by AI
  • Q4. What is pure virtual function write one example of pure virtual function
  • Ans. 

    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

  • Answered by AI
  • Q5. What's vtable and vpointer explain by drawing
  • Ans. 

    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

  • Answered by AI
  • Q6. What's difference in pass by reference and pass by pointer which one is better?
  • Ans. 

    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...

  • Answered by AI
  • Q7. How to make dll. Can you make simple dll file
  • Ans. 

    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...

  • Answered by AI
  • Q8. What's thread synchronization semaphores in threading what's critical section in threading One threading problem with 3 threads and how will you synchronize them?
  • Ans. 

    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...

  • Answered by AI
  • Q9. Two sum problem from Leetcode

Interview Preparation Tips

Topics to prepare for iLink Digital Software Engineer interview:
  • C++
  • Multithreading
Interview preparation tips for other job seekers - Study about basic, threads, algorithm, dll, OOP and why everything is needed and use cases of each of them

Skills evaluated in this interview

Top iLink Digital Software Engineer Interview Questions and Answers

Q1. what's difference in pass by reference and pass by pointer which one is better?
View answer (2)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Naukri.com

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Full stack dot net questions
Round 3 - Technical 

(1 Question)

  • Q1. Technical +Managerial

Senior Technical Specialist Interview Questions asked at other Companies

Q1. How to resolve the production issue whenever no clue is found.
View answer (3)

Developer Interview Questions & Answers

user image Anonymous

posted on 14 Sep 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

The aptitude round was quite easy.

Round 3 - Technical 

(1 Question)

  • Q1. Questions related to OOPs concept were asked

Developer Interview Questions asked at other Companies

Q1. Which programming language do you use regular in work
View answer (2)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Databricks basics, SQL joins
  • Q2. Azure questions
Round 2 - Technical 

(2 Questions)

  • Q1. Advance SQL queries on window r functions
  • Q2. SQL joins, pyspark coding questions, Azure AWS basic storage questions
Round 3 - HR 

(2 Questions)

  • Q1. Experience with interview. basic HR questions intro,
  • Q2. Feedback for interview process

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

iLink Digital interview questions for popular designations

 Software Engineer

 (4)

 Consultant

 (2)

 Associate Consultant

 (1)

 Associate Salesforce Developer

 (1)

 Data Engineer

 (1)

 Developer

 (1)

 Intern

 (1)

 Python Developer Trainee

 (1)

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

It was three section as in all other aptitude round

Round 3 - Technical 

(3 Questions)

  • Q1. They asked everything from your resume and Tested your coding knowledge
  • Q2. You project and your role
  • Q3. Write a basic code you know in python
  • Ans. 

    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

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself,Bond and stuff
  • Q2. Why ILinlk digital company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and strong answer positively,If you don't know say the truth.

Skills evaluated in this interview

Top iLink Digital Software Engineer Interview Questions and Answers

Q1. what's difference in pass by reference and pass by pointer which one is better?
View answer (2)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Vishwakarma Institute of Technology, Pune and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Online aptitude test (logical reasoning, quantitative aptitude, english)

Round 2 - Coding Test 

Coding MCQ question and 2 or 3 situation based coding questions where we need to write code

Interview Preparation Tips

Topics to prepare for iLink Digital Software Engineer Trainee interview:
  • OOPS
  • DSA
  • DBMS
  • PowerBI
Interview preparation tips for other job seekers - More focus on projects, and if you are fresher or college student focus on OOPs concepts and little bit of DSA.

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
Add answer

Jobs at iLink Digital

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. About the domain- skill related questions
Round 3 - HR 

(1 Question)

  • Q1. About the previous profile

Interview Preparation Tips

Interview preparation tips for other job seekers - Best place to work. Safe environment for female workers and great management

Senior Analyst Interview Questions asked at other Companies

Q1. Explain 3 statement financial model Calculating discount rate Could you walk me through the DCF model? Other valuation methods. What PE is ideal? What is the other matrix to value the company? Difference between IRR and CAGR. What is Bond Y... read more
View answer (1)
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - HR 

(7 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why should we hire you?
  • Q3. Share details of your previous job.
  • Q4. Why are you looking for a change?
  • Q5. Where do you see yourself in 5 years?
  • Q6. What are your strengths and weaknesses?
  • Q7. Tell me about yourself.
Round 3 - Coding Test 

Nothing to much hard

Round 4 - Coding Test 

It was moderate

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be smart in giving answers

iLink Digital Interview FAQs

How many rounds are there in iLink Digital interview?
iLink Digital interview process usually has 2-3 rounds. The most common rounds in the iLink Digital interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for iLink Digital interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at iLink Digital. The most common topics and skills that interviewers at iLink Digital expect are Telecom, CRM, Healthcare, IT Services and SAN.
What are the top questions asked in iLink Digital interview?

Some of the top questions asked at the iLink Digital interview -

  1. what's difference in pass by reference and pass by pointer which one is bett...read more
  2. what's thread synchronization semaphores in threading what's critical section i...read more
  3. what is pure virtual function write one example of pure virtual funct...read more
How long is the iLink Digital interview process?

The duration of iLink Digital interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

iLink Digital Interview Process

based on 20 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
CitiusTech Interview Questions
3.4
 • 268 Interviews
View all

iLink Digital Reviews and Ratings

based on 133 reviews

2.7/5

Rating in categories

2.8

Skill development

2.8

Work-life balance

2.7

Salary

2.5

Job security

2.8

Company culture

2.2

Promotions

2.7

Work satisfaction

Explore 133 Reviews and Ratings
Azure Dev-OPS Engineer

Chennai

3-6 Yrs

Not Disclosed

API Developer

Pune

2-6 Yrs

Not Disclosed

Junior AI Developer

Chennai

1-4 Yrs

Not Disclosed

Explore more jobs
Software Engineer
147 salaries
unlock blur

₹3 L/yr - ₹8.8 L/yr

Senior Software Engineer
128 salaries
unlock blur

₹6.4 L/yr - ₹23.3 L/yr

Technical Specialist
114 salaries
unlock blur

₹7.5 L/yr - ₹28 L/yr

Senior Technical Specialist
100 salaries
unlock blur

₹12 L/yr - ₹32 L/yr

Software Engineer Trainee
45 salaries
unlock blur

₹3.5 L/yr - ₹5.5 L/yr

Explore more salaries
Compare iLink Digital with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview