Skip to content
Placement Preparation
FACE Prep Campus
For Colleges
For Companies
Placement Preparation
Face Prep Campus
For Colleges
For Companies
Technical Interview(Accenture Recruitment Pattern & Key Topics)
Technical Interview(Accenture Recruitment Pattern & Key Topics)
Home > Technical Interview(Accenture Recruitment Pattern & Key Topics)
Welcome to your Technical Interview(Accenture Recruitment Pattern & Key Topics)
Name
Phone number
Email
Department
State
Which of the following is true about a stack?
A) It is a FIFO data structure
B) Insertion and deletion happen at opposite ends
C) It follows the LIFO principle
D) A queue can be implemented using a stack
None
What type of inheritance does Java support?
A) Single and multiple
B) Single, multiple, and hybrid
C) Single, multilevel, and hierarchical
D) Multiple and multilevel
None
Which of the following is NOT a necessary condition for deadlock?
A) Mutual exclusion
B) Circular wait
C) Preemption
D) Hold and wait
None
Which normal form eliminates partial dependency?
A) 1NF
B) 2NF
C) 3NF
D) BCNF
None
The height of a binary tree with a single node is:
A) 0
B) 1
C) -1
D) Depends on the number of children
None
Which of the following is an example of runtime polymorphism?
A) Function overloading
B) Operator overloading
C) Method overriding
D) Constructor overloading
None
What is the primary advantage of paging in memory management?
A) Reduces page table size
B) Eliminates fragmentation
C) Provides direct memory access
D) Reduces memory overhead
None
Which type of SQL join returns only matching records from both tables?
A) LEFT JOIN
B) RIGHT JOIN
C) INNER JOIN
D) FULL JOIN
None
What is the time complexity for inserting an element at the beginning of a linked list?
A) O(1)
B) O(n)
C) O(log n)
D) O(n²)
None
Encapsulation in OOPs means:
A) Hiding implementation details
B) Inheriting properties from a base class
C) Overloading functions
D) Using polymorphism
None
Time's up