Filter interviews by
Microwave frequency refers to the frequency range of electromagnetic waves typically used in microwave communication systems.
Microwave frequency typically ranges from 1 GHz to 300 GHz.
Antenna types commonly used in microwave communication include parabolic antennas, horn antennas, and patch antennas.
Power factor is a measure of how effectively electrical power is being used in a circuit.
In digital electronics, signals ...
Traverse variable without using third variable
Use bitwise XOR operation to swap values without using a third variable
Example: a = 5, b = 10; a = a ^ b; b = a ^ b; a = a ^ b; // a = 10, b = 5
I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.
Project which I worked
Top trending discussions
I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.
A framework is a set of guidelines, standards, and tools used to develop software applications.
A framework provides a structure for developers to build upon
It includes pre-written code and libraries to simplify development
Frameworks can be specific to a programming language or platform
Examples include React for web development and TensorFlow for machine learning
posted on 19 Nov 2020
I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.
Swap two numbers with and without temporary variable
Without temporary variable: Use addition and subtraction
With temporary variable: Use a third variable to store the value of one of the numbers
Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;
Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;
based on 2 interviews
Interview experience
Project Engineer
9
salaries
| ₹2 L/yr - ₹3.1 L/yr |
Engineer
4
salaries
| ₹2.5 L/yr - ₹4 L/yr |
Financial Accountant
4
salaries
| ₹2 L/yr - ₹4.5 L/yr |
Software Developer
3
salaries
| ₹4 L/yr - ₹5.9 L/yr |
Design Engineer
3
salaries
| ₹2.5 L/yr - ₹4.8 L/yr |
TCS
Accenture
Wipro
Cognizant