Filter interviews by
Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability of a method to do different things based on the object it is acting upon.
Abstraction: Hiding the imp...
I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.
ARthemetic Reasonong,times,speed distance
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 Company Website and was interviewed in Feb 2022. There were 3 interview rounds.
Aptitude test is to test the Individual skill
I know multiple programming languages
I am proficient in Java and Python
I have basic knowledge of C++ and JavaScript
I am currently learning Ruby and Swift
posted on 17 Aug 2022
I applied via LinkedIn and was interviewed in Feb 2022. There were 2 interview rounds.
React is a JavaScript library for building user interfaces. It is different from Angular in various ways.
React is a library while Angular is a framework
React uses virtual DOM while Angular uses real DOM
React is more flexible and easier to learn than Angular
Deep copy creates a new object with the same values while shallow copy creates a new reference to the same object
Hoisting is a JavaScript mechanism where variables a...
Implement custom hooks and array flat method
Custom hooks are reusable functions that allow you to extract component logic into reusable functions
Array flat method is used to flatten an array of nested arrays into a single array
To implement custom hooks, create a function that uses the useState and useEffect hooks
To implement array flat method, use the reduce method to flatten the array
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
posted on 23 Sep 2024
Normal Aptitute test with logical reasoning.
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.
posted on 27 Jul 2021
I appeared for an interview in Feb 2021.
I applied via Job Portal and was interviewed before Nov 2023. There were 3 interview rounds.
Use a user table with a column for user type (free, gold, platinum)
Create a user table with columns for user ID, name, email, user type
Use a separate table for user types with columns for type ID and type name
Establish a one-to-many relationship between user and user type tables
Example: user table - user_id, name, email, type_id; user_type table - type_id, type_name
High-level design for a live rank dashboard for a live test with millions of users.
Use a scalable architecture to handle millions of users concurrently.
Implement real-time data processing to update ranks dynamically.
Utilize caching mechanisms to improve performance and reduce load on the database.
Design a user-friendly interface with intuitive data visualization.
Include features for filtering, sorting, and searching to
based on 2 interviews
Interview experience
based on 1 review
Rating in categories
Software Developer
90
salaries
| ₹4.4 L/yr - ₹16 L/yr |
Software Engineer
72
salaries
| ₹5.5 L/yr - ₹16.5 L/yr |
Senior Software Engineer
55
salaries
| ₹11 L/yr - ₹26 L/yr |
Senior Support Analyst
51
salaries
| ₹4.8 L/yr - ₹8.5 L/yr |
Associate Software Developer
48
salaries
| ₹4 L/yr - ₹7 L/yr |
Unacademy
Extramarks Education
Planet Spark
Vedantu