├── Abstract Reasoning ├── Abstract Reasoning Accenture Q&A.pdf └── main ├── All Coding Problem Solution ├── Alice and String.cpp ├── Alice and String.java ├── Alice and String.py ├── Bitwise Operation.py ├── Color Sandwich.py ├── Count Character Occurrences in a String.py ├── Even Odd.py ├── Exponentiation Without Using Built-in Power Function.c++ ├── Exponentiation Without Using Built-in Power Function.java ├── Exponentiation Without Using Built-in Power Function.py ├── File Version.py ├── Group Students by Even and Odd IDs.py ├── Length of a String.cpp ├── Length of a String.java ├── Length of a String.py ├── Longest Streak of Consecutive Wins.cpp ├── Longest Streak of Consecutive Wins.java ├── Longest Streak of Consecutive Wins.py ├── Maximum People in Lift Without Exceeding Weight Capacity.py ├── Maximum Vowel Frequency in a Paragraph.cpp ├── Maximum Vowel Frequency in a Paragraph.java ├── Maximum Vowel Frequency in a Paragraph.py ├── Mongo Distribution.py ├── Poet and Rhymes.py ├── Printing Job.py ├── Qualifying Score.py ├── Rebound Height.cpp ├── Rebound Height.java ├── Rebound Height.py ├── SUM XOR.py ├── Second Occurrence.py ├── Special Fibonacci.py ├── String Program.py ├── Sum of all even number.cpp ├── Sum of all even number.java ├── Sum of all even number.py ├── The Clock Problem.py ├── Unique Product Labels from Two Strings.py ├── White Space Difference.py ├── digit reverse.py ├── main ├── octalToDecimal.cpp ├── octalToDecimal.java ├── octalToDecimal.py └── prime number.py ├── Coding Round ├── 07-Oct-2024 coding.pdf ├── 10-Oct-2024 Interview.pdf ├── 12-Oct-2024 Coding.pdf ├── 14-Oct-2024.pdf ├── 14-sep-2024 Coding Question.pdf ├── 15-Oct-2024.pdf ├── 15-sep-2024 Coding Question.pdf ├── 17-Sep-2024 Coding.pdf ├── 19-sep-2024 Coding Question.pdf ├── 20-sep-2024 Coding.pdf ├── 21-sep-2024 Coding.pdf ├── 22-sep-2024-coding.pdf ├── 25-sep-2024 Coding.pdf ├── 26-sep-2024 Coding.pdf ├── 27-sep-2024 Coding.pdf ├── 29-Sep-2024 Coding.pdf ├── Part-1.pdf ├── Part2.pdf ├── Part3.pdf ├── Part4.pdf ├── Rebound Height.c++ ├── Rebound Height.java └── main ├── Critical Reasoning ├── Accenture Critical Reasoning Q&A.pdf └── main ├── LICENSE ├── MS-Office ├── Accenture MS-Office Q&A.pdf └── main ├── Networking Security and Cloud └── Network and CLoud Accenture .pdf ├── Pseudo Code ├── Pesudo code part-3.pdf ├── Pseudo Code Part4 .pdf ├── Pseudo Code part-1.pdf ├── Pseudo code part 2.pdf └── main ├── README.md ├── RoadMap And HR Question ├── Accenture interview RoadMap and HR .pdf └── main ├── Technically Interview Question ├── main └── technical Interview.pdf └── Verbal Ability └── Accenture Verbal Ability Q&A.pdf /Abstract Reasoning/Abstract Reasoning Accenture Q&A.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Abstract Reasoning/Abstract Reasoning Accenture Q&A.pdf -------------------------------------------------------------------------------- /Abstract Reasoning/main: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /All Coding Problem Solution/Alice and String.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Alice and String.cpp -------------------------------------------------------------------------------- /All Coding Problem Solution/Alice and String.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Alice and String.java -------------------------------------------------------------------------------- /All Coding Problem Solution/Alice and String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Alice and String.py -------------------------------------------------------------------------------- /All Coding Problem Solution/Bitwise Operation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Bitwise Operation.py -------------------------------------------------------------------------------- /All Coding Problem Solution/Color Sandwich.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Color Sandwich.py -------------------------------------------------------------------------------- /All Coding Problem Solution/Count Character Occurrences in a String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Count Character Occurrences in a String.py -------------------------------------------------------------------------------- /All Coding Problem Solution/Even Odd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Even Odd.py -------------------------------------------------------------------------------- /All Coding Problem Solution/Exponentiation Without Using Built-in Power Function.c++: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Exponentiation Without Using Built-in Power Function.c++ -------------------------------------------------------------------------------- /All Coding Problem Solution/Exponentiation Without Using Built-in Power Function.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Exponentiation Without Using Built-in Power Function.java -------------------------------------------------------------------------------- /All Coding Problem Solution/Exponentiation Without Using Built-in Power Function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Exponentiation Without Using Built-in Power Function.py -------------------------------------------------------------------------------- /All Coding Problem Solution/File Version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/File Version.py -------------------------------------------------------------------------------- /All Coding Problem Solution/Group Students by Even and Odd IDs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Group Students by Even and Odd IDs.py -------------------------------------------------------------------------------- /All Coding Problem Solution/Length of a String.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Length of a String.cpp -------------------------------------------------------------------------------- /All Coding Problem Solution/Length of a String.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Length of a String.java -------------------------------------------------------------------------------- /All Coding Problem Solution/Length of a String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Length of a String.py -------------------------------------------------------------------------------- /All Coding Problem Solution/Longest Streak of Consecutive Wins.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Longest Streak of Consecutive Wins.cpp -------------------------------------------------------------------------------- /All Coding Problem Solution/Longest Streak of Consecutive Wins.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Longest Streak of Consecutive Wins.java -------------------------------------------------------------------------------- /All Coding Problem Solution/Longest Streak of Consecutive Wins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Longest Streak of Consecutive Wins.py -------------------------------------------------------------------------------- /All Coding Problem Solution/Maximum People in Lift Without Exceeding Weight Capacity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Maximum People in Lift Without Exceeding Weight Capacity.py -------------------------------------------------------------------------------- /All Coding Problem Solution/Maximum Vowel Frequency in a Paragraph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Maximum Vowel Frequency in a Paragraph.cpp -------------------------------------------------------------------------------- /All Coding Problem Solution/Maximum Vowel Frequency in a Paragraph.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Maximum Vowel Frequency in a Paragraph.java -------------------------------------------------------------------------------- /All Coding Problem Solution/Maximum Vowel Frequency in a Paragraph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Maximum Vowel Frequency in a Paragraph.py -------------------------------------------------------------------------------- /All Coding Problem Solution/Mongo Distribution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Mongo Distribution.py -------------------------------------------------------------------------------- /All Coding Problem Solution/Poet and Rhymes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Poet and Rhymes.py -------------------------------------------------------------------------------- /All Coding Problem Solution/Printing Job.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Printing Job.py -------------------------------------------------------------------------------- /All Coding Problem Solution/Qualifying Score.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Qualifying Score.py -------------------------------------------------------------------------------- /All Coding Problem Solution/Rebound Height.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Rebound Height.cpp -------------------------------------------------------------------------------- /All Coding Problem Solution/Rebound Height.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Rebound Height.java -------------------------------------------------------------------------------- /All Coding Problem Solution/Rebound Height.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Rebound Height.py -------------------------------------------------------------------------------- /All Coding Problem Solution/SUM XOR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/SUM XOR.py -------------------------------------------------------------------------------- /All Coding Problem Solution/Second Occurrence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Second Occurrence.py -------------------------------------------------------------------------------- /All Coding Problem Solution/Special Fibonacci.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Special Fibonacci.py -------------------------------------------------------------------------------- /All Coding Problem Solution/String Program.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/String Program.py -------------------------------------------------------------------------------- /All Coding Problem Solution/Sum of all even number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Sum of all even number.cpp -------------------------------------------------------------------------------- /All Coding Problem Solution/Sum of all even number.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Sum of all even number.java -------------------------------------------------------------------------------- /All Coding Problem Solution/Sum of all even number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Sum of all even number.py -------------------------------------------------------------------------------- /All Coding Problem Solution/The Clock Problem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/The Clock Problem.py -------------------------------------------------------------------------------- /All Coding Problem Solution/Unique Product Labels from Two Strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/Unique Product Labels from Two Strings.py -------------------------------------------------------------------------------- /All Coding Problem Solution/White Space Difference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/White Space Difference.py -------------------------------------------------------------------------------- /All Coding Problem Solution/digit reverse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/digit reverse.py -------------------------------------------------------------------------------- /All Coding Problem Solution/main: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /All Coding Problem Solution/octalToDecimal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/octalToDecimal.cpp -------------------------------------------------------------------------------- /All Coding Problem Solution/octalToDecimal.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/octalToDecimal.java -------------------------------------------------------------------------------- /All Coding Problem Solution/octalToDecimal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/octalToDecimal.py -------------------------------------------------------------------------------- /All Coding Problem Solution/prime number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/All Coding Problem Solution/prime number.py -------------------------------------------------------------------------------- /Coding Round/07-Oct-2024 coding.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Coding Round/07-Oct-2024 coding.pdf -------------------------------------------------------------------------------- /Coding Round/10-Oct-2024 Interview.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Coding Round/10-Oct-2024 Interview.pdf -------------------------------------------------------------------------------- /Coding Round/12-Oct-2024 Coding.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Coding Round/12-Oct-2024 Coding.pdf -------------------------------------------------------------------------------- /Coding Round/14-Oct-2024.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Coding Round/14-Oct-2024.pdf -------------------------------------------------------------------------------- /Coding Round/14-sep-2024 Coding Question.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Coding Round/14-sep-2024 Coding Question.pdf -------------------------------------------------------------------------------- /Coding Round/15-Oct-2024.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Coding Round/15-Oct-2024.pdf -------------------------------------------------------------------------------- /Coding Round/15-sep-2024 Coding Question.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Coding Round/15-sep-2024 Coding Question.pdf -------------------------------------------------------------------------------- /Coding Round/17-Sep-2024 Coding.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Coding Round/17-Sep-2024 Coding.pdf -------------------------------------------------------------------------------- /Coding Round/19-sep-2024 Coding Question.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Coding Round/19-sep-2024 Coding Question.pdf -------------------------------------------------------------------------------- /Coding Round/20-sep-2024 Coding.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Coding Round/20-sep-2024 Coding.pdf -------------------------------------------------------------------------------- /Coding Round/21-sep-2024 Coding.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Coding Round/21-sep-2024 Coding.pdf -------------------------------------------------------------------------------- /Coding Round/22-sep-2024-coding.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Coding Round/22-sep-2024-coding.pdf -------------------------------------------------------------------------------- /Coding Round/25-sep-2024 Coding.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Coding Round/25-sep-2024 Coding.pdf -------------------------------------------------------------------------------- /Coding Round/26-sep-2024 Coding.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Coding Round/26-sep-2024 Coding.pdf -------------------------------------------------------------------------------- /Coding Round/27-sep-2024 Coding.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Coding Round/27-sep-2024 Coding.pdf -------------------------------------------------------------------------------- /Coding Round/29-Sep-2024 Coding.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Coding Round/29-Sep-2024 Coding.pdf -------------------------------------------------------------------------------- /Coding Round/Part-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Coding Round/Part-1.pdf -------------------------------------------------------------------------------- /Coding Round/Part2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Coding Round/Part2.pdf -------------------------------------------------------------------------------- /Coding Round/Part3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Coding Round/Part3.pdf -------------------------------------------------------------------------------- /Coding Round/Part4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Coding Round/Part4.pdf -------------------------------------------------------------------------------- /Coding Round/Rebound Height.c++: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Coding Round/Rebound Height.c++ -------------------------------------------------------------------------------- /Coding Round/Rebound Height.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Coding Round/Rebound Height.java -------------------------------------------------------------------------------- /Coding Round/main: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Critical Reasoning/Accenture Critical Reasoning Q&A.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Critical Reasoning/Accenture Critical Reasoning Q&A.pdf -------------------------------------------------------------------------------- /Critical Reasoning/main: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/LICENSE -------------------------------------------------------------------------------- /MS-Office/Accenture MS-Office Q&A.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/MS-Office/Accenture MS-Office Q&A.pdf -------------------------------------------------------------------------------- /MS-Office/main: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Networking Security and Cloud/Network and CLoud Accenture .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Networking Security and Cloud/Network and CLoud Accenture .pdf -------------------------------------------------------------------------------- /Pseudo Code/Pesudo code part-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Pseudo Code/Pesudo code part-3.pdf -------------------------------------------------------------------------------- /Pseudo Code/Pseudo Code Part4 .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Pseudo Code/Pseudo Code Part4 .pdf -------------------------------------------------------------------------------- /Pseudo Code/Pseudo Code part-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Pseudo Code/Pseudo Code part-1.pdf -------------------------------------------------------------------------------- /Pseudo Code/Pseudo code part 2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Pseudo Code/Pseudo code part 2.pdf -------------------------------------------------------------------------------- /Pseudo Code/main: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/README.md -------------------------------------------------------------------------------- /RoadMap And HR Question/Accenture interview RoadMap and HR .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/RoadMap And HR Question/Accenture interview RoadMap and HR .pdf -------------------------------------------------------------------------------- /RoadMap And HR Question/main: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Technically Interview Question/main: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Technically Interview Question/technical Interview.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Technically Interview Question/technical Interview.pdf -------------------------------------------------------------------------------- /Verbal Ability/Accenture Verbal Ability Q&A.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/debugwithshubham/Accenture-Interview-Question-/HEAD/Verbal Ability/Accenture Verbal Ability Q&A.pdf --------------------------------------------------------------------------------