Upload Button Icon Add office photos

Filter interviews by

EFKON INDIA DOT NET Developer Interview Questions and Answers

Updated 14 Jan 2023

EFKON INDIA DOT NET Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 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. All the basics of oops and web development in both java and dot net.
  • Q2. Database questionsnrelated to index and join queries

Interview Preparation Tips

Interview preparation tips for other job seekers - just revise all the basics from the technology which you are applying for. it is mostly depending upon interviewer's call actually.

Interview questions from similar companies

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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Degine. Net net
  • Q2. Basic mvc question
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

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 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
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Fair

Round 1 - Technical 

(1 Question)

  • Q1. Explain MVC life cycle?
  • Ans. 

    MVC life cycle involves request handling, routing, controller execution, view rendering, and response generation.

    • Request is received by the application

    • Routing determines which controller and action to execute

    • Controller executes the requested action and processes data

    • View is rendered to display the data

    • Response is generated and sent back to the client

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. C# basics, Middleware, Exception handling,JWT token
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops concept based questions

EFKON INDIA Interview FAQs

How many rounds are there in EFKON INDIA DOT NET Developer interview?
EFKON INDIA interview process usually has 2 rounds. The most common rounds in the EFKON INDIA interview process are Resume Shortlist and One-on-one Round.
How to prepare for EFKON INDIA 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 EFKON INDIA. The most common topics and skills that interviewers at EFKON INDIA expect are .Net, Angularjs, C#, MVC and SQL.
What are the top questions asked in EFKON INDIA DOT NET Developer interview?

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

  1. all the basics of oops and web development in both java and dot n...read more
  2. database questionsnrelated to index and join quer...read more

Tell us how to improve this page.

EFKON INDIA DOT NET Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
EFKON INDIA DOT NET Developer Salary
based on 7 salaries
₹3.5 L/yr - ₹6.6 L/yr
At par with the average DOT NET Developer Salary in India
View more details
Software Developer
31 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Software Engineer
18 salaries
unlock blur

₹2.2 L/yr - ₹8 L/yr

Site Engineer
18 salaries
unlock blur

₹2.3 L/yr - ₹4.2 L/yr

Senior Software Developer
16 salaries
unlock blur

₹4.9 L/yr - ₹15.2 L/yr

Assistant Manager
13 salaries
unlock blur

₹6.1 L/yr - ₹11 L/yr

Explore more salaries
Compare EFKON INDIA with

Siemens

4.1
Compare

Bosch

4.2
Compare

Honeywell Automation

3.8
Compare

Schneider Electric

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