Filter interviews by
I applied via Naukri.com and was interviewed in Jul 2023. There were 2 interview rounds.
a++ is faster than a=a+1 because it is a single operation compared to two operations in a=a+1.
a++ is a single operation that increments the value of a directly
a=a+1 involves two operations - addition and assignment
Example: int a = 5; int b = a++; // b will be 5, a will be 6
Example: int a = 5; int b = a=a+1; // b will be 6, a will be 6
Pull-up resistors in I2C are used to ensure proper communication by providing a defined voltage level when the bus is in an idle state.
Pull-up resistors are used to pull the signal high when no device is actively driving it low.
They prevent floating bus conditions and help in maintaining signal integrity.
Pull-up resistors are typically connected to the SDA and SCL lines in an I2C bus.
Common values for pull-up resistors...
Use bitwise operations to swap the bytes of the integer without using a second variable.
Use bitwise AND and bitwise OR operations to swap the bytes of the integer.
Shift the bytes to the correct positions using bitwise operations.
Example: a = 0xabcd; a = ((a & 0x00FF) << 8) | ((a & 0xFF00) >> 8);
Compilation steps for C code involve preprocessing, compiling, assembling, and linking.
Preprocessing: Includes header files, macro expansion, and conditional compilation.
Compiling: Translates source code to assembly code specific to the target architecture.
Assembling: Converts assembly code to machine code in object files.
Linking: Combines object files with libraries to create an executable file.
Code bloating refers to the unnecessary increase in the size of software code due to redundant or inefficient programming practices.
Code bloating can occur when developers use inefficient algorithms or write redundant code.
It can also happen when unnecessary features or libraries are included in the codebase.
Code bloating can lead to slower performance, increased memory usage, and longer development times.
Examples of c...
posted on 22 Dec 2024
I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.
posted on 11 Nov 2024
During wainad flood rescue operation I have searched and recovered 01 casuality after 08 hrs hard work and in jhansi flood saved 03 personal who were trapped inside temple.
I applied via Walk-in and was interviewed in Nov 2024. There was 1 interview round.
posted on 25 Sep 2024
I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.
I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.
Wages for Electrical Officers vary depending on experience and company. Privileges may include free accommodation, insurance, and travel benefits.
Wages for Electrical Officers can range from $3,000 to $8,000 per month, depending on experience and company policies
Privileges may include free accommodation on board, insurance coverage, and travel benefits such as discounted or free flights
Some companies also provide addit...
The question seems to be asking about the interviewer's happiness if the candidate is successful and eligible.
Express gratitude for the potential support and happiness from colleagues
Highlight the importance of teamwork and collaboration in achieving success
Provide examples of how teamwork has led to successful outcomes in the past
I was interviewed in Jun 2024.
posted on 2 Oct 2024
I applied via Recruitment Consulltant
posted on 12 Sep 2024
I applied via Walk-in and was interviewed in Aug 2024. There was 1 interview round.
Handling of radar offense involves troubleshooting, maintenance, and repair of radar systems to ensure optimal performance.
Understand radar system components and functions
Troubleshoot and diagnose issues with radar equipment
Perform routine maintenance and calibration of radar systems
Repair or replace faulty radar components
Ensure compliance with safety regulations and protocols
Document all maintenance and repair activi
Analyst
4
salaries
| ₹1.6 L/yr - ₹6.5 L/yr |
Senior Project Engineer
4
salaries
| ₹6 L/yr - ₹6 L/yr |
Patent Office Delhi
National Informatics Centre
TCS
Infosys