Upload Button Icon Add office photos

Filter interviews by

Mahanagar Telephone Nigam Interview Questions and Answers

Updated 15 Nov 2021

Mahanagar Telephone Nigam Interview Experiences

1 interview found

Interview Questionnaire 

1 Question

  • Q1. Importance of CSR. In Indian copmpanies act 2013
  • Ans. 

    CSR is important in Indian companies as per the Companies Act 2013.

    • CSR helps companies contribute to social and environmental causes.

    • It promotes sustainable development and inclusive growth.

    • Companies are required to spend a certain percentage of their profits on CSR activities.

    • CSR activities can include education, healthcare, environmental conservation, etc.

    • It enhances the company's reputation and brand image.

    • CSR initi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No written exam is condcted by MTNL for acoounts persons being CA is only requirement .only qurstions relating to accounts and Finance arr asked for example what is an MOU and its contents

Chief Accounts Officer Interview Questions asked at other Companies

Q1. Importance of CSR. In Indian copmpanies act 2013
View answer (2)

Interview questions from similar companies

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 Sep 2023. 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 - Technical 

(5 Questions)

  • Q1. Difference btwn jdk , jre and jvm
  • Ans. 

    JDK is a development kit that includes JRE and tools for developing Java applications. JRE is a runtime environment for executing Java programs. JVM is a virtual machine that runs Java bytecode.

    • JDK (Java Development Kit) includes JRE (Java Runtime Environment) and development tools like compiler and debugger.

    • JRE (Java Runtime Environment) is a software package that provides the libraries and components necessary for ru...

  • Answered by AI
  • Q2. Difference btwn static and volatile
  • Ans. 

    Static variables are shared among all instances of a class, while volatile variables are used to indicate that a variable's value will be modified by different threads.

    • Static variables are initialized only once at the start of the program and retain their value throughout the program's execution.

    • Volatile variables are used to ensure visibility of changes to variables across multiple threads.

    • Static variables are accesse...

  • Answered by AI
  • Q3. What is final keyword
  • Ans. 

    Final keyword is used in Java to declare constants, prevent method overriding, and prevent class inheritance.

    • Used to declare constants - value cannot be changed once assigned

    • Prevents method overriding - method cannot be overridden in child classes

    • Prevents class inheritance - class cannot be extended

  • Answered by AI
  • Q4. Difference btwn paralle stream and stream
  • Ans. 

    Parallel stream allows processing elements concurrently, while stream processes elements sequentially.

    • Parallel stream can improve performance by utilizing multiple threads for processing.

    • Stream processes elements one by one in a sequential manner.

    • Example: stream().parallel() vs stream().sequential()

  • Answered by AI
  • Q5. What is stream used for
  • Ans. 

    Streams are used in Java to process collections of objects in a functional style.

    • Streams allow for concise and readable code when working with collections.

    • They support operations like filter, map, reduce, and collect.

    • Streams can be sequential or parallel, depending on the processing requirements.

    • Example: List names = Arrays.asList("Alice", "Bob", "Charlie"); names.stream().filter(name -> name.startsWith("A")).forEach(S

  • Answered by AI

Skills evaluated in this interview

IT TECH II Interview Questions & Answers

Dish Network user image Anonymous

posted on 12 Sep 2023

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

I applied via Referral and was interviewed in Aug 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Screening your profile and try to understand your profile
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions related to your project
Round 4 - Technical 

(1 Question)

  • Q1. Technical questions communication skills etc
Round 5 - HR 

(1 Question)

  • Q1. Final discussion

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Oct 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

It was a combination of coding and aptitude test. The test had four section and each section had it's time limit.

Round 3 - Technical 

(3 Questions)

  • Q1. The interviewer asked me question based on my resume. He also asked me question related to DBMS, OS & DSA.
  • Q2. Define polymorphism.
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • It can be achieved through method overloading or method overriding.

    • For example, a parent class Animal can have child classes like Dog, Cat, and Bird, each with their own unique implementation of the method 'makeSound'.

  • Answered by AI
  • Q3. Difference between SQL & NoSQL.
  • Ans. 

    SQL is a relational database management system, while NoSQL is a non-relational database management system.

    • SQL databases use structured query language for defining and manipulating the data.

    • NoSQL databases are schema-less and use various data models like key-value, document, columnar, or graph.

    • SQL databases are suitable for complex queries and transactions.

    • NoSQL databases are horizontally scalable and provide high perf...

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

(1 Question)

  • Q1. It was a managerial round.
Round 5 - HR 

(1 Question)

  • Q1. It asked me some situational based questions.

Interview Preparation Tips

Topics to prepare for Telstra Associate Software Engineer interview:
  • DBMS
  • DSA
  • OS
Interview preparation tips for other job seekers - Do revise core java concepts. Also be clear with what you know and what you don't. Hope you crack the interview. All the best :))

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Coding Test 

There will be some mcq and coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. This is will be a 30 mins interview.
  • Q2. Questions on python,networking,ds,os
Round 3 - Technical 

(1 Question)

  • Q1. Coding question on c,c++,python. Basics of networking ,oops and os.

Interview Preparation Tips

Topics to prepare for CommScope Software Engineer interview:
  • Python
  • OOPS
  • Computer Networking
Interview preparation tips for other job seekers - Brush up your coding skills and networking then you will ace it. Best of luck.
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Safety related questions
  • Q2. Permit to work related
Round 3 - Technical 

(1 Question)

  • Q1. Tool box talk related

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was amazing and my experience also good
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2022. There was 1 interview round.

Interview Questionnaire 

16 Questions

  • Q1. Introduce yourself
  • Q2. How many years of experience?
  • Q3. Are you technical or non technical?
  • Q4. Tell me your job Roles and responsibilities?
  • Q5. What is your current CTC?
  • Q6. What is your expected CTC?
  • Ans. 

    My expected CTC is negotiable based on the job responsibilities, company size, and location.

    • My expected CTC is based on my experience, skills, and industry standards.

    • I am open to discussing the compensation package during the interview process.

    • I am looking for a competitive salary that aligns with my qualifications and the market rate.

  • Answered by AI
  • Q7. What's your graduation?
  • Q8. What's your preferred job location?
  • Q9. You're from which state?
  • Q10. Do ready for technical round?
  • Q11. Once compete your technical round will let you know
  • Q12. What it is your notice period?
  • Q13. What's is your current company?
  • Q14. What's your job rol
  • Q15. Are you able to do rotational shifts?
  • Ans. 

    Yes, I am able to do rotational shifts as required for the job.

    • I am flexible with my work schedule and can adapt to different shifts

    • I have previous experience working in rotational shifts

    • I understand the importance of maintaining network operations 24/7, which may require working different shifts

  • Answered by AI
  • Q16. Are you able to night shift?

I applied via Approached by Company and was interviewed in Dec 2021. There were 2 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. The director didn’t have any interview know like
  • Q2. Nothing was asked. HR was clueless

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst company. Its 2 years since I left but they are not clearing my pending dues

B2B Service Manager Interview Questions & Answers

Airtel DTH Services user image Anonymous

posted on 26 Jan 2022

Interview Questionnaire 

4 Questions

  • Q1. Tell about yourself
  • Q2. What you know about B2B
  • Q3. What you know about DTH
  • Q4. What is Signal and frequency

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident be positive

Interview Questionnaire 

6 Questions

  • Q1. 1. sort a stack without auxillary space
  • Ans. 

    Sort a stack without auxiliary space

    • Use recursion to pop elements from stack and insert them in sorted order

    • Compare the top element with the next element and swap if necessary

    • Repeat until stack is sorted

  • Answered by AI
  • Q2. 2. design and write production code of thread pool
  • Ans. 

    A thread pool is a group of threads that can be reused to execute multiple tasks concurrently.

    • Define a task interface that encapsulates the work to be done

    • Create a queue to hold tasks

    • Create a fixed number of threads in the pool

    • Each thread should loop indefinitely, taking tasks from the queue and executing them

    • Use synchronization primitives to ensure thread safety

    • Consider using a thread-safe data structure for the task ...

  • Answered by AI
  • Q3. 3. singleton implementation thread safe
  • Q4. Shared and unique ptr implementation
  • Ans. 

    Shared and unique pointer implementation in C++

    • Shared pointers allow multiple pointers to refer to the same object, automatically deleting the object when the last pointer is destroyed.

    • Unique pointers allow only one pointer to refer to an object, automatically deleting the object when the pointer is destroyed.

    • Shared pointers use reference counting to keep track of the number of pointers referring to an object.

    • Unique po...

  • Answered by AI
  • Q5. Given the frequency of three letters 'a' 'b' and 'c'..form the largest string by using a,b, and c provided 3 (a , b or c )cant be together and the possible string should be largest.
  • Ans. 

    Form the largest string using a, b, and c with the condition that 3 (a, b, or c) can't be together.

    • Start with the most frequent letter and alternate with the other two.

    • If there are two letters with the same frequency, start with the one that has the least number of adjacent letters.

    • Example: 'abcabcab' is not valid, but 'abacbac' is valid and larger.

  • Answered by AI
  • Q6. Ex1 ) dict = {'abab' , 'aba', 'xyz', 'xyx'} pattern {'aba'} output {'aba' , 'xyx'} , ex 2) dict = {'abb' , 'abc' , 'xyz', 'xyy'} paatern {'mno'} output {abc , xyz} ...
  • Ans. 

    Code to find strings in a dictionary matching a given pattern

    • Iterate through the dictionary and check if each string matches the pattern

    • Add the matching strings to an output array

    • Return the output array

  • Answered by AI

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Jio Interview Questions
3.9
 • 1.6k Interviews
Bharti Airtel Interview Questions
4.0
 • 834 Interviews
Vodafone Idea Interview Questions
4.1
 • 553 Interviews
Ericsson Interview Questions
4.1
 • 408 Interviews
Nokia Interview Questions
4.1
 • 274 Interviews
Verizon Interview Questions
4.1
 • 113 Interviews
AT&T Interview Questions
4.1
 • 54 Interviews
View all

Mahanagar Telephone Nigam Reviews and Ratings

based on 81 reviews

3.7/5

Rating in categories

3.8

Skill development

4.0

Work-life balance

3.5

Salary

3.8

Job security

3.3

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 81 Reviews and Ratings
Senior Manager
14 salaries
unlock blur

₹12.1 L/yr - ₹21 L/yr

Technician
10 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Assistant Manager
10 salaries
unlock blur

₹1 L/yr - ₹3.5 L/yr

Deputy Manager
10 salaries
unlock blur

₹9 L/yr - ₹16 L/yr

Lineman
9 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Explore more salaries
Compare Mahanagar Telephone Nigam with

Bharat Sanchar Nigam

3.9
Compare

Vodafone Idea

4.1
Compare

Jio

3.9
Compare

Bharti Airtel

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