Upload Button Icon Add office photos

Filter interviews by

BT Group Interview Questions, Process, and Tips

Updated 27 Jan 2025

Top BT Group Interview Questions and Answers

View all 107 questions

BT Group Interview Experiences

Popular Designations

176 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic techno managerial questions on tech you worked on work, interests, challenges you faced. Was fairly short.
Round 2 - Coding Test 

Initially had a string based coding problem. Then was asked technical questions and then had a small break before doing system design with same interviewer for building book my show system and db schema.

Round 3 - HR 

(1 Question)

  • Q1. Had a discussion with hiring manager on expectations, salary and growth.

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid, they give only fixed salary hikes. Interview process was on site during December and HR's delayed it by an hour, nor were they considerate enough regarding the timings. Had 3 rounds of interview. Was told i was selected and they couldn't finalize offer on the same day because HR's had left at the end of the day. When i followed with HR's in the coming weeks, they confirmed selection and had discussion on salary expectations. They said they would roll out offer in 2 days, nut later said it was delayed due to December holidays. When i followed up on Jan, they said there was hiring freeze, HR made excuses why they couldn't inform me.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Assignment 

Grammar, passages, basic aptitude, and the Versant test.

Round 2 - Group Discussion 

Any random topic such as diversity and inclusion or your most recent birthday.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Operations round with hiring managers.
  • Q2. About you, qualifications, about the companu.

Customer Service Associate Interview Questions asked at other Companies

Q1. Situational: If customer gets damaged product and he is saying he want to return the product then what you will do? (write an mail)
View answer (38)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between API and microservices
  • Ans. 

    API is a set of rules and protocols for building and interacting with software applications, while microservices is an architectural style that structures an application as a collection of small, autonomous services.

    • API is a communication interface that allows different software systems to interact with each other.

    • Microservices is an architectural approach where an application is composed of small, independent services...

  • Answered by AI
  • Q2. What is importance of database when troubleshooting production issue
  • Ans. 

    Database is crucial for troubleshooting production issues as it stores critical data and logs for analysis.

    • Database stores important data and logs that can help in identifying the root cause of production issues.

    • By querying the database, developers can track down specific transactions or events that may have caused the problem.

    • Database backups can be used to restore data in case of data corruption or loss during troubl...

  • Answered by AI
Round 2 - Coding Test 

How to invert the values of matrix from rowXcolumn to columnXrow in limited loops

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the Job description and keep your communication skill up to mark.
One needs to be well conversant if working in BT group as you are directly interacting with english people.

Skills evaluated in this interview

Senior Lead Designer Interview Questions asked at other Companies

Q1. What is importance of database when troubleshooting production issue
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 programmings on problem solving+ some mcqs on Java + spring boot+ mysql

Round 2 - One-on-one 

(4 Questions)

  • Q1. Streams question to find the count of integers in a list and return it as 1 : 5, 2 : 3, ..
  • Q2. Solid principles + spring theory different questions like jsonignore, pathvaroables, asynchronous communications, normalisation, etc.
  • Q3. Questions on core java like oops, final,static, collections, generics
  • Q4. Questions on project and each part of your services

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare streams, core java well also try to practice discussion about your work in present company and theory of java + spring

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

BT Group interview questions for popular designations

 Financial Analyst

 (9)

 Network Engineer

 (9)

 Associate Engineer

 (6)

 Associate

 (4)

 Network Security Engineer

 (4)

 Project Coordinator

 (4)

 Software Engineer

 (4)

 Associate Engineer Trainee

 (3)

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. What is reset and rebase

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 (169)

Get interview-ready with Top BT Group Interview Questions

Senior Developer Interview Questions & Answers

user image rishabh chaurasiya

posted on 27 Nov 2024

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

(2 Questions)

  • Q1. Fail safe and fail fast interator
  • Q2. What is Spring AOP
  • Ans. 

    Spring AOP (Aspect-Oriented Programming) is a framework that provides cross-cutting concerns in a modular way.

    • Spring AOP enables separation of concerns by allowing the definition of aspects (cross-cutting concerns) separate from the main application logic.

    • It allows developers to apply aspects to multiple classes without modifying the actual code of those classes.

    • Examples of cross-cutting concerns that can be addressed ...

  • Answered by AI

Skills evaluated in this interview

Senior Developer Interview Questions asked at other Companies

Q1. What is your current CTC and what is your expected CTC?
View answer (1)

Jobs at BT Group

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

I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. They asked what you do if wifi is not working in your device?
  • Q2. What is OSI model?
  • Ans. 

    The OSI model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven layers.

    • The OSI model stands for Open Systems Interconnection model.

    • It helps in understanding how data is transferred from one computer to another over a network.

    • The seven layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has specific functions...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for BT Group Managed Service Associate interview:
  • DCCN
Interview preparation tips for other job seekers - It was good experience, and interviewer was very friendly.

Skills evaluated in this interview

Managed Service Associate Interview Questions asked at other Companies

Q1. what is full form of LASER
View answer (1)

NOC Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Jul 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your self.
  • Q2. What is RAN, VLAN, 4G,5G, incident management.
  • Ans. 

    RAN stands for Radio Access Network, VLAN is Virtual Local Area Network, 4G and 5G are mobile network technologies, and incident management involves handling and resolving network issues.

    • RAN (Radio Access Network) is a part of a mobile telecommunication system that connects individual devices to other parts of a network through radio connections.

    • VLAN (Virtual Local Area Network) is a technology that allows multiple net...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about BT, strength and weakness, small technical talk from my cv.
  • Q2. Switch , router , modem questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst experience, they wait me a lot for more than 2 hours for first round. I cleared all round and my all round goes well, they not selected me, when I ask the feedback and reason. They are unable to give the answer.

Skills evaluated in this interview

NOC Engineer Interview Questions asked at other Companies

Q1. How to access others computer on our PC? Which tools is used to access within single network?
View answer (8)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is full form of LASER
  • Ans. 

    Light Amplification by Stimulated Emission of Radiation

    • Stands for Light Amplification by Stimulated Emission of Radiation

    • Involves the emission of light through a process of stimulated emission

    • Used in various applications such as surgery, communication, and manufacturing

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. What are kind of topologies?
  • Ans. 

    Topologies refer to the arrangement of nodes in a network and how they communicate with each other.

    • Common topologies include bus, star, ring, mesh, and hybrid.

    • Bus topology uses a single cable to connect all devices.

    • Star topology has all devices connected to a central hub.

    • Ring topology connects devices in a circular manner.

    • Mesh topology has each device connected to every other device.

    • Hybrid topology combines two or more

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to join bt group?
  • Ans. 

    I want to join BT Group because of its reputation for innovation and commitment to providing top-notch managed services.

    • BT Group is known for its cutting-edge technology and solutions in the telecommunications industry

    • I am impressed by BT Group's focus on delivering excellent managed services to its clients

    • I believe that joining BT Group will provide me with opportunities for professional growth and development

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly networking company

Skills evaluated in this interview

Managed Service Associate Interview Questions asked at other Companies

Q1. what is full form of LASER
View answer (1)
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 Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic questions related to speed, time, efficiency

Round 2 - One-on-one 

(2 Questions)

  • Q1. Why do we need 5ghz when we already had 2.4 GHz
  • Ans. 

    5GHz offers faster speeds, less interference, and more channels compared to 2.4GHz.

    • 5GHz provides faster data transfer speeds compared to 2.4GHz, making it ideal for high-bandwidth activities like streaming HD video or online gaming.

    • 5GHz has less interference from other devices like microwaves and cordless phones that operate on the 2.4GHz frequency.

    • 5GHz offers more available channels, reducing the likelihood of congest...

  • Answered by AI
  • Q2. Can you convert switch into router
  • Ans. 

    Yes, a switch can be converted into a router by enabling routing features and configuring routing protocols.

    • Enable routing features on the switch

    • Configure routing protocols such as OSPF or EIGRP

    • Assign IP addresses to interfaces

    • Implement access control lists for security

    • Install a routing software image if necessary

  • Answered by AI

Interview Preparation Tips

Topics to prepare for BT Group Security Analyst interview:
  • Computer Networking
Interview preparation tips for other job seekers - study CN

Skills evaluated in this interview

Security Analyst Interview Questions asked at other Companies

Q1. How do you test a web application? What is CSRF and SSRF? What is LDAP injection? How does namp work while port scanning? (Result - open/filtered/closed) How does ssl work? Suppose a proxy server(Burpsuite) is in b/w server and client so wh... read more
View answer (2)

BT Group Interview FAQs

How many rounds are there in BT Group interview?
BT Group interview process usually has 2-3 rounds. The most common rounds in the BT Group interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for BT Group 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 BT Group. The most common topics and skills that interviewers at BT Group expect are Troubleshooting, Agile, Cloud Computing, Monitoring and Data Analysis.
What are the top questions asked in BT Group interview?

Some of the top questions asked at the BT Group interview -

  1. What is tenant and types? What will happen if we use same subnet in more than o...read more
  2. How do you find out whether a system is compromised or vulnerab...read more
  3. 3. What does CIA stand for in cyber securi...read more
How long is the BT Group interview process?

The duration of BT Group interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

BT Group Interview Process

based on 160 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Jio Interview Questions
3.9
 • 1.6k Interviews
Bharti Airtel Interview Questions
4.0
 • 817 Interviews
Vodafone Idea Interview Questions
4.1
 • 544 Interviews
View all

BT Group Reviews and Ratings

based on 1.9k reviews

4.0/5

Rating in categories

3.6

Skill development

4.2

Work-life balance

3.5

Salary

4.1

Job security

4.0

Company culture

3.2

Promotions

3.7

Work satisfaction

Explore 1.9k Reviews and Ratings
QA Automation Testing Engineer (Python+Selenium)

Bangalore / Bengaluru

4-7 Yrs

Not Disclosed

Business Assurance Manager

Bangalore / Bengaluru

7-11 Yrs

Not Disclosed

Quality Manager - Customer Service

Kolkata

10-17 Yrs

₹ 20-25 LPA

Explore more jobs
Associate
335 salaries
unlock blur

₹1.5 L/yr - ₹6.3 L/yr

Associate Engineer
278 salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

Financial Analyst
262 salaries
unlock blur

₹6.8 L/yr - ₹23 L/yr

Project Manager
240 salaries
unlock blur

₹6.1 L/yr - ₹23 L/yr

Network Engineer
203 salaries
unlock blur

₹2.7 L/yr - ₹9 L/yr

Explore more salaries
Compare BT Group with

Vodafone Idea

4.1
Compare

Bharti Airtel

4.0
Compare

Jio

3.9
Compare

Tata Communications

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