Upload Button Icon Add office photos

Innova Solutions

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Innova Solutions Associate Finance & Accounts Interview Questions and Answers

Updated 16 Jul 2023

Innova Solutions Associate Finance & Accounts Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2022. There were 4 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 - Technical 

(3 Questions)

  • Q1. Domain questions like process exceptions
  • Q2. Depth knowledge Final round with director
  • Q3. S'AMXAC,P',X.W,Q.FSA,F.CEW;,'R;L
Round 3 - Technical 

(2 Questions)

  • Q1. Sad;sdavpka'[p.l[as QD.Q[ 'D[La',dl'ewS,LXOMDO;MFM;LMKF;WEMLK
  • Q2. As;'l X'KL,ZK;L,KAX,AK/,WE,;,E;,R
Round 4 - HR 

(1 Question)

  • Q1. SALARY NEGOTIATION ASK 100 % HIKE

Interview questions from similar companies

I applied via Company Website and was interviewed in Apr 2022. There were 3 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 - HR 

(1 Question)

  • Q1. Self introduction (introduce about yourself)
Round 3 - Behavioral 

(1 Question)

  • Q1. "How long will you stay with us?"

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Self introduction.
2. Excellent Communication Skills.
3. Self- Confidence.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jun 2022. There were 4 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 - Coding Test 

Coding is the filling of missed data's invoice to the sap.

Round 3 - Group Discussion 

Introduced my self and about me

Round 4 - One-on-one 

(3 Questions)

  • Q1. Share your previous job experience
  • Ans. My previous company give me a good experience in SAP
  • Answered Anonymously
  • Q2. Are to ready to join this company
  • Ans. Yes, I will ready to join this company
  • Answered Anonymously
  • Q3. Why you select this company
  • Ans. I like the Accenture working culture
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Accenture Associate Finance & Accounts interview:
  • SAP
Interview preparation tips for other job seekers - First identify your career goals
Get clear on what you want
Research your Target companies
Create your position
Be prepared for anything
Be kind to yourself
Be present on social networks
Develop examples and stories that showcase
your skills
Prepare for all job interview
Continue following up with hiring managers
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me about your work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence in yourself .
Positive thinking ability
Hard working skill.
keep trying until success.

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

Interview Questionnaire 

3 Questions

  • Q1. Basic Programming questions.
  • Q2. Fibonacci program
  • Q3. OOPS concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic OOPS concepts and basic programs.

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

Interview Questionnaire 

2 Questions

  • Q1. They asked me on java and I have joined as a fresher they not much questions as I got selected as fresher on oops concepts and collections
  • Q2. Please be confident while facing interview and they will check your communication skills

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

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

Innova Solutions Interview FAQs

How many rounds are there in Innova Solutions Associate Finance & Accounts interview?
Innova Solutions interview process usually has 4 rounds. The most common rounds in the Innova Solutions interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in Innova Solutions Associate Finance & Accounts interview?

Some of the top questions asked at the Innova Solutions Associate Finance & Accounts interview -

  1. sad;sdavpka'[p.l[as QD.Q[ 'D[La',dl'ewS,LXOMDO;MFM;LMKF;WE...read more
  2. Depth knowledge Final round with direc...read more
  3. Domain questions like process excepti...read more

Recently Viewed

REVIEWS

Sun Pharmaceutical Industries

No Reviews

REVIEWS

Sun Pharmaceutical Industries

No Reviews

INTERVIEWS

Innova Solutions

No Interviews

REVIEWS

Sun Pharmaceutical Industries

No Reviews

SALARIES

Innova Solutions

INTERVIEWS

Innova Solutions

No Interviews

INTERVIEWS

Safran Aircraft Engines

No Interviews

JOBS

Infomatic Solutions

No Jobs

REVIEWS

Sun Pharmaceutical Industries

No Reviews

INTERVIEWS

Innova Solutions

No Interviews

Tell us how to improve this page.

Innova Solutions Associate Finance & Accounts Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
View all
Innova Solutions Associate Finance & Accounts Salary
based on 10 salaries
₹4.2 L/yr - ₹7.5 L/yr
70% more than the average Associate Finance & Accounts Salary in India
View more details

Innova Solutions Associate Finance & Accounts Reviews and Ratings

based on 2 reviews

2.5/5

Rating in categories

2.5

Skill development

2.5

Work-life balance

2.5

Salary

2.5

Job security

2.5

Company culture

2.5

Promotions

2.5

Work satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
643 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
539 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
383 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Software Engineer
171 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
154 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Innova Solutions with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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