Upload Button Icon Add office photos

Filter interviews by

Brightly Software Interview Questions, Process, and Tips

Updated 12 Feb 2025

Top Brightly Software Interview Questions and Answers

View all 6 questions

Brightly Software Interview Experiences

Popular Designations

7 interviews found

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

I applied via Company Website and was interviewed in Mar 2023. There were 5 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 - Coding Test 

A technical assessment based on c# and dotnet followed with one coding question.

Round 3 - Technical 

(3 Questions)

  • Q1. Pure technical questions. They'll grill what you know. Interview was quite good and the person was very humble and polite.
  • Q2. Delegates, dependency injection, questions based on scenarios
  • Q3. 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

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Have two right 2 sql queries and 1 linq
Round 5 - HR 

(1 Question)

  • Q1. Just a normal one to one gr discussion.

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (220)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

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

  • Answered by AI
  • Q2. 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.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

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

  • Answered by AI
  • Q2. Server side rendering

Skills evaluated in this interview

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Automation related scripts like xpath
  • Q2. 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

  • Answered by AI

Skills evaluated in this interview

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. What was your previous job role?
  • Ans. 

    I was a Project Manager at a software development company.

    • Led cross-functional teams to deliver software projects on time and within budget

    • Managed project timelines, resources, and stakeholder expectations

    • Collaborated with developers, designers, and clients to ensure project success

  • Answered by AI
  • Q2. What are your salary expectations?
  • Ans. 

    I am looking for a competitive salary that reflects my experience and skills in the industry.

    • Research industry standards for Product Manager salaries

    • Consider my level of experience and skills

    • Negotiate based on the responsibilities of the role and company's budget

  • Answered by AI

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (27)

Brightly Software interview questions for popular designations

 Senior Software Engineer

 (2)

 Software Engineer

 (1)

 Product Manager

 (1)

 Test Engineer

 (1)

 React Js Frontend Developer

 (1)

 Senior Executive

 (1)

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

I applied via LinkedIn and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Javascript concepts like Promise, ES6+ questions, React concepts like React Memo, array.reduce polyfill
Round 2 - One-on-one 

(1 Question)

  • Q1. Similar to round one with different set of question with some common ones
Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion of past projects, role responsibilities, question regarding docer, web accessibility, TDD

Interview Preparation Tips

Interview preparation tips for other job seekers - Not too complex interview regarding any DS or algo. Should understand vanilla javascript concepts, ES6 and concepts pertaining to the framework you work on. Performance optimization and web accessibility

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

I appeared for an interview in Oct 2021.

Round 1 - Technical 

(1 Question)

  • Q1. 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 c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good technical interview you should have good technical knowledge and troubleshootinmg skiils also if you are a senior person

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2022. There were 3 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 - HR 

(1 Question)

  • Q1. About your work and experience
Round 3 - Ok 

(1 Question)

  • Q1. Question from your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - No

Senior Executive Interview Questions asked at other Companies

Q1. If oneday the men power is very less due to some problem and lode is more that day as a senior Exucative, how will u handle your team ?
View answer (56)

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to efficient and optimized programming from front end technologies as well as back end

Interview Preparation Tips

Interview preparation tips for other job seekers - One should keep their basics clear and be conceptually strong. Try to explore new grounds as much as possible to write efficent and optimized programs whether it's front end or back end

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Asked questions related to core java ,SQL and Process related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare core java, SQL and your previous projects details

I appeared for an interview before Dec 2020.

Round 1 - Face to Face 

(5 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round focused more on the Operating Systems part followed by some questions from Microservices Architecture.

  • Q1. What is a bootstrap program in an operating system?
  • Ans. 

    Bootstrap program is the initial code that runs when a computer is powered on, loading the operating system into memory.

    • Bootstrap program is stored in ROM or firmware.

    • It initializes the system hardware and loads the operating system kernel into memory.

    • Examples include BIOS in PCs and UEFI in modern systems.

  • Answered by AI
  • Q2. What is memory protection in operating systems?
  • Ans. 

    Memory protection in operating systems is a feature that prevents a process from accessing memory that has not been allocated to it.

    • Memory protection helps prevent one process from interfering with the memory of another process.

    • It ensures that each process can only access memory that has been allocated to it.

    • Examples of memory protection mechanisms include segmentation and paging.

    • Segmentation divides memory into segmen...

  • Answered by AI
  • Q3. What are the four necessary and sufficient conditions that lead to a deadlock?
  • Ans. 

    Four necessary and sufficient conditions for deadlock

    • Mutual exclusion: Resources cannot be shared between processes. Example: Process A holding Resource 1 and waiting for Resource 2, while Process B holding Resource 2 and waiting for Resource 1.

    • Hold and wait: Processes hold resources while waiting for others. Example: Process A holding Resource 1 and waiting for Resource 2, while Process B holding Resource 2 and waitin...

  • Answered by AI
  • Q4. What are the fundamental characteristics of a Microservices design?
  • Ans. 

    Microservices design is characterized by modularity, independence, scalability, and resilience.

    • Modularity: Microservices are designed as independent modules that can be developed, deployed, and scaled separately.

    • Independence: Each microservice operates independently and communicates with other services through APIs.

    • Scalability: Microservices allow for scaling specific components of an application based on demand.

    • Resili...

  • Answered by AI
  • Q5. What are the different strategies for deploying microservices?
  • Ans. 

    Different strategies for deploying microservices include blue-green deployment, canary deployment, rolling deployment, and feature flagging.

    • Blue-green deployment involves running two identical production environments, with one serving as the active environment while the other is on standby. Traffic is switched from one environment to the other once the new version is deemed stable.

    • Canary deployment gradually rolls out ...

  • Answered by AI
Round 2 - Face to Face 

(6 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round was preety much mixed and contained questions from DBMS, Java and more importantly Spring Boot.

  • Q1. Why is normalization needed in a database?
  • Ans. 

    Normalization is needed in a database to reduce data redundancy, improve data integrity, and optimize database performance.

    • Eliminates data redundancy by breaking down data into smaller tables

    • Reduces update anomalies and inconsistencies in data

    • Improves data integrity by enforcing relationships between tables

    • Optimizes database performance by reducing storage space and improving query efficiency

  • Answered by AI
  • Q2. What are views in SQL?
  • Ans. 

    Views in SQL are virtual tables that are generated based on the result set of a SELECT query.

    • Views are not stored physically in the database, but are dynamically generated when queried.

    • They can be used to simplify complex queries by encapsulating logic and joining multiple tables.

    • Views can also be used to restrict access to certain columns or rows of a table.

    • Example: CREATE VIEW vw_employee AS SELECT emp_id, emp_name F

  • Answered by AI
  • Q3. What is dependency injection?
  • Ans. 

    Dependency injection is a design pattern where components are given their dependencies rather than creating them internally.

    • Allows for easier testing by providing mock dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Examples: Constructor injection, Setter injection, Interface injection

  • Answered by AI
  • Q4. What is the use of profiles in Spring Boot?
  • Ans. 

    Profiles in Spring Boot allow for different configurations to be applied based on the environment or specific needs.

    • Profiles can be used to define different sets of configurations for different environments such as development, testing, and production.

    • By using profiles, you can easily switch between configurations without changing the code.

    • Profiles are typically defined in application.properties or application.yml file...

  • Answered by AI
  • Q5. What are the various access specifiers in Java?
  • Ans. 

    Access specifiers in Java control the visibility of classes, methods, and variables.

    • There are four access specifiers in Java: public, protected, default (no specifier), and private.

    • Public: accessible from any other class.

    • Protected: accessible within the same package or subclasses.

    • Default: accessible only within the same package.

    • Private: accessible only within the same class.

  • Answered by AI
  • Q6. What is a JIT compiler?
  • Ans. 

    JIT compiler stands for Just-In-Time compiler, which compiles code during runtime instead of ahead of time.

    • JIT compiler translates bytecode into machine code on the fly

    • Improves performance by optimizing frequently executed code

    • Examples include Java HotSpot, .NET CLR's JIT compiler

  • Answered by AI
Round 3 - HR 

(2 Questions)

Round duration - 30 Minutes
Round difficulty - Easy

This is a cultural fitment testing round .HR was very frank and asked standard questions. Then we discussed about my role.

  • Q1. Why should we hire you?
  • Q2. Why are you looking for a job change?

Interview Preparation Tips

Eligibility criteriaAbove 2 years of experienceMphasis interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Brightly Software Interview FAQs

How many rounds are there in Brightly Software interview?
Brightly Software interview process usually has 2-3 rounds. The most common rounds in the Brightly Software interview process are Technical, HR and One-on-one Round.
How to prepare for Brightly Software 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 Brightly Software. The most common topics and skills that interviewers at Brightly Software expect are AWS, C#, SQL Server, .Net Core and Java.
What are the top questions asked in Brightly Software interview?

Some of the top questions asked at the Brightly Software interview -

  1. Swap the bits through ...read more
  2. Difference between Static and Single...read more
  3. What is react...read more

Tell us how to improve this page.

Brightly Software Interview Process

based on 8 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.3k Interviews
Amazon Interview Questions
4.1
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Teleperformance Interview Questions
3.9
 • 1.8k Interviews
Mphasis Interview Questions
3.4
 • 802 Interviews
Nagarro Interview Questions
4.0
 • 762 Interviews
View all

Brightly Software Reviews and Ratings

based on 30 reviews

3.3/5

Rating in categories

3.1

Skill development

3.5

Work-life balance

3.5

Salary

3.0

Job security

3.1

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 30 Reviews and Ratings
Software Engineer
35 salaries
unlock blur

₹8 L/yr - ₹23 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹22 L/yr - ₹32.5 L/yr

Principal Software Engineer
16 salaries
unlock blur

₹34.5 L/yr - ₹49 L/yr

Product Owner 2
7 salaries
unlock blur

₹15 L/yr - ₹15 L/yr

Associate Software Engineer
7 salaries
unlock blur

₹6 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Brightly Software with

Accenture

3.8
Compare

Capgemini

3.7
Compare

HCLTech

3.5
Compare

Teleperformance

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview