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...
Top trending discussions
I applied via Referral and was interviewed before Aug 2021. There were 2 interview rounds.
My next career goal is to gain hands-on experience in my field, develop my skills, and contribute meaningfully to my team.
I aim to secure a full-time position after my internship, where I can apply my knowledge and skills.
I plan to pursue certifications relevant to my field, such as a project management certification to enhance my capabilities.
I want to take on leadership roles in projects to develop my teamwork and co...
I want to join the UNCCD to contribute to global efforts in combating desertification and promoting sustainable land management.
Passion for environmental sustainability: I believe in protecting ecosystems and biodiversity.
Desire to work on global issues: The UNCCD addresses critical challenges like land degradation and climate change.
Interest in policy-making: I want to be involved in developing strategies that promote...
I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.
Basics Maths and basics reasoning
I applied via Job Portal and was interviewed in Jul 2024. There were 2 interview rounds.
What is DBa role do when they find out issue on tablepsace
Oracle database architecture is a multi-tiered system with components like client, server, and storage.
Consists of physical and logical structures
Includes processes like SQL processing, memory management, and I/O management
Client communicates with server through SQL*Net
Server manages data storage and retrieval
Storage includes data files, control files, and redo log files
I applied via Approached by Company and was interviewed before Jun 2021. There was 1 interview round.
I applied via Company Website and was interviewed before Jun 2020. There was 1 interview round.
I applied via Walk-in and was interviewed before Sep 2019. There was 1 interview round.
I applied via Naukri.com and was interviewed in Dec 2018. There were 2 interview rounds.
based on 1 interview experience
Difficulty level
Analyst
4
salaries
| ₹1.6 L/yr - ₹6.5 L/yr |
Senior Project Engineer
3
salaries
| ₹6 L/yr - ₹6 L/yr |
Efs Facilities Services
NBCC
Government of West Bengal
Ministry of Home Affairs