Filter interviews by
I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.
Python code to remove duplicates from a list of strings
Use set() to remove duplicates from the list
Convert the set back to a list to maintain the order of elements
Example: input_list = ['apple', 'banana', 'apple', 'orange']
Output: ['apple', 'banana', 'orange']
To find the top earning employee in a SQL table, you can use a SQL query with the MAX function on the salary column.
Use a SQL query with the MAX function on the salary column to retrieve the highest salary in the table.
Join the result with the employee table to get the details of the top earning employee.
Example: SELECT * FROM employees WHERE salary = (SELECT MAX(salary) FROM employees);
Multiplying two tuples involves multiplying corresponding elements of each tuple and summing the results.
Multiply the first element of the first tuple with the first element of the second tuple, then multiply the second element of the first tuple with the second element of the second tuple, and so on.
Sum the results of the multiplications to get the final result.
Example: (2, 3) * (4, 5) = (2*4) + (3*5) = 8 + 15 = 23
Generators produce values one at a time, while iterators are objects that allow iteration over a sequence of values.
Generators are functions that can pause and resume execution, producing a sequence of values lazily.
Iterators are objects that implement the Iterator protocol, allowing iteration over a sequence of values.
Generators can be created using function* syntax in JavaScript, while iterators can be created using ...
Python supports single, multiple, and multilevel inheritance.
Single inheritance: A class can inherit from only one parent class.
Multiple inheritance: A class can inherit from multiple parent classes.
Multilevel inheritance: A class can inherit from a derived class, creating a hierarchy.
Top trending discussions
I applied via Referral and was interviewed in Oct 2020. There were 3 interview rounds.
I applied via Walk-in and was interviewed before Nov 2021. There were 4 interview rounds.
General knowledge, Maths questions.
I applied via Naukri.com and was interviewed before Apr 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Oct 2019. There were 4 interview rounds.
I transitioned from banking to IT to pursue my passion for technology and leverage my analytical skills in a dynamic field.
Passion for Technology: I have always been fascinated by technology and its potential to solve real-world problems, which drew me to IT.
Analytical Skills: My experience in banking honed my analytical skills, which are highly transferable to IT roles, especially in data analysis and problem-solving.
...
In five years, I envision myself as a skilled Associate, leading projects and mentoring new team members in a collaborative environment.
Career Growth: I aim to progress to a senior associate role, taking on more responsibilities and leading key projects within the team.
Skill Development: I plan to enhance my technical skills, particularly in areas like data analysis and project management, to contribute more effectivel...
As an Associate, I expect to grow professionally, contribute to team success, and embrace continuous learning in my field.
Professional Growth: I aim to enhance my skills through training and mentorship, such as attending workshops or pursuing certifications.
Team Collaboration: I expect to work closely with colleagues, sharing knowledge and supporting each other to achieve common goals, like completing projects on time.
...
I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.
Performa is a performance monitoring tool for HPE 3PAR storage arrays.
Performa provides real-time monitoring of storage performance metrics.
It helps identify performance bottlenecks and optimize storage performance.
Performa can generate reports and alerts based on user-defined thresholds.
It can also be used for capacity planning and trend analysis.
Examples of performance metrics monitored by Performa include IOPS, late...
I applied via Campus Placement and was interviewed in Mar 2021. There was 1 interview round.
based on 1 interview experience
Difficulty level
Duration
based on 3 reviews
Rating in categories
Consultant
67
salaries
| ₹7.9 L/yr - ₹14 L/yr |
Software Engineer
59
salaries
| ₹3.8 L/yr - ₹7.4 L/yr |
Lead Consultant
58
salaries
| ₹13 L/yr - ₹23 L/yr |
Senior Consultant
51
salaries
| ₹13 L/yr - ₹23 L/yr |
Associate Consultant
49
salaries
| ₹4 L/yr - ₹9.1 L/yr |
TCS
Accenture
Wipro
Infosys