i
Calfus
Work with us
Filter interviews by
O2C process stands for Order to Cash process, which involves all the steps from receiving an order to receiving payment.
Includes order entry, order fulfillment, invoicing, and payment collection
Involves multiple departments such as sales, operations, finance, and customer service
Key steps include order creation, order processing, shipping, invoicing, and payment processing
Ensures timely delivery of goods or servic...
Tables from AR module in Oracle Financials
RA_CUSTOMER_TRX_ALL
RA_CUSTOMER_TRX_LINES_ALL
AR_PAYMENT_SCHEDULES_ALL
AR_RECEIVABLE_APPLICATIONS_ALL
AR_PAYMENT_SCHEDULES_ALL
Important points for package include customization, integration, user training, and support.
Customization to meet specific business requirements
Integration with other systems for seamless data flow
User training to ensure effective utilization of the package
Ongoing support for troubleshooting and updates
Lexical parameter is a placeholder in a SQL query that is replaced by a specific value at runtime. Bind parameter is a placeholder in a SQL query that is bound to a specific value before execution.
Lexical parameter is denoted by a colon followed by a name, like :parameter_name.
Bind parameter is denoted by a question mark, like ?.
Lexical parameters are replaced with values at runtime, while bind parameters are boun...
Procedures are faster as they are precompiled and stored in memory, while functions need to be compiled each time they are called.
Procedures are precompiled and stored in memory, making them faster to execute.
Functions need to be compiled each time they are called, which can slow down execution.
Procedures are commonly used for performing tasks, while functions are used to return a value.
Example: If you have a proc...
Metrics of regression are used to evaluate the performance of regression models.
Common metrics include Mean Squared Error (MSE), Root Mean Squared Error (RMSE), Mean Absolute Error (MAE), R-squared, and Adjusted R-squared.
MSE and RMSE measure the average squared difference between predicted values and actual values.
MAE measures the average absolute difference between predicted values and actual values.
R-squared in...
posted on 19 Jan 2025
I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.
Lexical parameter is a placeholder in a SQL query that is replaced by a specific value at runtime. Bind parameter is a placeholder in a SQL query that is bound to a specific value before execution.
Lexical parameter is denoted by a colon followed by a name, like :parameter_name.
Bind parameter is denoted by a question mark, like ?.
Lexical parameters are replaced with values at runtime, while bind parameters are bound to ...
O2C process stands for Order to Cash process, which involves all the steps from receiving an order to receiving payment.
Includes order entry, order fulfillment, invoicing, and payment collection
Involves multiple departments such as sales, operations, finance, and customer service
Key steps include order creation, order processing, shipping, invoicing, and payment processing
Ensures timely delivery of goods or services to...
Procedures are faster as they are precompiled and stored in memory, while functions need to be compiled each time they are called.
Procedures are precompiled and stored in memory, making them faster to execute.
Functions need to be compiled each time they are called, which can slow down execution.
Procedures are commonly used for performing tasks, while functions are used to return a value.
Example: If you have a procedure...
Important points for package include customization, integration, user training, and support.
Customization to meet specific business requirements
Integration with other systems for seamless data flow
User training to ensure effective utilization of the package
Ongoing support for troubleshooting and updates
Tables from AR module in Oracle Financials
RA_CUSTOMER_TRX_ALL
RA_CUSTOMER_TRX_LINES_ALL
AR_PAYMENT_SCHEDULES_ALL
AR_RECEIVABLE_APPLICATIONS_ALL
AR_PAYMENT_SCHEDULES_ALL
Basic aptitude questions
Developed a mobile app for tracking daily water intake and setting hydration goals.
Designed user-friendly interface for easy input of water consumption
Implemented notifications to remind users to drink water throughout the day
Included visual representation of daily water intake to track progress
Integrated with wearable devices to sync water intake data
Metrics of regression are used to evaluate the performance of regression models.
Common metrics include Mean Squared Error (MSE), Root Mean Squared Error (RMSE), Mean Absolute Error (MAE), R-squared, and Adjusted R-squared.
MSE and RMSE measure the average squared difference between predicted values and actual values.
MAE measures the average absolute difference between predicted values and actual values.
R-squared indicat...
I am a motivated and hardworking student with a passion for learning and gaining practical experience in the field.
Currently pursuing a degree in [Major] at [University]
Previous experience as a [Position] at [Company]
Skills include [Skill1], [Skill2], and [Skill3]
I would communicate with my team lead to understand the situation and offer assistance if needed.
Communicate with team lead to understand the reason for their lack of work
Offer assistance or support to help them get back on track
Discuss with other team members to redistribute tasks if necessary
The toughest examination in India is often considered to be the UPSC Civil Services Exam, known for its vast syllabus and rigorous selection process.
UPSC Civil Services Exam has a success rate of less than 1%.
It consists of three stages: Preliminary, Mains, and Interview.
Candidates prepare for over a year, covering subjects like history, geography, and current affairs.
The exam tests not only knowledge but also analytic...
Top trending discussions
I applied via Naukri.com
Answers to common interview questions for Software Engineer position
Option Strict and Option Explicit are compiler directives in VB.NET
Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection
System.String is immutable while System.StringBuilder is mutable
Delegate is a type that represents a reference to a method
Value types store data directly while reference types store a referen...
posted on 19 Sep 2021
I applied via Naukri.com and was interviewed before Sep 2020. There were 6 interview rounds.
posted on 14 Mar 2022
3 coding questions of moderate difficult
posted on 17 Feb 2023
I applied via Campus Placement and was interviewed in Aug 2022. There were 3 interview rounds.
It had 2 programming questions and 30 aptitude questions
it
I am familiar with several programming languages including Java, Python, and C++.
Proficient in Java and Python
Familiar with C++ and JavaScript
Experience with SQL and HTML/CSS
Comfortable with object-oriented programming and data structures
Continuously learning and exploring new languages and technologies
posted on 20 May 2023
I applied via Recruitment Consulltant and was interviewed in Nov 2022. There were 4 interview rounds.
Six coding questions to be solved within an hour. The coding questions were standard aptitude based and did not include any complex topics like Dynamic Programming or trees in my case.
Convert infix expressions to postfix using the stack data structure for operator precedence and parentheses handling.
Use a stack to hold operators and parentheses while scanning the expression.
Output operands (numbers/variables) immediately to the postfix expression.
Pop operators from the stack to the output when encountering a lower precedence operator.
Handle parentheses: push '(' onto the stack and pop until '(' when...
posted on 29 Apr 2024
I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.
Online coding test having basic problems and some aptitude problem.
OOPs stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.
OOPs focuses on creating objects that contain both data and methods to manipulate that data.
Encapsulation, inheritance, polymorphism, and abstraction are key principles of OOPs.
Examples of OOPs languages include Java, C++, and Python.
A singleton class is a class that can only have one instance created and provides a global point of access to that instance.
Singleton classes are often used for logging, caching, database connections, and thread pools.
They typically have a private constructor to prevent instantiation from other classes.
They provide a static method to access the single instance, which is created if it doesn't exist yet.
posted on 29 Nov 2024
I appeared for an interview in May 2024.
Totally there were 15 questions
based on 2 interview experiences
Difficulty level
Duration
Software Engineer
12
salaries
| ₹4.5 L/yr - ₹14 L/yr |
Associate Consultant
8
salaries
| ₹3 L/yr - ₹10 L/yr |
Associate Software Engineer
5
salaries
| ₹6 L/yr - ₹10 L/yr |
Business Analyst
4
salaries
| ₹13 L/yr - ₹15 L/yr |
Technical Lead
4
salaries
| ₹28 L/yr - ₹36.5 L/yr |
Yalamanchili Software Exports
ScoreMe Solutions
Global Edge Software
Moveinsync Technology Solutions