Home Subjects Placement Papers Accenture Questions

Placement Papers
Accenture Questions

TCS, Infosys, Wipro, Cognizant actual papers

55 Q 10 Topics Take Test
Advertisement
Difficulty: All Easy Medium Hard 11–20 of 55
Topics in Placement Papers
Q.11 Medium Accenture Questions Accenture
What is a 'Constructor' in programming?
A A method that destroys objects
B A special method that initializes objects
C A variable declaration
D A loop structure
Correct Answer:  B. A special method that initializes objects
EXPLANATION

A constructor is a special method called when an object is created to initialize its properties.

Take Test
Q.12 Medium Accenture Questions Accenture
What is the main principle of OOP (Object-Oriented Programming)?
A Writing code in linear fashion
B Organizing code into reusable objects with properties and methods
C Using only functions
D Avoiding data structures
Correct Answer:  B. Organizing code into reusable objects with properties and methods
EXPLANATION

OOP is based on organizing code into objects that contain both data (properties) and functions (methods).

Take Test
Q.13 Easy Accenture Questions Accenture
What is Git used for?
A Web design
B Version control and source code management
C Database administration
D System security
Correct Answer:  B. Version control and source code management
EXPLANATION

Git is a version control system used to track changes in source code and collaborate with other developers.

Take Test
Q.14 Easy Accenture Questions Accenture
What does SQL stand for?
A Standard Query Language
B Structured Query Language
C System Quick Language
D Software Query Logic
Correct Answer:  B. Structured Query Language
EXPLANATION

SQL stands for Structured Query Language, used for database operations.

Take Test
Q.15 Medium Accenture Questions Accenture
What is the difference between Stack and Queue?
A Both are the same
B Stack uses LIFO, Queue uses FIFO
C Stack uses FIFO, Queue uses LIFO
D No structural difference
Correct Answer:  B. Stack uses LIFO, Queue uses FIFO
EXPLANATION

Stack (Last In First Out) removes the most recently added element. Queue (First In First Out) removes elements in the order they were added.

Take Test
Q.16 Medium Accenture Questions Accenture
Which sorting algorithm has the worst-case time complexity of O(n^2)?
A Merge Sort
B Quick Sort
C Bubble Sort
D Heap Sort
Correct Answer:  C. Bubble Sort
EXPLANATION

Bubble sort has a worst-case time complexity of O(n^2) when the array is in reverse order.

Take Test
Q.17 Easy Accenture Questions Accenture
What does REST stand for?
A Resource Exchange Software Technology
B Representational State Transfer
C Remote Equipment System Technology
D Rapid Execution System Transfer
Correct Answer:  B. Representational State Transfer
EXPLANATION

REST stands for Representational State Transfer, an architectural style for web services.

Take Test
Q.18 Easy Accenture Questions Accenture
What is the purpose of an API?
A To store data
B To enable communication between software applications
C To design user interfaces
D To manage user accounts
Correct Answer:  B. To enable communication between software applications
EXPLANATION

An API (Application Programming Interface) allows different software applications to communicate and exchange data.

Take Test
Q.19 Medium Accenture Questions Accenture
What is the time complexity of binary search?
A O(n)
B O(n^2)
C O(log n)
D O(1)
Correct Answer:  C. O(log n)
EXPLANATION

Binary search has a time complexity of O(log n) because it divides the search space in half with each iteration.

Take Test
Q.20 Easy Accenture Questions Accenture
Which of the following is a NoSQL database?
A MySQL
B PostgreSQL
C MongoDB
D Oracle
Correct Answer:  C. MongoDB
EXPLANATION

MongoDB is a NoSQL database that stores data in document format. MySQL, PostgreSQL, and Oracle are relational databases.

Take Test
IGET
iget AI
Online · Ask anything about exams
Hi! 👋 I'm your iget AI assistant.

Ask me anything about exam prep, MCQ solutions, study tips, or strategies! 🎯
UPSC strategy SSC CGL syllabus Improve aptitude NEET Biology tips