Upload Button Icon Add office photos

Wipro Enterprises Ltd

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Wipro Enterprises Ltd Software Engineer Interview Questions and Answers

Updated 2 Sep 2022

Wipro Enterprises Ltd Software Engineer Interview Experiences

3 interviews found

I applied via Referral and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is your greatest Weakness Why do you want this job
  • Ans. 

    My greatest weakness is that I tend to be a perfectionist, which can sometimes lead to spending too much time on a task.

    • I have a tendency to overanalyze and overthink things

    • I strive for perfection and can be overly critical of my own work

    • I sometimes struggle with prioritizing tasks and can get caught up in minor details

    • I am working on improving my time management skills and learning to delegate tasks

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Making apply for Job easy With job seekers
Find job seekers

Interview Questionnaire 

1 Question

  • Q1. Advantage of Jenkins over junit
  • Ans. 

    Jenkins and JUnit serve different purposes and cannot be compared.

    • Jenkins is a continuous integration tool used for building, testing, and deploying software.

    • JUnit is a unit testing framework used for testing individual units of code.

    • Jenkins can be used to automate the execution of JUnit tests as part of a larger build process.

    • Jenkins provides a centralized platform for managing builds and test results.

    • JUnit is just on...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare the basis well

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. What is selenium ide
  • Ans. 

    Selenium IDE is a record and playback tool for automating web browser interactions.

    • Selenium IDE is a Firefox plugin

    • It allows users to record and playback interactions with a web browser

    • Tests can be exported in various programming languages

    • It is useful for automating repetitive tasks and regression testing

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics as well be prepared in problem solving question

Skills evaluated in this interview

Software Engineer Jobs at Wipro Enterprises Ltd

View all

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. About Yourself

Interview Preparation Tips

Round: Test
Experience: Test level was medium, as i also sat for mahindra, i found L&T test was harder than mahindra!
Tips: Just study RS agarwal

Round: Group Discussion
Experience: It was easy for me, coz i was aware about tips of GD
Tips: Be the leader, if possibleTalk in between, even if u dont know topic much
Duration: 20 minutes

Round: Interview
Experience: This question was damn easy for me, coz i can talk more based on my activities & resume
Tips: Dont hesitate, stay calm & describe yourself, but not family background

General Tips: Be yourself, no technical knowledge is required(depends on panel u get)
Skill Tips: ""
College Name: IIT Roorkee
Motivation: To get placed!

I applied via Company Website and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Nodejs basics,AWS S3,script file run command,how to catch db timeout
  • Q2. Connect db options,
  • Ans. 

    Connecting to a database has multiple options depending on the type of database and programming language used.

    • For SQL databases, options include using JDBC for Java, ODBC for C++, and ADO.NET for C#.

    • For NoSQL databases, options include using MongoDB's driver for Python or Node.js.

    • ORMs like Hibernate and Entity Framework can also be used to abstract away the database connection details.

    • Connection strings are used to spe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Db connection attributes need to prepare well

Interview Questionnaire 

1 Question

  • Q1. Oop concepts

Interview Questionnaire 

1 Question

  • Q1. What is c language used for? What is it required?
  • Ans. 

    C language is a general-purpose programming language used for system programming, embedded systems, and game development.

    • C is used for developing operating systems, device drivers, and firmware.

    • It is required for programming microcontrollers and other embedded systems.

    • C is also used for game development and high-performance computing.

    • It is a low-level language that provides direct access to memory and hardware.

    • C is a p...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - C is a Language.kfpwduhfo[pi-ewr khdisuhfpi9wd=v]asbhsadhq bwhdqliqjsld[ioais'pcoc[0a dlq

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 Oct 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hr test with mcq and coding snippet

Round 2 - One-on-one 

(6 Questions)

  • Q1. What are pointers in c?
  • Ans. 

    Pointers are variables that store memory addresses of other variables in C programming language.

    • Pointers are used to manipulate data structures like arrays, linked lists, and trees.

    • They can be used to pass values by reference to functions.

    • Pointers can also be used to allocate memory dynamically using functions like malloc() and calloc().

  • Answered by AI
  • Q2. Write a linked list program.
  • Ans. 

    A linked list program is a data structure that stores a sequence of elements with pointers to the next element.

    • Create a Node class with a value and a next pointer

    • Create a LinkedList class with a head pointer and methods to add, remove, and traverse nodes

    • Example: LinkedList ll = new LinkedList(); ll.add(5); ll.add(10); ll.remove(5);

  • Answered by AI
  • Q3. Applications of data structures
  • Ans. 

    Data structures are used to organize and manipulate data efficiently in various applications.

    • Data structures are used in databases to store and retrieve data quickly.

    • In computer graphics, data structures are used to represent geometric objects.

    • Data structures are used in algorithms such as sorting and searching.

    • In networking, data structures are used to represent network packets and routing tables.

    • Data structures are u...

  • Answered by AI
  • Q4. Algorithm for merge sort
  • Ans. 

    Merge sort is a divide and conquer algorithm that recursively divides the input array into two halves, sorts them and then merges them.

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Repeat until the entire array is sorted

  • Answered by AI
  • Q5. Cloud computing application in real world in project
  • Ans. 

    Cloud computing is widely used in various industries for data storage, processing, and analysis.

    • Cloud computing allows for easy scalability and cost-effectiveness in managing large amounts of data.

    • Real-time collaboration and access to data from anywhere are some of the benefits of cloud computing.

    • Examples of cloud computing applications in real-world projects include Amazon Web Services (AWS), Microsoft Azure, and Goog...

  • Answered by AI
  • Q6. Java and nodejs questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be precise and confident. Keep learning and solving code on platforms.

Skills evaluated in this interview

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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is array?? Detail in programming
  • Ans. 

    An array is a collection of similar data types stored in contiguous memory locations.

    • Arrays can be one-dimensional or multi-dimensional

    • Elements in an array can be accessed using their index

    • Arrays can be initialized during declaration or later in the code

    • Arrays can be passed as arguments to functions

    • Example: int arr[5] = {1, 2, 3, 4, 5};

    • Example: char str[10] = "Hello";

  • Answered by AI
  • Q2. About programming and Java script

Interview Preparation Tips

Interview preparation tips for other job seekers - Always prepare for interview and need you have to know about jd

Skills evaluated in this interview

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 Resume 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.
Contribute & help others!
anonymous
You can choose to be anonymous

Wipro Enterprises Ltd Interview FAQs

How many rounds are there in Wipro Enterprises Ltd Software Engineer interview?
Wipro Enterprises Ltd interview process usually has 1 rounds. The most common rounds in the Wipro Enterprises Ltd interview process are Technical.
How to prepare for Wipro Enterprises Ltd Software Engineer interview?
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 Enterprises Ltd. The most common topics and skills that interviewers at Wipro Enterprises Ltd expect are Healthcare, Agile Coaching, C++, Linux Administration and SDLC.
What are the top questions asked in Wipro Enterprises Ltd Software Engineer interview?

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

  1. Advantage of Jenkins over ju...read more
  2. What is selenium ...read more

Recently Viewed

INTERVIEWS

Wipro Enterprises Ltd

No Interviews

INTERVIEWS

Wipro Enterprises Ltd

No Interviews

INTERVIEWS

MSC Technology India

No Interviews

INTERVIEWS

Wipro Enterprises Ltd

No Interviews

INTERVIEWS

Wipro Enterprises Ltd

No Interviews

INTERVIEWS

Bandhan Bank

No Interviews

INTERVIEWS

Wipro Enterprises Ltd

No Interviews

INTERVIEWS

Bain & Company

No Interviews

INTERVIEWS

MSC Technology India

No Interviews

INTERVIEWS

Wipro Enterprises Ltd

No Interviews

Tell us how to improve this page.

Wipro Enterprises Ltd Software Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Tata Group Interview Questions
4.2
 • 358 Interviews
Nestle Interview Questions
3.9
 • 239 Interviews
Adani Group Interview Questions
3.9
 • 186 Interviews
RSPL Group Interview Questions
4.1
 • 186 Interviews
Britannia Interview Questions
4.0
 • 164 Interviews
View all
Wipro Enterprises Ltd Software Engineer Salary
based on 90 salaries
₹3.5 L/yr - ₹13.5 L/yr
At par with the average Software Engineer Salary in India
View more details

Wipro Enterprises Ltd Software Engineer Reviews and Ratings

based on 19 reviews

3.6/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

3.4

Salary

3.9

Job security

3.7

Company culture

2.8

Promotions

3.6

Work satisfaction

Explore 19 Reviews and Ratings
Software Engineer

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Software Engineer - CT Reconstruction

Bangalore / Bengaluru

1-6 Yrs

Not Disclosed

Software Engineer

Bangalore / Bengaluru

2-6 Yrs

Not Disclosed

Explore more jobs
Project Engineer
300 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
237 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
202 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
156 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
144 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Wipro Enterprises Ltd with

Tata Group

4.2
Compare

Reliance Industries

4.0
Compare

Aditya Birla Group

4.1
Compare

Mahindra & Mahindra

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