i
Intellipaat Software Solutions
Filter interviews by
Be the first one to contribute and help others!
Polymorphism is the ability of an object to take on many forms. A real-time example is a Shape class with different subclasses like Circle, Square, and Triangle.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
It enables code reusability and flexibility in object-oriented programming.
For example, a Shape class can have a draw() method that is overridden by its subclasses ...
Authentication verifies the identity of a user, while authorization determines what actions they can perform.
Authentication confirms the user's identity through credentials like username and password.
Authorization grants or denies access to specific resources or actions based on the user's authenticated identity.
Authentication precedes authorization in the security process.
Example: Logging into a website with a usernam...
I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.
Write the program to swipe number
I applied via Approached by Company and was interviewed before Jun 2022. There were 3 interview rounds.
Coding round with 3 problem statements
Common Aptitude along with HTML5, CSS
posted on 27 Jul 2021
I was interviewed in Feb 2021.
Postfix mail server can be managed and configured using configuration files and command line tools.
Edit the main configuration file /etc/postfix/main.cf to make changes to the server settings
Use postconf command to view or change configuration parameters
Restart the postfix service after making changes for them to take effect
Utilize tools like postmap to manage lookup tables for postfix
Monitor mail server logs for troub
To fix an OS in maintenance mode, reboot the system, check for any recent changes or updates, run diagnostics, and restore from a backup if necessary.
Reboot the system to see if it resolves the issue
Check for any recent changes or updates that may have caused the OS to go into maintenance mode
Run diagnostics to identify any hardware or software issues
Restore the OS from a backup if needed
I was interviewed in May 2022.
Speed distance, relations, coding decoding, work time
Strings, LinkedList
Basic bath included and Strings sorting, leetcode medium basic SQL and some basic web related things
posted on 17 Jul 2023
I applied via Recruitment Consulltant and was interviewed before Jul 2022. There were 2 interview rounds.
let is mutable and can be reassigned, const is immutable and cannot be reassigned
let allows reassignment of values, const does not
const must be initialized with a value, let can be declared without a value
const is block-scoped, let is function-scoped
Closures are functions that have access to variables from their containing scope even after the parent function has finished executing.
Closures allow functions to maintain access to variables from their parent scope
They are created when a function is defined within another function
Closures are commonly used in event handlers and callbacks
typeof null returns 'object' in JavaScript.
typeof null is 'object' in JavaScript
This is a historical bug in JavaScript that has not been fixed for backward compatibility
Example: console.log(typeof null) will output 'object'
Finding palindrome strings in an array of strings.
Iterate through each string in the array.
For each string, check if it is equal to its reverse to determine if it is a palindrome.
Store palindrome strings in a separate array or print them out.
Debouncing is a technique used to limit the rate at which a function is called.
Debouncing is used to prevent multiple rapid calls to a function, typically in response to user input.
It involves setting a delay before allowing the function to be called again.
Example: Debouncing a search input field to only trigger the search function after the user has stopped typing for a certain period.
Business Development Associate
196
salaries
| ₹0 L/yr - ₹0 L/yr |
Inside Sales Manager
70
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Development Trainee
66
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Development Executive
60
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Research Analyst
54
salaries
| ₹0 L/yr - ₹0 L/yr |
Simplilearn
upGrad
Great Learning
Jigsaw Academy