Filter interviews by
Single Sign-On (SSO) is a method of access control that enables a user to log in once and gain access to multiple systems without being prompted to log in again.
SSO eliminates the need for users to remember multiple passwords for different systems
Examples of SSO include Google Sign-In, Microsoft Azure Active Directory, and Okta
SSO improves security by reducing the risk of password fatigue and simplifying the user exper
Cookies are small pieces of data stored on a user's browser by websites to remember user preferences and track user activity.
Cookies are used to store information such as login credentials, shopping cart items, and user preferences.
They can be either session cookies (temporary) or persistent cookies (stored for longer periods).
Cookies can be set by the website being visited (first-party cookies) or by third-party servi...
To mitigate DDoS attacks, implement network security measures, use DDoS protection services, and monitor traffic patterns.
Implement network security measures such as firewalls, intrusion detection systems, and access control lists
Use DDoS protection services like cloud-based DDoS mitigation services or on-premise DDoS protection appliances
Monitor traffic patterns for any unusual spikes or patterns that may indicate a D...
Hashing algorithms are important for data security as they convert data into a fixed-size string of bytes, making it difficult to reverse engineer the original data.
Hashing algorithms are used to securely store passwords by converting them into a unique hash value, making it difficult for attackers to retrieve the original password.
They are also used in digital signatures to ensure data integrity and authenticity.
Hashi...
Top trending discussions
I applied via Company Website and was interviewed in Feb 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed before Oct 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Nov 2020. There was 1 interview round.
I applied via Company Website and was interviewed before Mar 2021. There were 3 interview rounds.
The Questions in the aptitude test were Average but you need to be pretty quick to solve them sp yes speed matters in aptitude test
After aptitude there was a coding test which was not necessary to clear for ASE profile but if you clear it then you will be considered for SE profile. its better to give your all out in the coding test to gain a better career level at accenture
I applied via Indeed and was interviewed before Jan 2022. There were 3 interview rounds.
Objective type,Logical reasoning,Basic programming Skills
I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 3 interview rounds.
A generic swap function swaps two values of any data type.
The function should take two parameters of any data type.
Use a temporary variable to store the value of one parameter.
Assign the value of the second parameter to the first parameter.
Assign the value of the temporary variable to the second parameter.
Search for an element in a rotated sorted linked list.
Find the pivot point where the list is rotated.
Divide the list into two sublists based on the pivot point.
Perform binary search on the appropriate sublist.
Handle edge cases such as empty list and list with only one element.
Search an element in a rotated sorted array
Find the pivot point where the array is rotated
Divide the array into two sub-arrays based on pivot point
Perform binary search on the appropriate sub-array
Repeat until element is found or sub-array size is 1
Find 5 missing numbers in an array of size 95 containing numbers in range 1 to 100.
Create a boolean array of size 100 and mark the present numbers
Iterate through the boolean array and find the missing numbers
Alternatively, use a HashSet to store the present numbers and find the missing ones
Given a Sudoku board, find possible numbers for an empty cell.
Iterate through empty cells and check possible numbers using row, column, and box constraints.
Use a set to keep track of possible numbers for each empty cell.
Return the set of possible numbers for the given empty cell.
Find integer average of 4 unsigned integers without typecasting
Add all the integers and divide by 4
Use bit shifting to divide by 4
Handle overflow by using long long data type
Use unsigned int data type for input
Code to identify 32 bit or 64 bit architecture of a processor
Check if the operating system is 32 bit or 64 bit
If OS is 32 bit, processor is 32 bit
If OS is 64 bit, check if processor supports 64 bit architecture
Use CPUID instruction to check if processor supports 64 bit architecture
Convert binary number to base 64 integer
Divide the binary number into groups of 6 bits
Convert each group of 6 bits to decimal
Map the decimal value to the corresponding base 64 character
Concatenate the base 64 characters to form the final integer
based on 1 interview
Interview experience
Digital Associate
310
salaries
| ₹0 L/yr - ₹0 L/yr |
Cloud Support Engineer
280
salaries
| ₹0 L/yr - ₹0 L/yr |
Cloud Support Associate
161
salaries
| ₹0 L/yr - ₹0 L/yr |
Cloud Engineer
122
salaries
| ₹0 L/yr - ₹0 L/yr |
Solution Architect
91
salaries
| ₹0 L/yr - ₹0 L/yr |
Amazon
Microsoft Azure
IBM
Oracle