Me postulé a través de una agencia de empleos. El proceso tomó 4 días. Acudí a una entrevista en Future Focus Infotech (Gurgaon, Haryana) en abr 2015
Entrevista
basic info of perl scripting and sql and unix knowledge , willing to work in diff shifts , willing to learn new technologies , position /designation in company , salary negotiations
Me postulé a través de otra fuente. Acudí a una entrevista en Future Focus Infotech (Bengaluru) en ene 2021
Entrevista
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.
Me postulé a través de una agencia de empleos. El proceso tomó más de 1 semana. Acudí a una entrevista en Future Focus Infotech (Bhubaneshwar) en sept 2015
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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?
Me postulé en línea. El proceso tomó más de 1 semana. Acudí a una entrevista en Future Focus Infotech (Bengaluru) en jun 2015
Entrevista
Very Good , Very informative , Smooth process,
Preguntas de entrevista [1]
Pregunta 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?