i
Sierra ODC
Filter interviews by
I applied via campus placement at Dr Mahalingam College of Engineering & Technology, Coimbatore and was interviewed before Mar 2022. There were 4 interview rounds.
Aptitude test was in intermediate level when compared to Top MNC companies.The topics are Number system,Averages,Problems on Numbers,problem on ages,Percentage,Profit and loss,Ratio and proportion,partnership, Time and work,Time and distance,Problems on trains,Alligation or mixture,simple interest,compound interest,permutation and combination,probability.
Top trending discussions
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
posted on 26 Aug 2023
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.
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.
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
posted on 19 Apr 2024
I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.
Design a Least Recently Used cache system.
Implement a doubly linked list to keep track of the order of usage of cache items.
Use a hashmap to store key-value pairs for quick access to cache items.
When a new item is accessed, move it to the front of the linked list. If the cache is full, remove the least recently used item from the end of the list.
posted on 5 Jul 2024
To determine if a point is inside a circle, calculate the distance between the point and the center of the circle and compare it to the radius.
Calculate the distance between the point and the center of the circle using the distance formula: sqrt((x2-x1)^2 + (y2-y1)^2)
Compare the calculated distance to the radius of the circle. If the distance is less than the radius, the point is inside the circle.
For example, if the c...
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Software Engineer
55
salaries
| ₹1.4 L/yr - ₹8.5 L/yr |
Softwaretest Engineer
45
salaries
| ₹1.5 L/yr - ₹6 L/yr |
Software Developer
21
salaries
| ₹2.6 L/yr - ₹5.2 L/yr |
Senior Software Engineer
10
salaries
| ₹5 L/yr - ₹9.5 L/yr |
Mobile Application Developer
8
salaries
| ₹1.8 L/yr - ₹4.8 L/yr |
TCS
Infosys
Wipro
HCLTech