Tip 1 : Must be good with your coding skills
Tip 2 : Good knowledge of OOPS
Tip 1 : Link of coding profiles must be provided
Tip 2 : Projects were properly Described
Questions were asked from:
1) Cognitive: English Ability, Critical Reasoning, and Problem Solving, Abstract Reasoning
2) Technical: Pseudo-coding, Common Application, and MS Office, Networking Security, and Cloud
If you practised DSA, than this round is not tough for you.
Can you solve each query in O(logN) ?
I solved this problem using Binary Search, already solved this problem during my practice.
If the string is “aab”, then its unique permutations in lexicographically increasing order are { “aab”, “aba”, “baa” }.
This question was very easy recursion and backtracking based question, which we have seen from our college days.
Start with Introduction, deep level questions on mentioned Projects and Object oriented Questions, 1-2 coding questions
In the given linked list, there is a cycle, hence we return true.
I told and coded it with 2 Pointer approach and Interviewer was satisfied
No need to return anything. You should sort the array in-place.
Let ‘ARR’ be: [1, 4, 2]
The sorted array will be: [1, 2, 4].
Told All sorting Algorithms with their complexities
Asked my Introduction and lot of behavioural Questions, about my previous work, why you want to join Accenture and others
1. Introduction
2. Why Accenture?
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is 3 + 2 * 4 based on operator precedence?