Add office photos
Employer?
Claim Account for FREE

Brightly Software

3.9
based on 26 Reviews
Filter interviews by

GIG-IRM Glass Insulator Interview Questions and Answers

Updated 10 Jan 2025

Q1. Swap the bits through sql

Ans.

Swapping bits in SQL involves using bitwise operators to manipulate binary data.

  • Use bitwise XOR operator (^) to swap bits

  • Example: UPDATE table SET column = column ^ 1

  • Example: UPDATE table SET column = column ^ 0b1010

Add your answer

Q2. What is react js

Ans.

React.js is a JavaScript library for building user interfaces.

  • React.js is a declarative, efficient, and flexible JavaScript library for building user interfaces.

  • It allows developers to create reusable UI components.

  • React.js uses a virtual DOM to improve performance by updating only the necessary parts of the actual DOM.

  • It follows a unidirectional data flow, making it easier to understand and debug.

  • React.js can be used to build single-page applications, mobile apps, and even s...read more

Add your answer

Q3. What are hooks

Ans.

Hooks are a new feature in React 16.8 that allow you to use state and other React features without writing a class.

  • Hooks are functions that let you use state and other React features in functional components.

  • They allow you to reuse stateful logic without changing your component hierarchy.

  • Examples of hooks include useState, useEffect, useContext, etc.

Add your answer

Q4. Program to flatten the array

Ans.

Program to flatten the array

  • Use Array.prototype.flat() method to flatten the array

  • If the array contains nested arrays, use recursion to flatten them

  • Check if each element is an array before flattening

Add your answer
Discover GIG-IRM Glass Insulator interview dos and don'ts from real experiences

Q5. Difference between Static and Singleton

Ans.

Static is a keyword used to declare a variable or method that belongs to the class. Singleton is a design pattern that restricts the instantiation of a class to one object.

  • Static members are accessed using the class name, while Singleton objects are accessed using a getInstance() method.

  • Static members are shared among all instances of a class, while Singleton objects are unique.

  • Static members are initialized when the class is loaded, while Singleton objects are initialized wh...read more

Add your answer

Q6. Other testing tools used

Ans.

Some other testing tools I have used include JIRA, Selenium, and Postman.

  • JIRA for bug tracking and project management

  • Selenium for automated testing of web applications

  • Postman for API testing and collaboration

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at GIG-IRM Glass Insulator

based on 8 interviews
Interview experience
3.5
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.6
 • 338 Interview Questions
3.7
 • 262 Interview Questions
4.0
 • 172 Interview Questions
3.9
 • 154 Interview Questions
4.0
 • 136 Interview Questions
View all
Top Brightly Software 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
70 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