Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Vodafone Idea Team. If you also belong to the team, you can get access from here

Vodafone Idea Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Vodafone Idea DPT.Manager Interview Questions and Answers

Updated 6 Feb 2024

Vodafone Idea DPT.Manager Interview Experiences

2 interviews found

DPT.Manager Interview Questions & Answers

user image Anonymous

posted on 6 Feb 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. About SQL structure
  • Q2. Basic Unix Commands
  • Q3. About ITIL process
  • Q4. Project experience information
Round 2 - Technical 

(1 Question)

  • Q1. What's primary key
  • Ans. 

    A primary key is a unique identifier for a record in a database table.

    • Primary key ensures each record in a table is unique.

    • It is used to establish relationships between tables.

    • Primary key can be a single column or a combination of columns.

    • It is used for efficient indexing and searching of data.

    • Example: In a table of employees, the employee ID can be the primary key.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What was the complex scenario I faced in my work experience and how I handled it

DPT.Manager Interview Questions & Answers

user image Arshad Shaik

posted on 9 Sep 2023

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Aug 2023. There were 3 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 

(1 Question)

  • Q1. Technical round questions based on working scenarios
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial Round he was more interested in my Current CTC

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste time in giving interviews to Vodafone, if you have anyother interviews lined up.
Hr will not reply to your emails
After 2nd round hr sent an email saying that they will update about next steps.
After 2 days, hr sent email saying that profile not shortlisted
I sent email to hr asking for the feedback, no reply from HR

DPT.Manager Interview Questions Asked at Other Companies

asked in Sterling
Q1. Which SS material you have used in piping construction
Q2. Strongerpoint and how you add new features in existing system
Q3. What is PMS in project design engineering?
asked in Sterling
Q4. What is the grade of material used in structural construction
Q5. what are the spare parts in computer hardware

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2023. There were 4 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 - HR 

(1 Question)

  • Q1. Regarding yourself and hr releted
Round 3 - Aptitude Test 

Each 4 set with gk, subject knowledge etc

Round 4 - Technical 

(2 Questions)

  • Q1. Technical question for releavent sub
  • Q2. As per job dricption

Interview Preparation Tips

Interview preparation tips for other job seekers - Gain sub knowledge for releted field and explore your knowledge
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

1st round some apt qns,some prgramming qns are they asked

Round 2 - One-on-one 

(1 Question)

  • Q1. C depth concepts and some prgram
Round 3 - Technical 

(1 Question)

  • Q1. Some DSA questions they asked
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse a linked list.
  • Q2. Merge sort on a array/
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to handle exception?
  • Ans. 

    Handle exceptions by using try-catch blocks to gracefully manage errors in code execution.

    • Use try-catch blocks to catch exceptions and handle them appropriately.

    • Throw custom exceptions when necessary to provide more specific error information.

    • Use finally block to execute code that should always run, regardless of whether an exception is thrown.

    • Avoid catching generic exceptions like Exception class, instead catch specif...

  • Answered by AI
  • Q2. What is inheritance?
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Allows for code reusability by creating a new class based on an existing class

    • Derived class inherits properties and behaviors of the base class

    • Supports the 'is-a' relationship, where a derived class is a specialized version of the base class

  • Answered by AI

Skills evaluated in this interview

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

Was nice test and was easy questions

Round 2 - Aptitude Test 

It was very hard and but youll cap up

Round 3 - Coding Test 

Sucha a nice test and easy one although an hard also

Round 4 - Coding Test 

Java , php , and othere things whty have asked

Round 5 - Group Discussion 

Ono to one gd round were there

Round 6 - Group Discussion 

Easy but hard also need to work on it

Round 7 - Assignment 

Its easy but hard also ned to work on it

Round 8 - Assignment 

It eas vwer very easy sucha a easy one

Round 9 - Assignment 

Nice but easy any one can do it with its own

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you automate dashobaord on excel on daily routine, Do you know proper formulation of dashboard.
  • Q2. How many years experience do you have in sql. Please provide solution for some sql technical questions. Or can you properly provide adhoc requirement by urgently analysing on compony database. There was s...

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be confident on work whatever given by Management data should be pinpointed correct.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. 1) single linked list problem 2) substring matching
  • Ans. 

    The first question is about a single linked list problem, and the second question is about substring matching.

    • For the single linked list problem, you may need to implement operations like insertion, deletion, and traversal.

    • For substring matching, you can use algorithms like brute force, Knuth-Morris-Pratt, or Boyer-Moore.

    • Examples for the single linked list problem: reversing a linked list, finding the middle element, o...

  • Answered by AI
  • Q2. Single Linked list problem
  • Ans. 

    The question is about solving a problem related to single linked lists.

    • Understand the concept of a single linked list

    • Implement basic operations like insertion, deletion, and traversal

    • Consider edge cases like an empty list or a list with only one node

  • Answered by AI
  • Q3. String problem- substring matching

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Madras Christian College, Chennai and was interviewed in Oct 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Test had 2 sections..first section had 3 subsections with quants,verbal and logicals.2nd section is an English writing skill round where they give u a topic and u have to write ur views on it more than 200 words

Round 2 - Group Discussion 

Gd has the basic rules..they give a topic and u have to discuss on that

Round 3 - Technical 

(1 Question)

  • Q1. Hr asks you questions on your project,the programming language ur strong in and may be few code solving questions
Round 4 - HR 

(1 Question)

  • Q1. HR round tests your flexibility and adaptability skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with your answers. Make yourself comfortable before sitting for any of the rounds. Build a good rapport with your hr. If you don't know the answer be open..Say you don't know and you will learn in later. All the best!

Vodafone Idea Interview FAQs

How many rounds are there in Vodafone Idea DPT.Manager interview?
Vodafone Idea interview process usually has 3 rounds. The most common rounds in the Vodafone Idea interview process are Technical, One-on-one Round and Resume Shortlist.
What are the top questions asked in Vodafone Idea DPT.Manager interview?

Some of the top questions asked at the Vodafone Idea DPT.Manager interview -

  1. What's primary ...read more
  2. Technical round questions based on working scenar...read more
  3. Managerial Round he was more interested in my Current ...read more

Tell us how to improve this page.

Vodafone Idea DPT.Manager Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Jio Interview Questions
3.9
 • 1.6k Interviews
Bharti Airtel Interview Questions
4.0
 • 839 Interviews
Ericsson Interview Questions
4.1
 • 411 Interviews
Nokia Interview Questions
4.1
 • 274 Interviews
ACT Fibernet Interview Questions
4.0
 • 133 Interviews
Verizon Interview Questions
4.1
 • 113 Interviews
AT&T Interview Questions
4.1
 • 54 Interviews
View all
Vodafone Idea DPT.Manager Salary
based on 14 salaries
₹9 L/yr - ₹18 L/yr
34% more than the average DPT.Manager Salary in India
View more details

Vodafone Idea DPT.Manager Reviews and Ratings

based on 5 reviews

4.2/5

Rating in categories

4.0

Skill development

4.5

Work-life balance

4.2

Salary

4.1

Job security

4.2

Company culture

3.9

Promotions

4.7

Work satisfaction

Explore 5 Reviews and Ratings
Assistant Manager
4.5k salaries
unlock blur

₹4.9 L/yr - ₹15.5 L/yr

Deputy Manager
4k salaries
unlock blur

₹8.4 L/yr - ₹23.7 L/yr

Manager
3.8k salaries
unlock blur

₹7 L/yr - ₹28.5 L/yr

Senior Executive
3k salaries
unlock blur

₹2.1 L/yr - ₹9.5 L/yr

Assistant General Manager
1.5k salaries
unlock blur

₹7.8 L/yr - ₹29 L/yr

Explore more salaries
Compare Vodafone Idea with

Bharti Airtel

4.0
Compare

Jio

3.9
Compare

Bharat Sanchar Nigam

3.9
Compare

Tata Communications

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