Upload Button Icon Add office photos

Filter interviews by

National Infotech Interview Questions, Process, and Tips

Updated 2 Jan 2024

Top National Infotech Interview Questions and Answers

View all 6 questions

National Infotech Interview Experiences

Popular Designations

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2023. There were 2 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 - Technical 

(4 Questions)

  • Q1. What is the difference between a while loop and a do while loop?
  • Ans. 

    A while loop checks the condition before executing the code block, while a do while loop executes the code block once before checking the condition.

    • While loop: Condition is checked before entering the loop.

    • Do while loop: Code block is executed at least once before checking the condition.

    • Example: while (condition) { // code block } vs. do { // code block } while (condition);

  • Answered by AI
  • Q2. How the boost converter will work?
  • Ans. 

    Boost converter is a type of DC-DC converter that steps up the input voltage to a higher output voltage.

    • Boost converter uses an inductor, a diode, a capacitor, and a switch to increase the voltage level.

    • During the switch on-time, energy is stored in the inductor. During the switch off-time, the energy is transferred to the output.

    • The output voltage is higher than the input voltage due to the energy transfer process.

    • Boo...

  • Answered by AI
  • Q3. What do you know about embedded c programming?
  • Ans. 

    Embedded C programming is a specialized skill used in developing software for embedded systems.

    • Embedded C is a variant of the C programming language specifically designed for embedded systems.

    • It is used to write code for microcontrollers, sensors, and other hardware devices.

    • Embedded C programming requires knowledge of low-level hardware interactions and memory management.

    • Example: Writing code to control a robotic arm u

  • Answered by AI
  • Q4. Why do we use timers and counters?
  • Ans. 

    Timers and counters are essential in embedded systems for tasks like scheduling, measuring time intervals, generating waveforms, and counting events.

    • Timers are used for scheduling tasks at specific intervals, generating PWM signals, and measuring time durations.

    • Counters are used for counting external events like pulses, frequency measurement, and capturing input signals.

    • Timers and counters are crucial for real-time app...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your embedded C programming and project and fundamental electrical engineering concepts

Skills evaluated in this interview

Senior Embedded Engineer Interview Questions asked at other Companies

Q1. What is the difference between a while loop and a do while loop?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the difference between loops in C.
  • Ans. 

    Different types of loops in C include for, while, and do-while loops.

    • For loop: Used when the number of iterations is known. Example: for(int i=0; i<5; i++) {}

    • While loop: Used when the number of iterations is unknown. Example: while(condition) {}

    • Do-while loop: Similar to while loop but guarantees at least one execution. Example: do {} while(condition);

  • Answered by AI
  • Q2. Explain Timers and counters
  • Ans. 

    Timers and counters are essential components in embedded systems used for measuring time intervals and counting events.

    • Timers are used to measure time intervals by counting clock cycles or external events.

    • Counters are used to count external events or pulses.

    • Timers can be used for generating delays, PWM signals, or triggering events.

    • Counters can be used for frequency measurement, event counting, or pulse width measureme

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn more about embedded C and STM32 micro controllers

Skills evaluated in this interview

Embedded Engineer Interview Questions asked at other Companies

Q1. What is the difference between sensors and actuators
View answer (1)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Description of project
  • Ans. 

    The project involved designing and implementing a new network infrastructure for a large corporation.

    • Conducted a thorough analysis of the existing network infrastructure

    • Designed a new network architecture that met the company's needs

    • Implemented the new network infrastructure with minimal disruption to business operations

    • Tested and optimized the new network to ensure optimal performance

    • Provided ongoing support and maint

  • Answered by AI
  • Q2. Your previous experince

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare for your resume

I applied via Walk-in and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Its for FP&A process and the major questions were from the basics of FP&A. How it starts and how its ends and Previous job roles.

Interview Preparation Tips

Interview preparation tips for other job seekers - It's quite a moderate interview but be prepare for more rounds of technical interviews.

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

I applied via Referral and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. My expected tenure, education, technical insights

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Concepts of Oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with basic concepts of OOPS.Explain final year project.
Be confident.

I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Very easy

Round 2 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep up your aptitude and you will surely make it.

I applied via Walk-in and was interviewed before May 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About yr self, dream, why choose company, happy moment in your life, inspiration person, Apitutude test

Interview Preparation Tips

Interview preparation tips for other job seekers - Really amazing experience, I working with Infosys last 18 month I learned different different training ,team work process knowledge and other skills I am proud be part of Infosys.

National Infotech Interview FAQs

How many rounds are there in National Infotech interview?
National Infotech interview process usually has 1-2 rounds. The most common rounds in the National Infotech interview process are Technical and Resume Shortlist.
What are the top questions asked in National Infotech interview?

Some of the top questions asked at the National Infotech interview -

  1. What is the difference between a while loop and a do while lo...read more
  2. What do you know about embedded c programmi...read more
  3. How the boost converter will wo...read more

Tell us how to improve this page.

National Infotech Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

National Infotech Reviews and Ratings

based on 3 reviews

4.1/5

Rating in categories

3.5

Skill development

3.2

Work-life balance

2.6

Salary

3.6

Job security

4.1

Company culture

2.6

Promotions

3.6

Work satisfaction

Explore 3 Reviews and Ratings
Senior Engineer
4 salaries
unlock blur

₹2.4 L/yr - ₹3.7 L/yr

Junior Engineer
3 salaries
unlock blur

₹2 L/yr - ₹2.4 L/yr

Explore more salaries
Compare National Infotech with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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