Upload Button Icon Add office photos

Filter interviews by

BT Group Graduate Engineer Interview Questions and Answers

Updated 7 Sep 2022

BT Group Graduate Engineer Interview Experiences

1 interview found

I applied via Company Website and was interviewed before Sep 2021. There were 2 interview rounds.

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 - Group Discussion 

A breakout of the group discussion on the assessment day, each given a business case to review and discuss, group meant to agree on one

Interview Preparation Tips

Interview preparation tips for other job seekers - take time to fill the application and don’t rush anything, be yourself and learn about the core values and let these reflect in your responses

Interview questions from similar companies

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

Computer network fundamentals questions were asked

Round 2 - Technical 

(1 Question)

  • Q1. Easy codes array and strings Dbms questions Write query Questions related to OOPs Real life example
Round 3 - HR 

(1 Question)

  • Q1. Situation based questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(6 Questions)

  • Q1. 1. What is wireless communication?
  • Ans. 

    Wireless communication refers to the transmission of information without the use of physical connections or wires.

    • Wireless communication allows devices to communicate with each other over a distance using electromagnetic waves.

    • It enables the transfer of data, voice, and video signals wirelessly.

    • Examples of wireless communication technologies include Wi-Fi, Bluetooth, cellular networks, satellite communication, and radi

  • Answered by AI
  • Q2. 1. What is Telecommunication?
  • Ans. 

    Telecommunication is the transmission of information over a distance using electronic means.

    • Telecommunication involves the exchange of information between two or more parties.

    • It uses various technologies such as telephones, radios, television, and the internet.

    • Telecommunication enables real-time communication, allowing people to connect and communicate regardless of their physical location.

    • Examples of telecommunication...

  • Answered by AI
  • Q3. What are the types of modulations?
  • Ans. 

    Modulation is the process of varying a carrier signal in order to transmit information.

    • Amplitude Modulation (AM) - varying the amplitude of the carrier signal

    • Frequency Modulation (FM) - varying the frequency of the carrier signal

    • Phase Modulation (PM) - varying the phase of the carrier signal

    • Quadrature Amplitude Modulation (QAM) - combining amplitude and phase modulation

    • Pulse Amplitude Modulation (PAM) - varying the amp...

  • Answered by AI
  • Q4. What is the difference between 2G, 3G, 4G? Why 5G?
  • Ans. 

    2G, 3G, 4G, and 5G are different generations of mobile network technology.

    • 2G refers to second-generation mobile networks that primarily provided voice and text messaging services.

    • 3G introduced faster data transfer speeds, enabling internet browsing, video calling, and multimedia services.

    • 4G further improved data speeds, offering high-quality video streaming, online gaming, and advanced mobile applications.

    • 5G is the fif...

  • Answered by AI
  • Q5. Questions regarding my projects which were based on radar.
  • Q6. How to remove elements from list?
  • Ans. 

    To remove elements from a list, use the remove() method or list comprehension.

    • Use the remove() method to remove a specific element from the list.

    • Use list comprehension to remove multiple elements based on a condition.

    • Example: myList.remove('element') or myList = [x for x in myList if x != 'element']

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Ericsson Graduate Engineer interview:
  • Wireless Communication
  • Python

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What is resistor?
  • Ans. 

    A resistor is an electronic component that resists the flow of electrical current.

    • Resistors are used to control the amount of current flowing in a circuit.

    • They are measured in ohms (Ω) and have color-coded bands to indicate their resistance value.

    • Resistors dissipate energy in the form of heat when current flows through them.

    • Examples of resistors include carbon film resistors, metal film resistors, and wirewound resisto

  • Answered by AI
  • Q2. Advantages of dc motor?
  • Ans. 

    DC motors have advantages such as high starting torque, easy speed control, and simple construction.

    • High starting torque allows for quick acceleration

    • Easy speed control through voltage adjustment

    • Simple construction with fewer parts and lower cost

    • Efficient operation with minimal energy loss

    • Suitable for applications requiring constant speed or variable speed operation

  • Answered by AI
  • Q3. Advantages of rotor?
  • Ans. 

    Rotors provide mechanical advantage, increase efficiency, and allow for compact design.

    • Rotors provide mechanical advantage by converting rotational motion into linear motion.

    • They increase efficiency by reducing friction and wear compared to sliding or rubbing components.

    • Rotors allow for compact design in various applications such as engines, turbines, and pumps.

    • Examples include helicopter rotors, brake rotors in vehicl

  • Answered by AI
  • Q4. What is electric current?
  • Ans. 

    Electric current is the flow of electric charge through a conductor.

    • Electric current is measured in Amperes (A).

    • It is caused by the movement of electrons in a conductor.

    • The direction of current flow is from positive to negative.

    • Examples of sources of electric current include batteries and power outlets.

  • Answered by AI
  • Q5. What is stator?
  • Ans. 

    Stator is the stationary part of an electric motor or generator.

    • Stator is the stationary component in an electric motor or generator that surrounds the rotor.

    • It does not rotate and is responsible for producing a magnetic field to interact with the rotor.

    • Examples include the stator in a car alternator or the stator in a wind turbine generator.

  • Answered by AI
  • Q6. What are the advantages of generator
  • Ans. 

    Generators provide backup power during outages and can be used in remote locations.

    • Provides backup power during outages

    • Can be used in remote locations where power grid is not available

    • Used in construction sites, camping trips, outdoor events, etc.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There was a coding test on hackerank

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between queue and stack
  • Ans. 

    A queue is a data structure that follows the FIFO (First-In-First-Out) principle, while a stack follows the LIFO (Last-In-First-Out) principle.

    • Queue: Elements are added at the rear and removed from the front.

    • Stack: Elements are added and removed from the top.

    • Queue is like a line of people waiting for a bus, while a stack is like a stack of plates.

    • Queue is used in breadth-first search algorithms, while stack is used in

  • Answered by AI
  • Q2. Questions based on sql queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

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 at Shri Ramdeo Baba Kamla Nehru Engineering College, Nagpur and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Assignment 

Assignment consist of MCQ test dealing with technical knowledge followed by game where you need to answer as much as answer in limited time (negative marking is there).

Round 2 - Technical 

(2 Questions)

  • Q1. Basics about Electronic Devices
  • Q2. Some general questions regarding electrical devices

Interview Preparation Tips

Topics to prepare for Schneider Electric Graduate Engineer interview:
  • Electronic Devices
Interview preparation tips for other job seekers - Just revise basic electronic concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Maths , General aptitude for placements

Round 2 - Technical 

(3 Questions)

  • Q1. Questions based on resume
  • Q2. Digital Circuits , how do they work ?
  • Ans. 

    Digital circuits are electronic circuits that operate using digital signals (0s and 1s) to perform logical operations.

    • Digital circuits use logic gates to process binary information.

    • They can perform operations such as AND, OR, NOT, and XOR.

    • These circuits are the building blocks of computers and other digital devices.

    • Examples of digital circuits include flip-flops, registers, and arithmetic logic units.

  • Answered by AI
  • Q3. How do Logic gates work ?
  • Ans. 

    Logic gates are electronic devices that perform logical operations based on input signals.

    • Logic gates take input signals and produce an output signal based on a specific logic function.

    • They can perform operations such as AND, OR, NOT, NAND, NOR, XOR, and XNOR.

    • For example, an AND gate outputs a high signal only when both input signals are high.

    • A NOT gate inverts the input signal, producing a high output when the input i...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Ericsson Graduate Engineer interview:
  • Digital Electronics
  • communication networks
Interview preparation tips for other job seekers - Prepare resume well , role was GET - Networks, prepare communication/computer networks, digital electronics well.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
-
Result
-

I applied via campus placement at RMK Engineering College, Thiruvallur and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Networks, predict output for programs, data structures.
Round 2 - Cognitive 

(1 Question)

  • Q1. Gamified & adept test

Interview Preparation Tips

Interview preparation tips for other job seekers - Study technical
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

All quant and logical questions with little bit of English

Round 2 - Technical 

(2 Questions)

  • Q1. Questions were majorly related to cv basics of cloud computing, Java, And which sector of the company I would like to work in and why
  • Ans. I told them what project I have done with the introduction of my academic as well as extra curricular activities
  • Answered Anonymously
  • Q2. What is cloud computing and what is the besic deployment model of cloud computing
  • Ans. 

    Cloud computing is the delivery of computing services over the internet, allowing users to access and store data on remote servers.

    • Cloud computing allows users to access data and applications from any device with an internet connection.

    • The basic deployment models of cloud computing are public, private, hybrid, and community clouds.

    • Public clouds are owned and operated by third-party cloud service providers, offering res...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. How many people are there in my family, strength and weakness, and if I am team player or not
  • Ans. Majorly talked about family background told them I am a team player and would work with the team
  • Answered Anonymously

Skills evaluated in this interview

BT Group Interview FAQs

How many rounds are there in BT Group Graduate Engineer interview?
BT Group interview process usually has 2 rounds. The most common rounds in the BT Group interview process are Resume Shortlist and Group Discussion.

Tell us how to improve this page.

Associate
335 salaries
unlock blur

₹1.5 L/yr - ₹6.3 L/yr

Associate Engineer
281 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