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

Compare button icon Compare button icon Compare
3.5

based on 193 Reviews

Filter interviews by

BOLD Technology Systems Senior .NET Developer Interview Questions and Answers

Updated 5 Jul 2024

1 interview found

Sort by: Popular

Senior .NET Developer Interview Questions

user image Anonymous

posted on 5 Jul 2024

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (1 Question)

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

Interview questions from similar companies

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

I applied via campus placement at RV College Of Engineering (RVCE) and was interviewed in Aug 2024.

2 Interview Rounds

1

Coding Test Round

3 Medium level dsa questions

2

One-on-one Round (2 Questions)

  • Q1. Lld of cab booking system
  • Q2. Discussion about online assesment

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for machine coding rounds.

Skills evaluated in this interview

Interview experience
2
 Poor
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Referral and was interviewed in Apr 2024.

2 Interview Rounds

1

Technical Round (2 Questions)

  • Q1. Code postorder traversal without using recursion.
  • Q2. Leetcode Problem 1626 - Best team with no conflicts.
2

System Design Round (2 Questions)

  • Q1. Design whatsapp with one to one, group messaging and read receipts functionalities. Design the database.
  • Q2. Questions on dbms, cn and os.

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Oct 2024.

1 Interview Round

1

Coding Test Round

Machine coding test with a duration of 2 hr. where they'll give one simple project to build.

Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
Selected  Selected

I was interviewed in May 2024.

2 Interview Rounds

1

Aptitude Test Round

It was having english and maths questions

2

Coding Test Round

Code was easy kindly do pratice

Java Developer Interview Questions

BlackBuck user image suhas suhassuhas

posted on 3 Jun 2024

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

I applied via Campus Placement and was interviewed in Dec 2023.

2 Interview Rounds

1

Assignment Round

Good assesment for particle coding

2

Group Discussion Round

Very good round to learn your communication skills

Interview experience
2
 Poor
Difficulty level
 -
Duration
 -
Result
 -

3 Interview Rounds

1

Resume Shortlist Round

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
2

Aptitude Test Round

I haven't appeared but this website asking me everytime that's why giving review but I wanted to know what are the ratings for this company

3

Technical Round (2 Questions)

  • Q1. I haven't appeared but ratings it
  • Q2. Why you choose uplers

Interview Preparation Tips

Interview preparation tips for other job seekers - Know the procedure before going to assessment, learn all the things before assessment

Software Developer Interview Questions

Spinny user image CodingNinjas

posted on 30 May 2022

I was interviewed in Apr 2022.

3 Interview Rounds

1

HR Round (1 Question)

Round duration - 30 minutes
Round difficulty - Easy

This was just a screening round to check my intention and communication skills. They just asked me why was I looking for a job change, and told me a little bit about the profile.

  • Q1. Basic HR Questions

    Why are you looking for a job change? Are there any problems that you are facing in your current company?

2

Video Call Round (3 Questions)

Round duration - 45 Minutes
Round difficulty - Easy

Since I had applied for a full stack profile, this round mainly consisted of front-end questions and some basic DSA questions. They had scheduled a call in the afternoon around 14:00 and the call was on Google meet where I had to share my screen and type in some code, once I was happy with my code and it worked fine, I had to paste it into the google doc. Actually, they had outsourced the interview rounds to the Interview Vector.

  • Q1. Flatten 2D array You have to implement an iterator for ‘FLATTEN_2D’ to flatten a two-dimensional array ‘ARR_2D’ into a one-dimensional array ‘ARR_1D’. The itera...read more
  • Q2. Javascript Question

    Write a polyfill for JS Array.reduceReduce is a higher order function that operates on an array and returns 1 single value.

  • Q3. Javascript Question

    Implement the following function:sum(1)(2)(3)(4)() returns 10sum(1)() returns 1sum() returns 0

3

Video Call Round (2 Questions)

Round duration - 90 Minutes
Round difficulty - Easy

This round consisted of multiple easy DSA questions, some frontend questions, and one thought experiment related to design. Again, this round was conducted around 14:00 in the afternoon.

  • Q1. Anagram Pairs Pre-requisites: Anagrams are defined as words or names that can be formed by rearranging letters of another word. Such as "spar" can be ...read more
  • Q2. Technical Question Let's say that some of our clients are complaining that our website is really slow/crashing for them. What could be possible solutions and ho...read more

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Gandhi Institute For Technology(GIFT) , BBSR. Eligibility criteriaNo criteriaSpinny interview preparation:Topics to prepare for the interview - Data Structures, React, JavaScript, CSS, SOLID Principles, System DesignTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : DSA is important, practice around 150+ questions minimum.
Tip 2 : For the front end, JS is a must! Learn the basics and how it works under the hood.
Tip 3 : Learn SOLID and Design patterns.

Application resume tips for other job seekers

Tip 1 : Keep it short and simple. Specify your projects and/or experiences.
Tip 2 : Even naming your resume helps, instead of naming it "resume.pdf" name it like "____resume.pdf". It actually helps recruiters and I got positive feedback for this.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Interview Questions

Myntra user image CodingNinjas

posted on 27 Dec 2021

I was interviewed in Jul 2021.

2 Interview Rounds

1

Video Call Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a online coding interview where I was asked coding questions.

  • Q1. Preorder traversal of a BST You have been given an array/list 'PREORDER' representing the preorder traversal of a BST with 'N' nodes. All the el...read more
  • Q2. Convert Sorted Array to BST You have been given a sorted array of length ‘N’. You need to construct a balanced binary search tree from the array. If there can b...read more
2

Video Call Round (1 Question)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round. Programming based questions and oops/dbms based were asked. 
Some questions were :
1. How many types of trigger?
Ans. In SQL, there are 3 types of triggers :
DML (data manipulation language) triggers – Eg.– INSERT, UPDATE, and DELETE
DDL (data definition language) triggers Eg.– CREATE, ALTER, and DROP
Logon triggers –This type reacts to LOGON events
2. Can trigger be used with select statement?
Ans. No, triggers cannot be used with select statements. They can only be used with Insert, update or delete statements. 
3. Indexing in mysql? How many types of indexing in mysql?
Ans. Indexes are used to find rows with specific column values quickly. It helps to determine the position to seek to in the middle of the data file without having to look at all the data. It performs much faster than reading every row sequentially.
4. Engines in mysql?
Ans. So, in mysql, storage engine is a software module that a database management system uses to create, read, update data from a database. There are two types of storage engines: transactional and non-transactional.
5. Singleton pattern?
Ans. Singleton is a creational design pattern that ensured that a class has only one instance, while providing a global access point to this instance.

  • Q1. Pair Sum You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to return the list of all pairs of elements s...read more

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAMyntra interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 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

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

I applied via Campus Placement and was interviewed in Aug 2024.

2 Interview Rounds

1

Coding Test Round

3 coding question
2 medium 1 hard

2

Technical Round (2 Questions)

  • Q1. Online polling system based on OOPs
  • Q2. Explaining the above code

BOLD Technology Systems Interview FAQs

How many rounds are there in BOLD Technology Systems Senior .NET Developer interview?
BOLD Technology Systems interview process usually has 1 rounds. The most common rounds in the BOLD Technology Systems interview process are Technical.

Tell us how to improve this page.

Software Engineer
146 salaries
unlock blur

₹7 L/yr - ₹19.5 L/yr

Senior Software Engineer
136 salaries
unlock blur

₹10 L/yr - ₹25.5 L/yr

QA Engineer
81 salaries
unlock blur

₹6 L/yr - ₹15.5 L/yr

Technical Lead
52 salaries
unlock blur

₹14.2 L/yr - ₹37.8 L/yr

Senior QA Engineer
39 salaries
unlock blur

₹9.8 L/yr - ₹19.5 L/yr

Explore more salaries
Compare BOLD Technology Systems with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview