Upload Button Icon Add office photos

Filter interviews by

Vodacom Interview Questions and Answers

Updated 2 Mar 2018

Vodacom Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed before Mar 2017. There were 2 interview rounds.

Interview Preparation Tips

General Tips: It was an exiting day when i received a call for the job and i had to be very brave when i was doing my interview. My advise they should be brave and not humble also smart for the interview.
Skills: Communication, Leadership, Presentation Skills, Time Management
Duration: 1-4 weeks

India Operations Manager Interview Questions asked at other Companies

Q1. There is an amoeba which is doubling his size in every minute. If the size of amoeba was equal to a box at 7 PM then at what time it was half of the box?
View answer (2)

Interview questions from similar companies

Intern Interview Questions & Answers

Thermax Limited user image Shubhechya Sarkar

posted on 22 Aug 2017

I appeared for an interview in Jan 2017.

Interview Questionnaire 

3 Questions

  • Q1. Tell us about yourself.
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Strong communication and teamwork skills

  • Answered by AI
  • Q2. Tell us about your involvement in sports and your activities.
  • Ans. 

    I have been actively involved in sports since childhood, participating in various team sports and individual activities.

    • Played soccer for 10 years, competing at a regional level

    • Participated in track and field events in high school, specializing in long jump and hurdles

    • Currently enjoy hiking and rock climbing in my free time

  • Answered by AI
  • Q3. Discussion of company policies about side income and startups.

Interview Preparation Tips

Round: Test
Experience: It was pretty easy and generic. Not much related to my branch i.e. Chemical Engineering. Out of 24, 6 were selected for the next round.
Duration: 1 hour 30 minutes

Round: Group Discussion
Experience: 6 of us were given the choice between 2 topics: online shopping vs. Conventional shopping, and the success of swachh bharat. We selected the prior one after a discussion of 1 minute. We were given 3 minutes to brainstorm and 12 minutes to speak, so 12+3 = 15 minutes total. The mediators, that is the HR lady and the technical gentleman, just listened, did not interfere in our discussions.
Tips: Like any GD, it's crucial to demonstrate leadership without being patronising. And to dominate without being disrespectful to others. While it's ok not to take a rigid stance in a GD, it certainly gets you bonus points if you can convince the other person and "bring them to your side". It's not a debate, so even if you argue, you have to come to a more-or-less unanimous conclusion within the set time so your discussion must have a set direction. Bonus points if you're the one giving the direction.
Duration: 15 minutes

Round: HR Interview
Experience: It was for about 10-15 minutes. The HR lady and the tech gentleman were very chill. They began by asking me about myself. I have a startup of my own so I gave a short intro about myself, my immediate family, my goals and then into my startup. They had gone through my CV so they started asking about my activities in college and what I was doing. I think they were trying to figure out my character and if all of it was genuine. Then I again started talking about my startup, so they finally relented and asked me about it. I explained the idea to them and told them that I would want to continue working on my startup. They told me that it was not in accordance with their company's policy to have an employee occupied full-time in two companies. Then I informed them that my startup was my priority, and we agreed that I would not be a good fit for Thermax.
Tips: Be confident, cool and open during the interview. You are already good if you've progressed to the last stage of the selection process. The interviewer already knows you have flair. What they want to figure out is that whether you are the right fit for their company's culture. If you're not, no matter how good you are, they will not select you. And that's ok.

I appeared for an interview in Sep 2017.

Interview Questionnaire 

4 Questions

  • Q1. Technical interview take by client technical person actually they are hiring for another client so they took total 3 technical round and final will HR round
  • Q2. Asking about life cycle of Dot net mvc contols entity frame work and SQL queries
  • Q3. Problem based on oops and SQL queries outputs
  • Q4. Basic questions about my self ,salary discussion basic formalities form I have to fill up

Interview Preparation Tips

Round: Test
Experience: There were around 15 objective question that includes mvc, c#.net and SQL server. It was very simple question like different types of filters,Acton results in mvc. Basic oops concept and dot net web page regarding

Round: Resume Shortlist
Experience: After completing test round another was technical round discussed maily for mvc and SQL server questions. Around 30 mint discussion. After qualify this round another round will start from client technical staff.

General Tips: It was for 2-3 year experience person very simple to crack but focus on you which profile you are looking for study interview questions from net
Skills: Dot net mve oops concept jQuery and SQL server

I appeared for an interview in Sep 2019.

Interview Questionnaire 

1 Question

  • Q1. Pl sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - y resume was referd through a guy. Later I got call from HR for interview schedule he asked me my expected ctc and Notice Period to which I clearly said 3 months. He scheduled my interview on weekends morning 8am I reached there by 8.30am The interview process got started late by 10am it was an walk in type interview 1 round was Technical I cleared that round and had a feedback session with HR he said we are processing u to next round which was Manager round there itself I told the HR my NP is 3months the Hr Told its not an issue.
Laterly after I had lunch by 2pm Hr came n told me that Manager is not available now so we will be conducting ur further round in weekdays.
Then there was no mail or call so I purposely mailed them still haven't got proper response from them, so at last I told my friend who referd me to ask for an update the same HR told him that they want Immediate joiner so we can't process him to further round. Wasted my whole day over there

I applied via Recruitment Consultant and was interviewed before Jan 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What Prog Languages known? Prior Software Experience? How good on U.S. Client Face to Face and telephonic interaction for projects?
  • Ans. 

    I am proficient in Java, Python, and C++. I have 2 years of experience in software development. I have excellent communication skills for client interaction.

    • Proficient in Java, Python, and C++

    • 2 years of software development experience

    • Excellent communication skills for client interaction

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I wasn't fluent or good in Programming languages but I was clear on the flowchart and the basic concept of OOPS. Also, I was confident about solving the scenarios given to me at interview rounds. I also had good experience in US customer handling over telephonic and Face to Face interaction.

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is event loop?
  • Ans. 

    Event loop is a mechanism that allows non-blocking I/O operations in a single-threaded environment.

    • Event loop is used in programming languages like JavaScript and Python.

    • It manages the execution of multiple tasks by prioritizing them based on their priority level.

    • It continuously checks for new events and executes them in a loop.

    • It allows for efficient handling of I/O operations without blocking the main thread.

    • It is co...

  • Answered by AI
  • Q2. Difference between let var and const.
  • Ans. 

    let, var and const are used to declare variables in JavaScript with different scoping rules and mutability.

    • let and var are used to declare variables that can be reassigned later, but var has function scope while let has block scope.

    • const is used to declare variables that cannot be reassigned and have block scope.

    • Using const does not mean the value is immutable, only the variable reference is.

    • let and const were introduc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If going for Mean or Mern stack be very firm on JavaScript basics and ES6 concepts.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions are about fresh department only

Interview Preparation Tips

Interview preparation tips for other job seekers - You should know about fresh department

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

Interview Questionnaire 

1 Question

  • Q1. Introduce yourself and tell me something about your Bachelors project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and compassionate

I applied via Referral and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How can you understand the supply of restaurant in a particular area of a city ?
  • Ans. 

    To understand the supply of restaurants in a particular area of a city, we can use various methods.

    • Collect data from online directories like Yelp, Zomato, etc.

    • Conduct surveys to gather information about the number of restaurants in the area.

    • Analyze the population density and demographics of the area to estimate the demand for restaurants.

    • Check the number of restaurant permits issued by the local government.

    • Use GIS mapp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand any city's demographics for instance. Take most busy road and assume that 70% supply will be on food -tech (MArket Standard). Open Sw / Zo and see the supply available in that area in peak time. There can be more than one way to solve for these question

I applied via Naukri.com and was interviewed in May 2019. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Work experience
  • Q2. R u comfertable traveling
  • Ans. 

    Yes, I am comfortable traveling for work.

    • I have experience traveling for work in my previous roles.

    • I am adaptable and enjoy exploring new places.

    • I am willing to travel for client meetings and conferences.

    • I understand the importance of face-to-face interactions in sales.

    • I am organized and can handle the logistics of travel efficiently.

  • Answered by AI
  • Q3. What is your study status
  • Q4. Graduate
  • Q5. Can u join immediatly
  • Q6. Will you able to sell product by showing them on thier phone screen on the app
  • Q7. This is something new,but India is going through digitalisation,so ofcourse that wouldnt be that problem.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good,i got selected,after two days i got a cl bck,and on 3 days i did my joining procedure

Tell us how to improve this page.

Interview Questions from Similar Companies

L&T Construction Interview Questions
4.0
 • 746 Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
ITC Infotech Interview Questions
3.6
 • 336 Interviews
Udaan Interview Questions
3.9
 • 334 Interviews
CitiusTech Interview Questions
3.4
 • 270 Interviews
Thermax Limited Interview Questions
4.1
 • 252 Interviews
Morningstar Interview Questions
3.9
 • 241 Interviews
ABB Interview Questions
4.1
 • 236 Interviews
IKS Health Interview Questions
3.6
 • 233 Interviews
Cummins Interview Questions
4.3
 • 231 Interviews
View all

Vodacom Reviews and Ratings

based on 14 reviews

4.2/5

Rating in categories

3.6

Skill development

4.2

Work-life balance

3.6

Salary

2.7

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 14 Reviews and Ratings
Business Analyst
4 salaries
unlock blur

₹15 L/yr - ₹24.6 L/yr

Assistant Manager
4 salaries
unlock blur

₹7.9 L/yr - ₹12.5 L/yr

Java Developer
4 salaries
unlock blur

₹9.6 L/yr - ₹24 L/yr

Deputy Manager
4 salaries
unlock blur

₹13.8 L/yr - ₹34 L/yr

Manager
3 salaries
unlock blur

₹22 L/yr - ₹26 L/yr

Explore more salaries
Compare Vodacom with

L&T Construction

4.0
Compare

Udaan

4.0
Compare

Home Credit Finance

4.1
Compare

OPPO

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