Add office photos
Engaged Employer

Brigosha Technologies

2.5
based on 127 Reviews
Filter interviews by

Jindal Stainless Interview Questions and Answers

Updated 13 Sep 2024

Q1. How an executable file is 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 target architecture.

  • The assembly code is assembled into object fil...read more

Add your answer

Q2. 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 { unsigned int flag1 : 1; unsigned int flag2 : 1; };

  • In this examp...read more

Add your answer

Q3. What are key features of 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 values to be preserved for future function calls.

  • Static storag...read more

View 1 answer

Q4. How to load source file into the micro-controller?

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 binary file format compatible with the micro-controller's memor...read more

Add your answer
Discover Jindal Stainless interview dos and don'ts from real experiences

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

Add your answer

Q6. 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 data types. Example: class Shape { public: virtual void dra...read more

Add your answer

Q7. Tell me about your work experience on 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 results and reported issues to management

View 4 more answers
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Jindal Stainless

based on 10 interviews
Interview experience
2.7
Poor
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

4.1
 • 401 Interview Questions
3.5
 • 380 Interview Questions
3.9
 • 348 Interview Questions
3.8
 • 271 Interview Questions
3.9
 • 245 Interview Questions
4.1
 • 160 Interview Questions
View all
Top Brigosha Technologies Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter