Accenture — Interview Questions
Aptitude · Reasoning · English · CS — Corporate & Campus Interview Prep
Showing 51–55 of 55 questions
Q.51
Medium
Accenture
What is an 'Interface' in OOP?
Correct Answer:
B. A contract that specifies methods a class must implement
Explanation:
An interface is an abstract type that defines a set of methods that implementing classes must provide.
Q.52
Easy
Accenture
What does JSON stand for?
Correct Answer:
B. JavaScript Object Notation
Explanation:
JSON stands for JavaScript Object Notation, a lightweight data format for data exchange.
Q.53
Easy
Accenture
What is the function of a 'Router' in networking?
Correct Answer:
B. To direct data packets between networks
Explanation:
A router is a networking device that directs data packets between different networks based on IP addresses.
Q.54
Medium
Accenture
What is Machine Learning?
Correct Answer:
B. Teaching machines to learn from data and make predictions
Explanation:
Machine Learning is a subset of AI that enables systems to learn from data and improve performance without explicit programming.
Q.55
Medium
Accenture
What is the purpose of Unit Testing?
Correct Answer:
B. To test individual components or functions
Explanation:
Unit testing involves testing individual units or components of code in isolation to ensure they work correctly.