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

Filter interviews by

Wipro Project Engineer 3 Interview Questions and Answers

Updated 30 Nov 2022

Wipro Project Engineer 3 Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Nov 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Basic coding questions like counting the frequency of element in a string

Round 2 - HR 

(1 Question)

  • Q1. Are you willing to relocate, what are your weaknesses, why you think you are suitabe for this role
Round 3 - Technical 

(3 Questions)

  • Q1. Nothing just some basic MySQL querries and then he asked me why I like python and then Some questions on AI like hidden markov and all.
  • Q2. Which language is faster python or java and why do you say that
  • Ans. 

    Java is generally faster than Python due to its compiled nature and optimized execution.

    • Java is a compiled language, while Python is an interpreted language.

    • Java code is converted into bytecode and then executed by the Java Virtual Machine (JVM), which allows for faster execution.

    • Python code is interpreted line by line, resulting in slower execution compared to Java.

    • Java has better performance for computationally inten...

  • Answered by AI
  • Q3. How to create a dictionary
  • Ans. 

    A dictionary can be created in Python using curly braces or the dict() constructor.

    • Use curly braces to create a dictionary with key-value pairs separated by colons.

    • Use the dict() constructor to create a dictionary from a sequence of key-value pairs.

    • Keys must be unique and immutable, while values can be of any data type.

    • Example: {'apple': 1, 'banana': 2} or dict([('apple', 1), ('banana', 2)])

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Wipro Project Engineer 3 interview:
  • MySQL
  • OOPS
  • Artificial Intelligence
  • Python
Interview preparation tips for other job seekers - Be your self in the interview and stay confident they are extremely humble, just prepare well for first round

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Job Portal and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Can you tell me about your experience?
  • Q2. Why do you want to switch?
Round 2 - Group Discussion 

Topic for GD was AI in BPO.

Round 3 - One-on-one 

(1 Question)

  • Q1. Can you explain various workflow techniques?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always go through your resume before giving interview.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Over all experience and details on Implementation project
  • Q2. Scenario based questions?
Round 2 - HR 

(1 Question)

  • Q1. What is your current salary and what is expected
  • Ans. 

    I am currently earning $80,000 annually and I am looking for a salary in the range of $90,000 to $100,000.

    • Current salary: $80,000 annually

    • Expected salary range: $90,000 - $100,000

    • Open to negotiation based on benefits and responsibilities

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - HR 

(1 Question)

  • Q1. What relevant experience do you have?
Round 2 - Technical 

(1 Question)

  • Q1. Technical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - It is advisable to search for a more suitable company.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you describe your project management skills?
  • Q2. Tell ur experience and PMP frameworks
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. About project management
  • Q2. About Network Infrastructure
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Project related questions what was your role how did you manage resources how many resources you are handling. How did you manage team and what was your roll.

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions they are asking based on your experience how many projects you have handled and which all technology you have worked.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What process followed to handle the Project Management in your current organization.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is salary and why do you want to have it
  • Ans. 

    Salary is a fixed regular payment made by an employer to an employee for work done.

    • Salary is a form of compensation for the work and services provided by an individual.

    • It provides financial stability and security for individuals and their families.

    • Salary is often used as a measure of one's value and contribution in the workplace.

    • It can also serve as a motivation for employees to perform well and achieve goals.

    • Examples:...

  • Answered by AI
  • Q2. Why you want to earn, you should work without salary
  • Ans. 

    I believe in fair compensation for the value I bring to a project, as it motivates me to perform at my best.

    • Fair compensation is a recognition of the value and effort I contribute to a project

    • Salary is a form of appreciation and motivation for employees

    • Financial stability is important for personal and professional growth

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. How to mange agile project
  • Ans. 

    Agile project management involves iterative planning, execution, and review to adapt to changing requirements.

    • Break the project into smaller tasks called user stories

    • Prioritize user stories based on business value

    • Work in short iterations called sprints, typically 2-4 weeks

    • Hold daily stand-up meetings to track progress and address any issues

    • Regularly review and adapt the project plan based on feedback

  • Answered by AI

Skills evaluated in this interview

Wipro Interview FAQs

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

Some of the top questions asked at the Wipro Project Engineer 3 interview -

  1. which language is faster python or java and why do you say t...read more
  2. how to create a diction...read more
  3. nothing just some basic MySQL querries and then he asked me why I like python a...read more

Tell us how to improve this page.

Wipro Project Engineer 3 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

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.6
 • 7.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Wipro Project Engineer 3 Salary
based on 34 salaries
₹3.3 L/yr - ₹9.5 L/yr
13% less than the average Project Engineer 3 Salary in India
View more details

Wipro Project Engineer 3 Reviews and Ratings

based on 7 reviews

4.3/5

Rating in categories

3.9

Skill development

3.9

Work-life balance

3.6

Salary

3.8

Job security

4.0

Company culture

3.8

Promotions

3.9

Work satisfaction

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

₹1.8 L/yr - ₹8.3 L/yr

Senior Software Engineer
23k salaries
unlock blur

₹5.8 L/yr - ₹22.5 L/yr

Senior Associate
21.2k 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.3 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