Filter interviews by
I applied via Campus Placement and was interviewed in Apr 2023. There were 5 interview rounds.
Aptitude test contain logical maths questions .
Exception handling in Python involves using try, except, and finally blocks to handle errors and prevent program crashes.
Use try block to enclose the code that may raise an exception
Use except block to handle the specific exception that may occur
Use finally block to execute code regardless of whether an exception was raised or not
Example: try: do_something() except SomeException as e: print('An error occurre
Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in the superclass.
Method overloading is resolved at compile time based on the method signature.
Method overriding is resolved at runtime based on the object type.
Method overloading is used to provide different impleme...
Simple aptitude questions -easy equation and all
I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.
I was a medium to hard level round, Topics are related to H/W and S/W and General Aptitude question
Top trending discussions
I applied via LinkedIn and was interviewed before Jun 2021. There were 2 interview rounds.
Code snippets of c programming
Use #include to include header files
Use int main() to start the program
Use printf() to print output
Use scanf() to take input
Use if-else statements for conditional execution
Use loops like for, while, do-while for repetitive tasks
Use arrays to store multiple values of same data type
Use pointers to manipulate memory addresses
Use structures to group related data
Use functions to modularize code
ISR routine is a function that is executed in response to an interrupt signal.
ISR stands for Interrupt Service Routine
It is used to handle hardware interrupts
ISR routines are written in C language
They are executed when an interrupt signal is received
ISR routines should be short and efficient
They should not block other interrupts
Examples of ISR routines include handling keyboard input or timer interrupts
I applied via Naukri.com and was interviewed in Dec 2019. There were 5 interview rounds.
I applied via Company Website and was interviewed before May 2023. There was 1 interview round.
Circular primes are prime numbers that remain prime when their digits are rotated.
Generate all prime numbers up to n
For each prime number, check if all rotations are also prime
Keep track of circular primes found
Syllabus based question
I applied via Referral and was interviewed in Jan 2022. There was 1 interview round.
I applied via Referral and was interviewed in Jan 2022. There were 2 interview rounds.
posted on 19 Feb 2024
Compilation process is the process of converting source code into machine code by a compiler.
Source code is written in a high-level programming language
Compiler translates the source code into assembly code
Assembler converts the assembly code into machine code
Final executable file is generated
based on 3 interviews
Interview experience
based on 5 reviews
Rating in categories
Embedded Software Engineer
6
salaries
| ₹2.4 L/yr - ₹5.4 L/yr |
Team Lead
5
salaries
| ₹21 L/yr - ₹24 L/yr |
Associate Software Engineer
4
salaries
| ₹4 L/yr - ₹5.1 L/yr |
Associate Engineer
4
salaries
| ₹4 L/yr - ₹5.6 L/yr |
Embedded Hardware Engineer
4
salaries
| ₹6 L/yr - ₹6.8 L/yr |
TCS
Accenture
Wipro
Cognizant