Filter interviews by
I applied via Company Website and was interviewed in Mar 2023. There were 5 interview rounds.
A technical assessment based on c# and dotnet followed with one coding question.
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
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 ...
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.
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
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
I appeared for an interview in Jan 2025.
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
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
Brightly Software interview questions for popular designations
I applied via LinkedIn and was interviewed in Jan 2024. There were 3 interview rounds.
I appeared for an interview in Oct 2021.
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...
I applied via Naukri.com and was interviewed before Apr 2022. There were 3 interview rounds.
Top trending discussions
posted on 1 Aug 2020
I applied via Recruitment Consultant and was interviewed in Feb 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.
I appeared for an interview before Dec 2020.
Round duration - 60 Minutes
Round difficulty - Medium
This round focused more on the Operating Systems part followed by some questions from Microservices Architecture.
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.
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...
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...
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...
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 ...
Round duration - 60 Minutes
Round difficulty - Medium
This round was preety much mixed and contained questions from DBMS, Java and more importantly Spring Boot.
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
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
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
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...
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.
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
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.
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.
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.
based on 8 interviews
Interview experience
based on 30 reviews
Rating in categories
Software Engineer
35
salaries
| ₹8 L/yr - ₹23 L/yr |
Senior Software Engineer
20
salaries
| ₹22 L/yr - ₹32.5 L/yr |
Principal Software Engineer
16
salaries
| ₹34.5 L/yr - ₹49 L/yr |
Product Owner 2
7
salaries
| ₹15 L/yr - ₹15 L/yr |
Associate Software Engineer
7
salaries
| ₹6 L/yr - ₹7.5 L/yr |
Accenture
Capgemini
HCLTech
Teleperformance