Recent posts in Announcements

121

GO Test Series for GATE CSE 2022

Hello Everyone....!!

Here is the most awaited post of GATE Overflow TEST SERIES for GATE CSE - 2021.

You can check the complete details of the Test Series in the below link....!! If you have any doubts can drop a comment to this post..!!

Schedule

EDIT: The test series will be as per the updated syllabus for GATE 2021 and will be having Multiple Select Questions from mid August onwards. 

 

Features of the Test Series

  1. All questions newly formed and verified by GATE Overflow team
  2. Emphasis on coverage of all question types in GATE 
  3. Both technical as well as grammatical errors are proofread before test creation
  4. Tests can be taken any time from the creation date
  5. Detailed solution will be provided for all the test questions with option for commenting doubts
  6. Questions will be on GATE Overflow site and visible only to those who have taken tests
  7. Any change in answer key will be updated immediately and notified to all takers
  8. Any wrongly answered question will be automatically added to “Wrongly Attempted” Question list which you can view anytime for revision
  9. Tests consists of three types
    1. 21 Subject wise tests which includes 20 two-marks and 10 one-marks questions for 50 marks and 90 minutes
    2. 5 Mix-subjects tests which will include questions from multiple subjects and same marking scheme as subject wise tests
    3. 5 full length mock tests in the exact format as actual GATE (65 questions, 100 marks, 180 minutes)
  10. Test Interface can be tried here (Tests by Mentors and Previous year tests are available for GATE, UGCNET etc. which can be taken freely by any user)

Click here for Schedule of GATE Overflow Test Series for GATECSE 2021

Subscribe Now for Rs. 1200. (The test access will be removed by May 15 and those who are subscribing for GATE 2022 please wait until May 1 when new schedule and subscription shall be shared) 

soujanyareddy13 posted in From GO Admins May 26, 2020 edited May 21, 2021 by Arjun
39,680 views
122

IIT Delhi CSE Dept. has released the interview shortlists for both MS-R and PhD. Shortlisting criteria and the shortlists themselves are here – http://phd.cse.iitd.ac.in/phd_selection/may20.html.

If you think you should be shortlisted as per the criteria, but didn’t receive the email – check your spam, and then contact the department directly (contacts at the link).

shashin posted in Others May 23, 2020
by shashin
1,387 views
123

Hi Everyone,

 

I am Abhilash Bhardwaj ( https://www.linkedin.com/in/abhilash-bhardwaj-6000b7b4/ ), last time (DRDO- Advt -136 for Scientist-B) I was one of selected students for Scientist -B position in Computer Science discipline. 

 

I will include some of my experiences so that it can help future aspirants to crack this examination. I request you to read the entire post.

 

First I am including last year question papers:

 

DRDO CS-Paper 1   https://drive.google.com/open?id=13t9T291s2S2QCCC8qjCfBkzBCQGU3PNW 

DRDO CS- Paper 2  https://drive.google.com/open?id=13sbVEMqmndQZk9Wgcvz6tPoDJCPMy3ER 

 

Some suggestions related to Descriptive Examination:

  • First of all you must complete the entire gate syllabus, and don’t start with additional syllabus. Major portion consist of GATE CS syllabus except Hypervisor in OS and some other topics.

  • Now come to cyber security, Whatever syllabus is mentioned you can do them but last year trend reflect major element of network security like buffer overflow attacks, TCP SYN flooding attack, DNS spoofing attack, DNS Cache Poisoning, Man-in-the-middle, Ping to death attack, Denial of service attack, DDoS and many more. So focus should be given to them as well. (Soon I will try to make a consolidated list of attacks and issues.)

  • For Machine Learning , Last year asked questions on Simple linear regression, TF-IDF representation of Text documents, Overfitting and underfitting problems and some elements of classification problems. ML is a wide area, so you cannot cover each and everything. ( Here also I will try to make a list of topics you should read.)

  • Again, my request is to start with the GATE syllabus,  (GATE aspirants have only solved objective questions), here we need to solve everything like semester examination in a neat and clean way. Here questions can be like building CLR tables, proving using pumping lemma, writing code for Dining Philosopher Problem, Writing assembly language programs etc. So you need to change your strategy slightly. Rather than asking how many NAND gates required for XOR, they will ask you to draw it. 

  • For additional topics like ML and Security, interested people can contact me. 

 

I will post my DRDO interview experience after descriptive examination. 


 

Thanks for reading !!!

kumarab posted in PSU Jobs May 14, 2020
by kumarab
5,635 views
124

Schedule for GATE CSE 2022

The schedule followed by GO for GATE2021

Please do not listen to what random people say about the schedule. This is a relaxed one and so you should not keep any topics for later thinking you have time. 

GO Test Series for GATE 2021

Advantages of following this schedule:

  1. It is not the only good schedule possible but is one schedule where subject dependencies are met 
  2. Schedule organized into 4 modules:
    1. First 6 weeks covering aptitude and discrete mathematics fundamentals – most important
    2. Next 5 weeks covering a bit of hardware, programming and computer architecture – builds a good system level knowledge
    3. Next 5 weeks covering more theoretical subjects, probability and OS – building the base of Intelligent Systems
    4. Final 3 weeks to finish Operating Systems, Computer Networks and Compiler Design 
  3. This schedule is tied to tests which are going to be added on GATE Overflow – subject tests will be added as per the schedule
  4. Preparation materials including reference links are provided on GO classroom as per the schedule – to access GO classroom just create a new account on the home page of it and subscribe manually to each course
  5. Even if you are joining late, you can adjust your schedule accordingly - most assignments in GO classroom will allow late submissions and this schedule will be over by November end.
  6. Extra points to be followed will be updated here.
  7. GATE CSE Subject page should be used for the subject resources (will be updated as per schedule) and GO classroom has assignments in extra. 

June 1-7

June 8-14

Quantitative Aptitude: Ratios, speed­-time, directions, work­-time, clock, other numericals, deriving conclusion from graphs, pie/bar charts, sequence and series etc.

June 15-21

Discrete Mathematics: Set Theory & Algebra: Sets; Relations; Functions; Mathematical Logic: Propositional Logic; First Order Logic.

June 22-28

Discrete Mathematics: Combinatorics; Counting; generating functions; 

 

June 29-July 5

Discrete Mathematics: Combinatorics;  recurrence relations.

Discrete Mathematics: Set Theory & Algebra: Groups; Partial Orders; Lattice.

July 6-12 

Revision, Taking Tests. 


July 13-19 

Digital Logic: Boolean algebra. Combinational circuits. Minimization. Number representations and computer arithmetic (fixed and floating point), Sequential circuits. 

July 20 - July 26

Programming and Data Structures: Programming in C. Recursion. 

July 27 – August 2

Computer Organization and Architecture: Machine instructions and addressing modes, ALU, data‐path and control unit, Instruction pipelining, Memory hierarchy: Cache and main memory, Secondary storage, I/O interface (Interrupt and DMA mode).

August 3-9

Programming and Data Structures: Arrays, stacks, queues, linked lists, trees, binary search trees, binary heaps, graphs.

Algorithms: Asymptotic worst case time and space complexity. 

August 10-16

Algorithms: Searching, sorting, hashing. Algorithm design techniques: greedy, dynamic programming and divide‐and‐conquer.

August 24-30

Revision, Taking Tests.

Exam Link: https://gateoverflow.in/exam/238/go-2021-mix-subjects-2


August 31 - September 7

Algorithms: Graph search, minimum spanning trees, shortest paths.

September 8-14

September 15-21

Probability: Random variables. Uniform, normal, exponential, poisson and binomial distributions. Mean, median, mode and standard deviation. Conditional probability and Bayes theorem.

September 22-28

Theory of Computation: Regular expressions and finite automata. Context-free grammars and push-down automata. Regular and context-free languages, pumping lemma. Turing machines and undecidability. 

September 29-October 5

Databases: ER‐model. Relational model: relational algebra, tuple calculus, SQL. Integrity constraints, normal forms. File organization, indexing (e.g., B and B+ trees). Transactions and concurrency control.

October 6-12

Revision, Rest

Exam Link: https://gateoverflow.in/exam/245/go-2021-mix-subjects-3

October 13-19

Computer Networks: Concept of layering: OSI and TCP/IP Protocol Stacks; Basics of packet, circuit and virtual circuit-switching; Data link layer: framing, error detection, Medium Access Control, Ethernet bridging; Routing protocols: shortest path, flooding, distance vector and link state routing; Fragmentation and IP addressing, IPv4, CIDR notation, Basics of IP support protocols (ARP, DHCP, ICMP), Network Address Translation (NAT); Transport layer: flow control and congestion control, UDP, TCP, sockets; Application layer protocols: DNS, SMTP, HTTP, FTP, Email.

October 20 - October 26

Linear Algebra: Matrices, determinants, systems of linear equations, Eigen values and Eigen vectors, LU decomposition.

October 27-November 2

Operating System: Processes, Threads, Inter-process communication, Concurrency, Synchronization, Deadlock, CPU scheduling,

November 3-November 9

Exam Date : November 23

Revision, Taking Tests. 


November 10-16

Exam Date : November 26

Operating System: Memory management and virtual memory, File systems. 

Calculus: Limits, continuity and differentiability. Maxima and minima. Mean value theorem. Integration. 

November 17-23

Exam Date : November 30

Compiler Design: Lexical analysis, parsing, syntax-directed translation. Runtime environments. Intermediate code generation. Local optimisation, Data flow analyses: constant propagation, liveness analysis, common subexpression elimination.

November 24-30

Exam Date : December 7

Numerical Ability: Analytical Aptitude: Logic: deduction and induction, Analogy, Numerical relations and reasoning
Spatial Aptitude: Transformation of shapes: translation, rotation, scaling, mirroring, assembling, and grouping, Paper folding, cutting, and patterns in 2 and 3 dimensions

December 1-7

Exam Date : December 14

Revision, Solving tests


December/January

  • Full length mock tests
  • Give previous year tests of actual GATE –  no mock test will be like an actual GATE
  • Time management and reducing careless mistakes must be done
  • Closed book revision is important 

Mock Test 1 : January 4 

Mock Test 2 : January 18

Mock Test 3 : January 20

Mock Test 4 : January 24

Mock Test 5 : January 31

Arjun posted in From GO Admins May 4, 2020 edited Jan 23, 2021 by soujanyareddy13
by Arjun
19,994 views
125

At 9pm on April 10.

https://youtu.be/P1KmNS75TEA

Please add your questions as chat comment from now onwards. 

Arjun posted in From GO Admins Apr 7, 2020 edited Apr 7, 2020 by Arjun
by Arjun
2,332 views
127

So let’s talk about M.Tech placements in IIIT A.

Before you question my authenticity , I’m the current placement coordinator of M.Tech at IIIT Allahabad so you are reading the most accurate stats and opinions.

Disclaimer : Note that the following answers are purely personal.

Question : What’s the average CTC of a M.Tech IT Student(2020 Passing out batch) at IIIT Allahabad?

Ans : Average : 14Lakhs.
Highest : 34Lakhs.
Lowest : 6Lakhs.
Median CTC : 11.75Lakhs.
Placed / Unplaced : 67 / 13

Question : Does that mean every student is making 1.16Lakh/Month (14Lakhs / 12 = 1.16 Lakhs) ?

Ans : No, that’s far from the truth. There is a huge difference between CTC and Net Monthly Take Home. For example, if a famous company offers 29.5 Lakhs in CTC, it doesn’t translate to 2.45 Lakhs/Month. The take home is somewhere between 1.14 to 1.20 Lakh/Month.

Question : Wait, where did the rest of the money go?

Ans : That’s where the game is. This company which offered 29.5Lakhs might be giving 16 to 17 Lakhs as Base Package(Take home per year) and 1 to 2 lakhs of Joining Bonus + Relocation Bonus (Paid one time at starting) and rest everything is RSUs or ESOPs which will vest in anytime between 1–5 years.

Question : I have heard B.Tech’s placement is great and M.Tech’s placement is shit, How true is this?

Ans : No, If a company has allowed M.Tech then they do not differentiate based on degree. They want to hire good programmers and many times M.Tech students could not compete with their B.Tech peers. However, things have changed this year to a minor extent. In my batch(2020) we had a few quality programmers who performed on par with B.Tech students if not better.

Question : Hey Sumanth! That’s all fine but not all companies allow M.Tech students, or do they?

Ans : Yes, not all companies allow M.Tech students. However all top companies starting from the likes of Amazon, Flipkart, Walmart, Uber, etc. allow M.Tech students sometimes even with higher CTC than B.Tech students. Out of around 140 companies that visited for the 2020 batch, M.Tech students were allowed to sit in 70+ companies. If you still think that 70 opportunities are not enough for you to land a great job, I would say be positive and focus on the opportunities available at hand rather than worrying. Even If you are a decent programmer I have got no doubt that you will work wonders and surprise yourself with the CTC you would draw.

Question : Fine sir. I accept now that there are enough opportunities however, are B.Tech students too strong with their coding skills ? Sir, do we even stand a chance against them?

Ans : Competition is strong. There’s no denying that, but no one ever has all the advantages. Let’s figure out ways to get those lucrative offers!

There are a total of 300 questions. Once you solve all of these standard questions, you will walk into an interview confidently knowing that you will do well.

Question : But sir, I have heard the course structure is hectic. Will we get anytime to work on coding?

Ans : Yes, the course is a bit time consuming compared to other colleges (24hrs of classes per week plus assignments on top of them), but my batch did very well at placements despite all this. Instead of being pessimistic, let’s use time smartly and balance academics + coding.

Question : Sir, my score is xyz and my category is abc. Can I get a seat in IIITA?

Ans : Please check the cutoff on gatecse website or CCMT website.

I have written the same post on medium and will keep on updating it as and when I get new questions. You can check that out too.

That’s all for now. If you have any further doubts you can reach out to me on facebook. I would like to thank my friend Bavani for helping me edit this post! :)

Sumanth Sunny posted in Others Mar 27, 2020
12,071 views
128

After GATE most of you will have one main question – where will I get admit. For this, last year cutoff is a good metric. But again many of the cutoffs are not available. Thanks to gatecselastrank.com most of the available details and also any relevant official links can be found. In this post I’ll quickly summarize some relevant information.

  1.  In 2019, for CSE all IISc/IIT except IITK/D were doing direct admit. (This does not include some related courses like IISc. AI, IISc CDS etc. and some new IITs where there were interviews). In 2020, even IITK will be doing direct admit.
  2. For Research admissions there are always interviews and this year also it should be the case.
  3. Expected last ranks for DIRECT ADMITS this year is as follows (after the last round and not the first round)
      Gen EWS OBC NCL
    IISc CSA 70-110 80-130 300-400
    IITB TA 70-130 80-150 300-400
    IITM/D/K/Kgp 200-250 220-300 450-650
    IITG/H/R 300-360 350-430 650-1000
  4. For NIT cutoffs you can see last year CCMT stats and convert the score cutoff to rank. 

  5. If you are general and your rank is 250-2000, you should be preparing for interviews as well as for IIITH/BITS

  6. If your rank is worse than 2000 and you are general, there is no good option available via GATE – you might get some lower NITs which is not worth going especially if you do not have good technical skills. IIITH/BITS are still an option.

  7. New IITs are worth going if you can find a good faculty to work under. Most of them may not have enough quality professors and placement setup also may not be properly established. If you are thinking about REPEAT please watch this video

  8. Regarding how to prepare for interviews, all the information you can get HERE thanks to Balaji Jagan and at the following links thanks to Lakshman Patel.

    1. https://gateoverflow.in/blog/9621/gate-cse-iisc-admissions

    2. https://gateoverflow.in/blog/9644/gate-cse-iit-bombay-admissions

    3. https://gateoverflow.in/blog/9656/gate-cse-iit-madras-admissions

    4. https://gateoverflow.in/blog/9657/gate-cse-iit-kanpur-admissions

    5. https://gateoverflow.in/blog/9659/gate-cse-iit-delhi-admissions

    6. https://gateoverflow.in/blog/9667/gate-cse-iit-guwahati-admissions

    7. https://gateoverflow.in/blog/9673/gate-cse-iit-hyderabad-admissions

    8. https://gateoverflow.in/blog/9684/psus-recruitment

    9. https://gateoverflow.in/blog/9681/barc-recruitment

    10. https://gateoverflow.in/blog/9682/isro-recruitment

    11. https://gateoverflow.in/blog/9678/gate-cse-all-nits-admissions

    12. https://gateoverflow.in/blog/9739/gate-cse-iiit-delhi-admissions

    13. https://gateoverflow.in/blog/9740/gate-cse-nsit-admissions

  9. For those not expecting any good admissions you have the following options

    1. Try for GRE

    2. Give exams like ISRO, NIELIT etc where the questions are a lot different from GATE and practice does translate to a good rank

    3. Try for CAT or MBA abroad

    4. Try for a job

    5. If you know how to get a good rank, you can repeat. Otherwise you can join a coaching and at least help run their business

    6. I’m not a life coach – I’m only passing you whatever information I have. Please do not ask me for advise. 

Arjun posted in From GO Admins Mar 22, 2020
by Arjun
4,663 views
129

BITS HD 2020 form is out.

Please check here: https://www.bitsadmission.com/hdmain.aspx

Important Dateshttps://www.bitsadmission.com/hdimpdates.aspx

Exam fee: 1) Via Gate Score: Rs 1000/-

                  2) Via BITS HD online test: Rs 3300/-

Last date: 27/04/2020

Exam date: 16/05/2020,23/05/2020

Hira Thakur posted in Exam Application Mar 21, 2020
2,035 views
131

Please fill in your GATE 2020 Results here: 

https://forms.gle/Mnh4oaWH66YJMLJj9

Please visit the below blog for seeing detailed admission response of GATE 2019 and this can tell you what you can get for a given rank. 

Use GATE rank for comparison and not GATE score. Because score can vary between years and so rank is a better factor for comparison.

For GATE ranks 80-1500 you’ll be getting calls for interviews and you can make use of the experiences given below. 

https://bit.ly/2MVz4j4

Responses

 

Arjun posted in From GO Admins Mar 14, 2020
by Arjun
5,789 views
132
GATE Final answer keys are out. Request to admins to kindly update answer keys in the GO marks predictor. Would be very helpful for all of us. Thanks a lot to you in advance for all the efforts

Update: GO keys have been updated accordingly, showing correct keys according to official.
sladewinter posted in Exam Results Mar 13, 2020 edited Mar 13, 2020 by sladewinter
1,786 views
134
135

$\large \color{Blue}{\textbf{ COAP INFO BROCHURE}}$ http://coap.iitm.ac.in/pdfs/COAP%202020_IB_v7.pdf

$\large \color{Blue}{\textbf{ LAST YEAR STATISTICS :-}}$   https://gatecse.in/important-dates/

$\large \color{Blue}{\textbf{ INTERVIEW EXPERIENCE LIST :-}}$ https://gateoverflow.in/blog/9628/

$\large \color{Blue}{\textbf{ LAST RANKS :-}}$ http://gatecselastrank.com/


$\LARGE \color{Blue}{\textbf{ IISc and IITs}}$

$\color{Blue}{\textbf{S. No}}$ $\color{Blue}{\textbf{NAME OF COLLEGE}}$ $\color{Blue}{\textbf {EXAM DATE}}$ $\color{Blue}{\textbf {APPLICATION START }}$ $\mathbf{{\color{Blue}{APPLICATIONS\ ENDS}}}$ $\color{Blue}{\textbf{ APPLICATION LINK}}$ $\color{Blue}{\textbf{INTERVIEW EXPERIENCE}}$
$1.$ $\text {IISc}$ $\text{Interview date- 18-22 May 2020}$ $\text{Updating soon}$

$\text{23 March 2020}$

$\text{Research – 6 April 2020}$

https://admissions.iisc.ac.in/Web/SelectUGPG.aspx https://gateoverflow.in/blog/9621/gate-cse-iisc-admissions
$2.$ $\text {IITB}$ $\text{Updating soon}$ $\text{18 March 2020}$ $\text{9 April 2020}$ http://www.iitb.ac.in/newacadhome/mtech.jsp https://gateoverflow.in/blog/9644/gate-cse-iit-bombay-admissions
$3.$ $\text {IITM}$ $\text{Updating soon}$ $\text{Updating soon}$ $\text{Updating soon}$   https://gateoverflow.in/blog/9656/gate-cse-iit-madras-admissions
$4.$ $\text{IITD}$ $\text{Updating soon}$ $\text{2 March 2020}$ $\text{30 March 2020}$ https://ecampus.iitd.ac.in/PGADM/login https://gateoverflow.in/blog/9659/gate-cse-iit-delhi-admissions
$5.$ $\text{IITK}$ $\text{Updating soon}$ $\text{16 March 2020}$ $\text{7 April 2020}$ https://pingala.iitk.ac.in/PGADM-0/login https://gateoverflow.in/blog/9657/gate-cse-iit-kanpur-admissions
$6.$ $\text{IITKgp}$ $\text{Updating soon}$ $\text{Updating soon}$ $\text{Updating soon}$   https://gateoverflow.in/blog/9714/mtech-admission-procedure-formerly-delhi-college-engineering
$7.$ $\text{IITR}$ $\text{Updating soon}$ $\text{20 march 2020}$ $\text{15 April 2020}$    
$8.$ $\text{IITG}$ $\text{Updating soon}$ $\text{2 March 2020}$ $\text{1 April 2020}$ https://www.iitg.ac.in/acad/admission2020/mtech/ https://gateoverflow.in/blog/9667/gate-cse-iit-guwahati-admissions
$9.$ $\text{IITH}$ $\text{Updating soon}$ $\text{Updating soon}$ $\text{Updating soon}$   https://gateoverflow.in/blog/9673/gate-cse-iit-hyderabad-admissions

$\LARGE \color{Blue}{\textbf{ Other Colleges}}$

$\color{Blue}{\textbf{S. No}}$ $\color{Blue}{\textbf{NAME OF COLLEGE}}$ $\color{Blue}{\textbf {EXAM DATE}}$ $\color{Blue}{\textbf {APPLICATION START }}$ $\mathbf{{\color{Blue}{APPLICATIONS\ ENDS}}}$ $\color{Blue}{\textbf{ ADVERTISMENT| LINK}}$ $\color{Blue}{\textbf{ FEE}}$ $\color{Blue}{\textbf{OTHER LINKS}}$
$1.$ $\text {IIITH}$ $\text{26 April 2020}$ $\text{12 Feb 2020}$ $\text{31 March 2020}$ http://pgadmissions.iiit.ac.in/pgee.html $\text{2000}$  
$2.$ $\text {IIITD}$ $\text{3 May 2020}$ $\text{16 March 2020}$ $\text{16 April 2020}$ https://www.iiitd.ac.in/admission/mtech/2020 $\text{510}$

https://gateoverflow.in/blog/9624/admission-procedure-in-iiitd

https://drive.google.com/open?id=1rO_nwm5HHLbjJMHHzOQrDHkaIcEAUHgh

$3.$ $\text{CMI}$ $\text{15 May 2020}$ $\text{9 March 2020}$ $\text{11 April 2020}$ https://www.cmi.ac.in/admissions/

$\text{Online – 750}$

$\text{Offline – 500}$

 
$4.$ $\text{ISI}$ $\text{10 May 2020}$ $\text{14 Feb 2020}$ $\text{16 March 2020}$ https://www.isical.ac.in/~admission/

$\text{Male Candidates - 1250}$

$\text{Female Candidates - 750}$

$\text{SC| ST|OBC|PwD -625}$

https://gateoverflow.in/blog/8987/isi-cmi-pdf-by-gate-overflow
$5.$ $\text{DTU}$ $\text{June last week}$ $\text{1st Week of  May}$ $\text{3rd Week of  June}$ http://dtu.ac.in/

$\text{SC| ST| PwD categories - 500}$

$\text{Male-1000}$

https://gateoverflow.in/blog/9714/mtech-admission-procedure-formerly-delhi-college-engineering

$\LARGE \color{Blue}{\textbf{ PSUs}}$

$\color{Blue}{\textbf{S. No}}$ $\color{Blue}{\textbf{NAME OF PSU }}$ $\color{Blue}{\textbf {EXAM DATE}}$ $\color{Blue}{\textbf {APPLICATION START }}$ $\mathbf{{\color{Blue}{APPLICATIONS\ ENDS}}}$ $\color{Blue}{\textbf{ ADVERTISMENT| LINK}}$ $\color{Blue}{\textbf{ FEE}}$ $\color{Blue}{\textbf{OTHER LINKS}}$
$1.$ $\text{BARC}$ $\text{14 March 2020 to 18 March 2020}$ $\text{6 Jan 2020}$ $\text{9 Feb 2020}$

 https://www.barconlineexam.in/engineer/index.html

$\text{500}$

http://www.barconlineexam.in/engineer/documents/Advertisement-2020.pdf

http://www.barconlineexam.in/document/barc_information_brochure_2020.pdf

$2.$ $\text{NIELIT}$ $\text{not announced yet}$ $\text{26 Feb 2020}$ $\text{26 March 2020}$ https://www.calicut.nielit.in/nic/

$\text{SC| ST| Pwd|Women - free!}$

$\text{Others - 800}$

https://gateoverflow.in/tag/nielit-2018

http://beta.nielit.gov.in/delhi/content/previous-question-papers-recruitment-exam 

http://beta.nielit.gov.in/content/old-question-papers-0

 

$3.$ $\text{BIS}$ $\text{Based on Gate-18,19 and 20 score }$ $\text{2 Feb 2020}$ $\text{31 March 2020}$ https://bis.gov.in/index.php/recruitment-to-the-post-of-scientist-b/

$\text{SC| ST| Pwd|Women - free!}$

$\text{Others - 100}$

https://bis.gov.in/wp-content/uploads/2020/02/Final-Detailed-Advertisement-for-Website.pdf

Please comment below if there is some mistake or any new exam application begins , I will keep updating this blog.

Satbir posted in Exam Application Mar 3, 2020 edited Mar 21, 2020 by anonymous
by Satbir
6,259 views
137

For those interested in C++ can hone their programming skills by working on the below compiler project. 

(You can just create a new account if you do not have a GO classroom account)

https://classroom.gateoverflow.in/mod/lesson/view.php?id=135

Arjun posted in From GO Admins Feb 23, 2020
by Arjun
1,261 views
139
till 21st​​​​​​​ February 1800 hours.
scarz posted in Exam Results Feb 19, 2020
by scarz
2,791 views