i
Tech Data
Filter interviews by
I applied via LinkedIn and was interviewed before Jun 2022. There were 3 interview rounds.
I applied via LinkedIn and was interviewed in May 2024. There were 3 interview rounds.
Typing and one to one
I applied via Walk-in and was interviewed before Feb 2022. There were 3 interview rounds.
All Logical questions plus coding
I applied via Recruitment Consultant and was interviewed in Jul 2019. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.
I applied via Referral and was interviewed in Feb 2024. There were 3 interview rounds.
Write a C++ program (logical) and OOPS concept, Basic,C concept such as memory and memory management techniques
OOPS concepts in C++ include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class).
Inheritance: Creating new classes from existing ones, inheriting their attributes and methods.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementation details and showing only
C is a procedural programming language while C++ is an object-oriented programming language.
C is a subset of C++
C does not support classes and objects, while C++ does
C++ supports function overloading and operator overloading, which C does not
C++ has a more complex syntax compared to C
Binary search divides the array in half to find the target, while linear search checks each element one by one.
Binary search is more efficient for sorted arrays, while linear search works for unsorted arrays.
Binary search has a time complexity of O(log n), while linear search has a time complexity of O(n).
Example: Binary search - finding a word in a dictionary. Linear search - finding a name in a phone book.
Binary search has O(log n) time complexity, better for sorted arrays. Linear search has O(n) time complexity, better for small unsorted arrays.
Binary search has a time complexity of O(log n) as it divides the array in half at each step. It is better for sorted arrays.
Linear search has a time complexity of O(n) as it checks each element one by one. It is better for small unsorted arrays.
For example, if you have a large ...
Mutex is used to prevent multiple threads from accessing shared resources simultaneously.
Use mutex when multiple threads need to access shared resources to avoid data corruption
Example: Using mutex to protect a critical section of code where shared data is being modified
Mutex can be used in multithreading applications to ensure data integrity and prevent race conditions
Create a custom method to check if two strings are equal without using inbuilt functions.
Iterate through each character of both strings and compare them one by one.
If the lengths of the strings are different, they are not equal.
Return true only if all characters match, otherwise return false.
memcpy is a function in C programming used to copy a block of memory from one location to another.
memcpy stands for memory copy.
It is used to copy a specified number of bytes from one memory location to another.
It is commonly used in C programming to copy arrays or structures.
Example: memcpy(destination, source, num_bytes);
Synchronous means tasks are executed one after the other, while asynchronous allows tasks to run independently.
Synchronous execution waits for each task to finish before moving on to the next one.
Asynchronous execution allows tasks to start and finish independently of each other.
Synchronous threading can lead to blocking if one task takes a long time to complete.
Asynchronous threading can improve performance by allowin...
Code to find if a string is present in an array of strings.
Iterate through the array of strings and compare each string with the target string.
Return true if the target string is found, false otherwise.
Use a loop and conditional statement to implement the search algorithm.
I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.
I applied via Company Website and was interviewed before May 2023. There were 2 interview rounds.
Tell me about a time you had to work with a group
I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.
based on 2 interviews
Interview experience
Business Development Manager
85
salaries
| ₹4.7 L/yr - ₹16 L/yr |
Business Development Executive
42
salaries
| ₹4 L/yr - ₹5.2 L/yr |
Sales Enablement Specialist
18
salaries
| ₹3.9 L/yr - ₹6.7 L/yr |
Solution Sales Representative
10
salaries
| ₹3.5 L/yr - ₹4.9 L/yr |
Account Development Manager
10
salaries
| ₹9.1 L/yr - ₹13.4 L/yr |
HTC Global Services
HERE Technologies
Collabera Technologies
Unisys