Filter interviews by
DSA - binary search, run code on test cases
LLM, GenAI, Chatbots
I applied via Walk-in and was interviewed in Oct 2024. There were 3 interview rounds.
Verbal,maths and english
Arrays ,strings and hashmap
Java is platform-independent, object-oriented, and has automatic memory management. C++ is faster, closer to hardware, and allows more control over memory management.
Java is platform-independent, while C++ is platform-dependent.
Java is object-oriented, while C++ supports both procedural and object-oriented programming.
Java has automatic memory management (garbage collection), while C++ requires manual memory management...
I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.
3 simple coding questions
Merge sort is a divide and conquer algorithm that recursively divides the input array into smaller subarrays, sorts them, and then merges them back together.
Divide the input list into two halves
Recursively apply merge sort to each half
Merge the sorted halves back together
posted on 29 Jul 2024
I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.
Pivoting columns in SQL involves transforming rows into columns to display data in a different format.
Use the PIVOT keyword in SQL to pivot columns
Specify the columns to pivot on and the values to display in the new columns
Aggregate functions like SUM, AVG, COUNT can be used with PIVOT
Example: SELECT * FROM table_name PIVOT (SUM(value_column) FOR pivot_column IN ('value1', 'value2', 'value3'))
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
A program to check the occurrence of words in a paragraph.
Split the paragraph into words using space as delimiter
Create a hashmap to store word frequencies
Iterate through the words and update the hashmap accordingly
Display the word frequencies
Use git bisect command to find the commit that caused the build failure
Use 'git bisect start' to start the bisect process
Mark the current commit as bad with 'git bisect bad'
Mark a known good commit with 'git bisect good
Git will automatically checkout commits for testing, mark them as good or bad until the culprit commit is found
I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.
posted on 24 May 2024
Using async/await with try catch block in Javascript
Use async keyword before the function declaration to make it asynchronous
Use await keyword before the function call to wait for the promise to resolve
Wrap the async/await code in a try catch block to handle errors
I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.
DSA, MCQ on Spring and Java
Project details, DSA, Current role, output predict
I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.
Security Supervisor
6
salaries
| ₹1 L/yr - ₹4 L/yr |
Software Engineer
4
salaries
| ₹15 L/yr - ₹24.5 L/yr |
Security Guard
3
salaries
| ₹1.2 L/yr - ₹18.2 L/yr |
Flipkart
Paytm
Ola Cabs
Swiggy