Skip to content
Placement Preparation
FACE Prep Campus
For Colleges
For Companies
Placement Preparation
Face Prep Campus
For Colleges
For Companies
Accenture Placement Papers – Technical Questions
Accenture Placement Papers – Technical Questions
Home > Accenture Placement Papers – Technical Questions
Welcome to your Accenture Placement Papers - Technical Questions
Name
Phone number
Email
Department
Year of passing
2025
2026
2027
2028
Others
State
Which of the following is not a primary key in a database?
A) Social Security Number
B) Employee ID
C) Phone Number
D) Employee Name
None
Which SQL query is used to fetch the highest salary from the "employees" table?
A) SELECT MAX(salary) FROM employees;
B) SELECT salary FROM employees WHERE salary = MAX();
C) SELECT salary FROM employees WHERE salary = (SELECT MAX(salary) FROM employees);
D) SELECT salary FROM employees WHERE salary > ALL (SELECT salary FROM employees);
None
Which of the following is not a necessary condition for a deadlock?
A) Mutual Exclusion
B) Hold and Wait
C) No Preemption
D) Multitasking
None
Which of the following is a valid IPv4 address?
A) 256.100.50.25
B) 192.168.1.256
C) 172.16.254.1
D) 300.200.150.100
None
Which of the following statements is true about inheritance in object-oriented programming?
A) A subclass can access all private members of its parent class.
B) Multiple inheritance is supported in Java using classes.
C) A subclass inherits both data members and member functions of its parent class.
D) Inheritance cannot be implemented in Python.
None
Time's up