Filter interviews by
I am proficient in multiple programming languages including Java, Python, and JavaScript.
Java
Python
JavaScript
Merge sort is a divide-and-conquer algorithm that sorts an array by dividing it into two halves, sorting each half, and then merging them.
Divide the array into two halves
Sort each half recursively
Merge the two sorted halves
Time complexity is O(n log n)
Example: [5, 2, 8, 3, 1, 6, 9, 7, 4] -> [1, 2, 3, 4, 5, 6, 7, 8, 9]
Software development lifecycle is the process of planning, designing, developing, testing, deploying, and maintaining software.
It involves several stages such as planning, analysis, design, implementation, testing, deployment, and maintenance.
Each stage has its own set of activities and deliverables.
The lifecycle can be iterative or sequential depending on the development methodology used.
It is important to follow a st...
Top trending discussions
I was interviewed in Jan 2025.
Simple aptitude test
Medium python code and that was easy to understand
Circuit breaker design pattern is used to prevent a system from repeatedly trying to execute an operation that is likely to fail.
Circuit breaker monitors the number of failures and trips when a threshold is reached.
It can be reset after a certain period of time to check if the operation is successful again.
Helps in improving system stability and resilience by handling failures gracefully.
Transformer stage is a processing stage in IBM InfoSphere DataStage used for data transformation.
Used for transforming data from source to target in DataStage
Can perform various operations like filtering, aggregating, joining, etc.
Supports parallel processing for efficient data transformation
Coding test followed by technical discussion
Governer limits are restrictions set by Salesforce to prevent code from consuming too much resources.
Governer limits are restrictions set by Salesforce to ensure efficient use of resources.
They include limits on CPU time, heap size, SOQL queries, DML statements, etc.
Exceeding these limits can result in exceptions like 'Apex CPU time limit exceeded'.
Reverse a given string by iterating through it backwards and appending each character to a new string.
Create a new empty string to store the reversed string
Iterate through the original string from the last character to the first character
Append each character to the new string
Return the new string as the reversed string
Design rental sharing
Azure Databricks is a unified analytics platform that combines big data processing and machine learning.
Collaborative environment for data scientists, data engineers, and business analysts
Integrated with Azure services for data storage, processing, and analytics
Supports popular programming languages like Python, Scala, and SQL
Provides tools for data visualization and machine learning model development
Cache in Databricks is a mechanism to store intermediate results of computations for faster access.
Cache in Databricks is used to store intermediate results of computations in memory for faster access.
It helps in reducing the time taken to recompute the same data by storing it in memory.
Data can be cached at different levels such as DataFrame, RDD, or table.
Example: df.cache() will cache the DataFrame 'df' in memory fo
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
Good Interview process. Django and DSA were asked.
TCS
Accenture
Wipro
Cognizant