i
Wipro
Filter interviews by
I will install the OS using a bootable installation media or network deployment tools.
Create a bootable installation media (USB or DVD) with the OS image
Boot the computer from the installation media
Follow the on-screen instructions to install the OS
Configure settings such as language, time zone, and user accounts
Install necessary drivers and updates post installation
Bitlocker is important for securing data on Windows devices.
Encrypts data on Windows devices to prevent unauthorized access
Protects against theft or loss of devices
Meets compliance requirements for data protection
Can be managed centrally through Active Directory
Can be used in combination with other security measures like TPM and Secure Boot
Helps prevent data breaches and protects sensitive information
Outlook 365 offers numerous advantages for users.
Access to emails, contacts, and calendar from anywhere with internet connection
Collaboration and sharing features for team projects
Integration with other Microsoft Office applications
Automatic updates and security features
Large storage capacity for emails and attachments
Mobile app for easy access on-the-go
To configure SAP in user's system, follow these steps:
Install SAP GUI on the user's system
Configure the SAP logon pad with the necessary system details
Create a user ID and assign the necessary authorizations
Test the connection to ensure successful configuration
What people are saying about Wipro
MFA stands for Multi-Factor Authentication, which is a security process that requires users to provide two or more forms of identification to access a system.
MFA adds an extra layer of security to protect against unauthorized access.
The most common forms of identification used in MFA are passwords, security tokens, and biometric data.
MFA can be implemented through various methods such as SMS codes, mobile apps, or...
PST and OST are Outlook data files. BSOD is Blue Screen of Death. DNS is Domain Name System. VPN is Virtual Private Network.
PST and OST are data files used by Microsoft Outlook to store emails, contacts, and other data.
BSOD is a critical error screen displayed by Windows operating system when it encounters a system error.
DNS is a system that translates domain names into IP addresses, allowing computers to communic...
POP, IMAP, and SMTP are email protocols used for sending and receiving emails. Each protocol uses different port numbers.
POP (Post Office Protocol) is used for downloading emails from a server to a client. It uses port number 110.
IMAP (Internet Message Access Protocol) is used for accessing emails on a server from a client. It uses port number 143.
SMTP (Simple Mail Transfer Protocol) is used for sending emails fro...
To backup a PST file, you can simply copy and paste it to an external drive or cloud storage. To speed up a slow system, try cleaning up temporary files and disabling unnecessary startup programs.
Copy and paste the PST file to an external drive or cloud storage
Use a backup software to automate the backup process
Clean up temporary files to free up space and improve performance
Disable unnecessary startup programs to...
I applied via Naukri.com and was interviewed in Oct 2021.Β There were 5 interview rounds.
Desktop l2 level related questions
How to configur system in domain
MFA stands for Multi-Factor Authentication, which is a security process that requires users to provide two or more forms of identification to access a system.
MFA adds an extra layer of security to protect against unauthorized access.
The most common forms of identification used in MFA are passwords, security tokens, and biometric data.
MFA can be implemented through various methods such as SMS codes, mobile apps, or hard...
I applied via Naukri.com and was interviewed in Apr 2022.Β There were 2 interview rounds.
PST and OST are Outlook data files. BSOD is Blue Screen of Death. DNS is Domain Name System. VPN is Virtual Private Network.
PST and OST are data files used by Microsoft Outlook to store emails, contacts, and other data.
BSOD is a critical error screen displayed by Windows operating system when it encounters a system error.
DNS is a system that translates domain names into IP addresses, allowing computers to communicate w...
POP, IMAP, and SMTP are email protocols used for sending and receiving emails. Each protocol uses different port numbers.
POP (Post Office Protocol) is used for downloading emails from a server to a client. It uses port number 110.
IMAP (Internet Message Access Protocol) is used for accessing emails on a server from a client. It uses port number 143.
SMTP (Simple Mail Transfer Protocol) is used for sending emails from a c...
To backup a PST file, you can simply copy and paste it to an external drive or cloud storage. To speed up a slow system, try cleaning up temporary files and disabling unnecessary startup programs.
Copy and paste the PST file to an external drive or cloud storage
Use a backup software to automate the backup process
Clean up temporary files to free up space and improve performance
Disable unnecessary startup programs to redu...
I applied via Naukri.com and was interviewed before Sep 2022.Β There was 1 interview round.
IPv4 uses 32-bit addresses while IPv6 uses 128-bit addresses, allowing for more unique addresses and improved security features.
IPv4 addresses are written in decimal format (e.g. 192.168.1.1) while IPv6 addresses are written in hexadecimal format (e.g. 2001:0db8:85a3:0000:0000:8a2e:0370:7334)
IPv4 supports up to 4.3 billion unique addresses, which is becoming insufficient with the growth of internet-connected devices, w...
I will install the OS using a bootable installation media or network deployment tools.
Create a bootable installation media (USB or DVD) with the OS image
Boot the computer from the installation media
Follow the on-screen instructions to install the OS
Configure settings such as language, time zone, and user accounts
Install necessary drivers and updates post installation
I applied via Naukri.com and was interviewed in Sep 2020.Β There were 3 interview rounds.
posted on 4 Apr 2023
I applied via Walk-in and was interviewed before Apr 2022.Β There were 3 interview rounds.
AD stands for Active Directory, a Microsoft technology used for managing users, computers, and other resources in a network. DHCP stands for Dynamic Host Configuration Protocol, a network protocol used for assigning IP addresses to devices.
AD is used for centralized management of network resources
AD allows for authentication and authorization of users and devices
DHCP automatically assigns IP addresses to devices on a n...
posted on 3 Jan 2022
posted on 5 Oct 2022
I applied via Approached by Company and was interviewed in Sep 2022.Β There were 3 interview rounds.
Windows OS is a popular operating system developed by Microsoft.
Windows OS is available in different versions such as Windows 7, 8, 10, etc.
It has a graphical user interface (GUI) and supports multitasking.
Windows OS supports various file systems such as NTFS, FAT32, exFAT, etc.
It comes with built-in applications such as Microsoft Office, Internet Explorer, Windows Media Player, etc.
Windows OS can be customized with th...
The number of records retrieved depends on the default join type, which is usually INNER JOIN, returning matching records only.
If INNER JOIN is assumed, only records with matching keys in both tables are returned.
For example, if Table A has 5 records and Table B has 3 matching records, the result will be 3.
If LEFT JOIN is assumed, all records from the left table and matching records from the right table are returned.
Fo...
Dynamic break in report allows for automatic page breaks based on data.
Define a break field in the report design
Set the break field to trigger a page break when its value changes
Use dynamic break to automatically adjust page breaks based on data
Example: A report on sales by region can use dynamic break to create a new page for each region
Foreach function is used to iterate through an array of strings in a report.
Foreach function is used to loop through each element in an array of strings.
It can be used to display each element in a report.
Example: foreach(string item in stringArray){ Console.WriteLine(item); }
Aggregate awareness is a feature in Business Objects that allows reports to be optimized for performance by using aggregate tables.
Aggregate awareness is used when creating reports in Business Objects
It allows the report to use aggregate tables instead of detailed tables for improved performance
Syntax: AGGR_AWARE( Example: AGGR_AWARE(Product, Sum(Sales), Sales_Fact_Table) The @prompt function syntax is used to display a prompt message to the user and receive input. The syntax is @prompt('message', 'default value') The message is the prompt message to be displayed to the user The default value is optional and will be displayed in the input field The function returns the value entered by the user
I applied via
Referral
and was interviewed in Sep 2020.Β There
was
1 interview round.
I applied via
Campus Placement
and was interviewed before Mar 2020.Β There
were
5 interview rounds.
based on 2 interview experiences
Difficulty level
Duration
based on 162
reviews
Rating in categories
βΉ3.2
L/yr - βΉ7.4
L/yr
βΉ8.5
L/yr - βΉ19.5
L/yr
βΉ1.8
L/yr - βΉ5.5
L/yr
βΉ16.6
L/yr - βΉ30
L/yr
βΉ6.5
L/yr - βΉ18.6
L/yr
TCS Infosys Tesla Amazon)
Skills evaluated in this interview
Interview QuestionnaireΒ
2 Questions
Interview Preparation Tips
Interview QuestionnaireΒ
1 Question
Interview Preparation Tips
Tell us how to improve this page.
Wipro Interviews By Designations
Overall Interview Experience Rating
Interview Questions from Similar Companies
Wipro Desktop Support Engineer L2 Reviews and Ratings
Explore more salaries
Project Engineer
Senior Software Engineer
Senior Associate
Technical Lead
Senior Project Engineer