Premium Employer

i

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

BOLD Technology Systems Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

BOLD Technology Systems Interview Questions and Answers

Updated 17 Jul 2025
Popular Designations

29 Interview questions

A Quality Analyst was asked 1mo ago
Q. What is the output of different types of joins?
Ans. 

Joins in SQL combine rows from two or more tables based on related columns.

  • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.id;

  • LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.id;

  • RIGHT JOIN: Returns all records from the right table and matched records from t...

View all Quality Analyst interview questions
A Senior Graphic Designer was asked 2mo ago
Q. What is design thinking?
Ans. 

Design thinking is a human-centered approach to problem-solving that emphasizes empathy, creativity, and iterative testing.

  • Empathy: Understanding user needs, e.g., conducting interviews to gather insights.

  • Define: Clearly articulating the problem, e.g., identifying pain points in user experience.

  • Ideate: Brainstorming creative solutions, e.g., sketching multiple design concepts.

  • Prototype: Creating low-fidelity model...

View all Senior Graphic Designer interview questions
A Senior Graphic Designer was asked 2mo ago
Q. How does color work?
Ans. 

Color is the visual perception of light wavelengths, influencing emotions and design choices.

  • Color is created by light wavelengths; red, green, and blue are primary colors in additive color mixing.

  • In subtractive color mixing (like painting), primary colors are cyan, magenta, and yellow.

  • Colors can evoke emotions; for example, blue often conveys calmness, while red can signify passion or urgency.

  • The color wheel help...

View all Senior Graphic Designer interview questions
A Software Engineer was asked 6mo ago
Q. Explain how to perform a join on multiple tables.
Ans. 

Joining multiple tables in SQL allows for complex queries and data retrieval from related datasets.

  • Use INNER JOIN to retrieve records that have matching values in both tables. Example: SELECT * FROM Orders INNER JOIN Customers ON Orders.CustomerID = Customers.CustomerID;

  • LEFT JOIN returns all records from the left table and matched records from the right table. Example: SELECT * FROM Customers LEFT JOIN Orders ON C...

View all Software Engineer interview questions
A Software QA Engineer was asked 8mo ago
Q. What are the different types of XPath?
Ans. 

XPath is a language for navigating through elements and attributes in XML documents, with various types for different querying needs.

  • Absolute XPath: Starts from the root node. Example: /html/body/div

  • Relative XPath: Starts from the current node. Example: //div

  • XPath with Attributes: Selects elements based on attributes. Example: //input[@type='text']

  • XPath with Functions: Uses functions for complex queries. Example: ...

View all Software QA Engineer interview questions
A Software QA Engineer was asked 8mo ago
Q. Explain Java OOP concepts.
Ans. 

Java OOP concepts include encapsulation, inheritance, polymorphism, and abstraction, essential for object-oriented programming.

  • Encapsulation: Bundling data and methods that operate on the data within one unit (class). Example: private variables with public getters/setters.

  • Inheritance: Mechanism where one class inherits properties and behavior from another. Example: class Dog extends Animal.

  • Polymorphism: Ability to...

View all Software QA Engineer interview questions
Be interview-ready. Browse the most asked HR questions.
illustration image
A Cloud Operations Engineer was asked 11mo ago
Q. How do SSL certificates work, and what are the different types?
Ans. 

SSL certificates secure data transmission over the internet using encryption and authentication.

  • SSL (Secure Sockets Layer) certificates encrypt data between a user's browser and a web server.

  • They authenticate the identity of the website, ensuring users are communicating with the intended server.

  • Types of SSL certificates include: Domain Validated (DV), Organization Validated (OV), and Extended Validation (EV).

  • DV ce...

View all Cloud Operations Engineer interview questions
Are these interview questions helpful?
A Cloud Operations Engineer was asked 11mo ago
Q. How does authentication work on Azure?
Ans. 

Azure authentication uses various methods to verify user identity and secure access to resources.

  • Azure Active Directory (AAD) is the primary identity provider for Azure services.

  • Authentication methods include OAuth 2.0, OpenID Connect, and SAML.

  • Multi-Factor Authentication (MFA) adds an extra layer of security by requiring additional verification.

  • Role-Based Access Control (RBAC) allows fine-grained access managemen...

View all Cloud Operations Engineer interview questions
A Module Lead was asked 12mo ago
Q. What is the difference between display flex and display grid?
Ans. 

Display flex is for one-dimensional layouts, while display grid is for two-dimensional layouts.

  • Display flex is used for creating layouts in one direction (either row or column)

  • Display grid is used for creating layouts in two dimensions (rows and columns)

  • Flexbox is more suitable for small-scale layouts, while Grid is better for larger layouts with more complex structures

View all Module Lead interview questions
A Module Lead was asked 12mo ago
Q. Create a color palette and a div such that choosing a color from the color palette applies that color to the background of the div. Implement this theme using vanilla HTML, CSS, and JavaScript.
Ans. 

Create a color palette to apply selected color to a div background using HTML, CSS, and JS.

  • Create a color palette using HTML elements like buttons or input type color

  • Use JavaScript to apply the selected color to the background of a div

  • Update the div background color dynamically on color selection

View all Module Lead interview questions

BOLD Technology Systems Interview Experiences

34 interviews found

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

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Python functions
  • Q2. Join on multiple tables
  • Ans. 

    Joining multiple tables in SQL allows for complex queries and data retrieval from related datasets.

    • Use INNER JOIN to retrieve records that have matching values in both tables. Example: SELECT * FROM Orders INNER JOIN Customers ON Orders.CustomerID = Customers.CustomerID;

    • LEFT JOIN returns all records from the left table and matched records from the right table. Example: SELECT * FROM Customers LEFT JOIN Orders ON Custom...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Output of all joins
  • Ans. 

    Joins in SQL combine rows from two or more tables based on related columns.

    • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.id;

    • LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.id;

    • RIGHT JOIN: Returns all records from the right table and matched records from the le...

  • Answered by AI
  • Q2. Datawarehouse concepts
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Normal general questions, NLP based.
  • Q2. Lammitization and all related questions is there.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between exe and dll
  • Ans. 

    Exe is an executable file that can be run independently, while DLL is a dynamic link library that is loaded by programs when needed.

    • Exe stands for executable file, while DLL stands for dynamic link library.

    • Exe files can be run independently, while DLL files are loaded by programs when needed.

    • Exe files have their own memory space, while DLL files share memory space with the calling process.

    • Exe files are typically larger...

  • Answered by AI
  • Q2. What are http verbs
  • Ans. 

    HTTP verbs are used to indicate the action to be performed on a resource in a RESTful API.

    • GET - retrieve data from a server

    • POST - send data to a server to create/update a resource

    • PUT - update a resource on the server

    • DELETE - remove a resource from the server

    • PATCH - partially update a resource on the server

  • Answered by AI
  • Q3. What is method overloading and overriding Output based question
  • Q4. Linq query to filter data and group by
  • Ans. 

    Use Linq query to filter data and group by in C#

    • Use 'Where' method to filter data based on a condition

    • Use 'GroupBy' method to group the filtered data based on a key

    • Example: var result = data.Where(x => x.Property == value).GroupBy(x => x.GroupKey)

  • Answered by AI
  • Q5. Attribute in mvc
  • Ans. 

    An attribute in MVC is a piece of metadata that provides additional information about a model, view, or controller.

    • Attributes are used to add behavior or data to a class or method in MVC

    • They can be used for validation, authorization, caching, etc.

    • Examples include [Required], [Authorize], [OutputCache]

  • Answered by AI

Interview Preparation Tips

Topics to prepare for BOLD Technology Systems Full Stack Software Developer interview:
  • OOPS
  • dependency injection
  • Angular
  • .Net Core
Interview preparation tips for other job seekers - Deep dive in basics as interviewer focus more on basics

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to authentication works on azure.
  • Ans. 

    Azure authentication uses various methods to verify user identity and secure access to resources.

    • Azure Active Directory (AAD) is the primary identity provider for Azure services.

    • Authentication methods include OAuth 2.0, OpenID Connect, and SAML.

    • Multi-Factor Authentication (MFA) adds an extra layer of security by requiring additional verification.

    • Role-Based Access Control (RBAC) allows fine-grained access management bas...

  • Answered by AI
  • Q2. How ssl certificates work and types
  • Ans. 

    SSL certificates secure data transmission over the internet using encryption and authentication.

    • SSL (Secure Sockets Layer) certificates encrypt data between a user's browser and a web server.

    • They authenticate the identity of the website, ensuring users are communicating with the intended server.

    • Types of SSL certificates include: Domain Validated (DV), Organization Validated (OV), and Extended Validation (EV).

    • DV certifi...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. What is CSS box layout
  • Ans. 

    CSS box layout is a way to control the size and position of elements on a web page using CSS properties.

    • CSS box layout allows developers to control the layout of elements on a web page.

    • It includes properties like display, position, float, and clear.

    • Developers can use CSS box layout to create responsive designs that adapt to different screen sizes.

    • Examples include using display: flex; for creating flexible layouts, and ...

  • Answered by AI
  • Q2. Create a HTML CSS design for a job website like SarkariResult.com homepage.
  • Ans. 

    Design a job website homepage similar to SarkariResult.com using HTML and CSS.

    • Create a clean and professional layout with easy navigation

    • Include a search bar for job searches

    • Display latest job updates and notifications prominently

    • Use colors and fonts that are easy on the eyes

    • Make sure the website is responsive for different screen sizes

  • Answered by AI
  • Q3. How we use javascript in various ways?
  • Ans. 

    JavaScript can be used for client-side scripting, server-side development, creating web applications, games, and more.

    • Client-side scripting for interactive web pages

    • Server-side development with Node.js

    • Creating web applications with frameworks like React or Angular

    • Developing games with libraries like Phaser or Three.js

  • Answered by AI
  • Q4. Difference between inline, internal and external css.
  • Ans. 

    Inline, internal, and external CSS are different ways to apply styles to HTML elements.

    • Inline CSS is applied directly to an HTML element using the style attribute.

    • Internal CSS is defined within the head section of an HTML document using the style tag.

    • External CSS is stored in a separate file and linked to the HTML document using the link tag.

  • Answered by AI
  • Q5. How can we change the class of an element using javascript?
  • Ans. 

    You can change the class of an element using JavaScript by accessing the element and modifying its class attribute.

    • Access the element using document.getElementById(), document.getElementsByClassName(), document.querySelector(), etc.

    • Use the element's classList property to add, remove, or toggle classes.

    • Example: document.getElementById('myElement').classList.add('newClass');

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was pretty easy for anyone who've basic knowledge about HTML, CSS and JavaScript. Their main focus was to see if you can convert a design on paper into a website by using HTML and CSS.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. 1. What is request pipeline? What is the order of the classes in Request pipeline. 3. Access Specifiers in C#.
  • Ans. 

    Request pipeline is the sequence of classes and modules that process an incoming HTTP request in ASP.NET.

    • Request pipeline in ASP.NET is responsible for handling incoming HTTP requests and generating responses.

    • The order of classes in the request pipeline includes modules like URL routing, authentication, authorization, and finally the handler that generates the response.

    • Access specifiers in C# are keywords used to speci...

  • Answered by AI
  • Q2. What is Filter ? What is the order of filter classes ?
  • Ans. 

    Filter is a feature in ASP.NET that allows you to execute logic before or after an action method is called.

    • Filters are used to perform logic before or after an action method is called in ASP.NET MVC.

    • There are five types of filter classes in ASP.NET: Authorization filters, Action filters, Result filters, Exception filters, and Resource filters.

    • The order of filter classes is: Authorization filters, Action filters, Result...

  • Answered by AI
  • Q3. What is the difference between
  • Ans. 

    The difference between == and Equals() in C# is that == is used for comparing reference equality, while Equals() is used for comparing value equality.

    • == is used to compare reference equality, meaning it checks if two objects reference the same memory location.

    • Equals() is used to compare value equality, meaning it checks if the values of two objects are the same.

    • Example: string str1 = "hello"; string str2 = "hello"; boo...

  • Answered by AI

Skills evaluated in this interview

Module Lead Interview Questions & Answers

user image Anonymous

posted on 29 Jul 2024

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

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

Round 1 - Assignment 

A css grid/flex based job info cards layout was given to code and submit

Round 2 - Technical 

(2 Questions)

  • Q1. Create a color palette and a div such that choosing a color from color palette should apply the color to bg of div - Theme - using vanilla HTML CSS and js
  • Ans. 

    Create a color palette to apply selected color to a div background using HTML, CSS, and JS.

    • Create a color palette using HTML elements like buttons or input type color

    • Use JavaScript to apply the selected color to the background of a div

    • Update the div background color dynamically on color selection

  • Answered by AI
  • Q2. What is the difference between display flex and display grid
  • Ans. 

    Display flex is for one-dimensional layouts, while display grid is for two-dimensional layouts.

    • Display flex is used for creating layouts in one direction (either row or column)

    • Display grid is used for creating layouts in two dimensions (rows and columns)

    • Flexbox is more suitable for small-scale layouts, while Grid is better for larger layouts with more complex structures

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - **Beware of frauds by their hiring team **
- hr resume screening/shortlisting - no issues on multiple job switch
- assignment round passed for me - no issues raised on multiple job switch
- technical round passed for me - no issues raised on multiple job switch
- document collection and onboarding form fillout - no issues raised on multiple job switch
- at time of offer letter issuing - cannot proceed because of multiple job switches


Entire hope hardwork effort time invested in their team and process in vain just like that!

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. Tell us about yourself
  • Q2. Why did hire you
  • Q3. What is your strength
  • Q4. What is your weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 8 Jun 2025

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. Any one can clear , easy , Interviewer himself have no idea about DSA
  • Q2. Simple array question

Interview Preparation Tips

Interview preparation tips for other job seekers - They Give you High salary Greediness. but please be carefull.

Top trending discussions

View All
Interview Hub
4d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about BOLD Technology Systems?
Ask anonymously on communities.

BOLD Technology Systems Interview FAQs

How many rounds are there in BOLD Technology Systems interview?
BOLD Technology Systems interview process usually has 1-2 rounds. The most common rounds in the BOLD Technology Systems interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for BOLD Technology Systems 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 BOLD Technology Systems. The most common topics and skills that interviewers at BOLD Technology Systems expect are Python, SQL, Javascript, HTML and Azure.
What are the top questions asked in BOLD Technology Systems interview?

Some of the top questions asked at the BOLD Technology Systems interview -

  1. How can we change the class of an element using javascri...read more
  2. Tell 5 test cases of your spectac...read more
  3. Create a color palette and a div such that choosing a color from color palette ...read more
How long is the BOLD Technology Systems interview process?

The duration of BOLD Technology Systems 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

3.8/5

based on 32 interview experiences

Difficulty level

Easy 14%
Moderate 82%
Hard 5%

Duration

Less than 2 weeks 59%
2-4 weeks 27%
4-6 weeks 9%
More than 8 weeks 5%
View more
Join BOLD Technology Systems The #1 globally recognized leader for job seekers

Interview Questions from Similar Companies

Swiggy Interview Questions
3.7
 • 484 Interviews
Meesho Interview Questions
3.7
 • 375 Interviews
Udaan Interview Questions
3.9
 • 360 Interviews
Blinkit Interview Questions
3.8
 • 251 Interviews
Oyo Rooms Interview Questions
3.2
 • 235 Interviews
Myntra Interview Questions
3.9
 • 230 Interviews
BlackBuck Interview Questions
3.7
 • 196 Interviews
FirstCry Interview Questions
3.5
 • 193 Interviews
Tata 1mg Interview Questions
3.6
 • 190 Interviews
Spinny Interview Questions
3.6
 • 187 Interviews
View all

BOLD Technology Systems Reviews and Ratings

based on 269 reviews

3.0/5

Rating in categories

2.8

Skill development

3.4

Work-life balance

3.2

Salary

2.8

Job security

3.0

Company culture

2.6

Promotions

2.8

Work satisfaction

Explore 269 Reviews and Ratings
Senior Software Engineer- React Native

Noida

4-7 Yrs

₹ 13.6-30 LPA

Senior Product Data Analyst

Noida

4-7 Yrs

Not Disclosed

Explore more jobs
Software Engineer
183 salaries
unlock blur

₹11.2 L/yr - ₹18.9 L/yr

Senior Software Engineer
139 salaries
unlock blur

₹15 L/yr - ₹25.9 L/yr

QA Engineer
105 salaries
unlock blur

₹8 L/yr - ₹14.1 L/yr

Technical Lead
57 salaries
unlock blur

₹22.9 L/yr - ₹37.8 L/yr

Senior QA Engineer
49 salaries
unlock blur

₹11 L/yr - ₹19.5 L/yr

Explore more salaries
Compare BOLD Technology Systems with

Udaan

4.0
Compare

Swiggy

3.7
Compare

Oyo Rooms

3.2
Compare

Blinkit

3.8
Compare
write
Share an Interview