Upload Button Icon Add office photos

Bharat Sanchar Nigam

Compare button icon Compare button icon Compare

Filter interviews by

Bharat Sanchar Nigam Office Assistant Data Entry Operator Interview Questions and Answers

Updated 9 Jan 2022

Bharat Sanchar Nigam Office Assistant Data Entry Operator Interview Experiences

Interview questions from similar companies

Intern Interview Questions & Answers

Nokia user image Anonymous

posted on 28 Sep 2021

I applied via Campus Placement and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic Language related questions.
  • Q2. Basic programming questions like recursion, some basic sql queries etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to go keep your fundamentals clear.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you want to join this company

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Intern Interview Questions & Answers

AT&T user image Anonymous

posted on 23 Nov 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. It was a online coding round with one question related to a medium hard binary search question..
  • Q2. The second question was bit ambiguous question involving a tree, where we were asked to add a tree child and subchild in the form a a directory and subdirectory

Interview Preparation Tips

Interview preparation tips for other job seekers - The flexibility in interview rescheduling is not good, If you'll ask for rescheduling, you won't get a new date, and the current will be cancelled

Intern Interview Questions & Answers

AT&T user image Anonymous

posted on 17 Mar 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Use of Hash Table
  • Ans. 

    Hash tables are data structures that store key-value pairs for efficient retrieval.

    • Hash tables use a hash function to map keys to indexes in an array.

    • They have constant time complexity for insertion, deletion, and lookup operations.

    • Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic DSA questions.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is modulation
  • Ans. 

    Modulation is the process of varying a carrier signal's properties to encode information.

    • Modulation is used in telecommunications to transmit information over long distances.

    • There are different types of modulation such as amplitude modulation (AM), frequency modulation (FM), and phase modulation (PM).

    • In AM, the amplitude of the carrier signal is varied in proportion to the waveform being transmitted.

    • In FM, the frequenc...

  • Answered by AI
  • Q2. Types of modulation
  • Ans. 

    Modulation is the process of varying a carrier signal's properties to transmit information.

    • Types of modulation include amplitude modulation (AM), frequency modulation (FM), and phase modulation (PM)

    • AM involves varying the amplitude of the carrier signal to encode information

    • FM involves varying the frequency of the carrier signal

    • PM involves varying the phase of the carrier signal

    • Other types of modulation include quadrat...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Are you willing to relocate
  • Q2. Salrary negotiations
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 

3 rounds starts with Technical and then group discussion and final round was about HR.

Round 3 - Assignment 

Online coding round with choice of your language.

Round 4 - HR 

(2 Questions)

  • Q1. Positives and negatives
  • Q2. About relocations to different places.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just calm down, very basics question they will ask.

Intern Interview Questions & Answers

Ericsson user image Smia Olomo

posted on 30 Sep 2024

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

(2 Questions)

  • Q1. Why do you want to work at ericsson
  • Ans. 

    I want to work at Ericsson because of their innovative technology solutions and global impact in the telecommunications industry.

    • Ericsson is a leader in the telecommunications industry, providing cutting-edge technology solutions.

    • I am impressed by Ericsson's global presence and impact, working with clients all over the world.

    • I am excited about the opportunity to contribute to Ericsson's innovative projects and work wit

  • Answered by AI
  • Q2. What do you think about repetitive tasks
  • Ans. 

    Repetitive tasks can be monotonous but also provide an opportunity for efficiency and improvement.

    • Repetitive tasks can lead to boredom and decreased motivation.

    • However, they also offer a chance to streamline processes and identify areas for improvement.

    • For example, data entry may be repetitive but can highlight errors in the system that need to be addressed.

    • Creating templates or checklists can help make repetitive task...

  • Answered by AI

Intern Interview Questions & Answers

Nokia user image Anonymous

posted on 17 May 2021

I applied via Campus Placement and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Networking questions, os questions, most questions on project

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident while interview try to answer the maximum question and must prepare computer network basics because they are definitely going ask about netwoking.

Intern Interview Questions & Answers

Nokia user image Anonymous

posted on 16 Nov 2022

I applied via Campus Placement and was interviewed in May 2022. 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 - One-on-one 

(3 Questions)

  • Q1. What is garbage collection?
  • Ans. 

    Garbage collection is an automatic memory management process that frees up memory occupied by objects that are no longer in use.

    • Garbage collection is a process of identifying and freeing up memory that is no longer in use by the program.

    • It helps prevent memory leaks and improves program performance.

    • Examples of garbage collection include Java's automatic garbage collection and Python's reference counting and garbage col...

  • Answered by AI
  • Q2. Difference between foreign key and primary key
  • Ans. 

    Primary key uniquely identifies a record in a table, while foreign key refers to a field in another table.

    • Primary key is used to enforce data integrity and ensure uniqueness of records.

    • Foreign key is used to establish a relationship between two tables.

    • A table can have only one primary key, while it can have multiple foreign keys.

    • Primary key is always indexed, while foreign key may or may not be indexed.

    • Example: In a da...

  • Answered by AI
  • Q3. One coding question about trees

Interview Preparation Tips

Interview preparation tips for other job seekers - coding is must for interviews. I think it is better to learn upto segment trees if you are trying for above 20LPA.you must also be good at core subjects like DBMS,CNS and OS.

Tell us how to improve this page.

Interview Questions from Similar Companies

Jio Interview Questions
4.0
 • 1.9k Interviews
Bharti Airtel Interview Questions
3.9
 • 867 Interviews
Ericsson Interview Questions
4.1
 • 414 Interviews
Nokia Interview Questions
4.1
 • 267 Interviews
BT Group Interview Questions
3.9
 • 183 Interviews
Verizon Interview Questions
4.1
 • 111 Interviews
AT&T Interview Questions
4.1
 • 53 Interviews
C DOT Interview Questions
3.9
 • 27 Interviews
View all
Sub Divisional Engineer
102 salaries
unlock blur

₹8.3 L/yr - ₹25 L/yr

Junior Telecom Officer
93 salaries
unlock blur

₹4 L/yr - ₹12.5 L/yr

Junior Accounts Officer
87 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Junior Engineer
55 salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Accounts Officer
38 salaries
unlock blur

₹6.5 L/yr - ₹14.6 L/yr

Explore more salaries
Compare Bharat Sanchar Nigam with

Jio

4.0
Compare

Bharti Airtel

3.9
Compare

Ericsson

4.1
Compare

Nokia

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