Sibeesh Passion

Top Menu

  • Home
  • Search
  • About
  • Privacy Policy

Main Menu

  • Articles
    • Azure
    • .NET
    • IoT
    • JavaScript
    • Career Advice
    • Interview
    • Angular
    • Node JS
    • JQuery
    • Knockout JS
    • Jasmine Framework
    • SQL
    • MongoDB
    • MySQL
    • WordPress
  • Contributions
    • Medium
    • GitHub
    • Stack Overflow
    • Unsplash
    • ASP.NET Forum
    • C# Corner
    • Code Project
    • DZone
    • MSDN
  • Social Media
    • LinkedIn
    • Facebook
    • Instagram
    • Twitter
  • YouTube
    • Sibeesh Venu
    • Sibeesh Passion
  • Awards
  • Home
  • Search
  • About
  • Privacy Policy

logo

Sibeesh Passion

  • Articles
    • Azure
    • .NET
    • IoT
    • JavaScript
    • Career Advice
    • Interview
    • Angular
    • Node JS
    • JQuery
    • Knockout JS
    • Jasmine Framework
    • SQL
    • MongoDB
    • MySQL
    • WordPress
  • Contributions
    • Medium
    • GitHub
    • Stack Overflow
    • Unsplash
    • ASP.NET Forum
    • C# Corner
    • Code Project
    • DZone
    • MSDN
  • Social Media
    • LinkedIn
    • Facebook
    • Instagram
    • Twitter
  • YouTube
    • Sibeesh Venu
    • Sibeesh Passion
  • Awards
  • Linux Azure Function Isolated Dot Net 9 YAML Template Deployment

  • Build, Deploy, Configure CI &CD Your Static Website in 5 mins

  • Post Messages to Microsoft Teams Using Python

  • Get Azure Blob Storage Blob Metadata Using PowerShell

  • Deploy .net 6 App to Azure from Azure DevOps using Pipelines

Career AdviceInterview
Home›Career Advice›Infosys Interview Questions For DotNet Professionals

Infosys Interview Questions For DotNet Professionals

By SibeeshVenu
August 18, 2014
29732
67
Share:

[toc]

Introduction

In this article I am going to share my interview experience with Infosys as a dot net developer. This post covers most of the interview questions asked by the interviewer. If you are going to attend any dot net interview, I recommend you to go through this article. It covers the basic dot net interview questions too. I hope you will fine this post useful.

You can read another series of interview questions here : Interview Questions For Software Engineers

Background

On August 18, 2014 I attended an interview with Infosys, Chennai. When I entered the compound, there were many candidates. The atmosphere and culture in Infosys was very nice. I have attended many interviews in my life, but the interview with Infosys was something different. I thought to share that experience with you all.

Points to be remember

There are some mistakes I made in the interview, and I don’t want you to do the same.

  • Please ensure that you are maintaining eye contact with the interviewer.
  • Be confident of what you say. Don’t change your answer if the interviewer tries to make you do so.
  • Please avoid the unwanted examples.
  • Please never use any other technical terms that may provoke the interviewer into asking questions about it.
  • If you don’t know the answer, please say “I don’t know”. It is always better to say so instead of going with the wrong answer.

You can find more tips here: How to Prepare for a Job Interview

Questions asked and answers

(Here I am giving the answers that I answered .)

Question 1: Tell me about yourself?

Answer: You can find many answers to this question in the internet. Please see the following link:

Tell me about yourself

Question 2: What is your role in your project? What is the team size?

Answer: I said “My main role is coding, unit testing, big fixing and maintenance. My team size is 7”.

Question 3: What is the hierarchy of your team?

Answer: First I was confused by this question. Then I answered “Project Manager, Team Leader, Software Engineers, Trainees”.

Question 4: Describe the projects that you have worked on?

Answer: I described them. Please include the technologies you used in your projects and what kind of architecture (for example: 3-tire, n- tier) you used.

Question 5: What is the employee size in your company? You don’t need to be accurate. You can provide the approximate value.

Answer: I said “150 to 200”.

Then he moved to the programming section.

Question 6: Write an algorithm and program to determine whether or not a word is a palindrome.

We can do it in either of the following two ways

  • Using a built-in function as in the following

Ref: To check string is palindrome or not in .NET (C#)

  • Without using a built-in function

When I wrote the first program, the interviewer asked me to write the same without using a built-in function.

Ref: You can find more here: C# Palindrome

Question 7: Write a program to determine the count of a specific character in a string.

Answer:

Please see this for more suggestions: count the number of characters in a string.

Question 8: Next he gave me a program like the following and asked me what the output of this will be?

Answer: I said “Here we have a constructor A; a constructor should not have a return type. So the code above will throw a compilation error.”

Question 9: What may be the output of the following program?

Answer: I said the output will be as preceding.

Hi you are in class A

Hi you are in class B

Even though you are creating an object of the derived class, it will invoke the base class first.

Question 10: Write the output of the following program?

Answer: It will throw a compilation error. B does not contain a constructor that takes 1 argument. If you want to make this program run, you must create a constructor with parameters for class B also.

Question 11: Abstract and interface real time examples.

Answer: Please read it here: Real time example of interface

Question 12: Describe authentication, types, differences?

Answer: Forms, Windows, Passport. Please read more here: ASP.NET authentication and authorization

Question 13: Why DBMS? Why don’t we save data in separate files?

Answer: I didn’t know what exactly he meant, I got stuck there for a while. Finally I came up with the answer that “Normalization” is the main advantage of a DBMS.

Read more here: Why use a DBMS?

Question 14: What is the differences between a Primary key and a Unique key?

Answer: Primary key doesn’t allow NULL, a unique key does.

Question 15: What exactly is happening when we make a field a primary key?

Answer: A clustered index will be created for that specific field.

Question 16: How may clustered index we can create in table?

Answer: Basically we can create only one clustered index, but there is a way to have more. Please read here: Only one clustered index can be created on table . (Visual Database Tools)

Question 17: What is the difference between a clustered and a non-clustered index?

Answer: I explained, please read here: Clustered and Non-Clustered Index in SQL 2005

Question 18: What is a Distributed System?

Answer: A collection of autonomous computers. Find out more http://www.csc.villanova.edu/~schragge/CSC8530/Intro.html

Distributed System
Distributed System

Image Courtesy : MSDN

Question 19: What will be the output for the below mentioned lines in JQuery?

That was little tricky at that time. For a while I thought, and I just wrote the question to a paper, and replied.

Hmmm finally he said “You are selected for the next round” 🙂

Next was the direct HR round. That was a simple round. He just asked me to fill in some forms. And then, after a week they sent me an Offer Letter 🙂

Conclusion

Did I miss anything that you may think which is needed? Could you find this post as useful? I hope you liked this article. Please share me your valuable suggestions and feedback. The questions and answers mentioned may or may not ask in your interview. So please refer all the interview questions and answers from all the experts :). Be prepared. I wish you Good Luck .

Your turn. What do you think?

A blog isn’t a blog without comments, but do try to stay on topic. If you have a question unrelated to this post, you’re better off posting it on C# Corner, Code Project, Stack Overflow, Asp.Net Forum instead of commenting here. Tweet or email me a link to your question there and I’ll definitely try to help if I can.

Kindest Regards
Sibeesh Venu

Tags.NETC#Dot Net Q&AInfosys InterviewInfosys Interview Questions For DotNet ProfessionalsInterviewInterview Questions For Dot Net
Previous Article

DZone Most Valuable Blogger

Next Article

Export From HTML Table Using jQuery

0
Shares
  • 0
  • +
  • 0
  • 0
  • 0

SibeeshVenu

I am Sibeesh Venu, an engineer by profession and writer by passion. Microsoft MVP, Author, Speaker, Content Creator, Youtuber, Programmer.

Related articles More from author

  • .NETADO.NETInterview

    Important ADO.NET Interview Questions

    October 24, 2015
    By SibeeshVenu
  • .NETASP.NETC#Code SnippetsHow to

    How to replace number from a string in C#

    June 24, 2015
    By SibeeshVenu
  • .NETASP.NETC#CodeProject

    Find Occurrence Of A String

    August 5, 2015
    By SibeeshVenu
  • .NETASP.NET

    Determine Which Browser Your Application is Running In

    June 17, 2015
    By SibeeshVenu
  • .NETASP.NETBlogC#

    Check a String is Palindrome

    May 31, 2015
    By SibeeshVenu
  • Q&A

    CellSetGrid Implementation in VS 2012 or later

    July 14, 2015
    By SibeeshVenu
0

My book

Asp Net Core and Azure with Raspberry Pi Sibeesh Venu

YouTube

MICROSOFT MVP (2016-2022)

profile for Sibeesh Venu - Microsoft MVP

Recent Posts

  • Linux Azure Function Isolated Dot Net 9 YAML Template Deployment
  • Build, Deploy, Configure CI &CD Your Static Website in 5 mins
  • Easily move data from one COSMOS DB to another
  • .NET 8 New and Efficient Way to Check IP is in Given IP Range
  • Async Client IP safelist for Dot NET
  • Post Messages to Microsoft Teams Using Python
  • Get Azure Blob Storage Blob Metadata Using PowerShell
  • Deploy .net 6 App to Azure from Azure DevOps using Pipelines
  • Integrate Azure App Insights in 1 Minute to .Net6 Application
  • Azure DevOps Service Connection with Multiple Azure Resource Group

Tags

Achievements (35) Angular (14) Angular 5 (7) Angular JS (15) article (10) Article Of The Day (13) Asp.Net (14) Azure (65) Azure DevOps (10) Azure Function (10) Azure IoT (7) C# (17) c-sharp corner (13) Career Advice (11) chart (11) CSharp (7) CSS (7) CSS3 (6) HighChart (10) How To (9) HTML5 (10) HTML5 Chart (11) Interview (6) IoT (11) Javascript (10) JQuery (82) jquery functions (9) JQWidgets (15) JQX Grid (17) Json (7) Microsoft (8) MVC (20) MVP (9) MXChip (7) News (18) Office 365 (7) Products (10) SQL (20) SQL Server (15) Visual Studio (10) Visual Studio 2017 (7) VS2017 (7) Web API (12) Windows 10 (7) Wordpress (9)
  • .NET
  • Achievements
  • ADO.NET
  • Android
  • Angular
  • Arduino
  • Article Of The Day
  • ASP.NET
  • Asp.Net Core
  • Automobile
  • Awards
  • Azure
  • Azure CDN
  • azure devops
  • Blockchain
  • Blog
  • Browser
  • C-Sharp Corner
  • C#
  • Career Advice
  • Code Snippets
  • CodeProject
  • Cognitive Services
  • Cosmos DB
  • CSS
  • CSS3
  • Data Factory
  • Database
  • Docker
  • Drawings
  • Drill Down Chart
  • English
  • Excel Programming
  • Exporting
  • Facebook
  • Fun
  • Gadgets
  • GitHub
  • GoPro
  • High Map
  • HighChart
  • How to
  • HTML
  • HTML5
  • Ignite UI
  • IIS
  • Interview
  • IoT
  • JavaScript
  • JQuery
  • jQuery UI
  • JQWidgets
  • JQX Grid
  • Json
  • Knockout JS
  • Linux
  • Machine Learning
  • Malayalam
  • Malayalam Poems
  • MDX Query
  • Microsoft
  • Microsoft ADOMD
  • Microsoft MVP
  • Microsoft Office
  • Microsoft Technologies
  • Microsoft Windows
  • Microsoft Windows Server
  • Mobile
  • MongoDB
  • Monthly Winners
  • MVC
  • MVC Grid
  • MySQL
  • News
  • Node JS
  • npm
  • Number Conversions
  • October 2015
  • Office 365
  • Office Development
  • One Plus
  • Outlook
  • Page
  • PHP
  • Poems
  • PowerShell
  • Products
  • Q&A
  • Raspberry PI
  • React
  • SEO
  • SharePoint
  • Skype
  • Social Media
  • Software
  • Spire.Doc
  • Spire.PDF
  • Spire.XLS
  • SQL
  • SQL Server
  • SSAS
  • SSMS
  • Storage In HTML5
  • Stories
  • Third Party Software Apps
  • Tips
  • Tools
  • Translator Text
  • Uncategorized
  • Unit Testing
  • UWP
  • VB.Net
  • Videos
  • Virtual Machine
  • Visual Studio
  • Visual Studio 2017
  • Wamp Server
  • Web API
  • Web Platform Installer
  • Webinars
  • WebMatrix
  • Windows 10
  • Windows 7
  • Windows 8.1
  • Wordpress
  • Writing

ABOUT ME

I am Sibeesh Venu, an engineer by profession and writer by passion. Microsoft MVP, Author, Speaker, Content Creator, Youtuber, Programmer. If you would like to know more about me, you can read my story here.

Contact Me

  • info@sibeeshpassion.com

Pages

  • About
  • Search
  • Privacy Policy
  • About
  • Search
  • Privacy Policy
© Copyright Sibeesh Passion 2014-2025. All Rights Reserved.
Go to mobile version