I applied through a staffing agency. The process took 1+ week. I interviewed at Future Focus Infotech (Bhubaneshwar) in Sept 2015
Interview
After screening and interviewing candidate, they check for background details. Once they have made their decision, they contact the successful applicant, as well as everyone who was interviewed.
If you are selected for the position: Congratulations! You have met or exceeded the essential qualifications of the position. You may be given a conditional offer, pending appeals from bargaining unit employees.
After completion of those thing they call for the document formalities. Once its done they give the offer letter.
Interview questions [1]
Question 1
Mostly the question were related to my technical experience. What all challenges i met and how do i solved them. They asked some situation specific questions, like in this situation what would you do?
I applied through other source. I interviewed at Future Focus Infotech (Bengaluru) in Jan 2021
Interview
First they ask skill set and overall experience.. Then schedule technical round via telephonic and then client interview..
This process will take 2 to3 weeks then they communicate via mail..
For documents..after that they will send offer later. And joing information in website.
I applied online. The process took 1+ week. I interviewed at Future Focus Infotech (Bengaluru) in Jun 2015
Interview
Very Good , Very informative , Smooth process,
Interview questions [1]
Question 1
Explain what is an Interface in C#?
What is the difference between class inheritance and interface inheritance?
Can an interface inherit from another interface?
Can you create an instance of an interface?
What do you mean by "Explicitly Implemeting an Interface". Give an example?
What is a partial class. Give an example?
What is a Destructor?
Can a class have more than 1 destructor?
Is it possible to force garbage collector to run?
What are Access Modifiers in C#?
Explain polymorphism in C# with a simple example?
What is an abstract class?
An abstract class is an incomplete class and must be implemented in a derived class.
Can you create an instance of an abstract class?
No, abstract classes are incomplete and you cannot create an instance of an abstract class.
What is a sealed class?
Give some examples for built in datatypes in C#?
What are the 2 types of data types available in C#?
What is Boxing and Unboxing?