Filter interviews by
I applied via Naukri.com and was interviewed in Sep 2020. There was 1 interview round.
Count the number of palindromes in a given string.
Iterate through the string and check for palindromes of length 1, 2, 3, ... n
Use two pointers to check if a substring is a palindrome
Consider both even and odd length palindromes
Store the count of palindromes found
I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.
A prime number is a number greater than 1 that can only be divided by 1 and itself.
Check if the number is greater than 1
Iterate from 2 to the square root of the number and check if it divides the number evenly
If no divisor is found, the number is prime
Top trending discussions
posted on 28 May 2024
I applied via Walk-in and was interviewed in May 2019. There were 4 interview rounds.
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
Storage classes in C specify the scope and lifetime of variables.
Storage classes include auto, register, static, and extern.
Auto variables are local to a block and have automatic storage duration.
Register variables are stored in CPU registers for faster access.
Static variables retain their value between function calls.
Extern variables are declared in one file and can be used in another file.
A structure program is a program that uses structures to group related data together.
Structures in C programming allow you to group related data together under one name.
You can define a structure using the 'struct' keyword.
Structures can contain different data types, including int, float, char, and even other structures.
You can access the members of a structure using the dot operator.
Example: struct employee { int id; ...
posted on 25 Nov 2023
I applied via Referral and was interviewed in Oct 2023. There were 2 interview rounds.
Embedded C is a programming language used for developing software for embedded systems.
Embedded C is a subset of the C programming language.
It is optimized for resource-constrained systems with limited memory and processing power.
It allows direct access to hardware and provides low-level control.
Embedded C is used in various industries like automotive, aerospace, consumer electronics, etc.
Example: Writing code to contr...
posted on 28 Feb 2023
I applied via Company Website and was interviewed in Jan 2023. There were 3 interview rounds.
Topic:
Explain automatic cruise control?
What parameters will you send to the user from sensor attached on bumper of a car?
I applied via Job Fair and was interviewed before Dec 2023. There were 2 interview rounds.
Very easy, basic questions
Written test
C programming
posted on 12 Feb 2024
I was interviewed in Jan 2024.
Embedded c 15 question and c language programming
I applied via Campus Placement and was interviewed before Jan 2023. There were 4 interview rounds.
Basic c programming coding questions
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Senior Software Engineer
2.1k
salaries
| ₹5.7 L/yr - ₹22.3 L/yr |
Technical Lead
1.5k
salaries
| ₹9.3 L/yr - ₹26 L/yr |
Software Engineer
1.4k
salaries
| ₹3 L/yr - ₹11.3 L/yr |
Network Engineer
450
salaries
| ₹3 L/yr - ₹10.5 L/yr |
Senior Technical Lead
371
salaries
| ₹14.1 L/yr - ₹34.5 L/yr |
TCS
Infosys
Wipro
HCLTech