Filter interviews by
I applied via LinkedIn and was interviewed in May 2024. There were 4 interview rounds.
It's to test communication skills
Aptitude questions with some Java theoretical questions and 2 easy coding questions
I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.
Aptitude, Reasoning, verbal,and c,c++, python,java questions write to answer to that.
Pickling is the process of serializing Python objects, while unpickling is the deserialization back to original objects.
Pickling converts a Python object into a byte stream using the `pickle` module.
Unpickling restores the byte stream back into a Python object.
Example of pickling: `import pickle; pickle.dump(obj, file)`.
Example of unpickling: `obj = pickle.load(file)`.
Pickling is useful for saving program state or send...
Polymorphism is a programming concept allowing methods to do different things based on the object type.
Polymorphism allows methods to be defined in a base class and overridden in derived classes.
Example: A function 'draw()' can be defined in a base class 'Shape' and overridden in 'Circle' and 'Square'.
It enables code reusability and flexibility, allowing for easier maintenance.
There are two types: compile-time (method ...
Deadlock in Java occurs when two or more threads are blocked forever, waiting for each other to release resources.
Deadlock happens when two or more threads hold resources and wait for each other to release them.
Example: Thread A holds Resource 1 and waits for Resource 2, while Thread B holds Resource 2 and waits for Resource 1.
Deadlocks can be detected using algorithms like Wait-For Graph or by using thread dump analys...
Multi-threading is a programming technique that allows concurrent execution of multiple threads within a single process.
Improves application performance by utilizing CPU resources more efficiently.
Allows multiple tasks to run simultaneously, such as downloading files while processing data.
Threads share the same memory space, which makes communication between them faster but requires careful synchronization.
Example: A w...
Accounting is the process of recording, summarizing, analyzing, and reporting financial transactions of a business.
Types of accounting include financial accounting, management accounting, tax accounting, and forensic accounting.
Financial accounting focuses on external reporting to stakeholders.
Management accounting provides internal information for decision-making.
Tax accounting deals with tax-related matters.
Forensic ...
I appeared for an interview before Jan 2021.
Quantitative aptitude
Some java basic programs
Top trending discussions
I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.
As an Assistant Manager, I have led teams, managed projects, and improved operational efficiency through strategic planning.
Led a team of 10 in a project that increased sales by 20% over six months.
Implemented a new inventory management system that reduced waste by 15%.
Conducted weekly team meetings to enhance communication and address challenges.
Developed training programs for new employees, improving onboarding effic...
I appeared for an interview in Dec 2020.
Round duration - 40 minutes
Round difficulty - Easy
Given an integer array ARR
of size N
, your task is to find the total number of subsequences in which all elements are equal.
A subsequence of an array i...
Count the total number of subsequences in which all elements are equal in an integer array.
Iterate through the array and count the frequency of each element.
Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1) / 2).
Sum up the total number of subsequences for all elements and return the result modulo 10^9 + 7.
Tip 1 : Do practice as much as you can
Tip 2 : Coding is key to crack
Tip 1 : It should look nice
Tip 2 : Skills should be mentioned properly
I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.
I applied via Company Website and was interviewed in Jan 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed in Sep 2021. There was 1 interview round.
based on 4 interview experiences
Difficulty level
Duration
based on 27 reviews
Rating in categories
Infrastructure Engineer
12
salaries
| ₹2 L/yr - ₹5 L/yr |
Software Engineer
5
salaries
| ₹3 L/yr - ₹4 L/yr |
Python Developer
5
salaries
| ₹3 L/yr - ₹7.2 L/yr |
Product Engineer
5
salaries
| ₹3.5 L/yr - ₹8 L/yr |
EDI Developer
4
salaries
| ₹3 L/yr - ₹12.5 L/yr |
TCS
Accenture
Wipro
Cognizant