Add office photos
Employer?
Claim Account for FREE

Atos

3.8
based on 2.9k Reviews
Filter interviews by

10+ Accenture Interview Questions and Answers

Updated 25 Oct 2024
Popular Designations

Q1. rest api put and post method diff?

Ans.

PUT is used to update or replace an existing resource, while POST is used to create a new resource.

  • PUT is idempotent, meaning multiple identical requests will have the same effect as a single request

  • POST is not idempotent, meaning multiple identical requests may have different effects

  • PUT requires the client to specify the URI of the resource to update, while POST does not

Add your answer

Q2. What are differences between functional and procedural language

Ans.

Functional languages focus on expressions and declarations, while procedural languages focus on sequences of statements.

  • Functional languages use functions as first-class citizens

  • Functional languages emphasize immutability and pure functions

  • Procedural languages use procedures and sequences of statements to achieve tasks

  • Procedural languages allow for mutable state and side effects

  • Examples of functional languages include Haskell and Lisp, while examples of procedural languages i...read more

Add your answer

Q3. Which data structure would deal with first in last out?

Ans.

Stack

  • Stack is a data structure that follows the Last In First Out (LIFO) principle.

  • Elements are added and removed from the same end, known as the top of the stack.

  • Common operations include push (add element), pop (remove element), and peek (access top element).

View 1 answer

Q4. What is difference between call by value and call by reference ?

Ans.

Call by value passes a copy of the value, while call by reference passes the memory address of the value.

  • Call by value creates a new copy of the value being passed.

  • Call by reference allows the called function to modify the original value.

  • In call by value, changes made to the parameter inside the function do not affect the original value.

  • In call by reference, changes made to the parameter inside the function affect the original value.

  • Call by value is used when the original val...read more

Add your answer
Discover Accenture interview dos and don'ts from real experiences

Q5. Do you know functional programming in Java?

Ans.

NO

  • Functional programming in Java involves using functions as first-class citizens

  • It emphasizes immutability and avoids side effects

  • Java 8 introduced functional programming features like lambda expressions and streams

Add your answer

Q6. Advantages and distinction between Objection oriented and procedural programming.

Ans.

Object-oriented programming focuses on objects and their interactions, while procedural programming focuses on procedures and functions.

  • In object-oriented programming, data and functions are encapsulated within objects, promoting code reusability and modularity.

  • Procedural programming follows a step-by-step approach, where functions are called in a specific order to achieve a desired outcome.

  • Object-oriented programming allows for the creation of complex systems by modeling rea...read more

Add your answer
Are these interview questions helpful?

Q7. How does handoff takes place in a mobile communications system?

Ans.

Handoff is the process of transferring an ongoing call or data session from one cell to another in a mobile communications system.

  • Handoff occurs when a mobile device moves out of the range of one cell and into the range of another.

  • The system monitors the signal strength of the mobile device and initiates handoff when the signal strength drops below a certain threshold.

  • Handoff can be hard or soft, depending on whether the connection is broken during the transfer or not.

  • Example...read more

Add your answer

Q8. What are u negatives and positives

Ans.

Positives include strong analytical skills and attention to detail. Negatives may include lack of experience or difficulty working in a team.

  • Positives: strong analytical skills, attention to detail, ability to work independently

  • Negatives: lack of experience, difficulty working in a team, limited knowledge of specific tools or technologies

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. Explain Projects

Ans.

Projects are specific tasks or assignments that require planning, execution, and completion within a set timeframe.

  • Projects have defined goals and objectives.

  • They involve a team of individuals working together towards a common goal.

  • Projects require resources such as time, money, and manpower.

  • They have a specific timeline or deadline for completion.

  • Examples: building a new website, launching a marketing campaign, developing a new product.

Add your answer

Q10. Are you OK with the bond clause?

Ans.

Yes, I am comfortable with the bond clause.

  • I have reviewed the bond clause and am satisfied with its terms.

  • I understand the implications of the bond clause and agree to abide by it.

  • I have signed contracts with bond clauses before and have no issues with them.

Add your answer

Q11. Can the ip address same for 2 pcs?

Ans.

No, IP addresses must be unique for each device on a network.

  • IP addresses are used to identify devices on a network.

  • If two devices have the same IP address, there will be conflicts and communication issues.

  • DHCP servers assign unique IP addresses to devices on a network.

  • Static IP addresses can also be manually assigned to ensure uniqueness.

Add your answer

Q12. Why Atos?

Ans.

Atos is a global leader in digital transformation and offers a wide range of opportunities for career growth and development.

  • Atos is a renowned global company with a strong presence in the digital transformation industry.

  • They provide innovative solutions and services to clients across various sectors.

  • Atos offers a diverse range of projects and opportunities for learning and development.

  • The company values its employees and fosters a collaborative and inclusive work culture.

  • Ato...read more

Add your answer

Q13. Different types of attacks

Ans.

Different types of attacks include phishing, malware, DDoS, and social engineering.

  • Phishing: fraudulent emails or websites to trick users into revealing sensitive information

  • Malware: malicious software designed to harm or exploit a computer system

  • DDoS: Distributed Denial of Service attacks overwhelm a system with traffic, causing it to crash

  • Social engineering: manipulating individuals into divulging confidential information

Add your answer

Q14. What is LAN, WAN?

Ans.

LAN stands for Local Area Network and WAN stands for Wide Area Network.

  • LAN is a network of computers and devices within a limited area such as a home, office, or building.

  • WAN is a network that spans a large geographical area, such as a city, country, or even the world.

  • LAN is typically faster and more secure than WAN.

  • Examples of LAN include home networks, school networks, and office networks.

  • Examples of WAN include the internet and corporate networks that connect multiple offi...read more

Add your answer

Q15. What is blackdrop?

Ans.

Blackdrop is a term used in photography to describe the darkest part of an image.

  • It is the area of the photograph with the least amount of light.

  • It is often used to create contrast and depth in an image.

  • In post-processing, adjusting the blackdrop can enhance the overall look of the photograph.

Add your answer

Q16. What is the use of Java

Ans.

Java is a versatile programming language used for developing a wide range of applications, from web and mobile apps to enterprise systems.

  • Java is used for developing web applications, mobile applications, desktop applications, and enterprise systems.

  • It is commonly used in backend development for server-side programming.

  • Java is also used in game development, scientific applications, and big data processing.

  • It is platform-independent, meaning Java programs can run on any device...read more

Add your answer

Q17. what is scd type 2?

Ans.

SCD type 2 is a method used in data warehousing to track historical changes by creating a new record for each change.

  • SCD type 2 stands for Slowly Changing Dimension type 2

  • It involves creating a new record in the dimension table whenever there is a change in the data

  • The old record is marked as inactive and the new record is marked as current

  • It allows for historical tracking of changes in data over time

  • Example: If a customer changes their address, a new record with the updated ...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Accenture

based on 104 interviews in the last 1 year
Interview experience
4.2
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.9
 • 1.4k Interview Questions
3.5
 • 447 Interview Questions
3.5
 • 415 Interview Questions
3.7
 • 332 Interview Questions
4.0
 • 255 Interview Questions
4.2
 • 220 Interview Questions
View all
Top Atos Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter