Upload Button Icon Add office photos

Wipro Digital

Compare button icon Compare button icon Compare

Filter interviews by

Wipro Digital Software Engineer Interview Questions and Answers

Updated 1 Jul 2022

Wipro Digital Software Engineer Interview Experiences

5 interviews found

I was interviewed before Aug 2020.

Interview Questionnaire 

1 Question

  • Q1. Is this good insurance policy for employees?
  • Ans. 

    It depends on the specifics of the policy.

    • What is the coverage amount?

    • What is the deductible?

    • Are pre-existing conditions covered?

    • What is the cost to employees?

    • What is the network of providers?

    • What is the policy on maternity leave?

    • Is there a wellness program?

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - One person like HR will focus for all claims.
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 - Assignment 

Python or C Coding slove the problem

Round 3 - HR 

(1 Question)

  • Q1. C basics questions in interview
Round 4 - Case Study 

Life based questions, like a feature planing

Interview Preparation Tips

Interview preparation tips for other job seekers - Sir salary 20000per month,any deficult work is faceed

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
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 

It's a tricky round with lots of questions to understand the aptitude

Round 3 - One-on-one 
Round 4 - HR 

Interview Preparation Tips

Interview preparation tips for other job seekers - Feel confident , feel very light but study and prepare hard the technical part. Don't get confused during interview.

I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technically asked based on our Knowledge
  • Ans. Should expertise the knowledge wat your adding at your Profile
  • Answered by JABEER S

Interview Preparation Tips

Interview preparation tips for other job seekers - Follow the process of Gettinf calls and respond to the calls you will never miss opportunity

Wipro Digital interview questions for designations

 Software Engineer Trainee

 (1)

 Senior Software Engineer

 (1)

 Senior Software Developer

 (1)

 Product Engineer

 (1)

 QA Engineer

 (1)

 Machine Learning Engineer

 (1)

 Senior Test Engineer

 (1)

 Senior Engineer

 (2)

I was interviewed in Sep 2016.

Interview Questionnaire 

4 Questions

  • Q1. Basic coding questions
  • Q2. Concepts of c++ and oops
  • Q3. About family and my extra curricular in college
  • Q4. Qualities of a leader
  • Ans. 

    Qualities of a leader include communication, decision-making, empathy, and vision.

    • Effective communication skills to convey ideas and motivate team members

    • Strong decision-making abilities to guide the team towards goals

    • Empathy towards team members to understand their perspectives and support their growth

    • Vision to set long-term goals and inspire others to work towards them

  • Answered by AI

Interview Preparation Tips

Round: Test
Duration: 3 hours

Skills: Confidence, Coding Skills
College Name: NIT Kurukshetra

Interview questions from similar companies

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

I applied via Job Fair and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Dsa questions related to project
  • Q2. Project based q and a
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Nextwave and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

I got the opportunity through Nextwave. In the coding test I’m supposed to solve few aptitude questions and around 5-6 coding questions. Out of them 2 are of easy level ,2 are medium and 2 are of hard level.
I solved 2 easy, 1 medium and 1 hard problem.

Round 2 - Technical 

(2 Questions)

  • Q1. Self Introduction , Resume based questions related to project and strengths
  • Q2. Programming questions like pattern printing, palindrome without using reverse method, GCD
Round 3 - Technical 

(2 Questions)

  • Q1. Started with reasoning and aptitude questions based on pattern analysis, number system, profit and loss.
  • Q2. Programming questions from leetcode 1.Spiral matrix 2.Pascal’s triangle 3.subsequences 4.problem based on DFS

Interview Preparation Tips

Topics to prepare for ThoughtWorks Software Engineer interview:
  • Data Structures
  • Problem Solving
  • Any programming language
  • SQL
Interview preparation tips for other job seekers - Need to have a strong problem solving skills and continuous practising of the programs in leet code of easy and medium level increase the chances for cracking the interview.
Make sure that your project code is available with you at the time of interview and everything you place in the resume must have the supported information with you.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. You have a list of numbers, now using stream api calculate the sum of all integers in a list ?
  • Ans. 

    Use stream api to calculate sum of integers in a list.

    • Use stream() method on the list to create a stream of elements.

    • Use mapToInt() method to convert each element to an integer.

    • Use sum() method to calculate the sum of all integers.

  • Answered by AI
  • Q2. Given two arrays of integers, find the one extra element in second array ? Eg. int[] arr1 = [1,3,7,8]; int[] arr2 = [3,8,7,9,1];
  • Ans. 

    Loop through both arrays and use a hashmap to store frequency of elements, then find the extra element.

    • Loop through both arrays and store frequency of elements in a hashmap

    • Compare the frequency of elements in both arrays to find the extra element

    • Return the extra element found in the second array

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice more coding questions from HackerRank and memorize methods from stream api since you will be asked to solve questions on notepad.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write code of palindrome
  • Ans. 

    Code to check if a given string is a palindrome or not.

    • Create a function that takes a string as input

    • Remove all non-alphanumeric characters and convert to lowercase

    • Compare the original string with its reverse to check for palindrome

  • Answered by AI
  • Q2. How to pass data in angular from component to component
  • Ans. 

    Data can be passed in Angular from component to component using input properties, output properties, services, and state management libraries like NgRx.

    • Use @Input decorator to pass data from parent to child component

    • Use @Output decorator to emit events from child to parent component

    • Use services to share data between components

    • Use state management libraries like NgRx for complex data sharing scenarios

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(5 Questions)

  • Q1. Write a program Binary Search?
  • Ans. 

    Binary search is a divide and conquer algorithm that efficiently finds the target value within a sorted array.

    • Start by defining the low and high indices of the array.

    • Calculate the middle index and compare the target value with the middle element.

    • If the target value is less than the middle element, search the left subarray. If greater, search the right subarray.

    • Repeat the process until the target value is found or the s

  • Answered by AI
  • Q2. What isCICD flow?
  • Ans. 

    CI/CD flow stands for Continuous Integration/Continuous Deployment flow, which is a software development practice where code changes are automatically built, tested, and deployed.

    • CI/CD flow involves automating the process of integrating code changes into a shared repository, running automated tests, and deploying the changes to production.

    • Continuous Integration (CI) focuses on automating the build and testing of code c...

  • Answered by AI
  • Q3. How to handle Enum feature?
  • Ans. 

    Enums are a feature in programming languages that allow you to define a set of named constants.

    • Enums can be used to improve code readability by giving meaningful names to values

    • Enums can be used in switch statements to handle different cases

    • Enums can have associated values or raw values for more flexibility

  • Answered by AI
  • Q4. Singleton handles the Syncronized ?
  • Ans. 

    Yes, Singleton handles synchronization by ensuring only one instance of a class is created and providing global access to that instance.

    • Singleton pattern restricts the instantiation of a class to one object.

    • It provides a global point of access to the instance.

    • Synchronization can be implemented in the Singleton pattern to ensure thread safety.

    • Example: Singleton pattern is commonly used in database connections to ensure

  • Answered by AI
  • Q5. What are external Libraries are used in project?
  • Ans. 

    External libraries are pre-written code that can be imported and used in a project to provide additional functionality.

    • External libraries help in reducing development time by providing ready-made solutions for common tasks.

    • Examples include React for front-end development, NumPy for scientific computing in Python, and Retrofit for making network calls in Android apps.

  • Answered by AI

Skills evaluated in this interview

Wipro Digital Interview FAQs

How many rounds are there in Wipro Digital Software Engineer interview?
Wipro Digital interview process usually has 4 rounds. The most common rounds in the Wipro Digital interview process are Resume Shortlist, HR and Assignment.
What are the top questions asked in Wipro Digital Software Engineer interview?

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

  1. Is this good insurance policy for employe...read more
  2. Technically asked based on our Knowled...read more
  3. Concepts of c++ and o...read more

Tell us how to improve this page.

Wipro Digital Software Engineer Salary
based on 115 salaries
₹3.5 L/yr - ₹12 L/yr
12% less than the average Software Engineer Salary in India
View more details

Wipro Digital Software Engineer Reviews and Ratings

based on 6 reviews

4.3/5

Rating in categories

4.8

Skill development

4.8

Work-life balance

4.4

Salary

4.4

Job security

4.2

Company culture

4.4

Promotions

4.0

Work satisfaction

Explore 6 Reviews and Ratings
Senior Software Engineer
375 salaries
unlock blur

₹7.2 L/yr - ₹26 L/yr

Technical Lead
297 salaries
unlock blur

₹10 L/yr - ₹33.5 L/yr

Senior Project Engineer
294 salaries
unlock blur

₹5.2 L/yr - ₹21.4 L/yr

Project Engineer
276 salaries
unlock blur

₹3 L/yr - ₹8.3 L/yr

Senior Associate
216 salaries
unlock blur

₹1.4 L/yr - ₹7 L/yr

Explore more salaries
Compare Wipro Digital with

TCS

3.7
Compare

Infosys

3.6
Compare

HCLTech

3.5
Compare

Tech Mahindra

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