Upload Button Icon Add office photos
Engaged Employer

i

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

Wipro Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 50.6k Reviews

Filter interviews by

Wipro Senior .NET Developer Interview Questions, Process, and Tips for Experienced

Updated 18 Nov 2021

Wipro Senior .NET Developer Interview Experiences for Experienced

1 interview found

I applied via Company Website and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

9 Questions

  • Q1. Repository Pattern
  • Q2. How to use DI in .Net Core
  • Ans. 

    DI in .Net Core allows for loosely coupled and testable code.

    • Add services to the DI container in Startup.cs

    • Inject dependencies into classes using constructor injection

    • Use built-in DI or third-party libraries like Autofac

    • Configure lifetime of services with AddScoped, AddTransient, or AddSingleton

  • Answered by AI
  • Q3. Ho to call DI in controller
  • Ans. 

    To call DI in controller, inject the required service in the constructor of the controller.

    • Add required service in ConfigureServices method of Startup.cs

    • Inject the service in the constructor of the controller

    • Use the service in the controller methods

  • Answered by AI
  • Q4. Ho to add validation in MVC
  • Ans. 

    Validation in MVC

    • Use data annotations for server-side validation

    • Use jQuery validation for client-side validation

    • Customize validation messages using ErrorMessage property

    • Use ModelState.IsValid to check if validation passed

    • Use ModelState.AddModelError to add validation errors

  • Answered by AI
  • Q5. How to Use Webapi
  • Ans. 

    WebAPI is a framework for building HTTP services that can be consumed by a broad range of clients.

    • Create a new WebAPI project in Visual Studio

    • Define API endpoints using HTTP verbs (GET, POST, PUT, DELETE)

    • Use attribute routing to map URLs to actions

    • Return data in JSON format

    • Secure the API using authentication and authorization

  • Answered by AI
  • Q6. Clustered vs Non-Clustered
  • Ans. 

    Clustered indexes determine physical order of data, non-clustered indexes are separate structures.

    • Clustered indexes sort and store data rows in the table based on their key values.

    • Non-clustered indexes have a separate structure that includes the indexed columns and a pointer to the data row.

    • Tables can have only one clustered index, but multiple non-clustered indexes.

    • Clustered indexes are faster for retrieving large amo...

  • Answered by AI
  • Q7. Query Optimization in Sql
  • Ans. 

    Query optimization in SQL

    • Use indexes to speed up queries

    • Avoid using SELECT *

    • Use JOINs instead of subqueries

    • Avoid using functions in WHERE clauses

    • Use EXPLAIN to analyze query performance

  • Answered by AI
  • Q8. Ho to Use Transactions in Sql
  • Ans. 

    Transactions in SQL ensure data consistency and integrity during multiple operations.

    • Transactions group multiple SQL statements into a single unit of work.

    • They ensure that all statements are executed or none are executed.

    • They provide data consistency and integrity during multiple operations.

    • Transactions can be started with BEGIN TRANSACTION and committed with COMMIT or rolled back with ROLLBACK.

    • They are useful in situa...

  • Answered by AI
  • Q9. Inner vs Outer Join
  • Ans. 

    Inner join returns only matching records while outer join returns all records from both tables.

    • Inner join is used to retrieve records that have matching values in both tables.

    • Outer join is used to retrieve all records from both tables, even if there are no matching values.

    • Left outer join returns all records from the left table and matching records from the right table.

    • Right outer join returns all records from the right

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The questions was verify easy for First Round of Interview. Anybody can crack this. This interview done on 18-Nov-2021

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Technical 

(5 Questions)

  • Q1. Object oriented programming questions.
  • Q2. Design patterns.
  • Q3. SOLID pronciples
  • Q4. Sql related questions
  • Q5. Coding question to provide numbers of an array which sum up to given the input number.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Job Portal and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Azure and Git Devops
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. 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. Basic of oops concepts
Round 3 - Technical 

(1 Question)

  • Q1. Advance c# .net questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

All the aptitude questions including verbal, non-verbal, technical and general aptitude.

Round 2 - Technical 

(1 Question)

  • Q1. DBMS, OOPS, Java
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Version control
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.

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 

(3 Questions)

  • Q1. Do you know vbscript?
  • Ans. 

    Yes, vbscript is a scripting language used for automating tasks in Windows environments.

    • VBScript stands for Visual Basic Scripting Edition.

    • It is commonly used for automating tasks in Windows environments.

    • VBScript is often used in conjunction with RPA tools like UiPath for automation.

    • Example: Set objShell = CreateObject("WScript.Shell")

  • Answered by AI
  • Q2. Do you know sharepoint?
  • Ans. 

    Yes, I have experience with SharePoint.

    • I have worked with SharePoint to create and manage document libraries.

    • I have experience with SharePoint workflows and automation.

    • I have integrated SharePoint with other systems using APIs.

    • I have customized SharePoint sites using web parts and templates.

  • Answered by AI
  • Q3. What is your salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Please ask the relevant questions in technical round if you see the resume.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basics of java were asked
Round 3 - Technical 

(1 Question)

  • Q1. Advanced design concepts and sql
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiations behaviour round screening

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

Interview Questionnaire 

5 Questions

  • Q1. As Tomcat is the default server in Spring Boot, how would you add a new server?
  • Ans. 

    To add a new server in Spring Boot, you need to exclude the default Tomcat dependency and add the desired server dependency.

    • Exclude the Tomcat dependency in the pom.xml file

    • Add the desired server dependency in the pom.xml file

    • Configure the server properties in the application.properties or application.yml file

  • Answered by AI
  • Q2. How can you check if a string is not null without string != null?
  • Ans. 

    Checking if a string is not null without using string != null.

    • Use string.IsNullOrEmpty() method

    • Use string.IsNullOrWhiteSpace() method

    • Use string.Compare() method to compare with an empty string

    • Use string.Length property to check if length is greater than 0

  • Answered by AI
  • Q3. Yoda notation.
  • Ans. 

    Yoda notation is a programming style where the order of a conditional statement is reversed.

    • Used to avoid null pointer exceptions

    • Improves readability for complex conditions

    • Example: if ('red' === color) instead of if (color === 'red')

  • Answered by AI
  • Q4. Convert a List of employees into a Map of Employees with ID as the key.
  • Ans. 

    Convert a List of employees into a Map of Employees with ID as the key.

    • Create an empty Map

    • Iterate through the List of employees

    • For each employee, add a key-value pair to the Map with ID as key and employee object as value

  • Answered by AI
  • Q5. Use Java 8. Collectors.toMap(Employee.getID(), e -> e).

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your skills on Java 8, Spring Boot, Hibernate, JPA, and Collections framework in Java (including Map).

Skills evaluated in this interview

I applied via Referral and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. How Many Employees Working In Your Company
  • Q2. This Year How Much Profit Increased
  • Ans. 

    I don't have the available data.

    • N/A

  • Answered by AI
  • Q3. Company Was Devoloped From Last Year To This Year

Interview Preparation Tips

Interview preparation tips for other job seekers - Maintain Be Confident Be Honourble

Wipro Interview FAQs

How many rounds are there in Wipro Senior .NET Developer interview for experienced candidates?
Wipro interview process for experienced candidates usually has 2 rounds. The most common rounds in the Wipro interview process for experienced candidates are Aptitude Test and One-on-one Round.
How to prepare for Wipro Senior .NET Developer interview for experienced candidates?
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 Wipro. The most common topics and skills that interviewers at Wipro expect are .Net Core, C#, Web Api, Angular and Html5.
What are the top questions asked in Wipro Senior .NET Developer interview for experienced candidates?

Some of the top questions asked at the Wipro Senior .NET Developer interview for experienced candidates -

  1. How to use DI in .Net C...read more
  2. Ho to add validation in M...read more
  3. Ho to Use Transactions in ...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Wipro interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Wipro Senior .NET Developer Salary
based on 34 salaries
₹6.2 L/yr - ₹23.4 L/yr
33% more than the average Senior .NET Developer Salary in India
View more details

Wipro Senior .NET Developer Reviews and Ratings

based on 2 reviews

4.6/5

Rating in categories

3.0

Skill development

4.0

Work-Life balance

4.2

Salary & Benefits

4.0

Job Security

3.6

Company culture

3.6

Promotions/Appraisal

3.0

Work Satisfaction

Explore 2 Reviews and Ratings
Project Engineer
32.6k salaries
unlock blur

₹1.8 L/yr - ₹8.3 L/yr

Senior Software Engineer
22.9k salaries
unlock blur

₹5.8 L/yr - ₹22.5 L/yr

Senior Associate
21.1k salaries
unlock blur

₹0.8 L/yr - ₹5.5 L/yr

Senior Project Engineer
20.6k salaries
unlock blur

₹5 L/yr - ₹19.3 L/yr

Technical Lead
18.6k salaries
unlock blur

₹8.2 L/yr - ₹30 L/yr

Explore more salaries
Compare Wipro with

TCS

3.7
Compare

Infosys

3.7
Compare

Tesla

4.3
Compare

Amazon

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview