Filter interviews by
I appeared for an interview in Mar 2021.
To find middle node of a linked list, use two pointers - slow and fast.
Initialize slow and fast pointers to the head of the linked list
Move slow pointer one step at a time and fast pointer two steps at a time
When fast pointer reaches the end of the list, slow pointer will be at the middle node
Sort an array of 0s and 1s in ascending order.
Use a sorting algorithm like bubble sort or quick sort.
Loop through the array and swap 0s with 1s if necessary.
Alternatively, count the number of 0s and 1s and recreate the array with the correct order.
Classes and structures are both used to create custom data types in object-oriented programming, but they have some key differences.
Classes are reference types, while structures are value types.
Classes support inheritance and polymorphism, while structures do not.
Classes have a default initializer, while structures do not.
Classes can have deinitializers, while structures cannot.
Classes can be passed around as reference...
Top trending discussions
I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.
First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.
I applied via Campus Placement and was interviewed in Apr 2020. There was 1 interview round.
Yes, I am open to relocating for the right opportunity that aligns with my career goals and personal growth.
Relocation can provide exposure to new technologies and methodologies.
I am excited about the prospect of working in diverse teams and cultures.
For example, moving to a tech hub like San Francisco could enhance my career.
I understand the challenges of relocating, but I see them as opportunities for growth.
I bring a unique blend of skills, experience, and passion for software development that aligns perfectly with your team's goals.
Proven experience in developing scalable applications, such as a recent project where I improved performance by 30%.
Strong problem-solving skills demonstrated through my contributions to open-source projects, enhancing functionality and fixing bugs.
Excellent teamwork and communication abilitie...
I applied via LinkedIn and was interviewed before Jul 2021. There were 2 interview rounds.
Easy logical questions
basic quant
Easy level coding questions
Counting frequency of alphabets
Multiple dispatch is not a feature of Redux. It can be achieved using middleware or custom logic.
Middleware like redux-thunk or redux-saga can be used to dispatch multiple actions based on a single action.
Custom logic can be implemented in the reducer to handle multiple actions based on a single action type.
For example, a single 'ADD_ITEM' action can trigger multiple actions like 'UPDATE_TOTAL', 'UPDATE_HISTORY', etc.
M...
I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.
Faced various technical challenges, including system integration and performance optimization, which I successfully navigated through strategic solutions.
Integration of legacy systems with modern applications: I utilized APIs and middleware to ensure seamless data flow.
Performance bottlenecks in a web application: Implemented caching strategies and optimized database queries, resulting in a 40% speed increase.
Debugging...
I applied via Walk-in and was interviewed before Sep 2019. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Apr 2020. There was 1 interview round.
I am a passionate software developer with 5 years of experience in developing web applications using various technologies.
5 years of experience in software development
Proficient in developing web applications
Skilled in using various technologies
Passionate about coding and problem-solving
Deadlock is a situation in which two or more processes are unable to proceed because each is waiting for the other to release a resource.
Deadlock occurs when two or more processes are stuck in a circular waiting state.
It happens when processes compete for resources and each process holds a resource that another process needs.
Four necessary conditions for deadlock are mutual exclusion, hold and wait, no preemption, and ...
Software Engineer
4
salaries
| ₹4.5 L/yr - ₹5.4 L/yr |
Sales Officer
4
salaries
| ₹2.2 L/yr - ₹3.4 L/yr |
Front end Developer
4
salaries
| ₹2.5 L/yr - ₹3.6 L/yr |
IOS Developer
3
salaries
| ₹4 L/yr - ₹4.2 L/yr |
Full Stack Developer
3
salaries
| ₹2 L/yr - ₹14 L/yr |
TCS
Accenture
Wipro
Cognizant