i
Brigosha Technologies
Filter interviews by
posted on 26 Oct 2017
I was interviewed in Oct 2017.
Bit fields are used to allocate specific number of bits in a structure to store and manipulate data efficiently.
Bit fields are declared using a colon (:) followed by the number of bits to allocate.
They can be used to represent flags, status bits, or any other data that can be stored in a limited number of bits.
Bit fields can help in reducing memory usage and improving performance.
Here's an example: struct Flags { unsig...
Static storage class is used to declare variables that retain their values throughout the program execution.
Variables declared with static storage class have a lifetime that extends for the entire duration of the program.
They are initialized only once, at the start of the program execution.
Static variables are stored in the data segment of the memory.
They are not destroyed when a function is exited, allowing their valu...
An executable file is generated by a compiler through various compilation stages.
The compiler performs lexical analysis to break the source code into tokens.
The tokens are then parsed and analyzed for syntax and semantics.
The compiler generates an intermediate representation (IR) of the code.
Optimizations are applied to the IR to improve performance.
The IR is then transformed into assembly code specific to the target a...
The source file can be loaded into the micro-controller using a programming tool or a bootloader.
Use a programming tool like JTAG or SWD to directly load the source file into the micro-controller's flash memory.
Use a bootloader, which is a small program stored in the micro-controller's memory, to load the source file via a communication interface like UART, USB, or Ethernet.
The source file can be converted into a binar...
I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.
Find the second largest element in an array of strings.
Convert the strings to integers for comparison.
Sort the array in descending order.
Return the second element in the sorted array.
Object-oriented programming concepts in C++
Encapsulation: bundling data and methods that operate on the data together. Example: class Car { private: int speed; public: void accelerate() { speed++; } };
Inheritance: creating new classes based on existing classes. Example: class ElectricCar : public Car { public: void charge() { cout << 'Charging...'; } };
Polymorphism: ability to present the same interface for different d...
I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.
I applied via Recruitment Consulltant and was interviewed in Jun 2023. There were 3 interview rounds.
Brigosha Technologies interview questions for popular designations
I applied via Campus Placement and was interviewed before Sep 2022. There were 6 interview rounds.
It was around half hr and easy aptitude questions
I applied via LinkedIn and was interviewed in Oct 2022. There were 4 interview rounds.
Basics of codding knowledge.
Be perfect what you learned and try to improve skills.
General knowledge & basic type questions regarding your graduate and your experience.
I applied via LinkedIn and was interviewed in Dec 2021. There were 3 interview rounds.
Basic questions of c
I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.
I applied via LinkedIn and was interviewed in Dec 2021. There was 1 interview round.
Top trending discussions
based on 10 interviews
Interview experience
based on 127 reviews
Rating in categories
Junior Software Engineer
158
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Software Engineer
122
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
99
salaries
| ₹0 L/yr - ₹0 L/yr |
Embedded Software Engineer
44
salaries
| ₹0 L/yr - ₹0 L/yr |
Junior Software Developer
18
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech