Filter interviews by
I applied via Approached by Company and was interviewed in Sep 2021. There were 5 interview rounds.
Lists and tuples are both sequence data types in Python, but the main difference is that lists are mutable while tuples are immutable.
Lists are enclosed in square brackets [], while tuples are enclosed in parentheses ().
Lists can be modified by adding, removing, or changing elements, while tuples cannot be modified once created.
Lists are typically used for collections of similar items, while tuples are used for heterog...
Ansible can be setup by installing it on a control node and configuring it to manage remote hosts.
Install Ansible on a control node using package manager or from source
Configure the inventory file to list remote hosts
Set up SSH keys for passwordless authentication
Write playbooks to define tasks and execute them on remote hosts
Use modules to perform specific actions on remote hosts
Docker Swarm is a container orchestration tool used to manage and scale Docker containers.
Allows for easy deployment and management of containerized applications
Automatically distributes containers across multiple hosts
Provides load balancing and service discovery
Supports rolling updates and rollbacks
Can be integrated with other tools like Kubernetes
VMs can be created using ansible by defining the virtual machine specifications in a playbook and running it on the target host.
Define the virtual machine specifications in a playbook using the 'virt' module
Specify the name, memory, vCPU, disk, network, and other details of the VM in the playbook
Run the playbook on the target host using the 'ansible-playbook' command
Python simple code. Some puzzle questions and managerial questions.
I applied via LinkedIn and was interviewed in Jun 2021. There were 3 interview rounds.
Top trending discussions
posted on 11 Feb 2025
posted on 24 Oct 2024
I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.
Use a hash set to remove duplicates in an array of strings
Create a hash set to store unique elements
Iterate through the array and add each element to the hash set
Convert the hash set back to an array to get the unique elements
React virtual DOM is a lightweight copy of the actual DOM, used for efficient updates and rendering in React applications.
Virtual DOM is a concept where a lightweight copy of the actual DOM is created in memory.
React uses virtual DOM to efficiently update and render components without directly manipulating the actual DOM.
When changes are made to the virtual DOM, React calculates the most efficient way to update the act...
React hooks are functions that let you use state and other React features without writing a class.
React hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.
useState() is a hook that allows you to add state to functional components.
useEffect() is a hook that allows you to perform side effects in functional components.
useContext() is a hook that allows you to use the con...
posted on 1 Jul 2024
I applied via Naukri.com and was interviewed before Dec 2023. There was 1 interview round.
I was interviewed in Apr 2021.
The question is asking to select a column named 'columnname' as '1' from the employee table and provide the output if the table contains 100 records.
The column 'columnname' does not exist in the employee table, so the query will result in an error.
The value '1' will be selected for each record in the employee table, resulting in 100 rows with the value '1'.
The output will be a single column with 100 rows, all containin
No, DML operations cannot be performed on UDF functions.
UDF functions are read-only and cannot modify the data in the database.
DML operations can only be performed on tables or views.
UDF functions can be used in SELECT statements to retrieve data.
Examples of UDF functions include string manipulation, date calculations, and mathematical operations.
Virtual keyword is used for method overriding while new keyword is used for hiding base class member.
Virtual keyword is used to allow a derived class to override a method in the base class.
New keyword is used to hide a base class member in the derived class.
Virtual keyword is used with the base class method while new keyword is used with the derived class method.
Virtual keyword is used for runtime polymorphism while ne
Method hiding is a technique in object-oriented programming where a subclass provides a method with the same name as a method in its superclass.
Method hiding is also known as static polymorphism or compile-time polymorphism.
It allows a subclass to provide its own implementation of a method without affecting the superclass's implementation.
The method in the subclass must have the same name and signature as the method in...
Partial view returns HTML string while render partial view writes directly to response stream.
Partial view returns HTML string that can be used in the main view
Render partial view writes directly to response stream
Partial view can be used to render reusable components
Render partial view can be used to render a partial view without a layout
SQL query to select all columns from two tables.
Use SELECT statement to select columns from tables.
Use aliases to differentiate columns from different tables.
Separate table names with comma in FROM clause.
I applied via Company Website and was interviewed in Jun 2020. There was 1 interview round.
I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.
based on 15 reviews
Rating in categories
Senior Software Engineer
782
salaries
| ₹12 L/yr - ₹38.2 L/yr |
Software Engineer
343
salaries
| ₹5.3 L/yr - ₹20.5 L/yr |
Software Engineer2
329
salaries
| ₹8 L/yr - ₹22 L/yr |
Senior Analyst
272
salaries
| ₹4.7 L/yr - ₹15 L/yr |
Principal Software Engineer
270
salaries
| ₹17 L/yr - ₹55 L/yr |
Hewlett Packard Enterprise
IBM
Cisco
NetApp