i
SailPoint Technologies
Filter interviews by
I applied via LinkedIn and was interviewed in Apr 2023. There were 2 interview rounds.
HashMap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.
HashMap uses a hash function to map keys to indices in an array.
Collision handling is important in HashMap implementation.
Java's HashMap class is a popular implementation of this data structure.
Top trending discussions
posted on 14 Nov 2024
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.
Find the first non-repetitive character in a string.
Iterate through the string and count the occurrences of each character.
Return the first character with a count of 1.
Scenario based questions
A good DSA question, based on array manipulation and queues. Platform was Zoom call, so you can use any online IDE.
posted on 7 Sep 2024
I was interviewed in Aug 2024.
Medium level leetcode question
Developed a web application for managing inventory and sales for a retail store.
Used React.js for front-end development
Implemented RESTful APIs using Node.js and Express for back-end
Utilized MongoDB for database management
Incorporated authentication and authorization features for secure access
Functionalities in software development refer to the specific tasks or actions that a software program can perform.
Functionalities are the specific features or capabilities of a software program.
They define what the software can do and how it can be used.
Examples of functionalities include user authentication, data encryption, and file management.
Functionalities can be implemented through code modules or libraries.
Test...
Content Security Policy (CSP) is a security standard that helps prevent cross-site scripting (XSS) attacks by allowing website owners to control which resources can be loaded on their site.
CSP is implemented using an HTTP header that specifies approved sources of content such as scripts, stylesheets, images, fonts, and more.
It helps protect against XSS attacks by restricting the sources from which certain types of cont...
C# program to remove duplicate characters from a string
Create a new string without duplicates by iterating through each character in the original string
Use a HashSet to keep track of characters that have already been encountered
Convert the HashSet back to a string to get the final result
Angular supports template-driven forms and reactive forms for handling user input.
Template-driven forms are easy to use and suitable for simple forms
Reactive forms are more flexible and allow for more complex scenarios
Both types of forms use form controls to manage user input
Validators can be used to validate user input in both types of forms
posted on 21 Aug 2024
I applied via LinkedIn and was interviewed in Feb 2024. There were 3 interview rounds.
A circular queue can be identified by checking if the rear pointer is one position behind the front pointer.
Check if rear pointer is one position behind front pointer
Check if front pointer is at index 0 and rear pointer is at index n-1 in an array of size n
Check if front pointer is at index rear+1 modulo n in an array of size n
Design a notification system for a software application.
Identify the types of notifications needed (e.g. email, SMS, in-app)
Consider the frequency and urgency of notifications
Implement a notification queue to handle multiple notifications
Include user preferences for notification settings
Utilize push notifications for real-time updates
Write multiple polyfills for array
I applied via Job Portal and was interviewed in Mar 2024. There were 2 interview rounds.
Know your resume and your basics
Know class diagrams. Very Huge for workday.
Interview experience
based on 1 review
Rating in categories
Senior Software Engineer
31
salaries
| ₹10.6 L/yr - ₹31 L/yr |
Software Engineer
20
salaries
| ₹7.4 L/yr - ₹14 L/yr |
Software Engineer2
11
salaries
| ₹10.1 L/yr - ₹25 L/yr |
Devops Engineer
8
salaries
| ₹12.1 L/yr - ₹32 L/yr |
Senior SQA Engineer
7
salaries
| ₹12.4 L/yr - ₹16.5 L/yr |
Okta
CyberArk
IBM
RSA Security