Filter interviews by
I was interviewed in Feb 2023.
Reverse a string using a loop or built-in function. Search for an element in a linked list using traversal.
To reverse a string, you can use a loop to iterate through the characters and build a new string in reverse order.
To search for an element in a linked list, you can traverse the list starting from the head node and compare each node's value with the target element.
Top trending discussions
posted on 12 Dec 2024
I was interviewed in Nov 2024.
The aptitude round includes calendar-related problems and basics maths.
Array and string based coding questions
posted on 6 Oct 2024
DSA, SQL, Problem Solving, Technical, Data Structures and Algorithms
SQL query to retrieve data from a database
Use SELECT statement to specify the columns to retrieve
Use FROM clause to specify the table to retrieve data from
Use WHERE clause to filter the results based on conditions
Program to sort an array of integers in ascending order
Use a sorting algorithm like bubble sort, selection sort, or insertion sort
Iterate through the array and compare adjacent elements to swap if necessary
Repeat the process until the array is sorted
I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.
posted on 5 Dec 2024
I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.
- Convert a given input of keys-values to value-keys using Python
posted on 5 Sep 2024
I applied via Job Fair and was interviewed in Aug 2024. There was 1 interview round.
I applied via Campus Placement
Machine coding round
I was interviewed in Aug 2024.
Concurrency is the ability of a system to run multiple tasks simultaneously. Performance of applications can be checked using profiling tools. Concurrency can be handled using synchronization techniques like mutexes and channels.
Concurrency allows multiple tasks to run concurrently, improving performance and responsiveness.
Performance of applications can be checked using profiling tools like Go's built-in 'pprof' packa...
To ensure no vulnerabilities, follow secure coding practices, conduct regular security audits, use encryption, and stay updated on security threats.
Follow secure coding practices such as input validation, output encoding, and parameterized queries.
Conduct regular security audits to identify and address vulnerabilities in the code.
Use encryption to protect sensitive data in transit and at rest.
Stay updated on security t...
posted on 9 Jul 2024
Basic OOP questions for python programming language
Abstraction is the concept of hiding complex implementation details and showing only the necessary information to the user.
Abstraction allows users to focus on what an object does instead of how it does it
It helps in reducing complexity and improving efficiency in software development
Example: In object-oriented programming, abstract classes and interfaces are used to achieve abstraction
SQL databases are relational databases with structured data, while NoSQL databases are non-relational databases with flexible, unstructured data.
SQL databases use structured query language for defining and manipulating data, while NoSQL databases use different query languages or APIs.
SQL databases are table-based, with a predefined schema, while NoSQL databases are document, key-value, wide-column, or graph-based.
SQL d...
Reverse a linked list by changing the direction of pointers
Start with three pointers: current, prev, and next
Iterate through the linked list, updating pointers to reverse the direction
Update the head of the linked list to the last node after reversing
Binary search algorithm efficiently finds the target value in a sorted array.
Start by defining the low and high indices of the array.
Calculate the mid index and compare the target value with the value at mid.
If target is less than mid value, update high to mid-1; if greater, update low to mid+1.
Repeat until target is found or low is greater than high.
posted on 25 Jun 2024
based on 1 interview
Interview experience
based on 4 reviews
Rating in categories
Software Engineer
217
salaries
| ₹3 L/yr - ₹9.5 L/yr |
Senior Software Engineer
67
salaries
| ₹4.7 L/yr - ₹14.5 L/yr |
Senior Systems Engineer
47
salaries
| ₹4.2 L/yr - ₹12 L/yr |
System Engineer
43
salaries
| ₹3.3 L/yr - ₹10.1 L/yr |
Technical Lead
25
salaries
| ₹7.6 L/yr - ₹13.6 L/yr |
TCS
Infosys
Wipro
HCLTech