Filter interviews by
Bad debt refers to money owed by a debtor that is unlikely to be paid back, resulting in a loss for the creditor.
Bad debt is typically the result of customers defaulting on their payments.
It is recorded as an expense on the creditor's financial statements.
Companies may write off bad debts to remove them from accounts receivable.
Examples include unpaid invoices, loans that are not repaid, and credit card debt that ...
ShallowCopy copies only the reference of an object while DeepCopy creates a new object with a new reference.
ShallowCopy creates a new reference to the same object, so changes made to the copy will reflect in the original object.
DeepCopy creates a new object with a new reference, so changes made to the copy will not reflect in the original object.
ShallowCopy is faster and less memory-intensive than DeepCopy.
DeepCop...
Search an element in an infinite sorted array using binary search.
Initialize low as 0 and high as 1.
Double the high index until arr[high] is greater than the target element.
Perform binary search between low and high indexes.
Struct is a value type while class is a reference type in C#.
Structs are stored on the stack while classes are stored on the heap.
Structs cannot be inherited while classes can be inherited.
Structs do not support destructors while classes do.
Structs are used for small data structures while classes are used for larger, more complex objects.
Example of struct: struct Point { public int X; public int Y; }
Example of cla...
ID selector is used to select an element with a specific ID attribute in CSS.
ID selector is denoted by '#' followed by the ID name.
ID should be unique on a page.
ID selector has higher specificity than class selector.
Example: #header { color: blue; }
Sort an array of 0's, 1's, and 2's using two pointer approach.
Initialize two pointers, one at the beginning and one at the end of the array.
Traverse the array and swap 0's to the beginning and 2's to the end using the pointers.
Stop when the pointers meet or cross each other.
Search for an element in a rotated sorted array using binary search with pivot.
Find the pivot element using binary search.
Compare the target element with the first element of the array to determine which half to search.
Perform binary search on the selected half of the array.
Repeat until the target element is found or the array is exhausted.
Copy constructor is a special constructor that creates a new object by copying an existing object.
It is used to create a new object with the same values as an existing object.
It takes an object of the same class as a parameter.
It is automatically called when a new object is created from an existing object.
It creates a deep copy of the object, meaning that all the member variables are copied.
Example: class MyClass ...
Operator overloading allows operators to have different meanings based on the context of their usage.
Operator overloading is a feature in object-oriented programming languages.
It allows operators to be redefined for custom classes.
For example, the '+' operator can be overloaded to concatenate strings or add numbers.
It can improve code readability and reduce the amount of code needed for certain operations.
I applied via Campus Placement and was interviewed in May 2024. There were 6 interview rounds.
Its online test
Time -15 mins
Questions -50
The group discussion topic is AI is advantage or disadvantage to human.
Email writing basically its offline written test to find out Email etiquette of a person.
Bad debt refers to money owed by a debtor that is unlikely to be paid back, resulting in a loss for the creditor.
Bad debt is typically the result of customers defaulting on their payments.
It is recorded as an expense on the creditor's financial statements.
Companies may write off bad debts to remove them from accounts receivable.
Examples include unpaid invoices, loans that are not repaid, and credit card debt that goes ...
I'm curious about the team's dynamics and how this role contributes to the company's financial goals.
What are the key performance indicators for this role?
Can you describe the team I would be working with?
How does this position interact with other departments, like procurement or finance?
What software or tools does the company use for accounts payable?
Are there opportunities for professional development and growth with...
I applied via Campus Placement and was interviewed in Feb 2023. There were 4 interview rounds.
No of Questions : 4 questions
Difficulty : Difficult
Topics : Sieve of eratosthenis, DP, Hashing
Search for an element in a rotated sorted array using binary search with pivot.
Find the pivot element using binary search.
Compare the target element with the first element of the array to determine which half to search.
Perform binary search on the selected half of the array.
Repeat until the target element is found or the array is exhausted.
Sort an array of 0's, 1's, and 2's using two pointer approach.
Initialize two pointers, one at the beginning and one at the end of the array.
Traverse the array and swap 0's to the beginning and 2's to the end using the pointers.
Stop when the pointers meet or cross each other.
ID selector is used to select an element with a specific ID attribute in CSS.
ID selector is denoted by '#' followed by the ID name.
ID should be unique on a page.
ID selector has higher specificity than class selector.
Example: #header { color: blue; }
ShallowCopy copies only the reference of an object while DeepCopy creates a new object with a new reference.
ShallowCopy creates a new reference to the same object, so changes made to the copy will reflect in the original object.
DeepCopy creates a new object with a new reference, so changes made to the copy will not reflect in the original object.
ShallowCopy is faster and less memory-intensive than DeepCopy.
DeepCopy is ...
Copy constructor is a special constructor that creates a new object by copying an existing object.
It is used to create a new object with the same values as an existing object.
It takes an object of the same class as a parameter.
It is automatically called when a new object is created from an existing object.
It creates a deep copy of the object, meaning that all the member variables are copied.
Example: class MyClass { pub...
Operator overloading allows operators to have different meanings based on the context of their usage.
Operator overloading is a feature in object-oriented programming languages.
It allows operators to be redefined for custom classes.
For example, the '+' operator can be overloaded to concatenate strings or add numbers.
It can improve code readability and reduce the amount of code needed for certain operations.
Struct is a value type while class is a reference type in C#.
Structs are stored on the stack while classes are stored on the heap.
Structs cannot be inherited while classes can be inherited.
Structs do not support destructors while classes do.
Structs are used for small data structures while classes are used for larger, more complex objects.
Example of struct: struct Point { public int X; public int Y; }
Example of class: c...
Search an element in an infinite sorted array using binary search.
Initialize low as 0 and high as 1.
Double the high index until arr[high] is greater than the target element.
Perform binary search between low and high indexes.
Top trending discussions
posted on 4 Jul 2024
Balance sheet is a financial statement that shows a company's assets, liabilities, and shareholders' equity at a specific point in time.
It provides a snapshot of a company's financial position.
Assets are what the company owns, liabilities are what it owes, and shareholders' equity is the difference between the two.
The balance sheet follows the accounting equation: Assets = Liabilities + Shareholders' Equity.
It helps in...
A bond is a fixed income investment where an investor loans money to an entity which borrows the funds for a defined period at a fixed interest rate.
Types of bonds include government bonds, corporate bonds, municipal bonds, and convertible bonds.
Government bonds are issued by governments to fund public spending.
Corporate bonds are issued by companies to raise capital for various purposes.
Municipal bonds are issued by l...
I applied via Job Portal and was interviewed before Sep 2023. There were 3 interview rounds.
AI impact on Cooking Case Study
I applied via Company Website and was interviewed before Nov 2020. There were 5 interview rounds.
Approximately 18 million vadapavs are consumed in Mumbai every day.
Consider the population of Mumbai and the popularity of vadapav as a snack.
Estimate the number of street vendors selling vadapav in Mumbai.
Assume an average number of vadapavs sold per vendor per day.
Factor in the demand for vadapav during peak hours and festivals.
Consider the price of vadapav and its affordability for the common people.
Compare the cons...
posted on 13 Feb 2024
I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.
The angle between the hour hand and minute hand of a clock at a particular time.
The angle between the hour hand and minute hand can be calculated using the formula: angle = 30 * (hour % 12) + 0.5 * minutes
If the angle is greater than 180 degrees, subtract it from 360 to get the smaller angle
For example, at 3:15, the hour hand is at 97.5 degrees and the minute hand is at 90 degrees, so the angle between them is 7.5 degr...
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 29 May 2023
Basic aptitude test
Javascript and react js
posted on 23 Apr 2024
I applied via Naukri.com and was interviewed in Oct 2023. There were 3 interview rounds.
Some of the top questions asked at the Moveinsync Technology Solutions interview for freshers -
The duration of Moveinsync Technology Solutions interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 2 interview experiences
Difficulty level
Duration
based on 191 reviews
Rating in categories
Software Engineer
46
salaries
| ₹7.5 L/yr - ₹23 L/yr |
Associate Manager
36
salaries
| ₹6 L/yr - ₹11 L/yr |
Operations Specialist
35
salaries
| ₹3 L/yr - ₹5.2 L/yr |
Assistant Manager
32
salaries
| ₹4 L/yr - ₹11 L/yr |
Transport Executive
22
salaries
| ₹2.3 L/yr - ₹5 L/yr |
Global Edge Software
PagarBook
Trawex Technologies
KDK Software