Filter interviews by
I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.
P2P cycle is the process of procuring goods and services from vendors. 3 way match is a process of matching invoice, purchase order and receipt.
P2P cycle involves steps like requisition, purchase order, receipt, invoice and payment
3 way match ensures that the invoice matches the purchase order and receipt
If approvals are missing for non-PO invoices, the invoice can be sent to the department head for approval or the ven...
Exceptions are abnormal conditions or errors that occur during the execution of a program.
Exceptions are used to handle errors and exceptional situations in programming.
They allow the program to gracefully handle unexpected situations and prevent crashes.
Examples of exceptions include divide by zero, file not found, and out of memory errors.
Here are 5 currencies with their respective countries:
US Dollar - United States
Euro - European Union
Japanese Yen - Japan
British Pound - United Kingdom
Canadian Dollar - Canada
V-lookup & H-Lookup are Excel functions used to search for a specific value in a table and return a corresponding value.
V-lookup searches for a value in the leftmost column of a table and returns a value in the same row from a specified column.
H-Lookup searches for a value in the top row of a table and returns a value in the same column from a specified row.
Both functions are commonly used in data analysis and can save
IRS stands for Internal Revenue Service.
IRS is a government agency responsible for collecting taxes and enforcing tax laws.
It is a part of the US Department of the Treasury.
IRS also provides assistance to taxpayers in understanding and complying with tax laws.
Examples of IRS forms include W-2, 1099, and 1040.
IRS audits individuals and businesses to ensure compliance with tax laws.
Shortcut keys for MS Excel & MS-Word
MS Excel: Ctrl+C (copy), Ctrl+V (paste), Ctrl+Z (undo), Ctrl+S (save), Ctrl+P (print)
MS Word: Ctrl+B (bold), Ctrl+I (italic), Ctrl+U (underline), Ctrl+C (copy), Ctrl+V (paste)
The steps for processing invoices include receiving the invoice, verifying the details, recording the invoice, obtaining approvals, and making the payment.
Receive the invoice from the supplier.
Verify the details on the invoice, such as the vendor name, invoice number, date, and amount.
Record the invoice in the accounting system or software.
Obtain necessary approvals, such as from the department head or manager.
Match th...
W9, W8 and 1099 are tax forms used in the United States.
W9 is a form used by employers to request taxpayer identification number and certification from their employees.
W8 is a form used by foreign individuals and entities to claim exemption from or reduction of withholding taxes.
1099 is a form used to report various types of income received by non-employees, such as independent contractors or freelancers.
W9 and 1099 ar...
Vendor maintenance refers to the process of managing and updating vendor information in a company's database.
It involves creating and updating vendor profiles
Verifying vendor information such as contact details, payment terms, and tax identification numbers
Ensuring compliance with company policies and regulations
Maintaining accurate records of vendor transactions
Regularly reviewing vendor performance and addressing any...
Accounts Payable refers to the amount of money a company owes to its vendors or suppliers for goods or services received.
Accounts Payable is a liability account in the company's balance sheet.
It represents the amount of money that the company owes to its vendors or suppliers.
It includes invoices received but not yet paid, as well as any other outstanding bills.
Accounts Payable is an important part of a company's cash f...
Debit Note is a document issued by a buyer to a seller to request a credit for overcharged or returned goods. Credit Note is a document issued by a seller to a buyer to reduce the amount owed due to overpayment or returned goods.
Debit Note is issued by the buyer to request a credit from the seller.
It is used when there is an overcharge or return of goods.
Debit Note reduces the amount payable by the buyer to the seller.
...
Bank Reconciliation Statement is a document that compares the bank statement with the company's records to identify any discrepancies.
Bank Reconciliation Statement is prepared to ensure that the company's records match with the bank's records.
It helps in identifying any errors or omissions in the company's accounting records.
It includes comparing the bank statement balance with the company's cash book balance.
Reconcili...
PO invoices are generated against a purchase order while non-PO invoices are not associated with a purchase order.
PO invoices are generated when a purchase order is created for goods or services.
Non-PO invoices are not associated with a purchase order.
PO invoices require a matching process to ensure that the goods or services have been received and are in accordance with the purchase order.
Non-PO invoices do not requir...
Modes of payment include cash, credit/debit cards, online transfers, and checks.
Cash: physical currency
Credit/debit cards: electronic payment using plastic cards
Online transfers: electronic payment using internet banking
Checks: written orders to pay a specific amount to a person or organization
Before approving an invoice for payment, several steps should be taken to ensure accuracy and validity.
Verify the accuracy of the invoice details, such as the amount, date, and vendor information.
Check if the goods or services mentioned in the invoice were actually received or provided.
Confirm that the invoice complies with company policies and procedures.
Ensure that all necessary approvals and supporting documentation...
Procurement refers to the process of acquiring goods or services from external sources.
Procurement involves identifying the need for a product or service
Finding potential suppliers or vendors
Negotiating terms and conditions
Placing orders and receiving goods or services
Ensuring timely delivery and quality control
Examples include purchasing office supplies, raw materials for manufacturing, or outsourcing IT services
The steps for new vendor creation involve gathering information, verifying details, setting up payment terms, and creating a vendor account.
Gather necessary information such as vendor name, address, tax ID, and contact information
Verify vendor details through background checks and credit checks
Set up payment terms and negotiate pricing
Create a vendor account in the accounting system and input all relevant information
En...
VMD creation requires knowledge of accounting principles, software proficiency, and attention to detail.
Understanding of accounting principles and practices
Proficiency in accounting software such as QuickBooks or Xero
Attention to detail to ensure accuracy of financial data
Ability to analyze financial data and create reports
Knowledge of tax laws and regulations
Communication skills to work with clients and team members
The journal entry when goods are received is a debit to the inventory account and a credit to the accounts payable account.
Debit inventory account
Credit accounts payable account
Example: Debit Inventory $10,000, Credit Accounts Payable $10,000
The entry is made to reflect the increase in inventory and the liability owed to the supplier
The journal entry when receiving invoices
Debit the expense account for the amount of the invoice
Credit accounts payable for the same amount
If there is a discount offered, credit the discount account
If there is tax included, credit the tax payable account
Top trending discussions
posted on 20 Jan 2025
I applied via Company Website and was interviewed in Dec 2024. There were 8 interview rounds.
I am to good for any type of work doing
Question: Write a function to sort an array of integers in ascending order without using the built-in sort() function.
javascript
Copy code
function customSort(arr) {
// Your code here
}
console.log(customSort([5, 3, 8, 1])); // Output: [1, 3, 5, 8]
Operational Efficiency: Automating workflows in ServiceNow should reduce processing time for customer queries and loan applications by 50%.
Increased Visibility: SEO and SEM strategies should increase the bank’s website traffic by 30% within 3 months.
Improved Customer Experience: A modern portal with faster support options will increase customer satisfaction ratings.
A report/document explaining the solutions for the above tasks.
A code file for the HTML/CSS/JavaScript task.
Screenshots or diagrams (if applicable) for ServiceNow workflows.
Data Interpretation
Study the following data and answer the question:
Year Revenue (₹) Profit (₹)
2020 10,000 2,000
2021 12,000 3,000
2022 15,000 4,000Question:
What is the average profit percentage over the three years?
Options:
A) 20%
B) 25%
C) 22%
D) 27%
I was interviewed in Jan 2025.
My name is John Smith.
Full name is John Smith
Common first and last name
Easy to remember and pronounce
I am a motivated and detail-oriented individual with a strong passion for learning and growth.
Graduated with a degree in Business Administration
Completed multiple internships in marketing and sales
Proficient in Microsoft Office Suite
Strong communication and organizational skills
I have strong communication skills, attention to detail, and proficiency in Microsoft Office.
Strong communication skills
Attention to detail
Proficiency in Microsoft Office
My non technical skills include communication, teamwork, problem-solving, time management, and adaptability.
Strong communication skills - able to effectively convey ideas and information
Teamwork - collaborating with others to achieve common goals
Problem-solving - analyzing situations and finding solutions
Time management - effectively managing tasks and deadlines
Adaptability - being flexible and able to adjust to new si
My strong communication skills, attention to detail, and ability to work well in a team make me a great fit for this job.
Strong communication skills - able to effectively convey information and ideas
Attention to detail - meticulous in completing tasks accurately
Team player - work well with others to achieve common goals
I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.
Data entry is the process of entering, updating, or verifying data in a computer system.
Entering data accurately and efficiently
Updating existing data with new information
Verifying data for accuracy and completeness
I have over 3 years of experience in data entry, including entering, verifying, and updating data in various databases.
Proficient in using Microsoft Excel and other data entry software
Accurate and efficient in typing and data entry tasks
Experience in maintaining confidentiality and data integrity
Handled large volumes of data entry tasks with tight deadlines
C is a procedural programming language while C++ is an object-oriented programming language.
C is a procedural programming language, focusing on functions and procedures.
C++ is an object-oriented programming language, allowing for classes, objects, and inheritance.
C does not support classes and objects, while C++ does.
C++ has features like polymorphism, encapsulation, and inheritance which are not present in C.
C++ is an...
I am proficient in using MS Word for data entry tasks.
I am skilled in formatting text, tables, and images in MS Word.
I can create and edit documents, including reports, letters, and spreadsheets.
I am familiar with using templates and styles to maintain consistency in documents.
I am experienced in using features like spell check, track changes, and mail merge.
I am efficient in using keyboard shortcuts to speed up data e
I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.
4 easy level questions will be asked basically from arrays and strings.
Assignment will be given after clearing coding round. In my case ELearning Platform project was given and 7 days time was given to complete.
Quantitative reasoning
I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.
I have worked on projects involving website redesign, mobile app design, and user research.
Redesigned company website to improve user experience and increase conversion rates
Designed mobile app interface for seamless navigation and intuitive user interactions
Conducted user research to gather feedback and make data-driven design decisions
My favorite apps are Instagram for its user-friendly interface and engaging content, Spotify for its personalized music recommendations, and Google Maps for its accurate navigation features.
Instagram - user-friendly interface, engaging content
Spotify - personalized music recommendations
Google Maps - accurate navigation features
In 5 years, I see myself as a seasoned UI/UX designer leading a team of designers, working on innovative projects, and continuously learning and growing in the field.
Leading a team of designers
Working on innovative projects
Continuously learning and growing in the field
posted on 27 Sep 2024
I applied via Walk-in and was interviewed in Aug 2024. There were 3 interview rounds.
Basically It is a list of 25 questions having mix of Resoning,Aptitude &English. Each Queztion carries 2 marks and also there was a plus point that it doesn't have any negative marks
I am a passionate software developer with a strong background in computer science and a love for problem-solving.
Graduated with a degree in Computer Science from XYZ University
Proficient in programming languages such as Java, Python, and C++
Experience with web development using HTML, CSS, and JavaScript
Completed internships at ABC Company and DEF Company
Participated in coding competitions like Codeforces and LeetCode
My goal in life is to continuously learn and grow, both personally and professionally, while making a positive impact on others.
Continuous learning and self-improvement
Making a positive impact on others
Achieving personal and professional growth
Contributing to the community or society
Finding fulfillment and happiness in my pursuits
Software Developer Trainee involves learning and applying software development skills under supervision.
Learning programming languages and tools
Assisting in developing and testing software applications
Participating in team meetings and code reviews
Receiving mentorship and guidance from senior developers
My hobbies include coding, reading, and playing video games. My strengths are problem-solving, attention to detail, and adaptability. My weaknesses are public speaking and time management.
Hobbies: coding, reading, playing video games
Strengths: problem-solving, attention to detail, adaptability
Weaknesses: public speaking, time management
I am passionate about coding and problem-solving, and I believe this job role will provide me with the opportunity to learn and grow as a software developer.
Passionate about coding and problem-solving
Opportunity to learn and grow as a software developer
Excited about the challenges and projects in this role
I am drawn to your company's innovative projects and collaborative work culture.
I am impressed by the cutting-edge technologies your company is using.
I value the emphasis your company places on teamwork and professional development.
I believe my skills and passion align well with the opportunities at your company.
I remain calm, assess the situation, prioritize tasks, and take necessary actions to mitigate the risk.
Stay calm and composed to think clearly
Assess the situation to understand the severity
Prioritize tasks based on urgency
Take necessary actions to mitigate the risk
I was responsible for developing and maintaining software applications.
Developed new features and functionalities for existing software applications
Fixed bugs and issues reported by users
Collaborated with team members to design and implement solutions
Participated in code reviews and testing processes
Researched online, read about company culture, projects, and achievements.
Visited company website and read about the services offered
Checked out company's LinkedIn page for updates and employee reviews
Read articles or news related to the company's recent projects or achievements
I resigned from my previous position voluntarily.
I resigned from my previous job on my own accord.
I made the decision to leave the company.
I chose to resign from my previous role.
I voluntarily left my previous position.
I am not comfortable sharing my previous salary information.
I prefer not to disclose my previous salary as it is confidential information.
I believe that my salary history should not be a determining factor for my potential as a Software Developer Trainee.
I am more focused on the opportunities and growth potential that this position offers rather than past salary.
I am confident that my skills and qualifications align wi...
posted on 15 Feb 2025
Some of the top questions asked at the Samman Lal Sher Singh Papers interview -
based on 3 reviews
Rating in categories
Marpu Foundation
Huawei Technologies
HCL Infosystems
Z X Learning