Filter interviews by
I applied via LinkedIn and was interviewed in Feb 2024. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
I applied via LinkedIn and was interviewed in Oct 2023. There was 1 interview round.
List, Tuple, and Dictionary are data structures in Python.
List: ordered, mutable, allows duplicate elements (e.g. [1, 2, 3])
Tuple: ordered, immutable, allows duplicate elements (e.g. (1, 2, 3))
Dictionary: unordered, mutable, key-value pairs (e.g. {'key': 'value'})
They asked me to code to find no of words in a sentence
Saranyu Technologies interview questions for popular designations
I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.
I applied via Job Portal and was interviewed before May 2021. There were 5 interview rounds.
Some Basic questions from Aptitude.
Basic programing questions like reversing etc
Top trending discussions
I applied via LinkedIn and was interviewed in Mar 2024. There were 3 interview rounds.
Assignment was to create an API for an expenses sharing application where users can input the total amount and the people to be shared the amount with and each individual amount in terms of either actual amount, percentage or split equally
Processes are independent instances of a program, while threads are smaller units within a process sharing resources.
Processes have their own memory space, while threads share the same memory space within a process.
Processes are heavyweight, requiring more resources, while threads are lightweight.
Processes communicate with each other through inter-process communication mechanisms, while threads can communicate directly...
Indexing in DBMS is a technique used to improve the performance of queries by allowing faster retrieval of data.
Indexes are data structures that store a small portion of the table data in an optimized format for quick retrieval.
They help in speeding up data retrieval operations like SELECT, UPDATE, DELETE queries.
Examples of indexes include primary keys, unique keys, and composite keys.
Asymmetric encryption algorithms use a pair of keys to encrypt and decrypt data, providing secure communication.
RSA (Rivest-Shamir-Adleman) is a popular asymmetric encryption algorithm.
Elliptic Curve Cryptography (ECC) is another commonly used asymmetric encryption algorithm.
Asymmetric encryption is slower than symmetric encryption but provides better security.
Public key is used for encryption and private key is used f
Different sorting methods are beneficial in different scenarios based on factors like time complexity, space complexity, and input size.
Quick Sort: Best for large datasets due to its average time complexity of O(n log n)
Bubble Sort: Simple and easy to implement, but inefficient for large datasets with its time complexity of O(n^2)
Merge Sort: Stable and efficient for large datasets with its time complexity of O(n log n)
...
ACID properties are a set of properties that guarantee reliability and consistency in database transactions.
Atomicity: Ensures that either all operations in a transaction are completed successfully or none at all.
Consistency: Ensures that the database remains in a consistent state before and after the transaction.
Isolation: Ensures that the execution of multiple transactions concurrently does not interfere with each ot...
Indexing typically uses data structures like B-trees or hash tables for efficient retrieval, with time complexity of O(log n) or O(1) respectively.
Common data structures for indexing include B-trees and hash tables
B-trees are typically used for indexing in databases due to their balanced nature and efficient search operations
Hash tables are used for indexing in scenarios where constant time lookup is desired, but may h
Time complexity of recursive fibonacci code is O(2^n)
The time complexity of a recursive fibonacci code is exponential, O(2^n)
This is because each call branches into two recursive calls, leading to exponential growth
For example, calculating fibonacci(5) would result in 15 function calls
Web Sockets is a communication protocol that provides full-duplex communication channels over a single TCP connection.
Web Sockets allow for real-time, bi-directional communication between a client and a server.
They are commonly used in chat applications, online gaming, and live data streaming.
Web Sockets use the ws:// or wss:// protocol scheme in URLs.
The protocol is initiated with a handshake between the client and se...
posted on 25 May 2021
I applied via Naukri.com and was interviewed before May 2020. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.
My worst experience was dealing with an angry customer who refused to listen to any solutions.
The customer was upset about a billing issue and refused to provide any information to help resolve the issue.
Despite offering multiple solutions, the customer continued to yell and berate me.
The call lasted over an hour and left me feeling drained and frustrated.
I learned the importance of remaining calm and professional in d
I applied via Walk-in and was interviewed in Jan 2023. There were 3 interview rounds.
The JAVA API is a collection of pre-written classes and interfaces that provide ready-to-use functionality for Java developers.
The JAVA API allows developers to save time and effort by using pre-built code for common tasks.
It provides a wide range of classes and interfaces for various purposes such as file handling, networking, database connectivity, GUI development, etc.
Developers can leverage the API to access system...
The duration of the test is one hour and four coding questions are asked.
based on 4 interviews
Interview experience
based on 9 reviews
Rating in categories
Software Engineer
22
salaries
| ₹3 L/yr - ₹10 L/yr |
Software Developer
11
salaries
| ₹5 L/yr - ₹8.5 L/yr |
Softwaretest Engineer
11
salaries
| ₹4.5 L/yr - ₹11.2 L/yr |
Senior Software Engineer
9
salaries
| ₹6 L/yr - ₹15 L/yr |
Lead Engineer
7
salaries
| ₹14 L/yr - ₹18 L/yr |
Infosys
TCS
Wipro
HCLTech