Premium Employer

i

This company page is being actively managed by FIS Team. If you also belong to the team, you can get access from here

FIS Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 5.4k Reviews

Filter interviews by

FIS DOT NET Developer Interview Questions, Process, and Tips

Updated 8 Apr 2020

FIS DOT NET Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Mar 2020. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What Are JOINS in SQL and difference between Inner JOIN and equi JOIN? Illustrate with an example.
  • Ans. 

    JOINS are used in SQL to combine data from two or more tables based on a related column.

    • Inner JOIN returns only the matching rows from both tables

    • Equi JOIN is a type of Inner JOIN where the join condition is based on equality between two columns

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q2. Divide the array in two Halves and keep each half in ascending order without using new Array?
  • Ans. 

    Divide array in two halves and keep each half in ascending order without using new Array.

    • Use Array.sort() method to sort the original array

    • Use Array.slice() method to divide the array into two halves

    • Use Array.reverse() method to reverse the second half of the array

  • Answered by AI
  • Q3. What are Interfaces and Why do we need interfaces?
  • Ans. 

    Interfaces are contracts that define a set of methods and properties that a class must implement.

    • Interfaces provide a way to achieve abstraction and polymorphism in object-oriented programming.

    • They allow for loose coupling between classes and promote code reusability.

    • Interfaces can be used to define common behavior across multiple classes.

    • Example: IDisposable interface in C# ensures that an object can be properly dispo...

  • Answered by AI
  • Q4. What is inheritance and Examples in inheritance.
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class is based on another class.

    • Inheritance allows a subclass to inherit properties and methods from a superclass.

    • The subclass can also add its own properties and methods.

    • Examples include a Car class inheriting from a Vehicle class, or a Dog class inheriting from an Animal class.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep The Basics clear and Be confident about what you know.
Be truthful and well prepared (Interviewer will catch your lies).

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How to call abstract constructor
  • Q2. Difference between generic list and list which is faster
Round 2 - Coding Test 

Write prime number code

Interview Preparation Tips

Topics to prepare for Wipro DOT NET Developer interview:
  • C#
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Good,SQL query and c# programs

Round 2 - Technical 

(2 Questions)

  • Q1. Oops related questions
  • Q2. Design pattern related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Code excution of .net application?
  • Ans. 

    The .NET application code is compiled into Intermediate Language (IL) which is then executed by the Common Language Runtime (CLR).

    • Code is compiled into Intermediate Language (IL) by the compiler

    • IL is then converted into machine code by the Just-In-Time (JIT) compiler

    • The CLR manages memory, security, and other system resources during code execution

  • Answered by AI
  • Q2. Stored procedure vs function?
  • Ans. 

    Stored procedures are precompiled SQL queries that can perform multiple operations, while functions are reusable code blocks that return a single value.

    • Stored procedures can execute multiple SQL statements and can perform complex operations.

    • Functions are reusable code blocks that return a single value and can be used in SQL queries.

    • Stored procedures can be called independently, while functions are typically called with...

  • Answered by AI
  • Q3. What is CLR, Why its used?
  • Ans. 

    CLR stands for Common Language Runtime, it is used to manage the execution of .NET programs.

    • CLR is a part of the .NET framework responsible for managing the execution of .NET programs.

    • It provides services such as memory management, exception handling, and security.

    • CLR converts the Intermediate Language (IL) code into machine code during runtime.

    • It allows for language interoperability, meaning different languages can be...

  • Answered by AI
  • Q4. What is GC, where you have used in the app?
  • Ans. 

    GC stands for Garbage Collection, a process in .NET to automatically manage memory by reclaiming unused objects.

    • GC is a feature in .NET that automatically manages memory by reclaiming unused objects.

    • It helps in preventing memory leaks and improving application performance.

    • GC can be used in .NET applications to free up memory occupied by objects that are no longer needed.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Fundamentals should be strong and in communicating better

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Interviewer was rude
  • Q2. Oops c# basics sql azure
Round 2 - Behavioral 

(2 Questions)

  • Q1. What is work of team lead? how do you handle workload of yours and the junior assigned to you? how do u handle conflicts?
  • Ans. 

    Team lead is responsible for managing the workload of the team, including assigning tasks, providing guidance, and resolving conflicts.

    • Assign tasks to team members based on their skills and workload capacity

    • Provide guidance and support to junior team members to help them complete their tasks successfully

    • Monitor progress of tasks and ensure deadlines are met

    • Resolve conflicts within the team by listening to all parties i...

  • Answered by AI
  • Q2. Other deep technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company they do not treat the candidates with respect at all. For every wrong answer or the answer that was given was not satisfied, the manager smirked and mocked the candidate.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About the SQL server basic question
  • Q2. .net fundamentals
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Dependency injection
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. C# basics like OOPS concepts, boxing unboxing, inheritance, polymorphism. Design patterns in C#, asked to write SQL queries, ASP.Net
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Mostly asked on .net core Addsingleton,Addtransient,Scoped ,Middleware
  • Q2. Coding question : Fibonacchi series ,finding avrage salary
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2022. 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 - One-on-one 

(2 Questions)

  • Q1. Type of data,garbage collector etc What kind of project have you done before
  • Ans. 

    I have worked on various projects including web applications, desktop applications, and mobile applications.

    • Developed a web application using ASP.NET MVC and Entity Framework

    • Created a desktop application using WPF and MVVM pattern

    • Built a mobile application using Xamarin.Forms

    • Used garbage collector to manage memory in all projects

    • Handled different types of data such as text, images, and videos

  • Answered by AI
  • Q2. What is dot net.. Is it object oriented language
  • Ans. 

    Dot net is a software framework developed by Microsoft for building and running applications on Windows.

    • Dot net provides a common language runtime (CLR) for executing code written in various programming languages.

    • It supports object-oriented programming and allows for easy integration with other Microsoft technologies.

    • Examples of dot net languages include C#, VB.NET, and F#.

    • Dot net also includes a large class library fo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for CGI Group DOT NET Developer interview:
  • Definition
  • Database
  • Metadata
Interview preparation tips for other job seekers - Be confident on what you are saying and stay calm and relaxed while giving answer

FIS Interview FAQs

How to prepare for FIS DOT NET Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at FIS. The most common topics and skills that interviewers at FIS expect are C#, .Net, SQL, ASP.Net and MVC.
What are the top questions asked in FIS DOT NET Developer interview?

Some of the top questions asked at the FIS DOT NET Developer interview -

  1. What Are JOINS in SQL and difference between Inner JOIN and equi JOIN? Illustra...read more
  2. Divide the array in two Halves and keep each half in ascending order without us...read more
  3. What are Interfaces and Why do we need interfac...read more

Tell us how to improve this page.

Join FIS Advancing the way the world pays, banks and investments
FIS DOT NET Developer Salary
based on 20 salaries
₹6 L/yr - ₹14.8 L/yr
56% more than the average DOT NET Developer Salary in India
View more details

FIS DOT NET Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
2.7k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Software Engineer
1.6k salaries
unlock blur

₹4.2 L/yr - ₹16 L/yr

Lead Engineer
694 salaries
unlock blur

₹7.2 L/yr - ₹27 L/yr

Team Member
673 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Senior Leader Engineer
642 salaries
unlock blur

₹9.9 L/yr - ₹32.1 L/yr

Explore more salaries
Compare FIS with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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