Filter interviews by
posted on 4 Dec 2024
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.
posted on 9 Jan 2025
I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.
I applied via Company Website and was interviewed in Jun 2023. There was 1 interview round.
Use a loop to iterate through the characters of the string and count them.
Create a function that takes a string as input.
Initialize a variable to store the length of the string.
Use a loop to iterate through each character of the string and increment the length variable.
Return the final length of the string.
You can print the address of a variable without using a pointer by using the & operator in C/C++.
Use the & operator before the variable name to get its address, e.g. int num = 10; printf("Address of num: %p", &num);
You can also pass the variable directly to a function that expects a pointer, e.g. void printAddress(int *ptr) { printf("Address: %p", ptr); } int num = 20; printAddress(&num);
I applied via Naukri.com and was interviewed before Jun 2023. There were 3 interview rounds.
It tests one's ability to speak and write in english language
I applied via Job Fair and was interviewed in Feb 2024. There was 1 interview round.
60 question in 20 minutes
I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.
Aptitude test , reasoning, scenario, problems, Vocabulary and skills
posted on 11 Apr 2024
Basic level of reasoning was required
One question pretty easy other one was moderate
based on 1 review
Rating in categories
TCS
Accenture
Wipro
Cognizant