Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Capital Numbers Infotech Team. If you also belong to the team, you can get access from here

Capital Numbers Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Capital Numbers Infotech Senior Accountant Interview Questions and Answers

Updated 18 Oct 2023

Capital Numbers Infotech Senior Accountant Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Apr 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Not prefer to say.
Round 3 - One-on-one 

(1 Question)

  • Q1. Not prefer to say.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and other common sense questions.
Round 5 - Aptitude Test 

Maths, Statistic and General Questions

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. About yourself and Experience details
Round 2 - Technical 

(1 Question)

  • Q1. They were aksing accounting related questions
Round 3 - Final round 

(1 Question)

  • Q1. Senior Manager asked me regarding my knowledge what we have done in previous company and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice experience and can't expect a good salary

I applied via Naukri.com and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Aptitude Test 

Knowledgeble aptitute test

Interview Preparation Tips

Interview preparation tips for other job seekers - Good job in Taxcode for better salary

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

Interview Questionnaire 

3 Questions

  • Q1. What are the good qualites required for a good candidate
  • Ans. 

    A good candidate for Senior Accountant should have strong analytical skills, attention to detail, and excellent communication skills.

    • Strong analytical skills

    • Attention to detail

    • Excellent communication skills

    • Ability to work under pressure

    • Knowledge of accounting principles and regulations

    • Proficiency in accounting software

    • Ability to work independently and as part of a team

  • Answered by AI
  • Q2. What are the training provided of your company
  • Q3. Please tells about your journey in this organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your homework
Practice
Share your story
Provide evidence and data
Say thanks
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is current account
  • Ans. 

    The current account is a component of a country's balance of payments that records the transactions of goods, services, income, and current transfers.

    • It includes exports and imports of goods and services

    • It also includes income from investments and transfers such as foreign aid

    • The current account balance can be positive (surplus) or negative (deficit)

    • A surplus indicates that a country is exporting more than it is import...

  • Answered by AI
  • Q2. What is preliminary expenses
  • Ans. 

    Preliminary expenses are the costs incurred before a company starts its operations.

    • Preliminary expenses are one-time costs that are necessary to set up a business.

    • These expenses include legal fees, registration fees, market research costs, etc.

    • Preliminary expenses are considered as intangible assets and are amortized over a period of time.

    • They are recorded on the balance sheet under the 'Intangible Assets' section.

    • Exam...

  • Answered by AI
  • Q3. Difference between revenue and capital expenditure
  • Ans. 

    Revenue is income generated from the core operations of a business, while capital expenditure is the investment in long-term assets.

    • Revenue is the money earned by a company through its primary activities, such as sales of goods or services.

    • Capital expenditure refers to the funds spent on acquiring or improving long-term assets, such as property, equipment, or technology.

    • Revenue is typically recurring and contributes to...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Fully prepared in accounts basic knowledge

Software Engineer Interview Questions & Answers

MindGate Solutions user image Bhag Chand Dawla ed20b011

posted on 20 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. They asked from from your resume, and you must know java first and last requirements
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Why strings are immutable
  • Ans. 

    Strings are immutable to ensure data integrity and security by preventing accidental or intentional modification.

    • Immutable strings prevent accidental changes to data

    • Enhances security by preventing data tampering

    • Allows for efficient memory management

  • Answered by AI
  • Q2. Count the number of repeated words from the given string
  • Ans. 

    Count the number of repeated words in a given string

    • Split the string into words using a delimiter like space

    • Create a hashmap to store word frequencies

    • Iterate through the words and update the hashmap accordingly

    • Count the number of words with frequency greater than 1

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Core Java more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is difference between controller and rest controller
  • Ans. 

    Controller is a general term for a component that handles user requests, while a REST controller specifically handles RESTful requests.

    • Controller is a general term for a component that handles user requests in a web application

    • REST controller specifically handles RESTful requests, following the principles of REST architecture

    • REST controller typically returns data in JSON or XML format, while a regular controller may re

  • Answered by AI
  • Q2. Coding question to print highest salary of a employee
  • Ans. 

    Print highest salary of an employee using coding

    • Create an array of employee salaries

    • Sort the array in descending order

    • Print the first element of the sorted array as the highest salary

  • Answered by AI
  • Q3. Java 8 features
  • Q4. What is jwt token
  • Ans. 

    JWT token is a JSON web token used for securely transmitting information between parties as a compact and self-contained way.

    • JWT stands for JSON Web Token

    • It consists of three parts: header, payload, and signature

    • It is commonly used for authentication and information exchange in web development

  • Answered by AI
  • Q5. Microservice how to interact with other microservice
  • Ans. 

    Microservices interact with each other through APIs, messaging queues, or event-driven architecture.

    • Use RESTful APIs for synchronous communication between microservices

    • Implement messaging queues like RabbitMQ or Kafka for asynchronous communication

    • Leverage event-driven architecture with tools like Apache Kafka or AWS SNS/SQS

    • Consider using service mesh like Istio for managing communication between microservices

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Core java basic questions

I applied via Walk-in and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic Programming questions will be there

Round 2 - Technical 

(2 Questions)

  • Q1. Why Java is most secured!?
  • Ans. 

    Java is most secured due to its strong memory management, bytecode verification, and security manager.

    • Java's strong memory management prevents buffer overflow and other memory-related vulnerabilities.

    • Bytecode verification ensures that the code is safe to execute and prevents malicious code from running.

    • Security manager allows fine-grained control over access to system resources.

    • Java also has a robust set of security AP...

  • Answered by AI
  • Q2. Explain how Java program execute?
  • Ans. 

    Java programs are executed by the Java Virtual Machine (JVM) which interprets and executes the bytecode generated by the Java compiler.

    • Java source code is compiled into bytecode by the Java compiler

    • The bytecode is platform-independent and can be executed on any device with a JVM

    • The JVM interprets the bytecode and executes the instructions

    • The JVM manages memory, handles exceptions, and provides other runtime services

    • Exa

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Communication and basic technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview casually and enhance well yourself in communication wise as well as technically.. Kudos...

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Capital Numbers Infotech Interview FAQs

How many rounds are there in Capital Numbers Infotech Senior Accountant interview?
Capital Numbers Infotech interview process usually has 5 rounds. The most common rounds in the Capital Numbers Infotech interview process are One-on-one Round, Resume Shortlist and HR.

Recently Viewed

JOBS

Gushwork

14 jobs

JOBS

Browse jobs

Discover jobs you love

JOBS

GroundTruth

33 jobs

PHOTOS

Growisto

7 office photos

INTERVIEWS

K L University

No Interviews

SALARIES

Academic Heights Public School

SALARIES

Narayana Educational Society

INTERVIEWS

Pearson Education India

No Interviews

SALARIES

Sri Chaitanya Techno Schools

REVIEWS

Sri Chaitanya Techno Schools

No Reviews

Tell us how to improve this page.

Capital Numbers Infotech Senior Accountant Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
View all
Capital Numbers Infotech Senior Accountant Salary
based on 5 salaries
₹5.5 L/yr - ₹8 L/yr
23% more than the average Senior Accountant Salary in India
View more details

Capital Numbers Infotech Senior Accountant Reviews and Ratings

based on 2 reviews

2.1/5

Rating in categories

4.0

Skill development

2.0

Work-life balance

2.0

Salary

2.1

Job security

2.0

Company culture

2.1

Promotions

2.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
203 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
126 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Front end Developer
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Web Developer
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Capital Numbers Infotech 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