Upload Button Icon Add office photos

Filter interviews by

Alba Asia Executive Accountant Interview Questions and Answers

Updated 9 Feb 2020

Alba Asia Executive Accountant Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in Aug 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I was questioned about TDS & GST filing and about SAP knowledge.

Interview Preparation Tips

Interview preparation tips for other job seekers - I was being fooled and now company is going to shut down and employees were asked to leave the job because company involved into NCLT and insolvency. I unnecessarily wasted my 4 months in sake of this job.

Interview questions from similar companies

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

Interview Questionnaire 

4 Questions

  • Q1. Why do you wanna work in DTDC .
  • Q2. Many questions abt accounting and finance.
  • Q3. Scenario based questions.
  • Q4. Reality questions, problem study.

Interview Preparation Tips

Interview preparation tips for other job seekers - Being confident in designation.

I applied via Naukri.com

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 - One-on-one 

(3 Questions)

  • Q1. What about you self?
  • Q2. What is current company experience?
  • Q3. What computer knowledge?
  • Ans. 

    I have extensive computer knowledge including proficiency in Microsoft Office Suite and experience with accounting software.

    • Proficient in Microsoft Office Suite

    • Experience with accounting software

    • Familiarity with database management

    • Knowledge of programming languages such as Python and SQL

    • Ability to troubleshoot technical issues

    • Experience with cloud-based accounting systems

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview celect immediately and following process.
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 Aug 2023. 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 tips
Round 2 - HR 

(3 Questions)

  • Q1. Tell me something about yourself.
  • Q2. Why should I hire you?
  • Q3. What are your salary expectation?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Cool & Be Careful.

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

Interview Questionnaire 

3 Questions

  • Q1. It's so easy.. Tell about you and your experience
  • Q2. And clear Assessment then you seletef
  • Q3. All question are so easy

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive
And share valuable things and be polite

Interview Questionnaire 

2 Questions

  • Q1. Estimate the revenue of the company?
  • Ans. 

    I don't have the available data to estimate the revenue of the company.

    • No data available to estimate revenue.

  • Answered by AI
  • Q2. What does EXL do?
  • Ans. 

    EXL is a global operations management and analytics company.

    • Provides end-to-end business solutions to clients across various industries

    • Offers services such as data analytics, digital transformation, and finance and accounting

    • Has a global presence with offices in North America, Europe, and Asia

    • Works with clients such as Barclays, AIG, and Kraft Foods

    • Employs over 31,000 professionals worldwide

  • Answered by AI

Interview Preparation Tips

Round: Interview
Experience: This was a Technical + HR round.
Tips: They look at your love for numbers. Link your resume points to solving data analysis and case studies. New companies look for good CGPA. Go through puzzles to prepare. It’s not the final answer that matters, but how you get to it.

Skill Tips: """"""
Skills: Analytical Thinking, Problem solving, Playing with numbers
College Name: IIT Madras

I was interviewed before May 2021.

Round 1 - Assignment 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

  • Q1. Design a class booking application for students.
  • Ans. 

    A class booking application for students to schedule and manage their classes.

    • Create a class booking system where students can view available classes, book classes, and manage their schedule.

    • Include features like class search, class details, booking confirmation, and calendar view.

    • Implement user authentication to ensure only registered students can book classes.

    • Allow students to cancel or reschedule classes with proper...

  • Answered by AI
Round 2 - Telephonic Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

The interviewer understand the current problem statement I was working on. 
Asked the clarifying questions and alternative approaches to solve the same and their tradeoffs.
Also, asked about the technologies I was using in depth and reason for choosing the same.

  • Q1. 

    Gas Tank Problem Statement

    You have a car with a gas tank of infinite capacity. There are 'N' gas stations located along a circular route, numbered from 0 to N-1. You begin your journey with an empty tank...

  • Ans. 

    Find the starting gas station index to complete a circular route with gas and cost arrays.

    • Iterate through gas stations, keeping track of gas remaining after each station

    • If gas remaining is negative, reset starting station to current station + 1

    • If total gas remaining at the end is greater than or equal to total cost, return starting station index

  • Answered by AI
Round 3 - Telephonic Call 

Round duration - 45 Minutes
Round difficulty - Medium

This round was their with the CTO and was mostly the culture fitment round.

 

Round 4 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

This round was with the cofounder and was mostly culture fitment.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaNo criteriaRIVIGO interview preparation:Topics to prepare for the interview - Data Structures, Competitive Programming, Databases, Java, Spring , Hibernate, Jenkins, AWSTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice questions on leetcode
Tip 2 : Understand the best solutions in depth and algorithm used
Tip 3 : Ask clarifying questions to the interviewer and break the problem to smaller sub parts

Application resume tips for other job seekers

Tip 1 : Highlight your most impactful work on the resume
Tip 2 : Keep it easy to understand

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in May 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is diameter of Binary Tree? Write full working code.
  • Ans. 

    Diameter of a binary tree is the longest path between any two leaf nodes.

    • Calculate the height of left and right subtrees recursively.

    • Calculate the diameter recursively using the formula max(left_height + right_height + 1, max(left_diameter, right_diameter)).

    • Return the maximum diameter.

  • Answered by AI
  • Q2. Find interchanged terms from an AP, where terms are arranged in series
  • Ans. 

    To find interchanged terms from an AP series

    • Identify the common difference between terms

    • Swap the positions of adjacent terms

    • Check if the new series is also an AP

    • Repeat until no more interchanged terms can be found

  • Answered by AI
  • Q3. Explain database indexing
  • Ans. 

    Database indexing is a technique to improve the performance of database queries.

    • Indexing creates a data structure that allows for faster retrieval of data.

    • Indexes are created on one or more columns of a table.

    • Queries that use indexed columns can be executed faster.

    • Indexes can be clustered or non-clustered.

    • Clustered indexes determine the physical order of data in a table.

    • Non-clustered indexes create a separate structure...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on basic data structures, operating systems and database.

Skills evaluated in this interview

Interview Preparation Tips

Interview preparation tips for other job seekers - I gave attitude and dark personality test in Delhivery. But after clearing this rounds. They don't take my interview. They said that they have shortlisted another candidate. They even don't pick up call and clarify it.

Interview Questionnaire 

2 Questions

  • Q1. What is DHCP,DNS,etc
  • Ans. 

    DHCP is a protocol that assigns IP addresses to devices on a network. DNS is a system that translates domain names to IP addresses.

    • DHCP assigns IP addresses to devices on a network

    • DNS translates domain names to IP addresses

    • DHCP reduces the need for manual IP address configuration

    • DNS allows users to access websites using domain names instead of IP addresses

  • Answered by AI
  • Q2. Dynamics host configuration Protocol Domain Name System

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 458 Interviews
ElasticRun Interview Questions
3.5
 • 250 Interviews
Maersk Interview Questions
4.2
 • 201 Interviews
Ecom Express Interview Questions
3.8
 • 198 Interviews
DTDC Express Interview Questions
3.7
 • 151 Interviews
Safexpress Interview Questions
4.0
 • 103 Interviews
Exl India Interview Questions
3.5
 • 103 Interviews
Blue Dart Express Interview Questions
4.0
 • 102 Interviews
View all

Alba Asia Executive Accountant Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Compare Alba Asia with

Delhivery

3.9
Compare

Mahindra Logistics

3.9
Compare

Ecom Express

3.8
Compare

Maersk

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