Upload Button Icon Add office photos

Filter interviews by

Eviden Junior .NET Developer Interview Questions, Process, and Tips

Updated 13 Apr 2024

Eviden Junior .NET Developer Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

They asked questions based on Reasoning, Cpp

Round 2 - Technical 

(5 Questions)

  • Q1. They asked questions based on C#, SQL Server, MVC
  • Q2. Type of Constructor
  • Ans. 

    Constructors are special methods in a class used to initialize objects. They have the same name as the class.

    • Constructors are used to initialize objects of a class.

    • They have the same name as the class.

    • They do not have a return type.

    • They can be parameterized or default constructors.

    • Example: public class Person { public Person(string name) { } }

  • Answered by AI
  • Q3. Function and View In sql server
  • Ans. 

    Functions and views are used in SQL Server to encapsulate logic and simplify querying.

    • Functions are reusable blocks of code that can accept parameters and return a value.

    • Views are virtual tables that are based on the result set of a SELECT query.

    • Functions can be scalar functions, table-valued functions, or aggregate functions.

    • Views can be used to simplify complex queries by encapsulating logic and joining multiple tabl...

  • Answered by AI
  • Q4. Difference between Function and Method
  • Ans. 

    A function is a standalone block of code that performs a specific task, while a method is a function that is associated with a class or object.

    • Functions are independent and can be called from anywhere in the code.

    • Methods are associated with a class or object and are called using the dot notation.

    • Functions can be defined outside of classes, while methods are defined within classes.

    • Example: Function to calculate the squa...

  • Answered by AI
  • Q5. Oop Concept with example
  • Ans. 

    OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOP focuses on creating objects that contain both data and methods to manipulate that data.

    • Encapsulation, inheritance, and polymorphism are key principles of OOP.

    • Example: Creating a 'Car' class with properties like 'make', 'model', and methods like 'startEngine' and 'drive'.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare everything

Skills evaluated in this interview

Interview questions from similar companies

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

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

Logical intelligence

Round 2 - Group Discussion 

Any information can be discussed.

Round 3 - Case Study 

A comprehensive analysis of an individual, group, situation, or phenomenon over an extended duration.

Round 4 - Assignment 

The reporter vanished while on assignment in the war zone.

Round 5 - One-on-one 

(1 Question)

  • Q1. Denoting or referring to a situation in which two parties come into direct contact, opposition, or correspondence

Interview Preparation Tips

Interview preparation tips for other job seekers - Clearly identify your career goals, utilize job search platforms and company websites, tailor your resume and cover letter for each application, actively network on professional platforms such as LinkedIn, attend career fairs, develop relevant skills, and maintain a strong online presence to showcase your professional brand.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain the projects you have worked on
  • Ans. 

    I have worked on various projects including a web application for a retail company, a mobile app for a fitness tracker, and a data analysis tool for a marketing agency.

    • Developed a web application for a retail company to manage inventory and sales

    • Created a mobile app for a fitness tracker to track workouts and progress

    • Built a data analysis tool for a marketing agency to analyze customer behavior and campaign effectivene

  • Answered by AI
  • Q2. Authentication mechanism of the project
  • Ans. 

    The project uses JSON Web Tokens (JWT) for authentication.

    • JWT is used to securely transmit information between parties as a JSON object.

    • JWTs are signed using a secret (with HMAC algorithm) or a public/private key pair (using RSA or ECDSA).

    • JWTs consist of three parts: header, payload, and signature.

    • Example: Upon successful login, a JWT is generated and sent to the client for subsequent API requests.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Easy to Medium difficulty with Aptitude Questions

Round 2 - Technical 

(2 Questions)

  • Q1. Merge Sort was asked
  • Q2. Merge sort in a linked list was asked as follow up
Round 3 - Technical 

(1 Question)

  • Q1. Questions on DBMS and core Java were asked (Easy only)
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and if you don't know something let the interviewer know so he can ask a different question.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via eLitmus and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Logical thinking was important for preparation

Round 2 - Technical 

(2 Questions)

  • Q1. About the field u chose provide with examples
  • Q2. Explain about sql
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases.

    • SQL stands for Structured Query Language

    • It is used to create, modify, and retrieve data from databases

    • SQL is a declarative language, meaning you specify what you want to achieve rather than how to achieve it

    • Common SQL commands include SELECT, INSERT, UPDATE, and DELETE

    • SQL is used in various database management systems like MySQL, Orac

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. The second round was also on techincal and the deep dicussion on field u chose
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Covered on all aspects and personality

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

First Round was Aptitude and coding both together. Logical Reasoning, Blood Relations. In coding part there were 3 questions of easy level . Topics were array , string.

Round 2 - Technical 

(2 Questions)

  • Q1. In Interview, They ask questions related to the subjects like OS, DBMS, CN and the basic concept knowledge of student is checked. They ask 1 question to code and level is easy-medium level. You have to tel...
  • Q2. Input- aabbbc Output-a2b3c1 This code was asked.
Round 3 - HR 

(1 Question)

  • Q1. Introduction, family background, behaviour questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep strong basic conceptual knowledge of one programming language, and subjects u are good at.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was easy, basic cpp

Round 2 - HR 

(2 Questions)

  • Q1. Tell me you introduction
  • Q2. Why you want to join
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed in Sep 2023. There were 3 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 - Technical 

(1 Question)

  • Q1. Java core and spring
Round 3 - One-on-one 

(1 Question)

  • Q1. General discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Previous work experience Spring boot basics Oops concepts
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic java questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discusion

Eviden Interview FAQs

How many rounds are there in Eviden Junior .NET Developer interview?
Eviden interview process usually has 2 rounds. The most common rounds in the Eviden interview process are Aptitude Test and Technical.
What are the top questions asked in Eviden Junior .NET Developer interview?

Some of the top questions asked at the Eviden Junior .NET Developer interview -

  1. Function and View In sql ser...read more
  2. Difference between Function and Met...read more
  3. Oop Concept with exam...read more

Tell us how to improve this page.

Eviden Junior .NET Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
View all
Associate Consultant
8.6k salaries
unlock blur

₹1.9 L/yr - ₹11.6 L/yr

Consultant
3.9k salaries
unlock blur

₹8 L/yr - ₹28 L/yr

Associate
1.7k salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Senior Consultant
1.2k salaries
unlock blur

₹12 L/yr - ₹38.1 L/yr

Senior Associate
1.1k salaries
unlock blur

₹1.8 L/yr - ₹7 L/yr

Explore more salaries
Compare Eviden 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