Premium Employer

i

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

Accion Labs Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Accion Labs Interview Questions and Answers for Experienced

Updated 21 May 2025
Popular Designations

23 Interview questions

A Senior Software Engineer was asked
Q. .net core example . Singleton design patterns example
Ans. 

.NET Core Singleton Design Pattern Example

  • Singleton pattern ensures only one instance of a class is created

  • In .NET Core, Singleton can be implemented using Dependency Injection

  • Example: services.AddSingleton();

  • This ensures only one instance of MyService is created and shared across the application

View all Senior Software Engineer interview questions
A Project Manager was asked
Q. Burn Down and Burn up charts and the components in X and Y axis
Ans. 

Burn Down and Burn up charts show progress of work over time. X-axis represents time and Y-axis represents work remaining or completed.

  • Burn Down chart shows the amount of work remaining over time.

  • Burn up chart shows the amount of work completed over time.

  • X-axis represents time, usually in days or sprints.

  • Y-axis represents work remaining or completed, usually in story points or hours.

  • The ideal line on the chart rep...

View all Project Manager interview questions
A Senior Software Engineer was asked
Q. Aura component implementation
Ans. 

Aura components are reusable UI elements in Salesforce. They are built using JavaScript and can be used in Lightning Experience and Communities.

  • Aura components are built using JavaScript and can be used in Lightning Experience and Communities.

  • They are reusable UI elements that can be easily customized and extended.

  • Aura components use a component-based architecture and can communicate with each other using events.

  • T...

View all Senior Software Engineer interview questions

Accion Labs Interview Experiences for Experienced

34 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

  • Q1. Interview did not turn on the camera His questions were not clear be cause of the background noise and had to ask him to repeat multiple times He sounded not interested in taking the interview and rude He ...
  • Q2. How we handle when there are difference between the Dev team and business on SP
  • Q3. Scenario based questions

Php Lead Interview Questions & Answers

user image Subhendu Panda

posted on 12 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is MVC? Explain in detail.
  • Ans. 

    MVC is a software design pattern that separates an application into three main components: Model, View, and Controller.

    • Model represents the data and business logic of the application.

    • View is responsible for displaying the data to the user.

    • Controller acts as an intermediary between Model and View, handling user input and updating the Model accordingly.

    • MVC helps in organizing code, improving maintainability, and promotin...

  • Answered by AI
  • Q2. What is difference between InnoDB and MyIsam?
  • Ans. 

    InnoDB is a transaction-safe storage engine for MySQL, while MyISAM is not transaction-safe.

    • InnoDB supports transactions with ACID properties, while MyISAM does not.

    • InnoDB supports foreign keys, while MyISAM does not.

    • InnoDB is more reliable and crash-safe compared to MyISAM.

    • InnoDB is the default storage engine for MySQL 5.5 and higher versions.

    • MyISAM is faster for read-heavy operations, while InnoDB is better for write...

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. What is difference between interface and abstract class
  • Ans. 

    Interface defines only method signatures while abstract class can have both method signatures and implementations.

    • Interface cannot have method implementations, only method signatures.

    • Abstract class can have both method signatures and implementations.

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

    • Interfaces are used to define a contract for classes to implement, while abstract cla...

  • Answered by AI
  • Q2. What is a static method?
  • Ans. 

    A static method is a method that belongs to the class itself, rather than to instances of the class.

    • Static methods can be called directly on the class without needing to create an instance of the class.

    • Static methods are commonly used for utility functions that do not require access to instance-specific data.

    • Static methods are declared using the 'static' keyword in PHP.

  • Answered by AI
  • Q3. Explain the steps to optimize SQL query
  • Ans. 

    Optimizing SQL queries involves analyzing query performance, indexing, minimizing data retrieval, and using appropriate joins.

    • Analyze query performance using tools like EXPLAIN to identify bottlenecks

    • Use indexes on columns frequently used in WHERE clauses

    • Minimize data retrieval by selecting only necessary columns

    • Avoid using SELECT * and instead specify required columns

    • Use appropriate joins like INNER JOIN, LEFT JOIN, e...

  • Answered by AI
Round 3 - Behavioral 

(3 Questions)

  • Q1. What does the array_map in PHP used for?
  • Ans. 

    array_map in PHP is used to apply a callback function to each element of an array.

    • array_map() returns an array containing all the elements of the input array after applying the callback function to each one.

    • It is useful for applying a function to all elements of an array without using a loop.

    • Example: array_map('strtoupper', ['apple', 'banana', 'cherry']) will return ['APPLE', 'BANANA', 'CHERRY'].

  • Answered by AI
  • Q2. What is callback function in PHP?
  • Ans. 

    A callback function in PHP is a function that is passed as an argument to another function and is executed at a later time.

    • Callback functions are commonly used in PHP for event handling, asynchronous processing, and custom sorting.

    • Example: array_map() function in PHP takes a callback function as an argument to apply a user-defined function to each element of an array.

    • Another example: usort() function in PHP uses a call...

  • Answered by AI
  • Q3. Explain the workflow of PHPUnit
  • Ans. 

    PHPUnit workflow involves writing test cases, running tests, and analyzing results.

    • Write test cases using PHPUnit framework

    • Run tests using PHPUnit command line interface or IDE integration

    • Analyze test results to identify failures and errors

    • Make necessary code changes to fix failing tests

    • Repeat the process until all tests pass successfully

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

SQL queries and Coding to write code of booking a ticket for train

Round 2 - Technical 

(1 Question)

  • Q1. Dot net core questions
Round 3 - Behavioral 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Project discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't someone's time after all round you simply say position is on hold or the person who you will be replacing is retained.
You don't understand someone is looking for job desperately. Worst experience ever

Senior Data Engineer Interview Questions & Answers

user image Shivani Sharma

posted on 30 Mar 2025

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

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

  • Q1. Explain project
  • Ans. 

    Led a data pipeline project to optimize ETL processes and enhance data accessibility for analytics.

    • Designed and implemented a scalable ETL pipeline using Apache Airflow.

    • Utilized AWS services like S3 and Redshift for data storage and processing.

    • Collaborated with data scientists to ensure data quality and integrity.

    • Automated data validation processes to reduce manual errors.

    • Conducted performance tuning to improve query r...

  • Answered by AI
  • Q2. Adf scenario based question

RPA Developer Interview Questions & Answers

user image Swagasmini Jena

posted on 25 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is your experience in tool
  • Ans. 

    I have 3 years of experience working with UiPath and Automation Anywhere tools in developing RPA solutions.

    • 3 years of experience with UiPath and Automation Anywhere tools

    • Developed RPA solutions for automating repetitive tasks

    • Experience in designing and implementing automation workflows

    • Familiarity with debugging and troubleshooting RPA scripts

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

It was coding round , Ques on Session Hijaking, reverse of string, delete duplicate record, user defined data type

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Javascript fundamentals
Round 2 - HR 

(1 Question)

  • Q1. What is the most challenging thing you have done

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was easy. But after my first round the HR said that the feedback of my interview was positive but the position is put on hold internally.
After a few days, she called me and said that the position is now open and she will schedule my final round.
After the final round again when I tried to follow up, she said that the position is put on hold.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Diff between overloading overriding
  • Ans. 

    Overloading is having multiple methods in the same class with the same name but different parameters. Overriding is implementing a method in a subclass that is already defined in the parent class.

    • Overloading is resolved at compile time based on the method signature

    • Overriding is resolved at runtime based on the object type

    • Overloading does not require inheritance

    • Overriding requires inheritance

    • Example of overloading: publ...

  • Answered by AI

Team Lead Interview Questions & Answers

user image Anonymous

posted on 13 Jun 2024

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

I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Interview questions on Java
  • Q2. Microservices, Aws, Azure

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent organization
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. All are related to technical questions
  • Q2. Domain related questions
  • Q3. Process related questions

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Accion Labs?
Ask anonymously on communities.

Accion Labs Interview FAQs

How many rounds are there in Accion Labs interview for experienced candidates?
Accion Labs interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the Accion Labs interview process for experienced candidates are Technical, HR and Coding Test.
How to prepare for Accion Labs interview for experienced candidates?
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 Accion Labs. The most common topics and skills that interviewers at Accion Labs expect are Java, Javascript, SQL, Python and Microservices.
What are the top questions asked in Accion Labs interview for experienced candidates?

Some of the top questions asked at the Accion Labs interview for experienced candidates -

  1. How do you deal with an under performer despite multiple warnin...read more
  2. Are you familiar with management reporting tools and how do you repo...read more
  3. Program Increment and how long it will be conducted with respect to S...read more
What are the most common questions asked in Accion Labs HR round for experienced candidates?

The most common HR questions asked in Accion Labs interview are for experienced candidates -

  1. Why are you looking for a chan...read more
  2. What are your strengths and weakness...read more
  3. What are your salary expectatio...read more
How long is the Accion Labs interview process?

The duration of Accion Labs interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 23 interview experiences

Difficulty level

Easy 25%
Moderate 75%

Duration

Less than 2 weeks 42%
2-4 weeks 58%
View more
Join Accion Labs Helping transform businesses through emerging technologies

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.3
 • 290 Interviews
Altimetrik Interview Questions
3.7
 • 241 Interviews
Xoriant Interview Questions
4.1
 • 213 Interviews
INDIUM Interview Questions
4.0
 • 198 Interviews
Incedo Interview Questions
3.1
 • 193 Interviews
Globant Interview Questions
3.7
 • 183 Interviews
Iris Software Interview Questions
4.0
 • 178 Interviews
ThoughtWorks Interview Questions
3.9
 • 157 Interviews
View all

Accion Labs Reviews and Ratings

based on 517 reviews

3.5/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.4

Salary

3.1

Job security

3.3

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 517 Reviews and Ratings
Senior Associate (Business process)

Bangalore / Bengaluru

3-8 Yrs

₹ 14-20 LPA

Java Fullstack Developer(with GenAI)_Immediate Joiner!

Pune,

Bangalore / Bengaluru

+1

5-10 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
722 salaries
unlock blur

₹14.3 L/yr - ₹25.6 L/yr

Principal Software Engineer
302 salaries
unlock blur

₹18.2 L/yr - ₹32 L/yr

Software Engineer
295 salaries
unlock blur

₹6.9 L/yr - ₹15.1 L/yr

Technical Lead
173 salaries
unlock blur

₹22 L/yr - ₹40 L/yr

Senior Principal Software Engineer
140 salaries
unlock blur

₹21.5 L/yr - ₹37.2 L/yr

Explore more salaries
Compare Accion Labs with

Xoriant

4.1
Compare

Photon Interactive

4.1
Compare

CitiusTech

3.3
Compare

Iris Software

4.0
Compare
write
Share an Interview