Date of visit: 15.09.2018 Criteria: 6.5 & above The process consisted of online test followed by a technical interview 1.Online Test They asked to choose either C++ or Java prior itself.Based on the language preference login credentials were shared.I opted for C++. This test consisted of 4 sections. SECTION 1: Quantitative Aptitude SECTION 2: Logical Reasoning SECTION 3: Technical Aptitude SECTION 4: 2 Programming Questions One program was a pattern generating problem. How do I print the format in C programming college 1*2*3*4 \n9*10*11*12\n 13*14*15*16\n 5*6*7*8 if you have to print the N number of rows where 1<=N<=100? Sample Input: 4 Sample Output: 1 * 2 * 3 * 4 9 * 10 * 11 * 12 13 * 14 * 15 * 16 5 * 6 * 7 * 8 Another program was based on linked list 2.Technical Round(Face to Face) They started with all my projects mentioned in the resume.They asked me to draw the block diagram and asked about the uniqueness of my pr...