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 Module Lead Interview Questions and Answers

Updated 29 Jul 2024

BOLD Technology Systems Module Lead Interview Experiences

1 interview found

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 questions from similar companies

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

I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Rotate array leetcode question
  • Q2. Longest palindormic substring
  • Ans. 

    A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • Use dynamic programming to solve this problem efficiently.

    • Iterate through the string and expand around each character to find the longest palindrome.

    • Consider both odd and even length palindromes.

    • Example: Input 'babad', Output 'aba' or 'bab'.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Print all the subsequences of a string
  • Ans. 

    Generate all possible subsequences of a given string.

    • Use recursion to generate all possible combinations of characters in the string.

    • At each step, include or exclude the current character to form subsequences.

    • Store each subsequence in an array of strings.

  • Answered by AI
  • Q2. Print longest substring with k unique values
  • Ans. 

    Find and print the longest substring with k unique characters in an array of strings.

    • Iterate through the array of strings and keep track of the longest substring with k unique characters.

    • Use a sliding window approach to efficiently find the longest substring.

    • Keep a hashmap to store the frequency of characters in the current window.

    • Update the window boundaries based on the number of unique characters.

    • Return the longest

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Behaviour quesions

Skills evaluated in this interview

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

I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 questions easy-medium level leetcode problem I solved 2 completely and 3rd question partially (9/15 test cases passed) to move on to 2nd round

Round 2 - Coding Test 

(1 Question)

  • Q1. Implement an app similar to splitwise
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

1. PEAK ELEMENT QUESTION.
2. COIN DENOMINATION

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
-

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Implement your own state management in React and integrate it into a React application.

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

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

Got a leetcode easy question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare leetcode easy thoroughly
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - HR 

(1 Question)

  • Q1. Career planning and further plan
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Reverse a binary tree

Round 3 - Technical 

(2 Questions)

  • Q1. Basics of Spring
  • Q2. Explain Spring MVC
  • Ans. 

    Spring MVC is a framework for building web applications in Java.

    • Spring MVC stands for Model-View-Controller

    • It provides a way to structure your web application

    • It uses annotations to define controllers, request mappings, etc.

    • It supports RESTful web services

    • It integrates with other Spring frameworks like Spring Boot

  • Answered by AI

I applied via Walk-in and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Given array representing building, find which buildings will receive sunlight
  • Ans. 

    Find buildings receiving sunlight from given array of buildings

    • Iterate through array and keep track of maximum height seen so far

    • If current building height is greater than maximum height, it will receive sunlight

    • Add index of buildings receiving sunlight to result array

  • Answered by AI
  • Q2. Convert number into US sentence
  • Ans. 

    Convert a given number into a sentence in US format.

    • Divide the number into groups of three digits from right to left.

    • Convert each group into words using a lookup table.

    • Add appropriate suffixes like thousand, million, billion, etc.

    • Combine all the groups into a sentence.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic well
Focus on DP, Graph and Tree questions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was 7 questions in which 5 were MCQ which had SQL etc
2 coding questions of medium level

Round 2 - Technical 

(1 Question)

  • Q1. 2 questions were asked. Both were coding questions and it was purely a coding round. Word problem based questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with DSA

BOLD Technology Systems Interview FAQs

How many rounds are there in BOLD Technology Systems Module Lead interview?
BOLD Technology Systems interview process usually has 2 rounds. The most common rounds in the BOLD Technology Systems interview process are Assignment and Technical.
How to prepare for BOLD Technology Systems Module Lead 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 Akamai, Aks, Azure Cloud, Azure DevOps and Azure IaaS.
What are the top questions asked in BOLD Technology Systems Module Lead interview?

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

  1. Create a color palette and a div such that choosing a color from color palette ...read more
  2. What is the difference between display flex and display g...read more

Tell us how to improve this page.

BOLD Technology Systems Module Lead Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
Swiggy Interview Questions
3.8
 • 424 Interviews
View all
BOLD Technology Systems Module Lead Salary
based on 25 salaries
₹15.8 L/yr - ₹30.5 L/yr
33% more than the average Module Lead Salary in India
View more details

BOLD Technology Systems Module Lead Reviews and Ratings

based on 4 reviews

2.6/5

Rating in categories

2.8

Skill development

3.6

Work-life balance

2.8

Salary

3.4

Job security

3.6

Company culture

2.5

Promotions

3.1

Work satisfaction

Explore 4 Reviews and Ratings
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