Skip to main content

IT GRADUATE JOBS


GOVT. JOBS FOR IT GRADUATES(LIST-1)




Here is the list of govt. jobs for IT graduates. Some of them includes PG eligibility too(SBI Senior IT post,WRDA Sotware Engineer ). The pay scale is as per the respective organization criteria. The last date given in the list is the date of form submission similar to each year.

Govt Organization
Name of Post - Total Vacancies
Last Date for Apply
Salary
Min.
Max,
State Bank of India (SBI)
Junior Associates - 8732
03/05/2019
                  11,765
                 31,450
Railway Recruitment Boards (RRB)
Computer , IT Posts - 1000+
April 2019
35,400
1,12,400(level-6)
State Bank of India (SBI)
Probationary Officers - 100+
22/04/2019
           27,620
           42,020
IDBI Bank
Assistant Managers - 500
15/04/2019
16,757
72,670
Allahabad Bank
Managers (IT) - 08
29/04/2019
            36,471
            71,470
Food Safety and Standards Authority of India (FSSAI)
Assistant Manager (IT), IT Assistant- 08
25/04/2019
9300
34,800
Prasar Bharati, New Delhi
Programmers - 05
24/04/2019
44,007
51,193
Bank of Baroda (BOB) Financial Solutions limited
Various Managers
24/04/2019
48,330
62,500
Warehousing Development and Regulatory Authority (WRDA), New Delhi
Solution Architect, Software Engineers - 02
03/05/2019
70,000
1,50,000
Central University of Jharkhand
Senior Technical Assistant (Computer) - 01
22/04/2019
44,900
1,42,400
IIT Ropar
Junior System Superintendent - 01
12/04/2019
35,400
1,12,400




                                                                                                                                             


                                              
                                                                                 Regards,                                                                                              ITK


Comments

Popular posts from this blog

ASCII TABLE || HEXADECIMAL TABLE

ASCII & Hexadecimal Table (CLICK THE IMAGE TO VIEW IT PROPERLY) REGARDS, ITK

Calculator Using C Programming

  C  is not only capable in maximizing the logical concept towards machine/software programming but it also makes users comfortable through its in-built functions. Making of simple calculator in C must at least be done by the novices themselves to improve and test their level of understandings in logics being applied. Here is the code that has been created for the joy of creativity through C-coding. CODE #include <stdio.h> #include <conio.h> int main() {     int a,b,result;     char ch[2]; clrscr(); gotoxy(30,1);printf("CALCULATOR"); gotoxy(10,8);printf("FIRST NUMBER : "); gotoxy(4,9);printf("OPERATION(+,-,*,/) : "); //to choose operation from gotoxy(9,10);printf("SECOND NUMBER : "); gotoxy(16,12);printf("RESULT : "); gotoxy(30,18);printf("Powered By : ITK"); gotoxy(25,8);scanf("%d",&a); // input first number gotoxy(25,9);scanf("%s",ch); //input operation as a

INSTALLING TURBO C/C++ IN WINDOWS || INSTALLING TURBO C++ || INSTALLING BORLAND'S TURBO C++

Borland's Turbo C/C++ has been making the novices to know the power of coding with interest beside of being outdated since 1987. It was noted for its integrated development environment, small size, fast compile speed, comprehensive manuals and low price availability. But now it's completely free to download and use. You can download Turbo C/C++ of Borland's (according to your PC's requirements) by clicking here. TO SEE THE INSTALLATION VIDEO CLICK HERE . After the download is completed, follow the following steps (picture-wise too) after opening it : 1. Double click the application to start installation. 2. Now click next. 3. Accept the license aggreement to continue to install by clicking intsall button. 4. The installing page will look like - 5. After the installation is completed soon, click read me if you wish to see its license aggreement. 6. Otherwise you can continue by clicking finish. 7. Now go to the desktop and search