[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Placement Paper :: PEOL

Companies-Placement-paper-experience
  • Peol-Bangalore-offcampus-placement-pattern
Total View : 7.22K
3 
0 
1st Round: offline written which include aptitude questions(10 questions only), which is quite easy.

2nd Round: Group Discussion: please refer current topics like elections in india, social Media, jallikattu, H1B visa policy changes
(Please do prepare of some current topics)

3rd Round: Program Execution: they will ask you to execute some c/c++ programs in system.

1. WAP to remove comment lines .
2. WAP to reverse the string like i love india so output will be - india love i
3. WAP to find string is palindrom or not.
4. WAP to find the length of string.
5. WAP to find the number is power of 2 or not.
6. WAP for string comparision.
7. WAP of Bubble sort.
8. WAP to find the LCM nd GCD.
9. WAP to find the sum of digits in number like 245 so output will be 2 + 4 + 5 = 11