Upload Button Icon Add office photos

Filter interviews by

Accenture job at Accenture Interview Questions, Process, and Tips for Freshers

Updated 14 Apr 2015

Accenture job at Accenture Interview Experiences for Freshers

1 interview found

Interview Questionnaire 

11 Questions

  • Q1. Tell me about your project. ---- answered well.tell him basic functionality of your project don't confuse him about your project.i explained my project 15-20 minute
  • Q2. Which technology did you use your in project? ----java
  • Ans. 

    I used Java in my project.

    • Java was the primary programming language used in the project.

    • I utilized Java libraries and frameworks to develop the software.

    • Java provided a robust and scalable platform for the project requirements.

    • I implemented various Java design patterns to enhance code reusability and maintainability.

    • Java's object-oriented nature facilitated modular development and easy integration with other technologi

  • Answered by AI
  • Q3. Why Java? ----answered
  • Ans. 

    Java is a versatile and widely-used programming language known for its platform independence and extensive libraries.

    • Java is platform independent, meaning it can run on any operating system.

    • It has a large and active community, providing support and resources.

    • Java offers extensive libraries and frameworks for various purposes, making development faster and easier.

    • It is widely used in enterprise applications, Android dev...

  • Answered by AI
  • Q4. Which frame work u like to used in project? ----hibernate
  • Q5. What is hibernate? ----answered
  • Ans. 

    Hibernate is an open-source object-relational mapping framework for Java.

    • Hibernate simplifies the process of mapping Java objects to database tables.

    • It provides a framework for performing database operations using object-oriented programming concepts.

    • Hibernate supports automatic generation of SQL queries and provides caching mechanisms for improved performance.

    • It offers features like lazy loading, transaction managemen...

  • Answered by AI
  • Q6. What is Java pattern? ----answered
  • Ans. 

    Java patterns are reusable solutions to common programming problems.

    • Java patterns provide a way to solve recurring problems in a structured and efficient manner.

    • They promote code reusability, maintainability, and scalability.

    • Examples of Java patterns include Singleton, Factory, Observer, and Builder patterns.

  • Answered by AI
  • Q7. Why do you want to do job instead of private business? ----answered.
  • Q8. Do you have relocation problem? ---- no
  • Q9. Do you have shift problem? ----no
  • Q10. If i reject you in this interview, what will you do? ----answered
  • Q11. Tell me something about your family? ----told

Interview Preparation Tips

Round: Other Interview
Experience: There were two rounds of interview. 1) online aptitude
Aptitude - there were 592 student appear but only 104 selected for further rounds.Aptitude was very easy but there was 55 question and only 60 minute so concentrate. Cutoff marks for aptitude were 45.
Tips: Dont waste your time in reading passages and paragraphs.

Round: Technical Interview
Experience: There are group interview so 5 student giving their interview at time and on other side one hr and technical interviewer.
First HR asked "tell me something interesting about you which is not in your resume" ----- answered..don't answer this question with your past story tell him unique experience of your life.

Round: HR Interview
Experience: My interview was completed in 1hr. After 2 hr results were declared and I am selected for accenture
there were 78 student selected from 104 student who were selected in aptitude

College Name: l.d. college of engineering, Gujarat

Skills evaluated in this interview

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 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 

(4 Questions)

  • Q1. What is your name ?
  • Q2. Sunkara Ganesh maniKanta
  • Q3. What is your father name
  • Q4. Sunkara Samba siva rao

Interview Preparation Tips

Interview preparation tips for other job seekers - Iam Ganesh sunkara,iam study b.tech4 th year,I pass out 2023

I applied via Naukri.com and was interviewed in Oct 2022. 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 - Assignment 

Giveing some assignment to test your skills

Round 3 - One-on-one 

(1 Question)

  • Q1. The one on one round is face too face round
Round 4 - HR 

(1 Question)

  • Q1. Tell about your self
Round 5 - Case Study 

What about your study's
B.com CA. at GTN ARTS COLLEGE

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep motivating your self
And Avoiding some nagative thought

I applied via Approached by Company and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. You can ask anything from computer
  • Q2. Whatever you want as you like

Interview Preparation Tips

Topics to prepare for Genpact Data Entry jobs interview:
  • Computer Skills
Interview preparation tips for other job seekers - I will give the best work to the company on my behalf and will do it at the earliest, on time and I like to work.

I applied via Company Website and was interviewed in Oct 2022. There were 2 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 - Degre b. Com 

(4 Questions)

  • Q1. What is c language and c++ language deference
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C is a low-level language while C++ is a high-level language.

    • C does not support classes and objects while C++ does.

    • C++ supports function overloading and operator overloading while C does not.

    • C++ has better support for exception handling than C.

    • C++ is an extension of C language.

  • Answered by AI
  • Q2. What is html and its features
  • Ans. 

    HTML is a markup language used to create web pages. It stands for Hypertext Markup Language.

    • HTML is used to structure content on the web

    • It uses tags to define elements such as headings, paragraphs, and links

    • It allows for the inclusion of multimedia such as images and videos

    • HTML5 introduced new features such as semantic elements and improved multimedia support

  • Answered by AI
  • Q3. What is what is Javascript
  • Ans. 

    JavaScript is a programming language used to create interactive effects within web browsers.

    • JavaScript is a client-side scripting language

    • It is used to create dynamic and interactive web pages

    • It can be used for form validation, creating animations, and more

    • It is often used in conjunction with HTML and CSS

    • Examples of JavaScript frameworks include React, Angular, and Vue

  • Answered by AI
  • Q4. Explain Java features
  • Ans. 

    Java is a high-level programming language with features like platform independence, object-oriented programming, and automatic memory management.

    • Platform independence - Java code can run on any platform without recompilation

    • Object-oriented programming - Java supports encapsulation, inheritance, and polymorphism

    • Automatic memory management - Java has a garbage collector that automatically manages memory

    • Exception handling...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Wipro Data Entry jobs interview:
  • Web Technologies
Interview preparation tips for other job seekers - Wipro is a good company fresher are looking for Wipro company jobs

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is your Salary expectation ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good work, hard work and smart work on the right time

BPO job Interview Questions & Answers

TCS user image Anonymous

posted on 7 Feb 2022

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 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Punctual at your interview.It is mandatory to be on time at a job interview.
Don't forgate about nonverble communication.
Be polite with everyone.
Be Prepared for your interview

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

Interview Questionnaire 

4 Questions

  • Q1. Kya hum hindi language me interview de skte h
  • Q2. Kya is company me future clear rhega
  • Q3. Plz help me Sir I am student person so kya hum job milne bad
  • Q4. Jo payment hoga vo kr payenge ki nhi ya ha

Interview Preparation Tips

Interview preparation tips for other job seekers - Hindi language plz interview questions ask me

I applied via Company Website and was interviewed in Dec 2021. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 3 - HR 

(11 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a dedicated and experienced professional with a strong background in BPO operations.

    • I have worked in the BPO industry for over 5 years, handling various roles and responsibilities.

    • I have excellent communication and problem-solving skills, which are essential in a BPO environment.

    • I am proficient in using different software and tools commonly used in BPO operations, such as CRM systems and call center software.

    • I hav...

  • Answered by AI
  • Q2. About family background
  • Ans. We are three in my family myself my mom and elder brother ,my mom is a house maker
  • Answered Anonymously
  • Q3. Any experience in job
  • Ans. 

    Yes, I have experience in a BPO job.

    • I have worked as a customer service representative for a BPO company for 2 years.

    • During my time in the BPO job, I handled customer inquiries, resolved complaints, and provided product information.

    • I have experience in using CRM software and maintaining accurate records of customer interactions.

    • I consistently met or exceeded the set targets for customer satisfaction and call resolution...

  • Answered by AI
  • Q4. What are your salary expectations
  • Ans. 

    I expect a competitive salary based on my skills, experience, and the industry standards.

    • Research the average salary range for similar positions in the industry

    • Consider your skills, experience, and qualifications

    • Be flexible and open to negotiation

    • Avoid giving a specific number, instead mention your expectations are in line with industry standards

  • Answered by AI
  • Q5. What are your strength and weekness
  • Ans. 

    My strength is my ability to communicate effectively and my weakness is my tendency to be a perfectionist.

    • Strength: Effective communication skills

    • Weakness: Perfectionism

    • Strength: Ability to handle difficult customers

    • Weakness: Difficulty in delegating tasks

    • Strength: Strong problem-solving skills

    • Weakness: Impatience with slow processes

  • Answered by AI
  • Q6. Why are you looking for change
  • Ans. 

    Seeking new opportunities for growth and career advancement.

    • Looking for a challenging role that allows me to utilize my skills and experience

    • Seeking a company with a positive work culture and opportunities for professional development

    • Want to explore new industries and broaden my knowledge

    • Desire for better work-life balance and flexibility

    • Seeking higher compensation and benefits

  • Answered by AI
  • Q7. Where do you see yourself in 5yrs
  • Ans. 

    In 5 years, I see myself in a leadership role within the BPO industry, utilizing my skills and experience to drive growth and success.

    • I envision myself as a team leader, managing a group of talented individuals and guiding them towards achieving their goals.

    • I plan to further develop my expertise in BPO operations and strategy, taking on more responsibilities and contributing to the company's overall success.

    • I aim to be...

  • Answered by AI
  • Q8. Why should we hear you
  • Q9. About your friends in college
  • Q10. About your college days
  • Q11. Whats your skills knowledge
  • Ans. 

    I have strong skills and knowledge in BPO operations and processes.

    • Proficient in handling customer inquiries and resolving issues

    • Excellent communication and interpersonal skills

    • Ability to multitask and work under pressure

    • Familiarity with CRM software and data entry

    • Experience in upselling and cross-selling products/services

  • Answered by AI
Round 4 - Assignment 

Iam a fresher no assignments

Round 5 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be honest with your years of experience. All information you share will be verified at the time of joining.
View all tips

Interview Preparation Tips

Interview preparation tips for other job seekers - Its great for freshers nd others

I applied via Company Website and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself?

Interview Preparation Tips

Interview preparation tips for other job seekers - Thank you giving me this opportunity in introduce myself.

My name is vijay kumar. I live in Hyderabad. I had complete B.COM from osmania university.
My family are five members including me family.
My strength are confidence and SELF-MOTIVATION.
My hobbies are playing volleyball and watching movies.

Accenture Interview FAQs

How many rounds are there in Accenture job at Accenture interview for freshers?
Accenture interview process for freshers usually has 2-3 rounds. The most common rounds in the Accenture interview process for freshers are Resume Shortlist, One-on-one Round and Aptitude Test.
What are the top questions asked in Accenture job at Accenture interview for freshers?

Some of the top questions asked at the Accenture job at Accenture interview for freshers -

  1. which technology did you use your in project? ----j...read more
  2. what is hibernate? ----answe...read more
  3. Why Java? ----answe...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
Accenture job at Accenture Salary
based on 8 salaries
₹3.2 L/yr - ₹12.7 L/yr
66% more than the average job at Accenture Salary in India
View more details

Accenture job at Accenture Reviews and Ratings

based on 7 reviews

4.0/5

Rating in categories

4.0

Skill development

3.7

Work-Life balance

3.3

Salary & Benefits

4.3

Job Security

4.0

Company culture

3.9

Promotions/Appraisal

4.2

Work Satisfaction

Explore 7 Reviews and Ratings
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27.1k salaries
unlock blur

₹6.8 L/yr - ₹20.2 L/yr

Team Lead
24.1k salaries
unlock blur

₹7 L/yr - ₹25.1 L/yr

Senior Software Engineer
18.4k salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Software Engineer
17.6k salaries
unlock blur

₹3.6 L/yr - ₹12.8 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview