i
Wipro
Filter interviews by
Salesforce enhances customer relationship management, streamlining processes and improving communication across teams.
Centralized data management: Salesforce allows businesses to store all customer information in one place, improving accessibility.
Enhanced customer insights: With analytics tools, companies can gain valuable insights into customer behavior and preferences.
Automation of tasks: Salesforce automates r...
I focused on languages more relevant to my projects and career goals, prioritizing practical skills over curriculum completeness.
I have primarily worked with Python and Java for my projects, which align better with my interests in web development and data analysis.
In my internships, I utilized languages like JavaScript and SQL, which are more applicable to the roles I am pursuing.
I have completed several projects ...
HTTP is an unsecured protocol for transferring data, while HTTPS adds a layer of security through encryption.
HTTP stands for HyperText Transfer Protocol; HTTPS stands for HyperText Transfer Protocol Secure.
HTTPS uses SSL/TLS to encrypt data, making it secure for transactions (e.g., online banking).
Websites using HTTPS display a padlock icon in the address bar, indicating a secure connection.
HTTP is typically used ...
A DBMS is software that facilitates the creation, management, and manipulation of databases.
Stores data in a structured format, allowing for easy access and management.
Supports data integrity and security through user permissions.
Examples include MySQL, Oracle, and Microsoft SQL Server.
Enables data retrieval using query languages like SQL.
Facilitates multi-user access and concurrent transactions.
What people are saying about Wipro
A palindrome is a word, phrase, or sequence that reads the same backward as forward, like 'racecar' or 'level'.
Definition: A palindrome is a sequence that remains unchanged when reversed. Examples include 'madam', '12321', and 'A man, a plan, a canal, Panama'.
Types: Palindromes can be words (e.g., 'deified'), phrases (e.g., 'step on no pets'), or numbers (e.g., 121).
Checking: To check if a string is a palindrome, ...
Lists are mutable collections, while tuples are immutable sequences in Python.
Mutability: Lists can be modified (e.g., list.append(1)), while tuples cannot (e.g., tuple[0] = 1 raises an error).
Syntax: Lists use square brackets [] (e.g., myList = [1, 2, 3]), while tuples use parentheses () (e.g., myTuple = (1, 2, 3)).
Performance: Tuples are generally faster than lists due to their immutability.
Use Cases: Use lists ...
Active Directory is a directory service developed by Microsoft for Windows domain networks.
Centralized database for managing network resources
Stores information about users, computers, and other network objects
Allows for authentication and authorization of users
Enables single sign-on for users across multiple applications
Supports group policies for managing security and access control
Different collections in programming refer to different data structures used to store and organize data.
Arrays: ordered collection of elements accessed by index
Lists: ordered collection of elements with dynamic size
Sets: collection of unique elements with no specific order
Maps: collection of key-value pairs for quick lookups
Built-in functions of string are pre-defined functions in programming languages that can be used to manipulate strings.
Some common built-in functions of string include: length(), substring(), toUpperCase(), toLowerCase(), trim(), indexOf(), charAt().
Example: str.length() returns the length of the string 'str'.
Example: str.substring(2, 5) returns the substring of 'str' starting from index 2 to 5.
Example: str.toUppe...
Set is an unordered collection of unique elements, while tuple is an ordered collection of elements that can be of different data types.
Set does not allow duplicate elements
Tuple elements are accessed using index
Example of set: {1, 2, 3}
Example of tuple: (1, 'apple', True)
Aptitude, along with coding and related topics.
In five years, I envision myself as a seasoned Project Engineer, leading innovative projects and mentoring junior engineers.
I aim to lead complex projects, such as infrastructure development, enhancing my leadership skills.
I plan to obtain certifications like PMP to strengthen my project management expertise.
I aspire to mentor junior engineers, sharing knowledge and fostering a collaborative team environment.
I hope to ...
I excel in problem-solving and communication, but I sometimes struggle with delegation and time management.
Strength: Strong analytical skills - I successfully led a project that reduced costs by 15% through process optimization.
Strength: Excellent communication - I effectively liaised between engineering teams and clients, ensuring project requirements were met.
Weakness: Difficulty in delegation - I tend to take on too...
Total of 90 hours ... quant , reasoning , english
2 coding ques from easy to moderate
Good and tricky questions
OOPs concepts in Java are fundamental principles of object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class. Example: Car class inheriting from Vehicle class.
Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Using private variables and public methods in ...
Java is platform independent because of its 'write once, run anywhere' principle.
Java programs are compiled into bytecode which can run on any Java Virtual Machine (JVM) regardless of the underlying platform.
This allows Java programs to be executed on different operating systems without any modifications.
Examples of platform independent Java applications include web applications, mobile apps, and enterprise software.
Abstract classes can have both abstract and non-abstract methods, while interfaces can only have abstract methods.
Abstract classes can have constructors, fields, and non-abstract methods, while interfaces cannot.
A class can only extend one abstract class, but it can implement multiple interfaces.
Abstract classes are used to define common characteristics of subclasses, while interfaces are used to define contracts for c...
I have a strong background in project management and engineering, with a proven track record of successfully leading and completing projects.
Extensive experience in project management and engineering
Proven track record of successfully leading and completing projects
Strong problem-solving and analytical skills
Excellent communication and teamwork abilities
My dream role for any company is to lead a team of innovative engineers in developing cutting-edge technology that positively impacts society.
Leading a team of engineers in developing innovative solutions
Working on projects that have a positive impact on society
Collaborating with cross-functional teams to achieve goals
Continuous learning and growth opportunities
Contributing to the company's success and growth
Active Directory is a directory service developed by Microsoft for Windows domain networks.
Centralized database for managing network resources
Stores information about users, computers, and other network objects
Allows for authentication and authorization of users
Enables single sign-on for users across multiple applications
Supports group policies for managing security and access control
Office 365 is a cloud-based subscription service offered by Microsoft that includes access to various productivity tools and applications.
Includes applications like Word, Excel, PowerPoint, Outlook, and OneNote
Provides cloud storage through OneDrive
Offers collaboration tools like Teams and SharePoint
Allows access to the latest versions of the software
Subscription-based service with different plans available
I appeared for an interview in May 2025, where I was asked the following questions.
Roles define responsibilities, while profiles outline skills and qualifications in a professional context.
A role refers to the specific duties and responsibilities assigned to an individual, such as a Project Engineer managing timelines.
A profile encompasses the skills, experience, and qualifications that an individual possesses, like a degree in engineering or project management certification.
Roles can change based on...
Salesforce enhances customer relationship management, streamlining processes and improving communication across teams.
Centralized data management: Salesforce allows businesses to store all customer information in one place, improving accessibility.
Enhanced customer insights: With analytics tools, companies can gain valuable insights into customer behavior and preferences.
Automation of tasks: Salesforce automates repeti...
Work and Time, Percentages
Set is an unordered collection of unique elements, while tuple is an ordered collection of elements that can be of different data types.
Set does not allow duplicate elements
Tuple elements are accessed using index
Example of set: {1, 2, 3}
Example of tuple: (1, 'apple', True)
Built-in functions of string are pre-defined functions in programming languages that can be used to manipulate strings.
Some common built-in functions of string include: length(), substring(), toUpperCase(), toLowerCase(), trim(), indexOf(), charAt().
Example: str.length() returns the length of the string 'str'.
Example: str.substring(2, 5) returns the substring of 'str' starting from index 2 to 5.
Example: str.toUpperCase...
Basic java questions
Different collections in programming refer to different data structures used to store and organize data.
Arrays: ordered collection of elements accessed by index
Lists: ordered collection of elements with dynamic size
Sets: collection of unique elements with no specific order
Maps: collection of key-value pairs for quick lookups
I appeared for an interview in Mar 2025, where I was asked the following questions.
HTTP is an unsecured protocol for transferring data, while HTTPS adds a layer of security through encryption.
HTTP stands for HyperText Transfer Protocol; HTTPS stands for HyperText Transfer Protocol Secure.
HTTPS uses SSL/TLS to encrypt data, making it secure for transactions (e.g., online banking).
Websites using HTTPS display a padlock icon in the address bar, indicating a secure connection.
HTTP is typically used for n...
A DBMS is software that facilitates the creation, management, and manipulation of databases.
Stores data in a structured format, allowing for easy access and management.
Supports data integrity and security through user permissions.
Examples include MySQL, Oracle, and Microsoft SQL Server.
Enables data retrieval using query languages like SQL.
Facilitates multi-user access and concurrent transactions.
I faced several challenges during my minor project, including resource limitations, time constraints, and communication issues.
Resource limitations: We had a limited budget, which restricted our ability to procure high-quality materials.
Time constraints: The project timeline was tight, leading to rushed decisions that impacted the final outcome.
Communication issues: Misunderstandings among team members caused delays; w...
Aptitude, reasoning, coding
I appeared for an interview in Mar 2025, where I was asked the following questions.
My final year project focused on developing a smart irrigation system using IoT technology to optimize water usage in agriculture.
Designed a prototype that uses soil moisture sensors to monitor water levels.
Implemented a microcontroller (Arduino) to automate the irrigation process.
Developed a mobile app for real-time monitoring and control of the irrigation system.
Conducted field tests to evaluate the system's efficien...
Some of the top questions asked at the Wipro Project Engineer interview for freshers -
The duration of Wipro Project Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 84 interview experiences
Difficulty level
Duration
based on 4.3k reviews
Rating in categories
Project Engineer
33.3k
salaries
| ₹3.2 L/yr - ₹7.3 L/yr |
Senior Software Engineer
23.2k
salaries
| ₹6.2 L/yr - ₹19 L/yr |
Senior Associate
21.8k
salaries
| ₹1.8 L/yr - ₹5.5 L/yr |
Technical Lead
20.1k
salaries
| ₹16.6 L/yr - ₹30 L/yr |
Senior Project Engineer
18.7k
salaries
| ₹6.4 L/yr - ₹18.4 L/yr |
TCS
Infosys
Tesla
Amazon