Filter interviews by
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
Generally quant based
An octa-core processor is a CPU that has eight cores, allowing it to handle multiple tasks simultaneously for improved performance.
An octa-core processor has eight processing cores, which can work together to execute tasks faster and more efficiently.
It is commonly found in high-end smartphones, tablets, and computers to provide better multitasking capabilities.
Each core can handle its own tasks independently, leading ...
I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.
C questions were asked
I applied via Referral
I applied via Referral
Ittiam Systems interview questions for popular designations
I applied via Approached by Company and was interviewed in Aug 2023. There were 3 interview rounds.
I applied via LinkedIn and was interviewed in Sep 2022. There were 3 interview rounds.
Basic questions verbal os apti
Algorithm to reverse a string
Create an empty string to store the reversed string
Loop through the original string from the end to the beginning
Add each character to the new string
Return the new string
I applied via Campus Placement and was interviewed in Mar 2018. There were 3 interview rounds.
The candidate explains their low pointer by highlighting their active involvement in co-curricular activities and their focus on overall development.
Active involvement in college co-curricular activities
Emphasis on overall development
Belief that knowledge is more important than grades
I applied via Referral
Design a data structure for dictionary
Use hash table or trie data structure
Each key maps to a value
Keys should be unique
Support operations like insert, delete, search
Time complexity of hashmap operations
Insertion and deletion: O(1) on average, O(n) in worst case
Search: O(1) on average, O(n) in worst case
Traversing: O(n)
Resizing: O(n)
Implementing memcopy in C
Use a loop to copy each byte from the source to the destination
Handle overlapping memory regions correctly
Return a pointer to the destination
Ensure proper null termination for string copies
No, incrementing a void pointer is not allowed.
Void pointers do not have a data type, so incrementing them is not possible.
Attempting to increment a void pointer will result in a compilation error.
To increment a pointer, it must be of a specific data type.
Program to find the number of trailing zeros in a factorial
Count the number of 5s in the factorial
Divide the number by 5 and add the quotient to the answer
Repeat until quotient is less than 5
Program to invert all bits from the leftmost set bit in an integer
Find the leftmost set bit using bitwise operations
Create a mask with all bits set to 1 from the leftmost set bit
XOR the mask with the integer to invert all bits from the leftmost set bit
Repeat the above steps until all bits are inverted
Program to invert the case of the last letter in each word of a sentence
Split the sentence into an array of words
Loop through each word and get the last letter
Invert the case of the last letter using toUpperCase() and toLowerCase()
Replace the last letter in the word with the inverted case letter
Join the array of words back into a sentence
Find the minimum number whose product of digits modulo 1000000007 is equal to itself.
Iterate through numbers from 1 to 1000000006
Calculate the product of digits modulo 1000000007 for each number
If the product is equal to the number, return the number as the minimum
If no such number is found, return -1
Top trending discussions
based on 19 reviews
Rating in categories
Software Engineer
41
salaries
| ₹9.3 L/yr - ₹24 L/yr |
Senior Engineer
26
salaries
| ₹11.6 L/yr - ₹22 L/yr |
Software Development Engineer
17
salaries
| ₹10.4 L/yr - ₹17 L/yr |
Engineer
11
salaries
| ₹9.2 L/yr - ₹18 L/yr |
Software Developer
9
salaries
| ₹10.4 L/yr - ₹17.1 L/yr |
Wipro
TCS
HCLTech
Tech Mahindra