Upload Button Icon Add office photos

Filter interviews by

Alaan Interview Questions and Answers

Updated 28 Apr 2025
Popular Designations

Alaan Interview Experiences

3 interviews found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. Questions related manuka testing
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based question along with some managerial question
Round 3 - Technical 

(1 Question)

  • Q1. Technical about automation, asked me to write some programs and some automation related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Such a waste of time and effort. Even after clearing all the rounds and even i got a call from HR saying your next round will be with CEO and give me your available time ,after all this discussion, today I got a mail from top hire team( who scheduled my interviews with alaan) saying 'They decided not to go ahead with your candidature'. If that is the case why they wanted to call me and ask me my time for next rounds. Worst experience ever. I wish i had an option to give 0 star.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Create a caching service in which you can pass a method of your choice, i.e. sumOfArray. The method should only be called once for a specific input, and next time cached data should be returned.
  • Ans. 

    Implement a caching service to store results of a method for specific inputs, avoiding redundant calculations.

    • Use a dictionary to store cached results, e.g., cache = {}.

    • Define a decorator function to wrap the target method, e.g., @cache_decorator.

    • Check if the input exists in the cache before executing the method.

    • If cached, return the cached result; otherwise, compute and store it.

    • Example: sumOfArray([1, 2, 3]) -> 6,...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How to in parallel run cron jobs in multiple instances on a particular set of data.
  • Ans. 

    Use a distributed task scheduler like Apache Airflow to run cron jobs in parallel on multiple instances.

    • Utilize a distributed task scheduler like Apache Airflow to manage and run cron jobs in parallel on multiple instances.

    • Define tasks in Airflow DAGs to specify the jobs to be executed and their dependencies.

    • Configure Airflow to distribute the tasks across multiple worker nodes for parallel execution.

    • Monitor the execut...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on designing higher level systems, multi-threading, CS fundamentals and JS fundamentals.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. How array are stored in JS , how it is different from other language
  • Ans. 

    JavaScript arrays are dynamic, allowing flexible size and mixed data types, differing from static arrays in many other languages.

    • Dynamic Sizing: JavaScript arrays can grow and shrink in size dynamically. For example, let arr = []; arr.push('item');

    • Mixed Data Types: Arrays in JavaScript can hold different types of data. For instance, let arr = [1, 'string', true];

    • Array Methods: JavaScript provides numerous built-in meth...

  • Answered by AI
  • Q2. SQL bases, fetch all the 2nd highest salary
  • Ans. 

    To fetch the 2nd highest salary, use SQL queries with subqueries or the DISTINCT keyword.

    • Use a subquery: SELECT MAX(salary) FROM employees WHERE salary < (SELECT MAX(salary) FROM employees);

    • Use DISTINCT to eliminate duplicates: SELECT DISTINCT salary FROM employees ORDER BY salary DESC LIMIT 1 OFFSET 1;

    • Consider using ROW_NUMBER() for more complex scenarios: SELECT salary FROM (SELECT salary, ROW_NUMBER() OVER (ORDER...

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Alaan?
Ask anonymously on communities.

Interview questions from similar companies

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 - Coding Test 

Good Practice

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Practice of Coding.......

I applied via Approached by Company and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. They will ask about your past experience and current project details in detail.
  • Ans. Just give the proper answer about your past experience very Convincingly and confidently.
  • Answered Anonymously
  • Q2. Few technical questions they will ask.
  • Ans. If you already prepared for your interview, then you can answer the basic technical questions and you will get selected.
  • Answered Anonymously
Round 2 - Technical 

(1 Question)

  • Q1. As this was the client round. Deep technical questions about relevant experience.
  • Ans. Just answer to all the questions whatever they ask in very confident manner and should have manageable comm skill to clear the client round.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Just don't wait for the perfect time. Perfect time is a Myth. Just go for it.

I applied via Referral and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How to handle error in after deployed the project.
  • Ans. 

    Handle errors after project deployment

    • Implement error logging and monitoring tools

    • Create a process for reporting and resolving errors

    • Use automated testing to catch errors before deployment

    • Have a backup plan in case of critical errors

    • Regularly review and update error handling procedures

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They ask logical question as per experience level.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before May 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 tips
Round 2 - Aptitude Test 

Maths English Reasoning

Round 3 - Technical 

(1 Question)

  • Q1. SAP FICO Org structure , Procure to pay cycle Order to Cash
Round 4 - HR 

(1 Question)

  • Q1. Package and Notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont join TechM unless you want to retire
Are these interview questions helpful?

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on string manipulation

Interview Preparation Tips

Interview preparation tips for other job seekers - Infosys conducts easy interview and most of the questions are straight forward

I appeared for an interview in May 2021.

Round 1 - Face to Face 

(1 Question)

Round duration - 50 minutes
Round difficulty - Easy

A lot of questions were from Java and SQL . One programming question was asked. My interview didn't go well as I hadn't prepared anything from the DBMS part.

  • Q1. 

    Find Duplicates in an Array

    You are given an array/list ARR consisting of N integers, where each element is in the range 0 to N - 1. Your task is to identify all duplicate elements present in ARR.

    Input:

    ...
  • Ans. 

    Find duplicates in an array of integers within a specified range.

    • Iterate through the array and keep track of seen elements using a hash set.

    • For each element, check if it has been seen before and add it to the result if it has.

    • Return the list of duplicate elements found in the array.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPACapgemini interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Leetcode.

Application resume tips for other job seekers

Tip 1 : Every skill must be mentioned.
Tip 2 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Jan 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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions on selenium
  • Q2. Question on sql and project
Round 3 - HR 

(2 Questions)

  • Q1. Existing offer details
  • Q2. Possibility of relocating
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am willing to consider relocation if the job is a good fit

    • I am open to discussing relocation packages and assistance

    • I am flexible with regards to location and willing to explore new opportunities

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions are mostly project related and tools used in the project

Alaan Interview FAQs

How many rounds are there in Alaan interview?
Alaan interview process usually has 2-3 rounds. The most common rounds in the Alaan interview process are Technical and One-on-one Round.
How to prepare for Alaan 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 Alaan. The most common topics and skills that interviewers at Alaan expect are Expense Management, Automation Testing, Spend Management, Backend and Equity Research.
What are the top questions asked in Alaan interview?

Some of the top questions asked at the Alaan interview -

  1. Create a caching service in which you can pass a method of your choice, i.e. su...read more
  2. How to in parallel run cron jobs in multiple instances on a particular set of d...read more
  3. How array are stored in JS , how it is different from other langu...read more

Tell us how to improve this page.

Overall Interview Experience Rating

2/5

based on 3 interview experiences

Difficulty level

Moderate 67%
Hard 33%

Duration

Less than 2 weeks 67%
2-4 weeks 33%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.3k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
View all

Alaan Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

2.0

Skill development

5.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

3.0

Promotions

2.0

Work satisfaction

Explore 2 Reviews and Ratings
Associate Product Manager

Bangalore / Bengaluru

1-3 Yrs

Not Disclosed

Webflow Developer

Bangalore / Bengaluru

1-4 Yrs

Not Disclosed

IT Admin Lead

Bangalore / Bengaluru

4-6 Yrs

Not Disclosed

Explore more jobs
Compare Alaan with

TCS

3.6
Compare

Accenture

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare
write
Share an Interview