i
Cornerstone OnDemand
Filter interviews by
I applied via Job Fair and was interviewed in Jul 2024. There were 2 interview rounds.
Coding is important three problems and mcqs of java and testing
Top trending discussions
I applied via Walk-in and was interviewed in Mar 2024. There were 2 interview rounds.
It was fine but hard. Study well and go
Polymorphism is the ability of a single function or method to operate on different types of data.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.
Code to reverse a string using array of characters
Create an array of characters from the input string
Iterate through the array in reverse order and append each character to a new string
Return the reversed string
I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.
posted on 20 Mar 2024
I applied via Company Website and was interviewed in Feb 2024. There were 4 interview rounds.
First Round was Coding Test On Codility Platform . 3 Questions were Asked On Medium to Hard Level Arrays and Strings Topics.
Pillars of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism. Real life example: Vehicles.
Inheritance: Car and Bike classes inheriting from Vehicle class.
Encapsulation: Data hiding in a class to protect it from outside interference.
Abstraction: Using a remote control to operate a TV without knowing its internal workings.
Polymorphism: Overloading a method with different parameters in a class.
No, Function Overloading is not the only example of Compile Time Polymorphism.
Function Templates are another example of Compile Time Polymorphism where a single function can operate on different data types.
Operator Overloading is also an example of Compile Time Polymorphism where operators can be overloaded to work with different data types.
Static Polymorphism achieved through method overloading is another example of C
Arrays store elements in contiguous memory locations, while LinkedLists store elements in nodes with pointers to the next element.
Arrays have constant time access to elements using index, while LinkedLists have O(n) access time as they need to traverse from the beginning.
Arrays have fixed size, while LinkedLists can dynamically grow and shrink in size.
Arrays are better for random access and search operations, while Lin...
Answering questions related to LinkedList operations and Circular LinkedList.
LinkedList Class: Implement a class with nodes containing data and a reference to the next node.
Insertion: Add a new node at the beginning, end, or at a specific position in the LinkedList.
Deletion: Remove a node by updating references to skip over it.
Reversing: Traverse the LinkedList and reverse the links between nodes.
Sorting: Implement a s...
Use recursion to reverse the string without using loops or other data structures.
Create a recursive function that takes the string as input.
In the function, check if the string is empty or has only one character, return the string in that case.
Otherwise, call the function recursively with the substring excluding the first character and concatenate the first character at the end.
Use a hashmap to store frequency of each number in the array for efficient retrieval of maximum occurring number.
Use a hashmap to store the frequency of each number in the array.
Iterate through the array and update the frequency count in the hashmap.
Find the number with the highest frequency in the hashmap to get the maximum occurring number.
Multi-Threading in Java allows multiple threads to execute concurrently. Generics in Java enable type-safe collections and classes.
Multi-Threading in Java allows for concurrent execution of multiple threads.
Generics in Java enable type-safe collections and classes by allowing the use of parameterized types.
Example of Multi-Threading: creating a new thread using the Thread class and implementing the run() method.
Example...
Bentley Systems is a global leader in infrastructure engineering software, providing innovative solutions for sustainable development.
Bentley Systems offers cutting-edge technology and tools for infrastructure engineering projects.
The company has a strong reputation for innovation and sustainability in the industry.
Bentley Systems has a global presence, providing opportunities to work on diverse projects around the wor...
posted on 3 Mar 2024
I applied via Approached by Company
I have been working on a technology stack that includes Java, Spring Boot, Angular, and MySQL.
Java programming language for backend development
Spring Boot framework for building and deploying Java applications
Angular framework for frontend development
MySQL database for data storage and retrieval
The .Net framework is a powerful tool for developing microservices using Web APIs.
The .Net framework provides a set of libraries and tools for building scalable and reliable microservices.
Web APIs in .Net allow for easy communication between different services and clients.
Features like dependency injection and middleware in .Net make it easier to develop and maintain microservices.
Examples of popular frameworks for bui...
To troubleshoot a network bottleneck in a web API application hosted in a public cloud like Azure or AWS, one can analyze network traffic, monitor server performance, and optimize resource allocation.
Use network monitoring tools to analyze traffic patterns and identify potential bottlenecks.
Monitor server performance metrics such as CPU usage, memory usage, and disk I/O to pinpoint any resource constraints.
Optimize res...
Azure Service Fabric clusters are used to deploy and manage microservices-based applications on Microsoft Azure.
Azure Service Fabric clusters provide a platform for deploying and managing scalable and reliable microservices.
They offer automatic scaling, rolling upgrades, and health monitoring for microservices.
Service Fabric clusters can be used to deploy stateless or stateful microservices.
They support multiple progra...
posted on 21 Apr 2024
It included question from aptitude, reasoning, English, CSE fundamentals like oops and sql
posted on 16 Oct 2024
I am a passionate software developer with 5 years of experience in building web applications using various technologies.
5 years of experience in software development
Proficient in building web applications
Skilled in using various technologies
I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.
It was a 90minutes coding test where there was 2 coding question and 10 mcq each coding question carried 33% marks and even the 10mcq was 33% marks
I applied via Recruitment Consulltant
A mutex is a synchronization primitive that ensures only one thread can access a resource at a time.
Create a mutex object using the appropriate library or language-specific function.
Lock the mutex before accessing the shared resource to prevent other threads from accessing it.
Unlock the mutex after finishing the operation on the shared resource to allow other threads to access it.
Example: pthread_mutex_t mutex; pthread...
Identify memory leak in code
Check for any dynamically allocated memory that is not being freed
Look for any infinite loops or recursive functions that consume memory
Use memory profiling tools like Valgrind to detect leaks
Check for any global variables that are not properly managed
Interview experience
Senior Software Engineer
108
salaries
| ₹10 L/yr - ₹31.5 L/yr |
Software Engineer
80
salaries
| ₹7 L/yr - ₹21.6 L/yr |
Lead Software Engineer
48
salaries
| ₹16.2 L/yr - ₹42 L/yr |
Principal Software Engineer
28
salaries
| ₹21 L/yr - ₹41.8 L/yr |
Associate Software Engineer
27
salaries
| ₹7 L/yr - ₹14.4 L/yr |
Saba Software
PeopleStrong
UKG
Sumtotal Systems