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 51.8k Reviews

Filter interviews by

Wipro Software Support Engineer Interview Questions and Answers

Updated 7 May 2020

Wipro Software Support Engineer Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in Nov 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about your self
  • Q2. What is knowledge about internet and trouble shooting...
  • Ans. 

    Knowledge of internet troubleshooting involves identifying and resolving issues related to network connectivity and software applications.

    • Understanding of network protocols and configurations

    • Familiarity with common software applications and their troubleshooting methods

    • Ability to diagnose and resolve issues related to internet connectivity

    • Knowledge of browser settings and configurations

    • Experience with remote desktop su...

  • Answered by AI
  • Q3. What is your Hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - Full prapared and get easy to....

Skills evaluated in this interview

Interview questions from similar companies

Software Support Engineer Interview Questions & Answers

TCS user image Karthikeyan Narayanamoorthy

posted on 5 Jun 2022

I applied via Company Website and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Talk about your work experience and your responsibility in the organisation.
Round 2 - HR 

(1 Question)

  • Q1. How soon can you join. Bring vaccination certificate to be selected.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold. Take every difficulty as a challenge and face well.success is yours.

I applied via Naukri.com and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was on sql,plsql

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic sql questions,joins
Round 3 - HR 

(1 Question)

  • Q1. Strenths,weakness,salary expectation

Interview Preparation Tips

Topics to prepare for HCLTech Software Support Engineer interview:
  • Sql,plsql,etl
Interview preparation tips for other job seekers - Just keep learning languages, skills,you will get good opportunities
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Springboot -all questions relevant to springboot were asked
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 - Coding Test 

C and c++ and data structure

Round 3 - Technical 

(1 Question)

  • Q1. Question front Data structure, c++ and c
Round 4 - HR 

(1 Question)

  • Q1. Ask all those questions that you want

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on body language.
Learn new things.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Design and technical
Round 2 - HR 

(1 Question)

  • Q1. Role and culture fit

Interview Questionnaire 

3 Questions

  • Q1. Are you familiar with oops concepts? Explain
  • Ans. 

    Yes, OOPs concepts are fundamental to object-oriented programming and include inheritance, encapsulation, abstraction, and polymorphism.

    • Inheritance allows a class to inherit properties and methods from a parent class.

    • Encapsulation is the practice of hiding data and methods within a class to prevent direct access.

    • Abstraction is the process of simplifying complex systems by breaking them down into smaller, more manageabl...

  • Answered by AI
  • Q2. How did you use database systems in your projects
  • Ans. 

    I have used database systems extensively in my projects.

    • Designed and implemented database schema for various applications

    • Used SQL queries to retrieve and manipulate data

    • Integrated databases with web applications using ORM frameworks like Hibernate

    • Optimized database performance by indexing and query optimization

    • Implemented data migration scripts to move data between databases

    • Used NoSQL databases like MongoDB for scalabl

  • Answered by AI
  • Q3. Write a query to retrieve a particular value from the data
  • Ans. 

    Query to retrieve a particular value from data

    • Identify the table and column where the value is stored

    • Use SELECT statement with WHERE clause to filter the data

    • Specify the value to retrieve in the SELECT statement

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Tell me about yourself?
  • Q2. How many members are there in your family?
  • Q3. What is networking?
  • Ans. 

    Networking is the practice of connecting devices together to share resources and information.

    • Networking involves the use of hardware and software to connect devices together.

    • It allows for the sharing of resources such as printers and files.

    • Networking also enables communication between devices, such as sending emails or accessing websites.

    • Examples of networking technologies include Ethernet, Wi-Fi, and Bluetooth.

  • Answered by AI
  • Q4. Tell briefly about your recent project? what was your task in the Group project?
  • Q5. Technologies used in Group project?
  • Ans. 

    We used a variety of technologies including Java, Spring Boot, React, and MySQL.

    • Java was used for the backend development

    • Spring Boot was used to create RESTful APIs

    • React was used for the frontend development

    • MySQL was used as the database management system

  • Answered by AI
  • Q6. What is server and client ?
  • Ans. 

    Server and client are two entities in a client-server architecture where the server provides services to the client.

    • Server is a computer program or device that provides services to other computer programs or devices, known as clients.

    • Client is a computer program or device that requests services from a server.

    • Examples of servers include web servers, mail servers, and file servers.

    • Examples of clients include web browsers

  • Answered by AI
  • Q7. Last question was any questions for me ?

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a Tech + HR in a single interview, the best thing :-)
DXC is company created By Hewlett peckard and computer science corporation(CSC) ,It is in around 70 countries across globe.
Be confident of what you are answering .
Not so much deep technical questions were asked , But be confident and focus on intra-personal skills.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is web wrapping
  • Ans. 

    Web wrapping is the process of displaying a website within another website or application.

    • It involves embedding a website within an iframe or a div element.

    • Web wrapping is commonly used in mobile apps to display web content without leaving the app.

    • It can also be used to display content from a different domain on a website.

    • Web wrapping can be done using JavaScript or server-side scripting languages.

    • Examples of web wrapp...

  • Answered by AI
  • Q2. Vba effects
  • Ans. 

    VBA effects on software development

    • VBA can automate repetitive tasks in software development

    • VBA can be used to create custom functions and add-ins in Excel

    • VBA can interact with other Microsoft Office applications

    • VBA can be used to create user interfaces for data entry and analysis

    • VBA can be used to manipulate data in databases

    • VBA can be used to create macros in software applications

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite and listen carefully all the questions then answer

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Wipro Software Support Engineer Salary
based on 39 salaries
₹2.1 L/yr - ₹9.5 L/yr
18% less than the average Software Support Engineer Salary in India
View more details

Wipro Software Support Engineer Reviews and Ratings

based on 3 reviews

4.5/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.5

Salary

4.5

Job security

4.5

Company culture

4.5

Promotions

4.5

Work satisfaction

Explore 3 Reviews and Ratings
Project Engineer
32.7k salaries
unlock blur

₹1.8 L/yr - ₹8.3 L/yr

Senior Software Engineer
23.1k salaries
unlock blur

₹5.8 L/yr - ₹22.5 L/yr

Senior Associate
21.3k salaries
unlock blur

₹0.8 L/yr - ₹5.5 L/yr

Senior Project Engineer
20.5k salaries
unlock blur

₹5 L/yr - ₹19.5 L/yr

Technical Lead
18.6k salaries
unlock blur

₹8.2 L/yr - ₹36.5 L/yr

Explore more salaries
Compare Wipro with

TCS

3.7
Compare

Infosys

3.6
Compare

Tesla

4.3
Compare

Amazon

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