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)

Rate your
company

🀫 100% anonymous

How was your last interview experience?

Share interview

Interview questions from similar companies

O&M WAREHOUSE MANAGER Interview Questions & Answers

Jio user image Anonymous

posted on 28 Feb 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Give work freedom to employee
  • Q2. No need to search each and every transactions
Round 2 - HR 

(2 Questions)

  • Q1. Trust on employee
  • Q2. Maintain minimum job curtsy
Round 3 - One-on-one 

(2 Questions)

  • Q1. Salary hike and position hike is Mandatory
  • Q2. Collect exact feedback from employee

Interview Preparation Tips

Interview preparation tips for other job seekers - Job guarantee is Mandatory
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed in Feb 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Call flow 4G 5G
  • Q2. Troubleshooting of subscriber issues
Round 2 - One-on-one 

(2 Questions)

  • Q1. PCRF AND CLOUD INFRASTRUCTURE
  • Q2. Telecommunication knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™ As your choice do properly study get nice company which is peaceful environment
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(5 Questions)

  • Q1. Could you elaborate on your roles and responsibilities in your previous employment?
  • Q2. What was your role in the project, specifically related to data transformation and dashboard creation?
  • Q3. How do you optimize and manage large datasets, and what data sources do you utilize to obtain this data?
  • Q4. Guesstimates like how many traffic signals are there in Noida.
  • Q5. The interviewer asked SQL questions related to window functions, joins, and advanced aggregations, such as running sum and rolling sum.
Round 2 - Technical 

(1 Question)

  • Q1. Second round is also a technical round and similar to first round . Medium to high level sql questions and questions related to the project you're working on and Guesstimates will be asked by the interview...
Round 3 - Technical 

(1 Question)

  • Q1. Project manager will take the third round interview and inquire about your knowledge of the company, and some technical and scenario-based questions related to decision-making and problem-solving approach.
Round 4 - HR 

(1 Question)

  • Q1. Final round will be an HR round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare to cover SQL from basic to advanced levels, as well as explore concepts related to Tableau and Power BI.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Assignment 

Assignments in marketing and sales involve processes related to product development, technology, and service taxation, as well as the enhancement of listening skills and other developmental processes beyond the same assignments.

Round 2 - Technical 

(5 Questions)

  • Q1. What is the marketing What is the tax What are good and service tax
  • Q2. What are good and service tax
  • Q3. What is theDeveploment skills
  • Q4. How is skills and service
  • Q5. What istha markating skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Ok good and service tax Wii jobs
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.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

It was basic coding to test the Python skills like reading data from local and uploading in cloud then some basic dag related questions

Round 2 - Technical 

(4 Questions)

  • Q1. Clustering and partition difference in data warehousing solutions
  • Ans. 

    Clustering involves grouping similar data together, while partitioning involves dividing data into smaller, manageable sections.

    • Clustering is used to group similar data points together based on certain criteria, such as customer segments or product categories.

    • Partitioning involves dividing a large dataset into smaller, more manageable sections for easier data retrieval and processing.

    • Clustering is often used for data a...

  • Answered by AI
  • Q2. What are the different approaches to Optimising SQL
  • Ans. 

    Different approaches to optimizing SQL include indexing, query optimization, and database design.

    • Use indexing to improve query performance

    • Optimize queries by avoiding unnecessary joins and using appropriate functions

    • Design the database schema efficiently to reduce redundancy and improve data retrieval speed

  • Answered by AI
  • Q3. Spark and it’s architecture
  • Q4. Finding the count of Item bought by an customer from Flipkart during a year excluding February
  • Ans. 

    To find the count of items bought by a customer from Flipkart during a year excluding February, you need to aggregate the data and filter out February transactions.

    • Aggregate the data by customer and item purchased

    • Filter out transactions from February

    • Count the number of items bought by each customer

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If it’s an entry level the basic knowledge plus in-depth understanding of the domine is more tha. Enough
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. What is Object-Oriented Programming (OOP), and can you explain its fundamental concepts?
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP focuses on creating objects that interact with each other to solve complex problems.

    • Fundamental concepts include classes, objects, inheritance, encapsulation, and polymorphism.

    • Classes are blueprints for creating objects, while objects are instances of classes.

    • Inheritance all...

  • Answered by AI
  • Q2. What is the definition of an array, and what are the different types of arrays?
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type. There are different types of arrays such as one-dimensional, multi-dimensional, and associative arrays.

    • One-dimensional array: Stores elements in a single row or column.

    • Multi-dimensional array: Stores elements in multiple rows and columns.

    • Associative array: Uses key-value pairs to store elements.

    • Example: ['apple', 'banana', 'orange']

  • Answered by AI
  • Q3. What is the clr
  • Ans. 

    CLR stands for Common Language Runtime, a virtual machine component of the .NET framework responsible for managing code execution.

    • CLR provides services such as memory management, exception handling, and security.

    • It compiles code into Intermediate Language (IL) and then translates it into machine code at runtime.

    • CLR allows for language interoperability within the .NET framework, enabling different languages to work toge

  • Answered by AI
Round 2 - Coding Test 

The content is based on HTML, Windows, and ADO.NET.

Round 3 - HR 

(2 Questions)

  • Q1. What motivates you to pursue this job?
  • Ans. 

    I am motivated to pursue a career as a Customer Care Executive because I enjoy helping others and providing excellent service.

    • I have a passion for assisting customers and resolving their issues

    • I thrive in a fast-paced environment where I can use my communication skills effectively

    • I find satisfaction in ensuring customer satisfaction and building positive relationships

    • I believe in the importance of delivering exceptiona...

  • Answered by AI
  • Q2. What is your expected salary?
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for web developers.

    • I have researched the average salary for web developers in this location.

    • I am open to negotiation based on the overall compensation package offered.

    • I am looking for a salary that reflects my expertise and contributions to the team.

  • Answered by AI

As a mis executive at Vi Interview Questions & Answers

Vodafone Idea user image Kavita Jacob

posted on 26 Feb 2025

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

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Are you willing to do this job
  • Q2. U have to manage ur team
  • Q3. Salary expectation
Round 2 - HR 

(2 Questions)

  • Q1. About myself and family
  • Q2. Regarding the job

Interview Preparation Tips

Interview preparation tips for other job seekers - Get more knowledge and give best
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Pcap analysis and log analysis
  • Q2. Feature testing
Round 2 - Technical 

(2 Questions)

  • Q1. Kubernetes and docker
  • Q2. Amazon web service
Round 3 - Technical 

(2 Questions)

  • Q1. 100k feet over view
  • Ans. 

    A high-level overview of a topic or project, typically focusing on key points and goals.

    • Summarize the main objectives and goals of the project

    • Highlight key milestones and deliverables

    • Provide a brief overview of the team structure and roles

    • Discuss any potential challenges or risks

    • Outline the overall impact and benefits of the project

  • Answered by AI
  • Q2. Technical overview of all technology
Round 4 - Technical 

(2 Questions)

  • Q1. Difference between concepts
  • Ans. 

    Difference between concepts refers to the distinctions or contrasts between two or more ideas, theories, or principles.

    • Concepts are abstract ideas or mental representations, while differences are variations or distinctions between them.

    • Understanding the difference between concepts helps clarify their meanings and applications.

    • For example, the difference between velocity and speed in physics is that velocity includes di

  • Answered by AI
  • Q2. Basic understanding of concepts and technology
Round 5 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Why you want to jump

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very confident on your basics ,be prepared well before all rounds.Even on 4th round there is a chance that you will miss the opportunity
Contribute & help others!
anonymous
You can choose to be anonymous

Recently Viewed

INTERVIEWS

TCS

600 top interview questions

CAMPUS PLACEMENT

SRM university (SRMU)

INTERVIEWS

TCS

20 top interview questions

REVIEWS

Tata Motors

No Reviews

INTERVIEWS

TCS

No Interviews

INTERVIEWS

TCS

100 top interview questions

DESIGNATION

CAMPUS PLACEMENT

Anna University

DESIGNATION

INTERVIEWS

TCS

70 top interview questions

Tell us how to improve this page.

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Interview Questions from Similar Companies

Jio Interview Questions
3.9
 β€’ 1.7k Interviews
Bharti Airtel Interview Questions
4.0
 β€’ 844 Interviews
Vodafone Idea Interview Questions
4.1
 β€’ 556 Interviews
Ericsson Interview Questions
4.1
 β€’ 412 Interviews
Nokia Interview Questions
4.1
 β€’ 275 Interviews
Tata Communications Interview Questions
4.0
 β€’ 248 Interviews
Huawei Technologies Interview Questions
4.0
 β€’ 114 Interviews
Verizon Interview Questions
4.1
 β€’ 113 Interviews
AT&T Interview Questions
4.1
 β€’ 54 Interviews
Bharat Sanchar Nigam Interview Questions
3.9
 β€’ 40 Interviews
View all

Mahanagar Telephone Nigam Reviews and Ratings

based on 82 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 82 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent