Premium Employer

i

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

Ample Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ample Technologies Senior Accounts Manager Interview Questions and Answers

Updated 30 Nov 2021

Ample Technologies Senior Accounts Manager Interview Experiences

1 interview found

I applied via LinkedIn and was interviewed before Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Profile introduction and product knowledge with closure
  • Q2. My closure from last FY and complete portfolio about infrastructure
  • Q3. Deep discussion about closure

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite and confident about product knowledge
Clear picture about closure
Be prepared about numbers and real time exposure

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About my previous company experience, And what is investment bank, what is capital and money market, and also mutual and their types.

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice would be for experience candidate as much as possible you can mention your experience and explore more knowledge about investment bank.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2023. 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 tips
Round 2 - HR 

(1 Question)

  • Q1. HR Round followed by Manager round then Excel test.
Round 3 - One-on-one 

(1 Question)

  • Q1. About the past experience. Equity, mutual funds, scenario based. Last round was excel test
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. Exceptions and thread implementation
  • Q2. Basics of restful web services
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Nav calculation capital of call distribution notice
  • Ans. 

    NAV calculation capital of call distribution notice

    • NAV (Net Asset Value) calculation involves determining the value of a fund's assets minus its liabilities

    • Capital call is a request for additional funds from investors in a private equity fund

    • Distribution notice is a document sent to investors detailing the distribution of profits or income from an investment

  • Answered by AI
  • Q2. Nav calculation

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy select privat equity
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explained below
  • Q2. As given below with

Interview Preparation Tips

Interview preparation tips for other job seekers - I recently had joined for the position of Assistant Manager Finance with Incedo India.
I felt truly blessed to have had the opportunity to engage with such knowledgeable and experienced professionals during the interview. The questions were thoughtfully crafted, focusing on fundamental concepts in finance, as well as my relevant experience from previous roles.
The interviewers demonstrated a deep understanding of the core areas of finance, creating a conducive environment for discussing both theoretical concepts and practical applications.
My overall experience with Incedo India's interview process was highly positive. It not only allowed me to showcase my skills and experiences but also provided insights into the company's commitment to excellence in the finance domain.

Tip: Believe yourself and your knowledge.


Thank You Incedo India

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

Round 1 - Technical 

(4 Questions)

  • Q1. Interface vs abstract class
  • Ans. 

    Interface defines a contract while abstract class provides partial implementation.

    • Interfaces can only have abstract methods while abstract classes can have both abstract and non-abstract methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used for loose coupling while abstract classes are used for code reusability.

    • Example of interface: Runnable interface in Java...

  • Answered by AI
  • Q2. What is Method overloading?
  • Ans. 

    Method overloading is when a class has multiple methods with the same name but different parameters.

    • Method overloading allows for flexibility in method calls

    • The methods must have different parameters, such as different data types or different numbers of parameters

    • Example: public void print(int num) and public void print(String str)

    • The compiler determines which method to call based on the arguments passed

  • Answered by AI
  • Q3. Indexing of sqlsever dstsbase
  • Ans. 

    Indexing in SQL Server database

    • Indexing improves query performance by creating a structure that allows for faster data retrieval

    • Clustered and non-clustered indexes are the two types of indexes in SQL Server

    • Clustered indexes determine the physical order of data in a table while non-clustered indexes create a separate structure

    • Indexing should be done strategically to avoid over-indexing which can slow down data modificat

  • Answered by AI
  • Q4. Value type & reference type
Round 2 - HR 

(1 Question)

  • Q1. Only Salary negitiation
Round 3 - Behavioral 

(1 Question)

  • Q1. Few common questions from project & why did u left your current organization

Interview Preparation Tips

Interview preparation tips for other job seekers - After salary discussion when everything was settled and H.R was about to release my offer letter but after few days she told me that they didn't get approval from higher management due to high package. If they can't afford that amount then why did they offer me the amount? one of my friends also faced same incident.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Internal working of hashmap, multi Thread,DSA and Coding.
  • Ans. 

    Question on internal working of hashmap, multi-threading, DSA, and coding.

    • HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values quickly.

    • Multi-threading is the ability of a CPU to execute multiple threads concurrently.

    • DSA stands for Data Structures and Algorithms, which are fundamental concepts in computer science.

    • Coding involves writing instructions in a programming language to cre

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Finding the second maximum number in the list
  • Ans. 

    To find the second maximum number in a list, sort the list in descending order and return the second element.

    • Sort the list in descending order

    • Return the second element in the sorted list

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Loops in Informatica
  • Ans. 

    Loops in Informatica are used to iterate over a set of data or perform repetitive tasks.

    • Loops in Informatica can be implemented using the 'Expression' or 'Router' transformations.

    • They are useful for processing multiple rows of data in a mapping.

    • Common types of loops include 'While' and 'For' loops.

    • Loops can help in performing complex data transformations and validations.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is the reason for change

Skills evaluated in this interview

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

Two coding round in Javascript, first one to right CRUD operation in React.

Round 2 - Coding Test 

Second one have to right JS for Flattened Array

Round 3 - HR 

(1 Question)

  • Q1. Asking about Salary Structure

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to clear the rounds

Tell us how to improve this page.

Join Ample Technologies Empowering Businesses with Technology and Elevating Retail 

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 342 Interviews
CitiusTech Interview Questions
3.3
 • 278 Interviews
NeoSOFT Interview Questions
3.6
 • 269 Interviews
Tiger Analytics Interview Questions
3.7
 • 228 Interviews
Altimetrik Interview Questions
3.8
 • 223 Interviews
Episource Interview Questions
3.9
 • 221 Interviews
Indium Software Interview Questions
4.1
 • 187 Interviews
Xoriant Interview Questions
4.1
 • 186 Interviews
Incedo Interview Questions
3.1
 • 184 Interviews
View all

Ample Technologies Senior Accounts Manager Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

3.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Retail Sales Executive
95 salaries
unlock blur

₹2.9 L/yr - ₹5.5 L/yr

Technical Support Engineer
79 salaries
unlock blur

₹1.6 L/yr - ₹6 L/yr

Sales Executive
52 salaries
unlock blur

₹2.6 L/yr - ₹5.1 L/yr

Senior Executive
43 salaries
unlock blur

₹3.6 L/yr - ₹6.9 L/yr

Demonstration Specialist
37 salaries
unlock blur

₹3.6 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Ample Technologies with

ITC Infotech

3.6
Compare

CitiusTech

3.3
Compare

HTC Global Services

3.5
Compare

Xoriant

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