Upload Button Icon Add office photos

Filter interviews by

Corporate Infotech Software Net Engineer Interview Questions and Answers

Updated 16 Jan 2025

Corporate Infotech Software Net Engineer Interview Experiences

1 interview found

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

(3 Questions)

  • Q1. Oops concept and how and when to implement it.
  • Ans. 

    Oops concept is a programming paradigm that focuses on objects and classes to organize code and improve reusability.

    • Oops concept stands for Object-Oriented Programming System.

    • It involves concepts like inheritance, encapsulation, polymorphism, and abstraction.

    • Implementation of Oops concept helps in creating modular, reusable, and maintainable code.

    • Oops concept can be implemented in languages like Java, C++, Python, etc.

    • ...

  • Answered by AI
  • Q2. How to secure web api.
  • Ans. 

    Securing a web API involves implementing authentication, authorization, encryption, and input validation.

    • Implement authentication using tokens or API keys

    • Use HTTPS to encrypt data transmitted between client and server

    • Implement authorization to control access to different API endpoints

    • Validate and sanitize input data to prevent injection attacks

  • Answered by AI
  • Q3. Write code for error handling.
  • Ans. 

    Error handling in software development is crucial for ensuring smooth operation and user experience.

    • Use try-catch blocks to handle exceptions and prevent crashes.

    • Implement logging to track errors and debug issues.

    • Display user-friendly error messages to guide users on how to resolve issues.

  • Answered by AI

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Most questions were asked on .Net Core and Angular
  • Q2. SQl and Web APIs too

I applied via Naukri.com

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 - Aptitude Test 
Round 3 - Aptitude Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Infotech company big company and the big appourtunity of life
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What are your strength and weaknesses?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2023. There were 3 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 - Assignment 

English , GK, arithmetic

Round 3 - Technical 

(3 Questions)

  • Q1. Asking interview questions
  • Q2. Company culture and values
  • Q3. Benifits of a device bias
  • Ans. 

    Device bias can lead to improved performance, efficiency, and user experience in network engineering.

    • Device bias can result in optimized network traffic routing, leading to faster data transmission.

    • It can enhance security measures by prioritizing certain devices for access control and monitoring.

    • Device bias can improve overall network stability and reliability by allocating resources more effectively.

    • For example, imple...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work at a startup
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic question like as time ditance

Round 2 - Coding Test 

Basic of dsa sql dbms

Interview Preparation Tips

Interview preparation tips for other job seekers - please be carefull and confident while giving interview
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2023. 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 - Aptitude Test 

All about profit, percentages,desicion making, English grammar etc

Round 3 - Technical 

(3 Questions)

  • Q1. Questions about C ,C++,Java
  • Q2. Simple basic questions
  • Q3. Basic questions of C,C++,Java
Round 4 - HR 

(1 Question)

  • Q1. About my self and asked Narrate A Story

Interview Preparation Tips

Topics to prepare for ITC Infotech Desktop Support Engineer interview:
  • Programming
  • Java
  • Information Technology
Interview preparation tips for other job seekers - 1. Team work, Time management .
2. Self Satisfaction in work is more important.
3. Good communication skills
4. Thinking Skills.
All the best 😊

I appeared for an interview in Sep 2020.

Interview Questionnaire 

1 Question

  • Q1. Oops concept, solid principles, filters in MVC, basics of Angular,life cycle hook

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 rounds- both are technical.

I appeared for an interview before Oct 2021.

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 

(2 Questions)

  • Q1. What is Nested List with example
  • Ans. 

    A nested list is a list that contains other lists as its elements.

    • Nested lists can be created using square brackets and separating the elements with commas.

    • Elements of a nested list can be accessed using indexing and slicing.

    • Example: my_list = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]

    • Accessing element 5: my_list[1][1]

  • Answered by AI
  • Q2. What is queue , explain with example
  • Ans. 

    A queue is a data structure that follows the First In First Out (FIFO) principle.

    • Elements are added to the back of the queue and removed from the front.

    • Example: A line of people waiting for a movie ticket.

    • Operations: Enqueue (add element to back), Dequeue (remove element from front), Peek (view front element)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Data Structure should be stong
Basic python
Coding skills

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. Python code to find the root of a number
  • Ans. 

    Python code to find the root of a number

    • Use the math module to access the sqrt() function

    • Use the ** operator to raise the number to the power of 1/n

    • Handle negative numbers by converting them to complex numbers

  • Answered by AI
  • Q2. Some standard puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up python and be thorough with puzzles

Skills evaluated in this interview

Corporate Infotech Interview FAQs

How many rounds are there in Corporate Infotech Software Net Engineer interview?
Corporate Infotech interview process usually has 1 rounds. The most common rounds in the Corporate Infotech interview process are Technical.
What are the top questions asked in Corporate Infotech Software Net Engineer interview?

Some of the top questions asked at the Corporate Infotech Software Net Engineer interview -

  1. Oops concept and how and when to implement ...read more
  2. How to secure web a...read more
  3. Write code for error handli...read more

Tell us how to improve this page.

Corporate Infotech Software Net Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 336 Interviews
CitiusTech Interview Questions
3.4
 • 270 Interviews
NeoSOFT Interview Questions
3.6
 • 264 Interviews
Tiger Analytics Interview Questions
3.7
 • 225 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
Altimetrik Interview Questions
3.8
 • 217 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
Xoriant Interview Questions
4.1
 • 182 Interviews
View all
Network Engineer
164 salaries
unlock blur

₹1.6 L/yr - ₹7.8 L/yr

Desktop Support Engineer
124 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Software Developer
121 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Network Support Engineer
44 salaries
unlock blur

₹1.5 L/yr - ₹3.8 L/yr

Software Engineer
43 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Explore more salaries
Compare Corporate Infotech with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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