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.8k Reviews

Filter interviews by

Wipro Associate Software Engineer Interview Questions, Process, and Tips

Updated 24 Oct 2024

Top Wipro Associate Software Engineer Interview Questions and Answers

View all 11 questions

Wipro Associate Software Engineer Interview Experiences

13 interviews found

I applied via Recruitment Consultant and was interviewed in May 2020. There were 4 interview rounds.

Interview Questionnaire 

12 Questions

  • Q1. Introduce yourself and share about your experiences and latest projects in detail
  • Q2. Architecture of mvc and how it works
  • Ans. 

    MVC is a software architecture pattern that separates an application into three interconnected components: Model, View, and Controller.

    • Model represents the data and business logic of the application

    • View is responsible for rendering the user interface

    • Controller handles user input and updates the model and view accordingly

    • MVC promotes separation of concerns and modularity

    • Examples of MVC frameworks include Ruby on Rails,

  • Answered by AI
  • Q3. Difference between wep api and wcf
  • Ans. 

    Web API is for building HTTP services while WCF is for building services that support multiple transport protocols.

    • Web API is lightweight and ideal for building RESTful services over HTTP.

    • WCF is a more heavy-duty framework that supports multiple transport protocols like HTTP, TCP, Named Pipes, etc.

    • Web API is more suited for building services that are consumed by web applications while WCF is more suited for building se...

  • Answered by AI
  • Q4. Session management in asp.net
  • Ans. 

    Session management in ASP.NET

    • ASP.NET provides in-built session management through HttpSessionState class

    • Session can be used to store user-specific data across multiple requests

    • Session can be configured to use different storage options like InProc, StateServer, SQLServer

    • Session can be accessed using HttpContext.Current.Session property

    • Session can be secured using SSL, cookieless sessions, and timeout settings

  • Answered by AI
  • Q5. What are Filters in mvc and its types
  • Ans. 

    Filters in MVC are used to intercept and modify HTTP requests and responses.

    • Filters are used to implement cross-cutting concerns like logging, caching, authentication, etc.

    • There are five types of filters in MVC: Authorization filters, Action filters, Result filters, Exception filters, and Resource filters.

    • Authorization filters are used to authenticate and authorize users before executing an action.

    • Action filters are us...

  • Answered by AI
  • Q6. What are authentication and authorization
  • Ans. 

    Authentication is verifying the identity of a user, while authorization is granting access to specific resources.

    • Authentication confirms the identity of a user through credentials such as username and password.

    • Authorization determines what resources a user can access based on their role or permissions.

    • Examples of authentication include logging into a website or entering a PIN at an ATM.

    • Examples of authorization include...

  • Answered by AI
  • Q7. What is benefit of using bootstrap
  • Ans. 

    Bootstrap is a popular front-end framework that provides a range of benefits for web development.

    • Bootstrap offers a responsive grid system that makes it easy to create mobile-friendly websites.

    • It includes pre-built CSS styles and JavaScript plugins that can save time and effort in development.

    • Bootstrap is well-documented and has a large community, making it easy to find support and resources.

    • It is constantly updated to...

  • Answered by AI
  • Q8. Disadvantages of ajax
  • Ans. 

    Ajax can cause security issues and affect SEO.

    • Ajax can make a website less accessible to users with slow internet connections.

    • It can also cause issues with browser history and back button functionality.

    • Ajax can make it difficult for search engines to crawl and index website content.

    • Cross-site scripting (XSS) attacks can be carried out through Ajax if proper security measures are not taken.

  • Answered by AI
  • Q9. Difference between function and stored procedures in sql
  • Ans. 

    Functions return a single value while stored procedures execute multiple SQL statements.

    • Functions can be used in SELECT, WHERE, and HAVING clauses.

    • Stored procedures can have input and output parameters.

    • Functions cannot modify the database while stored procedures can.

    • Functions are deterministic while stored procedures are not necessarily so.

    • Examples of functions: AVG, COUNT, MAX, MIN, SUM.

    • Examples of stored procedures:

  • Answered by AI
  • Q10. What are Aggregate functions available and explain them
  • Ans. 

    Aggregate functions perform calculations on a set of values and return a single value.

    • Common aggregate functions include COUNT, SUM, AVG, MIN, and MAX.

    • COUNT returns the number of rows in a table or the number of non-null values in a column.

    • SUM returns the sum of all values in a column.

    • AVG returns the average of all values in a column.

    • MIN returns the smallest value in a column.

    • MAX returns the largest value in a column.

  • Answered by AI
  • Q11. Benefits of cte and difference between temp table and table variables
  • Ans. 

    CTE benefits and difference between temp table and table variables

    • CTE (Common Table Expression) allows for recursive queries and simplifies complex queries

    • Temp tables are physical tables stored in tempdb and can be indexed and have constraints

    • Table variables are stored in memory and have limited scope and no statistics

    • Temp tables are better for large data sets and complex queries, while table variables are better for s

  • Answered by AI
  • Q12. What are Indexes and its types
  • Ans. 

    Indexes are data structures that improve the speed of data retrieval operations in a database.

    • Indexes are created on one or more columns of a table.

    • Types of indexes include clustered, non-clustered, unique, and full-text indexes.

    • Clustered indexes determine the physical order of data in a table, while non-clustered indexes create a separate structure to store the index data.

    • Unique indexes ensure that each value in the i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Usually Interview in companies took half and hour to one hour in technical discussion answer what you know if we are not strong we can say that we are not strong. Stay confident with the answers. You can crack any interviews

Skills evaluated in this interview

Associate Software Engineer Interview Questions & Answers

user image A praneeth Kumar Reddy

posted on 24 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Numerical based questions are there mostly

Round 2 - Coding Test 

Good basic level coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me about urself
  • Q2. Tell about ur projects
  • Ans. 

    I have worked on various projects including a web application for online shopping and a mobile app for task management.

    • Developed a web application using HTML, CSS, and JavaScript for online shopping

    • Created a mobile app using React Native for task management

    • Implemented RESTful APIs for communication between front-end and back-end systems

  • Answered by AI

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given SumYou are given an array/list ARR consisting ... read more
asked in Clarivate
Q2. Best time to buy and sell stock IIYou have been given stock value ... read more
Q3. Intersection of Two Arrays IIYou have been given two integer arra ... read more
asked in CGI Group
Q4. Frog JumpThere is a frog on the 1st step of an N stairs long stai ... read more
asked in Gainsight
Q5. Connect N Ropes With Minimum CostYou have been given 'N' ropes of ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Basic Aptitude
English
Reasoning
Essay round
Percentage
Ratio
Compound interest
Time and work

Round 3 - Technical 

(2 Questions)

  • Q1. Oops concept Constructor Inheritance Polymorphism Class and object
  • Q2. Polymorphism Array Pointer Function overloading Overiding

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare in arithmetic round.
Technical round is mostly covered oops concept.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General aptitude having reasoning and maths

Round 2 - Coding Test 

Two codes were there of medium n other of high level

Round 3 - Technical 

(1 Question)

  • Q1. Technical interviews on skill
Round 4 - HR 

(1 Question)

  • Q1. About project n academics

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your skills and programming so that there will be no problem in attaining any interview

Wipro interview questions for designations

 Associate Software Test Engineer

 (1)

 Associate Software Developer

 (1)

 Associate Software Programmer

 (1)

 Software Engineer

 (224)

 Associate Systems Engineer

 (1)

 Associate Network Engineer

 (1)

 Senior Software Engineer

 (143)

 Software Engineer Trainee

 (6)

I applied via Naukri.com

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Your wish to any questions
Round 3 - HR 

(5 Questions)

  • Q1. What is your family background?
  • Q2. What are your salary expectations?
  • Q3. Where do you see yourself in 5 years?
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Friend advice to i create for job seekers

Get interview-ready with Top Wipro Interview Questions

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Java basic concepts oops, methods, inferface
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Why looking for change

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic java , software development lifecycle related questions.

I applied via Company Website and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Technical interview : what programming languages I have learnt from that some basic questions(arrays, functions), About my Project, String reversal code Done👍
  • Ans. Be cool guys every interview is an experience, U must be able to run the code and u r selected, in case u are unable to do so then u r disqualified,... They will train U don't worry... But u have to show them that u can do something and not give up easily on it.
  • Answered Anonymously
  • Q2. Hr interview: Here they will see mainly how more and fluently u can communicate with others. A question starts with my selfintro , then how my hobbies are helpful to me, how u r self motivated give me exmp...
  • Q3. Being cool is Your first win, Then Whatever the thing it was U have to talk, response accordingly to that questions, Hr mainly will see how U can manage urself in a stereotype Questions, U need to give all...

Interview Preparation Tips

Interview preparation tips for other job seekers - If U prepare hard, interview will be easy,... If not then the interview will be difficult.
All the previous Tr and hr Questions will be available on Google

I applied via Campus Placement and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Self details, questions regarding java, dbms
  • Q2. Situational based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be urself and tension free

I applied via Walk-in and was interviewed in May 2022. 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 - Aptitude Test 

Maths, reasoning

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication with mobile phone please

Associate Software Engineer Interview Questions & Answers

user image Patchipulusu Chaitanya Lakshmi

posted on 16 May 2022

I applied via Instagram and was interviewed in Nov 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic and moderate aptitude questions

Round 2 - Coding Test 

We can write the code in any language by our choice

Round 3 - HR 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Basic language questions
  • Q3. About family background

Interview Preparation Tips

Topics to prepare for Wipro Associate Software Engineer interview:
  • C
  • Python
  • Human value
Interview preparation tips for other job seekers - Be confident!
Don't hesitate to ask any questions.

I applied via Aon and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What would you do at the time of extreme pressure

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to your answers and dont change them even if you feel confused. It shows your integrity and self belief.

Wipro Interview FAQs

How many rounds are there in Wipro Associate Software Engineer interview?
Wipro interview process usually has 3 rounds. The most common rounds in the Wipro interview process are Aptitude Test, Technical and HR.
What are the top questions asked in Wipro Associate Software Engineer interview?

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

  1. What are Aggregate functions available and explain t...read more
  2. Benefits of cte and difference between temp table and table variab...read more
  3. What are authentication and authorizati...read more

Tell us how to improve this page.

People are getting interviews through

based on 9 Wipro interviews
Job Portal
Company Website
Campus Placement
WalkIn
Recruitment Consultant
33%
22%
22%
11%
11%
1% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Wipro Associate Software Engineer Salary
based on 312 salaries
₹2 L/yr - ₹8.6 L/yr
21% less than the average Associate Software Engineer Salary in India
View more details

Wipro Associate Software Engineer Reviews and Ratings

based on 30 reviews

4.0/5

Rating in categories

4.0

Skill development

3.6

Work-Life balance

3.8

Salary & Benefits

4.2

Job Security

4.2

Company culture

3.7

Promotions/Appraisal

3.9

Work Satisfaction

Explore 30 Reviews and Ratings
Project Engineer
32.5k salaries
unlock blur

₹1.8 L/yr - ₹8.3 L/yr

Senior Software Engineer
22.9k salaries
unlock blur

₹5.8 L/yr - ₹22.4 L/yr

Senior Associate
21.1k salaries
unlock blur

₹0.8 L/yr - ₹5.5 L/yr

Senior Project Engineer
20.5k salaries
unlock blur

₹5 L/yr - ₹19.1 L/yr

Technical Lead
18.5k salaries
unlock blur

₹8.2 L/yr - ₹36.5 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