Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Brigosha Technologies Team. If you also belong to the team, you can get access from here

Brigosha Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Brigosha Technologies Interview Questions and Answers

Updated 17 Jun 2025
Popular Designations

7 Interview questions

A R&D Engineer was asked 9mo ago
Q. How do you find the second largest element in an array?
Ans. 

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.

View all R&D Engineer interview questions
A R&D Engineer was asked 9mo ago
Q. Tell me about Object-Oriented Programming (OOP) concepts in C++.
Ans. 

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 differ...

View all R&D Engineer interview questions
An Associate Software Engineer was asked
Q. Tell me about your work experience in Software Testing.
Ans. 

I have experience in software testing through manual and automated testing methods.

  • Performed manual testing on various software applications

  • Created and executed test cases to ensure software functionality

  • Utilized automated testing tools such as Selenium and JMeter

  • Collaborated with development team to identify and resolve software defects

  • Conducted regression testing to ensure software stability

  • Documented test resul...

View all Associate Software Engineer interview questions
An Embedded Software Development Engineer was asked
Q. How do you load a source file into a microcontroller?
Ans. 

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 ...

View all Embedded Software Development Engineer interview questions
An Embedded Software Development Engineer was asked
Q. How is an executable file generated by a compiler? Explain the various compilation stages.
Ans. 

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 tar...

View all Embedded Software Development Engineer interview questions
An Embedded Software Development Engineer was asked
Q. What are the key features of the static storage class?
Ans. 

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...

View all Embedded Software Development Engineer interview questions
An Embedded Software Development Engineer was asked
Q. Implement bit fields and explain with a piece of code.
Ans. 

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 { ...

View all Embedded Software Development Engineer interview questions
Are these interview questions helpful?

Brigosha Technologies Interview Experiences

20 interviews found

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find the second largest element in array
  • Ans. 

    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.

  • Answered by AI
  • Q2. Tell about oops in c++
  • Ans. 

    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...

  • Answered by AI

Skills evaluated in this interview

Hil Test Engineer Interview Questions & Answers

user image SUREKHA DERANGULA

posted on 20 Dec 2023

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. There is 2 technical rounds from brigosha and another round from client there all three rounds happend in very short time and hr responded but when the times comes to release offer they will not respond at...
  • Q2. Completely they will ask questions on our experience.
  • Q3. Can protocal, mcdc, matlab,HIL testing , requirements analysis like everything what we did.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't waste your time with brigosha they will not respond once you shortlisted in the interview. And they will not release the offer.this advice is from my experience with brigosha.i guess they are time passing with us
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basics of C language

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jun 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Asked about some basic Q&A
Round 3 - Technical 

(2 Questions)

  • Q1. Asked about capl scripting Regarding DTC's
  • Q2. What are the Service ID's used in your company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi, who are serious about career kindly do take a interview? because its waste of time even you are selected they will not call for join or HR discussion. Its waste of time.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Can,uds,capl,can tp
Round 3 - One-on-one 

(1 Question)

  • Q1. About NRC's and adas

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Sep 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed before Sep 2022. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

It was around half hr and easy aptitude questions

Round 3 - Technical 

(2 Questions)

  • Q1. Coding interview on DSA and asked to solve small problems
  • Q2. Prefix sum , binary search like these ques were asked
Round 4 - Technical 

(1 Question)

  • Q1. Interview on coding and resume based questions on project
Round 5 - Behavioral 

(1 Question)

  • Q1. Testing on communication skills
Round 6 - HR 

(1 Question)

  • Q1. Normal interaction and ques on academic performance

Interview Preparation Tips

Topics to prepare for Brigosha Technologies R&D Engineer interview:
  • DSA
  • Web Technologies
  • MySQL
Interview preparation tips for other job seekers - prior DSA knowledge and projects on web is a plus
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. C Programming question
  • Q2. Autosar project

Interview Preparation Tips

Interview preparation tips for other job seekers - Never join brigosha for growth
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. JavaScript coding
  • Q2. C language Coding questions

Embedded Software Engineer Interview Questions & Answers

user image SHAIK MUHAMMAD IMRAN

posted on 25 Nov 2022

I applied via LinkedIn and was interviewed in Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Basics of codding knowledge.
Be perfect what you learned and try to improve skills.

Round 3 - Aptitude Test 

General knowledge & basic type questions regarding your graduate and your experience.

Round 4 - HR 

(2 Questions)

  • Q1. Brief description of yourself and company terms and conditions.
  • Q2. About your profession

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers as well experience candidate I would recommend brigosha Technology is the one which will add more skills in resume.

Best of luck.

I applied via LinkedIn and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about my project work done by yourself?
Round 2 - Technical 

(1 Question)

  • Q1. Brief about my ongoing project?
Round 3 - One-on-one 

(1 Question)

  • Q1. What is your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and prepare more about your’s resume?

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Brigosha Technologies?
Ask anonymously on communities.

Brigosha Technologies Interview FAQs

How many rounds are there in Brigosha Technologies interview?
Brigosha Technologies interview process usually has 2-3 rounds. The most common rounds in the Brigosha Technologies interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Brigosha Technologies interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Brigosha Technologies. The most common topics and skills that interviewers at Brigosha Technologies expect are Embedded C, Automotive, AUTOSAR, C++ and RTOS.
What are the top questions asked in Brigosha Technologies interview?

Some of the top questions asked at the Brigosha Technologies interview -

  1. How an executable file is generated by a compiler? Explain the various compilat...read more
  2. Implement bit fields and explain with a piece of c...read more
  3. What are key features of static storage clas...read more
How long is the Brigosha Technologies interview process?

The duration of Brigosha Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

2.6/5

based on 13 interview experiences

Difficulty level

Easy 29%
Moderate 71%

Duration

Less than 2 weeks 71%
2-4 weeks 14%
4-6 weeks 14%
View more

Interview Questions from Similar Companies

CGS Interview Questions
3.5
 • 25 Interviews
ElectrifAi Interview Questions
2.8
 • 18 Interviews
Fusion Interview Questions
3.1
 • 17 Interviews
Anlage Infotech Interview Questions
3.4
 • 17 Interviews
View all

Brigosha Technologies Reviews and Ratings

based on 138 reviews

2.5/5

Rating in categories

2.6

Skill development

2.3

Work-life balance

2.6

Salary

2.2

Job security

2.3

Company culture

2.4

Promotions

2.4

Work satisfaction

Explore 138 Reviews and Ratings
Senior C++ Developer

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

Senior Functional Safety Engineer

Bangalore / Bengaluru

2-6 Yrs

Not Disclosed

Senior Functional Safety Engineer

Bangalore / Bengaluru

8-10 Yrs

Not Disclosed

Explore more jobs
Associate Software Engineer
179 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Junior Software Engineer
164 salaries
unlock blur

₹3.5 L/yr - ₹6.2 L/yr

Software Engineer
97 salaries
unlock blur

₹5 L/yr - ₹11.5 L/yr

Embedded Software Engineer
34 salaries
unlock blur

₹3.5 L/yr - ₹8.1 L/yr

Senior Software Engineer
23 salaries
unlock blur

₹6 L/yr - ₹17 L/yr

Explore more salaries
Compare Brigosha Technologies with

Primus Global Technologies

3.9
Compare

TriGeo Technologies

3.2
Compare

GrapplTech

4.8
Compare

Plada Infotech Services

3.6
Compare
write
Share an Interview