Filter interviews by
P&L percent of every expense refers to the percentage of each expense in relation to the total profit and loss statement.
Calculate the percentage of each expense by dividing it by the total expenses and multiplying by 100.
This helps in understanding the impact of each expense on the overall profitability of the business.
For example, if total expenses are $10,000 and rent expense is $2,000, the P&L percent for rent woul
PIP percentages against revenue refers to the percentage of revenue allocated towards Performance Improvement Plans.
Calculate PIP percentage by dividing total PIP expenses by total revenue and multiplying by 100.
Monitoring PIP percentages helps in evaluating the effectiveness of improvement plans.
Example: If total PIP expenses are $10,000 and total revenue is $100,000, PIP percentage would be 10%.
Top trending discussions
posted on 14 May 2024
Event loop in Node.js manages asynchronous operations by executing callback functions when certain events occur.
Event loop is responsible for handling I/O operations, timers, and callbacks in Node.js
It allows Node.js to perform non-blocking operations efficiently
Event loop continuously checks the event queue for new events to execute
posted on 26 Jul 2023
I applied via Approached by Company and was interviewed in Jan 2023. There were 4 interview rounds.
3 coding questions any programming language
Answering questions related to string permutations, removing numbers, and checking for anagrams without using map data structure.
To find permutations of a string, use recursion to swap characters at each position.
To remove a specific character (e.g. '3') from a string, iterate through the string and build a new string without the character.
To check for anagrams without using a map data structure, sort both strings and
posted on 15 Nov 2024
I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.
Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.
Promises are used to handle asynchronous operations in JavaScript.
They can be in one of three states: pending, fulfilled, or rejected.
Promises can be chained using .then() to handle success and .catch() to handle errors.
posted on 11 Sep 2024
I was interviewed before Sep 2023.
A function in C to check if a number is prime or not
Create a function that takes an integer as input
Check if the input number is divisible by any number from 2 to its square root
If it is not divisible by any number, return true (prime), else return false (not prime)
Basic codes for array manipulation including sorting, searching, and filtering.
Use built-in functions like sort() for sorting arrays.
Implement algorithms like binary search for searching in arrays.
Utilize filter() method for filtering arrays based on specific criteria.
I applied via Other and was interviewed in Oct 2021. There was 1 interview round.
posted on 15 Dec 2021
I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.
Answers to questions related to software engineering concepts.
Volatile is a keyword used to indicate that a variable's value can be changed unexpectedly.
Constant is a keyword used to indicate that a variable's value cannot be changed once it is assigned.
Volatile and const can be used together to indicate that a variable's value cannot be changed and that it may change unexpectedly.
ISR stands for Interrupt Service Routi...
A pointer is a variable that stores the memory address of another variable. Dangling, null, and void pointers are types of pointers.
Dangling pointer: a pointer that points to a memory location that has been deallocated or freed
Null pointer: a pointer that does not point to any memory location
Void pointer: a pointer that has no specific data type and can point to any data type
Storage classes in C define the scope and lifetime of variables.
auto: default storage class for local variables
register: stores variables in CPU registers for faster access
static: retains value between function calls
extern: used to access global variables across multiple files
CAN data frame is a message format used in Controller Area Network (CAN) protocol.
CAN data frame consists of 7 fields: Start of Frame (SOF), Arbitration ID, Control Bits, Data Length Code (DLC), Data Field, Cyclic Redundancy Check (CRC), and End of Frame (EOF).
The Arbitration ID field is used to identify the message priority and the source of the message.
The Data Field can contain up to 8 bytes of data.
The CRC field is...
posted on 13 Sep 2024
Asked dsa problem. It was a sliding window problem.
This was taken by the engineering manager. asked couple of oops qns and dsa problem
This was taken by the cofounder. more of a get to know
posted on 1 Sep 2023
Initial will be coding test on array , loops
Paper based exam based on C and embedded c
based on 2 interviews
Interview experience
based on 4 reviews
Rating in categories
Z X Learning
Schoolnet India
Paper Boat(Hector Beverages Pvt. Ltd.)
Fino Paytech