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

Filter interviews by

Wipro Senior Software Engineer 1 Interview Questions and Answers

Updated 11 Jun 2024

Wipro Senior Software Engineer 1 Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Write some basic codes

Round 2 - Technical 

(2 Questions)

  • Q1. What in . Net Core
  • Ans. 

    ASP.NET Core is a cross-platform, high-performance framework for building modern, cloud-based, internet-connected applications.

    • ASP.NET Core is open-source and developed by Microsoft.

    • It supports cross-platform development on Windows, macOS, and Linux.

    • It provides improved performance and scalability compared to previous versions of ASP.NET.

    • ASP.NET Core includes a modular and lightweight architecture.

    • It supports Docker co...

  • Answered by AI
  • Q2. Oops implementation with example
  • Ans. 

    Oops implementation is a programming concept that allows for error handling and recovery.

    • Oops implementation involves using try-catch blocks to handle exceptions in code.

    • Example: try { // code that may throw an exception } catch (Exception e) { // handle the exception }

    • Oops implementation helps in making code more robust and reliable by handling unexpected errors gracefully.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. About interface and abstract class with C# coding
  • Q2. Output prediction for interface program in C#
  • Ans. 

    To predict output for an interface program in C#

    • Understand the input parameters and expected output of the interface program

    • Analyze the logic and algorithms used in the program

    • Consider edge cases and potential errors in the program

    • Use debugging tools and test cases to validate the output prediction

  • Answered by AI
  • Q3. Sql queries like finding the 2nd largest salary, few joins,cte.
  • Q4. C# Program for reversing a string of text.
  • Ans. 

    C# program to reverse a string of text

    • Use the ToCharArray method to convert the string to a char array

    • Use a for loop to iterate through the array and reverse the characters

    • Use the String constructor to create a new string from the reversed char array

  • Answered by AI
  • Q5. And oops concepts, dependency injection, Solid principles with examples and design patterns you in your projects and how.
Round 2 - Technical 

(4 Questions)

  • Q1. Few sql queries like window functions
  • Q2. About indexing and stored procedures and triggers.
  • Q3. How do you manage the team
  • Q4. String programs using linq
  • Ans. 

    Using LINQ to manipulate string arrays in C#

    • Use LINQ methods like Where, Select, OrderBy, etc. to filter, transform, or sort string arrays

    • Example: string[] names = {"Alice", "Bob", "Charlie"}; var result = names.Where(name => name.Length > 4);

    • Example: string[] fruits = {"apple", "banana", "cherry"}; var sortedFruits = fruits.OrderBy(fruit => fruit);

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Just a salary and location discussion

Interview Preparation Tips

Topics to prepare for Capgemini Senior Software Engineer 1 interview:
  • OOPS
  • Design Patterns
  • Solid principles
  • MS SQL Server
  • LINQ

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. SpringBootApplication annotation
  • Q2. Configure Multiple Datasource
  • Ans. 

    Configuring multiple datasources involves defining multiple connection properties and managing them in the application.

    • Define multiple datasource configurations in application.properties or application.yml file

    • Use @Primary annotation to specify the primary datasource

    • Use @Qualifier annotation to specify which datasource to inject in a specific component

    • Configure datasource beans in a configuration class

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in May 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Interviewer starts from basic core questions like encapsulation, abstraction, auto boxing, string, muutable. It was around 1 hour but they scheduled only half hour discussion.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Regarding skill set like Java Core, project related questions, regarding framework development like Nodejs, Cypress, Playwright with Mocha framework, Rest assured.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Java, basics of coding
Round 2 - Technical 

(1 Question)

  • Q1. Java , spring boot micro services
Round 3 - Coding Test 

Amcat, SQL, spring boot

Round 1 - Coding Test 

Java coding

Round 2 - Technical 

(1 Question)

  • Q1. Basics of java and all things in resume
Round 3 - Technical 

(1 Question)

  • Q1. In depth of java and scenario based questions
Round 4 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why are you looking for a change?
  • Q3. Where do you see yourself in 5 years?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - If prepares well, can get job. All the best. keep giving interviews
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Current CTC? Expected CTC?
  • Ans. 

    Current CTC is confidential. Expected CTC is based on market standards and my experience.

    • Current CTC is confidential information as per company policy.

    • Expected CTC is based on market standards and my experience in the industry.

    • I am open to discussing compensation during the negotiation phase.

  • Answered by AI
  • Q2. Years of experience in relevant role
Round 2 - Technical 

(2 Questions)

  • Q1. Performance tuning
  • Q2. Collections in Oracle
  • Ans. 

    Collections in Oracle are data structures used to store and manipulate groups of data.

    • Collections can be nested tables, varrays, or associative arrays.

    • Nested tables are like one-dimensional arrays, varrays are like arrays with a maximum size, and associative arrays are like dictionaries.

    • Collections can be used to pass multiple values as a single parameter to a stored procedure or function.

    • Example: DECLARE TYPE emp_list...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 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 - One-on-one 

(2 Questions)

  • Q1. Explain about your previous work experience
  • Q2. Technical questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Details about Java, Spark, springboot etc
  • Q2. Database questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Referral helps. Prepare basics and give answers in line with the job requirements

I applied via Approached by Company and was interviewed before Mar 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Minimum 1 hr of technical interview. Questions are mostly Core Java, Spring Framework, Basic Hibernate and spring boot.

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask for project and technology of project.

Wipro Interview FAQs

How many rounds are there in Wipro Senior Software Engineer 1 interview?
Wipro interview process usually has 2 rounds. The most common rounds in the Wipro interview process are Coding Test and Technical.
What are the top questions asked in Wipro Senior Software Engineer 1 interview?

Some of the top questions asked at the Wipro Senior Software Engineer 1 interview -

  1. Oops implementation with exam...read more
  2. What in . Net C...read more

Tell us how to improve this page.

Wipro Senior Software Engineer 1 Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Wipro Senior Software Engineer 1 Salary
based on 17 salaries
₹5.2 L/yr - ₹19 L/yr
40% less than the average Senior Software Engineer 1 Salary in India
View more details

Wipro Senior Software Engineer 1 Reviews and Ratings

based on 5 reviews

4.1/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

3.5

Salary

4.3

Job security

4.1

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 5 Reviews and Ratings
Project Engineer
32.8k salaries
unlock blur

₹1.8 L/yr - ₹8.3 L/yr

Senior Software Engineer
23.1k salaries
unlock blur

₹5.8 L/yr - ₹22 L/yr

Senior Associate
21.3k salaries
unlock blur

₹0.9 L/yr - ₹5.5 L/yr

Senior Project Engineer
20.4k salaries
unlock blur

₹5 L/yr - ₹19.5 L/yr

Technical Lead
18.7k salaries
unlock blur

₹8.5 L/yr - ₹36.5 L/yr

Explore more salaries
Compare Wipro with

TCS

3.7
Compare

Infosys

3.6
Compare

Tesla

4.2
Compare

Amazon

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