i
Cornerstone OnDemand
Filter interviews by
Create a palindrome checker using a single for loop.
I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 3 interview rounds.
MCQ questions on Linux Networking and SQL
I applied via Job Fair and was interviewed before Aug 2023. There were 2 interview rounds.
Find two numbers in an array that add up to a specific target value.
Use a hashmap to store the difference between the target value and each element in the array.
Iterate through the array and check if the current element's complement exists in the hashmap.
Return the indices of the two numbers that add up to the target value.
No, a circular loop is not present in a linked list.
A linked list does not have a circular loop by default.
If a linked list has a circular loop, it is considered a circular linked list.
Circular linked lists can be detected using Floyd's Cycle Detection Algorithm.
To identify duplicates in a circular linked list, use a hash set to keep track of visited nodes.
Traverse the circular linked list while adding each node to a hash set.
If a node is already in the hash set, it is a duplicate.
Consider edge cases such as an empty list or a list with only one node.
I applied via Referral and was interviewed in Mar 2022. There were 6 interview rounds.
Time and Speed, Percentages, Averages, Ratio and Proportion, Time and Work etc.
Platform was Mettle Assessment, Topics were Tree and Binary Search
Work from office vs Work from Home
TCP (Transmission Control Protocol) and UDP (User Datagram Protocol) are protocols used for data transmission over networks.
TCP is a connection-oriented protocol that guarantees reliable delivery of data.
UDP is a connectionless protocol that does not guarantee reliable delivery of data.
The main difference between TCP and UDP is that TCP provides reliable, ordered, and error-checked delivery of data, while UDP does not.
...
Print the bottom view of a Binary Search Tree.
Use a map to store the horizontal distance and the bottom-most node at that distance.
Traverse the tree in level order and update the map with each node's horizontal distance and level.
Print the nodes in the map in ascending order of their horizontal distance.
I believe working from the office allows for better collaboration and communication with colleagues.
Better collaboration and communication with colleagues
Opportunity for face-to-face interactions
Easier access to resources and equipment
Faster problem-solving through immediate discussions
Building stronger relationships with team members
I have the technical skills, experience, and passion for software engineering that make me a valuable asset to your team.
I have a strong background in computer science and software development
I have experience working on various software projects and have a proven track record of delivering high-quality code
I am a quick learner and can adapt to new technologies and programming languages
I am a team player and can effect...
Yes
When I received a promotion at work but also had to deal with the loss of a loved one
When I achieved a personal goal but also faced criticism from others
When I received positive feedback on a project but also experienced imposter syndrome
I applied via Job Portal and was interviewed before Oct 2022. There were 2 interview rounds.
Current project application architecture is microservices-based with containerization using Docker and orchestration with Kubernetes.
Microservices architecture for scalability and flexibility
Containerization with Docker for easy deployment and management
Orchestration with Kubernetes for automated scaling and load balancing
OAuth is an authorization framework that allows third-party applications to obtain limited access to a user's data without exposing their credentials. JWT is a compact, self-contained way for securely transmitting information between parties as a JSON object.
OAuth allows users to grant access to their resources without sharing their credentials directly.
JWT is a token format that can be used for securely transmitting i...
Web API implementation using RESTful architecture with MVC pattern.
Use RESTful principles for designing API endpoints
Implement controllers to handle incoming requests and return responses
Leverage MVC pattern for separating concerns and improving maintainability
Utilize DTOs (Data Transfer Objects) for transferring data between layers
Implement authentication and authorization mechanisms for secure access
posted on 28 Feb 2025
I appeared for an interview before Feb 2024.
SQL joins combine rows from two or more tables based on related columns.
INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.id;
LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.id;
RIGHT JOIN: Returns all records from the right table and matched records from the left ...
posted on 30 Apr 2023
I applied via Company Website and was interviewed before Apr 2022. There were 4 interview rounds.
1 hr test, simple aptitude questions
Simple coding questions
Reverse a given string
Iterate through the string from end to start and append each character to a new string
Use built-in functions like reverse() in Python or StringBuilder.reverse() in Java
Convert the string to an array, reverse the array, and convert it back to a string
posted on 20 Jun 2022
I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.
based on 2 interviews
Interview experience
based on 4 reviews
Rating in categories
Senior Software Engineer
110
salaries
| ₹10 L/yr - ₹33 L/yr |
Software Engineer
71
salaries
| ₹7.8 L/yr - ₹21.6 L/yr |
Lead Software Engineer
63
salaries
| ₹16.6 L/yr - ₹42 L/yr |
Associate Software Engineer
36
salaries
| ₹7 L/yr - ₹15.2 L/yr |
Principal Software Engineer
28
salaries
| ₹22 L/yr - ₹46.2 L/yr |
Thomson Reuters
Oracle Cerner
Chetu
R Systems International