Upload Button Icon Add office photos
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

Compare button icon Compare button icon Compare

Filter interviews by

BOLD Technology Systems Interview Questions, Process, and Tips

Updated 5 Feb 2025

Top BOLD Technology Systems Interview Questions and Answers

View all 21 questions

BOLD Technology Systems Interview Experiences

Popular Designations

28 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

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 (171)
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.

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)
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

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to authentication works on azure.
  • Q2. How ssl certificates work and types

Cloud Operations Engineer Interview Questions asked at other Companies

Q1. How do you give access to users via az portal
View answer (1)

BOLD Technology Systems interview questions for popular designations

 Software Engineer

 (5)

 QA Engineer

 (2)

 Technical Lead

 (2)

 Affiliate Marketing Manager

 (1)

 Associate Quality Assurance Engineer

 (1)

 Associate Software Development Test Engineer

 (1)

 Associate Software Engineer

 (1)

 Automation Test Engineer

 (1)

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

UI UX Frontend Developer Interview Questions asked at other Companies

Q1. How can we change the class of an element using javascript?
View answer (1)

Get interview-ready with Top BOLD Technology Systems Interview Questions

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

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (10)

Jobs at BOLD Technology Systems

View all

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

Module Lead Interview Questions asked at other Companies

Q1. 1) describe the Cloud architecture for the azure storage, blob , cloud services? 2) describe the integration of Web API related questions for email and sms applications? 3) describe the .net core aspects for solid programming implementation... read more
View answer (2)
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

Customer Support Executive Interview Questions asked at other Companies

Q1. Understanding customer problems,whT i know about BPO nd how they work,how i will handle a difficult nd angry customer,i can satisfied my client.
View answer (20)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Resume related question and general ASP.NET MVC, C# concepts

Senior .NET Developer Interview Questions asked at other Companies

Q1. Find indexes of two values in an array who's Sum is 8 or a dynamic value
View answer (1)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic Question related to Framework. Technical OOPS Concept. Selenium Related Questions.

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

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.

BOLD Technology Systems Interview Process

based on 27 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Swiggy Interview Questions
3.8
 • 439 Interviews
View all

BOLD Technology Systems Reviews and Ratings

based on 205 reviews

3.5/5

Rating in categories

3.2

Skill development

3.6

Work-life balance

3.5

Salary

3.4

Job security

3.4

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 205 Reviews and Ratings
SSE-Python

Noida

4-7 Yrs

Not Disclosed

SE/SSE-Search & Match

Noida

3-7 Yrs

Not Disclosed

Senior Product Data Analyst

Noida

4-7 Yrs

Not Disclosed

Explore more jobs
Software Engineer
148 salaries
unlock blur

₹7 L/yr - ₹19.5 L/yr

Senior Software Engineer
137 salaries
unlock blur

₹10 L/yr - ₹26 L/yr

QA Engineer
87 salaries
unlock blur

₹7.2 L/yr - ₹15.5 L/yr

Technical Lead
48 salaries
unlock blur

₹14.2 L/yr - ₹37.8 L/yr

Senior QA Engineer
46 salaries
unlock blur

₹9.8 L/yr - ₹19.5 L/yr

Explore more salaries
Compare BOLD Technology Systems with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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