Upload Button Icon Add office photos

Filter interviews by

Ministry of Electronics and Information Technology Software Developer Intern Interview Questions and Answers

Updated 11 Oct 2023

Ministry of Electronics and Information Technology Software Developer Intern Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. What are the technologies have you worked with?
  • Ans. 

    I have worked with technologies such as Java, Python, HTML/CSS, JavaScript, SQL, and Git.

    • Java

    • Python

    • HTML/CSS

    • JavaScript

    • SQL

    • Git

  • Answered by AI
  • Q2. Any experience with web app development? Typescript and others
  • Ans. 

    Yes, I have experience with web app development using Typescript and other technologies.

    • Developed a web app using Typescript, HTML, and CSS

    • Used Angular framework for front-end development

    • Worked with RESTful APIs for backend integration

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Background check and Introduction, general discussion to get an idea of personality.
Round 4 - One-on-one 

(2 Questions)

  • Q1. Task assingment and project introduction
  • Q2. I was asked if I was already familiar with the technologies that are being used there.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be true to your SOP. And get an idea of on-ground technologies that could be under use by the department you have been shortlisted for.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. What is node js?
  • Ans. 

    Node.js is a runtime environment that allows you to run JavaScript code outside of a web browser.

    • Node.js is built on Chrome's V8 JavaScript engine.

    • It uses an event-driven, non-blocking I/O model.

    • Node.js is commonly used for building server-side applications.

    • It has a large ecosystem of open-source libraries and frameworks like Express.js.

  • Answered by AI
  • Q2. What is event loop?
  • Ans. 

    Event loop is a mechanism that allows a program to efficiently handle multiple events or tasks concurrently.

    • Event loop is commonly used in asynchronous programming to manage tasks that may take varying amounts of time to complete.

    • It continuously checks for events or tasks in a queue and executes them one by one.

    • Event loop helps prevent blocking of the main thread by allowing non-blocking execution of tasks.

    • Popular exam...

  • Answered by AI
  • Q3. Difference between callback and promise?
  • Ans. 

    Callback is a function passed as an argument to another function to be executed later, while a promise is an object representing the eventual completion or failure of an asynchronous operation.

    • Callback is used in traditional asynchronous programming, while promises are used in modern asynchronous programming.

    • Callbacks can lead to callback hell or pyramid of doom, while promises provide better readability and error hand...

  • Answered by AI
  • Q4. What is middlewares in node js?
  • Ans. 

    Middlewares in Node.js are functions that have access to the request and response objects, and can modify or terminate the request-response cycle.

    • Middlewares are functions that are executed in the middle of the request-response cycle.

    • They can perform tasks like parsing request data, logging, authentication, etc.

    • Middlewares can be added using app.use() method in Express framework.

    • Example: app.use(bodyParser.json()) to p

  • Answered by AI
  • Q5. What is event emitter?
  • Ans. 

    Event emitter is a pattern used to handle and respond to events in software development.

    • Event emitter is a design pattern commonly used in Node.js for handling events.

    • It allows objects to subscribe to events and be notified when those events occur.

    • Event emitter is often used for asynchronous programming and decoupling components.

    • Example: EventEmitter class in Node.js can be used to create custom events and handle them.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What fifo? diff btwn fifo and lifo
  • Ans. 

    FIFO stands for First In, First Out. LIFO stands for Last In, First Out.

    • FIFO is a method for organizing and manipulating a data buffer, where the first element added is the first to be removed.

    • LIFO is a method where the last element added is the first to be removed.

    • FIFO is like a queue, while LIFO is like a stack.

    • Example: In a FIFO queue, if elements A, B, and C are added in that order, they will be removed in the same...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explained about micro front end in react js
Round 2 - Behavioral 

(2 Questions)

  • Q1. Reason for job change
  • Q2. Can i Work from office for 15 days each month?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
-

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Implement your own state management in React and integrate it into a React application.

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Foosw,mdnkqfcjleskd;acwqmx,.m,/cwfm

Round 2 - Aptitude Test 

Mw,ednbndh2eliqwkslm/

Round 3 - One-on-one 

(3 Questions)

  • Q1. Ndrr.,dqwmklqw;,'dqa
  • Q2. Wd,,.mdcwsl;dq[lws'
  • Q3. Q';d,lmdfmmfwcm;fm'fmlfmfl
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is middle ware
  • Ans. 

    Middleware is software that acts as a bridge between different applications or components, allowing them to communicate and work together.

    • Middleware facilitates communication between different software applications or components

    • It can handle tasks such as data transformation, security, and routing

    • Examples of middleware include message brokers like RabbitMQ, web servers like Apache Tomcat, and API gateways like Kong

  • Answered by AI
  • Q2. What is routing
  • Ans. 

    Routing is the process of selecting a path for network traffic to travel from its source to its destination.

    • Routing involves determining the best path for data packets to travel through a network.

    • It is typically done by routers, which use routing algorithms to make decisions.

    • Examples of routing protocols include OSPF, BGP, and RIP.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basic Java concepts - Oops, collection
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Population, cricket, own topicsssss

Round 2 - One-on-one 

(1 Question)

  • Q1. What is sql in MYSQL?
  • Ans. 

    SQL in MYSQL is a query language used to interact with databases to retrieve, insert, update, and delete data.

    • SQL stands for Structured Query Language

    • It is used to communicate with databases like MYSQL to perform various operations

    • Common SQL commands include SELECT, INSERT, UPDATE, DELETE

    • Example: SELECT * FROM table_name WHERE condition;

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Visual Reasoning questions

Round 2 - Coding Test 

Mostly string based questions

Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Immediate joining

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont join.

Ministry of Electronics and Information Technology Interview FAQs

How many rounds are there in Ministry of Electronics and Information Technology Software Developer Intern interview?
Ministry of Electronics and Information Technology interview process usually has 4 rounds. The most common rounds in the Ministry of Electronics and Information Technology interview process are One-on-one Round, HR and Resume Shortlist.
What are the top questions asked in Ministry of Electronics and Information Technology Software Developer Intern interview?

Some of the top questions asked at the Ministry of Electronics and Information Technology Software Developer Intern interview -

  1. What are the technologies have you worked wi...read more
  2. Any experience with web app development? Typescript and oth...read more
  3. I was asked if I was already familiar with the technologies that are being used...read more

Tell us how to improve this page.

Ministry of Electronics and Information Technology Software Developer Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Udaan Interview Questions
4.0
 • 335 Interviews
Berger Paints Interview Questions
3.7
 • 258 Interviews
ElasticRun Interview Questions
3.5
 • 249 Interviews
Cummins Interview Questions
4.3
 • 231 Interviews
ABB Interview Questions
4.1
 • 231 Interviews
IKS Health Interview Questions
3.6
 • 231 Interviews
Mu Sigma Interview Questions
2.6
 • 229 Interviews
Adani Power Interview Questions
3.9
 • 215 Interviews
View all
Office Assistant
10 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Executive Assistant
8 salaries
unlock blur

₹3.3 L/yr - ₹12 L/yr

Research Scientist
7 salaries
unlock blur

₹3.6 L/yr - ₹7.5 L/yr

Senior Consultant
5 salaries
unlock blur

₹6.5 L/yr - ₹8 L/yr

Legal Consultant
4 salaries
unlock blur

₹14 L/yr - ₹15.5 L/yr

Explore more salaries
Compare Ministry of Electronics and Information Technology with

National Informatics Centre

3.9
Compare

Software Technology Parks of India

4.2
Compare

Centre for Development of Advanced Computing

3.8
Compare

NASSCOM

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview