i
ITC Infotech
Filter interviews by
Conduct a live coding test accompanied by fundamental questions on core Java.
Use XOR operation to swap two variables without using a temporary variable
Use XOR operation to swap two variables without using a temporary variable
Example: a = 5, b = 10. a = a XOR b, b = a XOR b, a = a XOR b. Now a = 10, b = 5
Matrix multiplication in CUDA involves parallelizing the computation across multiple threads on the GPU.
Use CUDA kernels to launch parallel threads for matrix multiplication.
Divide the matrices into blocks and load them into shared memory for faster access.
Implement the matrix multiplication algorithm in CUDA C/C++.
Ensure proper memory management and synchronization between threads.
Merge two sorted arrays into a single sorted array
Create a new array to store the merged result
Iterate through both arrays simultaneously and compare elements
Add the smaller element to the new array and move to the next element in that array
Continue until all elements from both arrays are merged
var, let, const are used to declare variables in JavaScript. 'this' keyword refers to the current object.
var is function-scoped, let is block-scoped, const is block-scoped and cannot be reassigned
'this' keyword refers to the current object in which it is used
Example: var x = 10; let y = 20; const z = 30; this.name = 'John';
I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.
A Java program to check if a number is prime or not.
Create a function to check if a number is prime by iterating from 2 to the square root of the number.
If the number is divisible by any number in that range, it is not prime.
Handle edge cases like 0, 1, and negative numbers separately.
Java program to find and print repeated characters in a string
Iterate through each character in the string
Use a HashMap to store the count of each character
Print characters with count greater than 1
posted on 20 May 2024
I applied via Walk-in and was interviewed in Apr 2024. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.
A backend service to be created for product management.
Set theory is a branch of mathematical logic that studies sets, which are collections of objects.
Set theory deals with the study of sets and their properties.
Sets can be defined by listing their elements or by using set-builder notation.
Operations on sets include union, intersection, and complement.
Venn diagrams are often used to visualize relationships between sets.
Set theory forms the foundation of many branches of m...
I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.
based on 1 review
Rating in categories
Associate Information Technology Consultant
5.2k
salaries
| ₹4.1 L/yr - ₹15 L/yr |
Lead Consultant
4.5k
salaries
| ₹9 L/yr - ₹35 L/yr |
Associate Consultant
828
salaries
| ₹2.5 L/yr - ₹16.5 L/yr |
Software Engineer
503
salaries
| ₹4 L/yr - ₹14.1 L/yr |
Senior Software Engineer
377
salaries
| ₹6.4 L/yr - ₹25 L/yr |
TCS
Wipro
HCLTech
Tech Mahindra