Hexaware Technologies
Carwale Interview Questions and Answers
Q1. Tell something about the situation . where you are stucked with difficult user and it can be lead on high escalation if issue not get resolved.
Dealing with a difficult user and potential high escalation
Active listening and empathy to understand the user's concerns
Remaining calm and professional to defuse the situation
Offering alternative solutions or workarounds
Involving a supervisor or manager if necessary
Documenting the issue and steps taken for future reference
Q2. How can you remove duplicates from a list in python?
Remove duplicates from a list in Python.
Convert the list to a set to remove duplicates.
Convert the set back to a list if needed.
Use the built-in function 'set()' to convert the list to a set.
Use the built-in function 'list()' to convert the set back to a list.
Q3. What is SCCM ?
SCCM stands for System Center Configuration Manager. It is a software management tool used for deploying, managing and monitoring software and devices in an enterprise environment.
SCCM is used for automating software deployment and updates across a network
It can manage devices running on different operating systems such as Windows, macOS, and Linux
SCCM provides inventory management, software metering, and reporting capabilities
It can also be used for patch management and secu...read more
Q4. Difference between Application and package
Application is a software program designed to perform a specific task, while a package is a collection of software components.
An application is a standalone program that can be installed and run on a computer or mobile device.
A package is a collection of software components that are bundled together for easy installation and management.
Applications are designed to perform specific tasks, such as word processing, gaming, or browsing the internet.
Packages can include multiple a...read more
Q5. Difference between tuple and list?
Tuple is immutable and ordered while list is mutable and ordered.
Tuple uses () while list uses [] for declaration.
Tuple cannot be modified once created while list can be modified.
Tuple is faster than list for accessing elements.
Tuple is used for heterogeneous data while list is used for homogeneous data.
Example of tuple: my_tuple = (1, 'hello', 3.14)
Example of list: my_list = [1, 2, 3, 4]
Q6. 3 ways of reversing a string.
Three ways to reverse a string.
Using built-in functions like reverse()
Using a loop to iterate through the string and append each character to a new string in reverse order
Using recursion to reverse the string
Q7. Explain about Azure ADB2C
Azure Active Directory B2C is a cloud identity management solution for web and mobile applications.
Allows users to sign up, sign in, reset passwords, and edit profiles
Supports social identity providers such as Facebook, Google, and Microsoft
Provides customizable user interface and branding options
Offers built-in fraud detection and prevention measures
Can be integrated with other Azure services such as Azure Functions and Logic Apps
Interview Process at Carwale
Top Technical Analyst Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month