Kytcs.Blogspot.com: infypaper
Showing posts with label infypaper. Show all posts
Showing posts with label infypaper. Show all posts

Unix code

Welcome to the my blog
OPA -JAVA UNIX Student details


#!/bin/bash
read 
awk 'BEGIN{FS=",";t=0}
 {
a[t]=$1;
b[t]=$3+$4;
c[t]=$2;
 
t=t+1
 
}
END
{
for(i=0;i<t;++i)
{
   ma=0;
    pos=i;
    for(j=0;j<t;++j)
    {
        if (b[j]>ma)
        {
            ma=b[j];
            pos=j;
        }
    }
    if (b[pos]>99)
    print a[pos],c[pos];
    b[pos]=-1;
 
}
}
'

Infosys Placement Papers Syllabus

Infosys Placement Papers Syllabus 2019

Infosys previous year papers give a gist of the syllabus from which most of the questions in the drive would be asked. The syllabus gives a good idea of what topics should be prepared.

Infosys Quantitative Aptitude Questions


The syllabus for Infosys quantitative aptitude section is as follows:
  • Percentages
  • Profit and Loss
  • Permutation and Combination
  • Probability
  • Speed Time and Distance
  • Boats and Streams
  • Time and Work
  • Data Interpretation
  • Mixtures and Allegation

Followers

Ad Space