Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Dec 2021. There was 1 interview round.
Top trending discussions
I was interviewed in Feb 2025.
I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 3 interview rounds.
It had 5 question: 1 easy, 3 medium and 1 hard
Backend application implimentation
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.
I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.
Merge sort has a time complexity of O(n log n) in the worst case scenario.
Merge sort divides the array into two halves, sorts them recursively, and then merges them back together.
The time complexity of merge sort is O(n log n) in the worst case scenario.
For example, sorting an array of 8 elements would take 3 recursive calls to merge sort.
Create a palindrome checker using React JS to display on the UI
Create a input field for user to enter a string
Use state to store the input string
Create a function to check if the input string is a palindrome
Display the result on the UI
Javascript question on promise, callbacks, hosting
I applied via Company Website and was interviewed in Jul 2024. There were 3 interview rounds.
Easy exam sample available on youtube
Step functions are a type of serverless function that allow you to create workflows by chaining multiple functions together.
Step functions are used to coordinate multiple AWS services into serverless workflows.
They allow you to define a series of steps in a workflow, with each step being a separate function.
You can use step functions to handle complex business logic, long-running processes, and error handling.
Step func...
Scaling lambdas involves optimizing memory usage, increasing concurrency, and managing dependencies.
Optimize memory usage by reducing unnecessary variables and objects
Increase concurrency by using asynchronous programming and parallel processing
Manage dependencies by breaking down functions into smaller, more modular components
Consider using AWS Lambda Provisioned Concurrency for consistent performance
I addressed the issue directly and professionally, seeking to understand their perspective and find common ground.
Approached the colleague privately to discuss the issue
Listened actively to their concerns and perspective
Sought to find common ground and reach a resolution
Maintained professionalism and respect throughout the conversation
Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.
Normalization involves breaking down data into smaller, more manageable tables
It helps in reducing data redundancy by eliminating duplicate data
Normalization ensures data integrity by enforcing relationships between tables
There are different normal forms such as 1NF, 2NF, 3NF, and BCNF
Indexing is a technique used to improve the performance of database queries by creating a data structure that allows for faster retrieval of data.
Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition.
They work similar to an index in a book, allowing the database to quickly locate the rows that satisfy a query.
Examples of indexes include primary keys, unique
posted on 2 Jan 2025
I applied via Job Portal and was interviewed in Dec 2024. There were 2 interview rounds.
Worst set of questions
Advanced DSA for entry level role
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
Use SQL query with ORDER BY and LIMIT to find 3rd highest salary
Use ORDER BY clause to sort salaries in descending order
Use LIMIT 2,1 to skip first two highest salaries and get the third highest salary
Pivoting and unpivoting are techniques used in SQL to transform data from rows to columns and vice versa.
Pivoting involves rotating rows into columns, typically used to summarize data.
Unpivoting involves rotating columns into rows, typically used to normalize data.
Pivoting can be done using the PIVOT keyword in SQL, while unpivoting can be done using the UNPIVOT keyword.
Rank assigns unique rank to each row, while dense rank allows for ties in ranking.
Rank leaves gaps in ranking sequence, while dense rank does not
Rank(1, 2, 2, 4) = 1, 2, 3, 4
Dense Rank(1, 2, 2, 4) = 1, 2, 2, 3
Data Entry Operator
18
salaries
| ₹1.2 L/yr - ₹2.8 L/yr |
Programmer
7
salaries
| ₹4.4 L/yr - ₹7.2 L/yr |
Assistant Manager
5
salaries
| ₹3 L/yr - ₹9.4 L/yr |
MIS Executive
5
salaries
| ₹1.8 L/yr - ₹4.2 L/yr |
Project Coordinator
5
salaries
| ₹1.8 L/yr - ₹2.8 L/yr |
TCS
Infosys
Wipro
Accenture