Filter interviews by
Reasoning, Technical questions are asked. 1 hours test is conducted.
Yes, I know ERP software.
I have experience working with SAP ERP software.
I am familiar with Oracle ERP Cloud and Microsoft Dynamics 365.
I have also worked with open-source ERP software like Odoo and ERPNext.
I understand the basic functionalities of ERP software like finance, inventory management, and human resources.
Top trending discussions
I appeared for an interview before Apr 2021.
Round duration - 90 minutes
Round difficulty - Easy
It was on online objective test consisting of 4 sections: Aptitude, Technical MCQs, Code snippet based MCQs and Coding part.
Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are balanced.
The first line contains an...
Determine if a given singly linked list of integers is a palindrome. Return true
if it is a palindrome, otherwise return false
.
1 -> 2 -> ...
Check if a given singly linked list of integers is a palindrome.
Use two pointers to find the middle of the linked list.
Reverse the second half of the linked list.
Compare the first half with the reversed second half to determine if it is a palindrome.
Round duration - 60 minutes
Round difficulty - Easy
This was a technical and managerial round. The interviewer gave me a situation where I am in testing team and I found that customer requirement was drop down list at a place but developer has used bullet selection, and is not ready to change it. How will you manage? I gave some good replies and he was convinced.
Abstract classes in C++ are classes that cannot be instantiated and are designed to be base classes for other classes.
Abstract classes may contain pure virtual functions, making them incomplete and unable to be instantiated.
Derived classes must implement all pure virtual functions from the abstract class in order to be concrete classes.
Abstract classes can have non-virtual functions and member variables like regular cl...
Round duration - 60 minutes
Round difficulty - Easy
This was also a technical round. He asked to optimize the code I wrote in coding round. Then he asked me a few puzzles and questions on OOPS, OS and DBMS.
Paging and segmentation are memory management techniques in operating systems.
Paging divides physical memory into fixed-size blocks called pages, while segmentation divides logical memory into variable-size segments.
Paging allows for efficient memory allocation and management, while segmentation provides protection and sharing of memory.
Paging is simpler to implement but can lead to internal fragmentation, while segmen...
Concurrency control is a technique used in databases to manage simultaneous access and modification of data by multiple users or processes.
Concurrency control ensures that transactions are executed in a way that maintains data consistency and integrity.
Techniques like locking, timestamp ordering, and optimistic concurrency control are used to implement concurrency control.
For example, in a banking system, concurrency c...
String Buffer is synchronized and thread-safe, while String Builder is not synchronized and faster.
String Buffer is synchronized, making it thread-safe for use in multi-threaded environments.
String Builder is not synchronized, resulting in faster performance but not thread-safe.
String Builder is preferred for single-threaded operations, while String Buffer is preferred for multi-threaded operations.
Smart pointers in C++ are objects that act like pointers but provide automatic memory management.
Smart pointers help prevent memory leaks by automatically managing memory allocation and deallocation.
Examples include unique_ptr, shared_ptr, and weak_ptr.
unique_ptr is used for exclusive ownership, shared_ptr for shared ownership, and weak_ptr to prevent circular references.
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
Program for snake traversal of binary tree
Use a stack to keep track of nodes to be visited
Start with the root node and push it onto the stack
While the stack is not empty, pop a node and print its value
If the level is even, push the left child first and then the right child onto the stack
If the level is odd, push the right child first and then the left child onto the stack
I appeared for an interview in Jul 2024.
Create an API using Notepad to check if a string is a palindrome or not.
I applied via Referral and was interviewed before Jan 2023. There were 3 interview rounds.
Logical Reasoning, Questions on distances, Questions on directions
1- Difference between array list and linked list.
2- Reverse the linked list
1-Difference between Arraylist and Linked list.
2-Check if strings are anagram.
I applied via Naukri.com
I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.
I applied via LinkedIn and was interviewed in Jun 2024. There were 4 interview rounds.
Extract and sum all numeric values from a given string in Java.
Use a loop to iterate through each character in the string.
Check if a character is a digit using Character.isDigit().
Build numbers from consecutive digits and add them to a sum.
Example: For 'abdc112kg45ldy4p9', extract 112, 45, 4, and 9.
Calculate the day of the week for September 14, given January 1 is a Monday.
January 1 is a Monday.
Count the total days from January 1 to September 14.
Days in each month: Jan(31), Feb(28), Mar(31), Apr(30), May(31), Jun(30), Jul(31), Aug(31), Sep(14).
Total days = 31 + 28 + 31 + 30 + 31 + 30 + 31 + 31 + 14 = 31 + 28 + 31 + 30 + 31 + 30 + 31 + 31 + 14 = 245.
Calculate the day of the week: 245 days from Monday = 245 % 7 =...
based on 1 interview experience
Technical Consultant
24
salaries
| ₹10 L/yr - ₹18.5 L/yr |
Software Engineer
19
salaries
| ₹7.1 L/yr - ₹14.8 L/yr |
Associate Software Engineer
14
salaries
| ₹5 L/yr - ₹8.6 L/yr |
Associate Technical Analyst
13
salaries
| ₹6 L/yr - ₹8 L/yr |
Technical Consultant 2
12
salaries
| ₹12.1 L/yr - ₹17 L/yr |
Prime Focus Technologies
Yodlee
Global Edge Software
Bravura Solutions