Upload Button Icon Add office photos

Filter interviews by

Ki Mobility Solution Accountant Cashier Interview Questions and Answers

Updated 30 Sep 2024

Ki Mobility Solution Accountant Cashier Interview Experiences

1 interview found

Accountant Cashier Interview Questions & Answers

user image Siddhi Chavan

posted on 30 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced accountant cashier with a strong attention to detail and excellent customer service skills.

    • Over 5 years of experience in accounting and cashier roles

    • Proficient in handling cash transactions and reconciling financial records

    • Strong attention to detail and accuracy in financial reporting

    • Excellent customer service skills, able to resolve issues and provide assistance to customers

    • Familiar with accounting softwar

  • Answered by AI
  • Q2. What was your work in last company
  • Ans. 

    I was responsible for managing daily cash transactions, reconciling accounts, and preparing financial reports.

    • Managed daily cash transactions

    • Reconciled accounts

    • Prepared financial reports

  • Answered by AI
  • Q3. What is your expectations
  • Ans. 

    I expect a challenging role that allows me to utilize my accounting skills and grow professionally.

    • Expectation of a challenging role

    • Opportunity to utilize accounting skills

    • Desire for professional growth

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. What do u know about petty cash
  • Ans. 

    Petty cash is a small amount of cash kept on hand for minor expenses in a business.

    • Petty cash is used for small, everyday expenses like office supplies or postage.

    • It is typically managed by a designated employee, known as the petty cash custodian.

    • Replenishment of petty cash is done by submitting receipts for the expenses incurred.

    • Petty cash funds should be kept secure and accounted for regularly to prevent misuse.

    • Havin...

  • Answered by AI
  • Q2. Do u know how to use excel
  • Ans. 

    Yes, I am proficient in using Excel for various accounting tasks such as creating spreadsheets, formulas, and financial analysis.

    • I am experienced in creating and formatting spreadsheets for financial data

    • I can use formulas and functions to perform calculations and analysis

    • I am familiar with creating charts and graphs to visualize data

    • I have used Excel for budgeting, forecasting, and financial reporting

  • Answered by AI
Round 3 - Practical 

(2 Questions)

  • Q1. Create a bank reconciliation table as per the company
  • Ans. 

    Bank reconciliation table includes bank statement balance, company's book balance, adjustments, and final reconciled balance.

    • Start with the bank statement balance

    • Add or deduct any outstanding deposits or withdrawals

    • Include any bank fees or interest earned

    • Compare the adjusted bank balance with the company's book balance

    • List out any discrepancies and adjustments made to reconcile the two balances

    • Calculate the final recon

  • Answered by AI
  • Q2. Differentiate both bk and company payment details
  • Ans. 

    BK payment details refer to payments made through bank transfers, while company payment details refer to payments made directly by the company.

    • BK payment details involve bank transfers from the customer to the company's bank account.

    • Company payment details involve payments made directly by the company using cash, checks, or credit cards.

    • BK payment details are usually more secure and traceable compared to company paymen

  • Answered by AI

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Communication skills. Learning can always be made enjoyable and interesting. 4-letter words can be taught to kids in a fun and playful way as well. They can be involved in various activities which will enh...
  • Q2. Every day, we come across a lot of words. Check out the below list of words and try to identify how many of them you already know. Also, learn the meanings of the words that are new to you and add them to ...
  • Ans. 

    Learning new words is crucial for kids to improve their communication, vocabulary, and language skills. It helps in developing language fluency, reading comprehension, and confidence.

    • Developing a strong vocabulary enhances communication skills and the ability to express thoughts effectively.

    • Improving vocabulary aids in better reading comprehension of academic and non-academic texts.

    • Learning new words boosts confidence ...

  • Answered by AI
Round 2 - Case Study 

A careful study of some social unit (as a corporation or division within a corporation) that attempts to determine what factors led to its success or failure

Interview Preparation Tips

Interview preparation tips for other job seekers - consider your skills and strengths. You can then research industries and job roles that align with your interests and skills. Networking is also a great way to learn about potential career opportunities.

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is the job role

Interview Preparation Tips

Interview preparation tips for other job seekers - Due to covid setuation I prepared to online interview

I applied via Company Website and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Share details of your previous job.
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Wipro Accountant Cashier interview:
  • Childhood memories
Interview preparation tips for other job seekers - If you salute you are duty you don't have to salute everyone if you pollute you are duty you have to salute everyone

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college

Ki Mobility Solution Interview FAQs

How many rounds are there in Ki Mobility Solution Accountant Cashier interview?
Ki Mobility Solution interview process usually has 3 rounds. The most common rounds in the Ki Mobility Solution interview process are HR and Behavioral.
How to prepare for Ki Mobility Solution Accountant Cashier interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Ki Mobility Solution. The most common topics and skills that interviewers at Ki Mobility Solution expect are Accounting Software, Accounting System, Budgetary Analysis, Cash Handling and Cashier Activities.
What are the top questions asked in Ki Mobility Solution Accountant Cashier interview?

Some of the top questions asked at the Ki Mobility Solution Accountant Cashier interview -

  1. Create a bank reconciliation table as per the comp...read more
  2. Differentiate both bk and company payment deta...read more
  3. Do u know how to use ex...read more

Tell us how to improve this page.

Ki Mobility Solution Accountant Cashier Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Deputy Officer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Service Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Officer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Ki Mobility Solution with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview