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

Compare button icon Compare button icon Compare

Filter interviews by

Accion Labs Senior Software Engineer Interview Questions, Process, and Tips

Updated 22 Oct 2024

Top Accion Labs Senior Software Engineer Interview Questions and Answers

View all 9 questions

Accion Labs Senior Software Engineer Interview Experiences

10 interviews found

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

I appeared for an interview in Apr 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain Spring MVC
  • Ans. 

    Spring MVC is a framework for building web applications in Java.

    • Model-View-Controller architecture

    • Central DispatcherServlet for handling requests

    • Support for RESTful web services

    • Annotation-based configuration

    • Integration with other Spring modules like Spring Security

  • Answered by AI
  • Q2. What is SOLID Principal
  • Ans. 

    SOLID is a set of five principles for designing object-oriented software to make it more maintainable, flexible, and scalable.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java collections
Round 2 - Technical 

(1 Question)

  • Q1. Spring boot basics

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Asked previous work experience etc
Round 2 - Technical 

(1 Question)

  • Q1. Javascript, React basic questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 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 - Technical 

(1 Question)

  • Q1. What are delegates what are anonyms methods solid principle
  • Ans. 

    Delegates are reference types that hold a reference to a method. Anonymous methods are methods without a name. SOLID is a set of principles for software design.

    • Delegates allow methods to be passed as parameters or returned as values.

    • Anonymous methods are often used for event handlers or to define a method inline.

    • SOLID stands for Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Depende...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. C# basic question, sql store procudre

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepare with basic concepts of C#, sql, solid priniciple

Accion Labs interview questions for designations

 Software Engineer

 (7)

 Senior Software Developer

 (1)

 Principal Software Engineer

 (3)

 Associate Software Engineer

 (2)

 Software Developer

 (3)

 Senior Software Qa Automation Engineer

 (1)

 Senior Software Engineer and iOS Developer

 (1)

 Senior Engineer

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. SQL joins and Indexes
  • Q2. Performance tuning of Data Warehouse
  • Ans. 

    Performance tuning of Data Warehouse involves optimizing queries, indexing, partitioning, and hardware configurations.

    • Identify and optimize slow-running queries by analyzing execution plans and indexing strategies.

    • Implement proper indexing on tables to improve query performance.

    • Partition large tables to distribute data and queries across multiple physical storage units.

    • Optimize hardware configurations such as memory, C...

  • Answered by AI
  • Q3. ETL concepts and methodology
  • Q4. Data Warehouse design and build
  • Ans. 

    Data Warehouse design involves structuring data for efficient querying and analysis.

    • Identify business requirements and data sources

    • Design dimensional model with facts and dimensions

    • Implement ETL processes to load data into the warehouse

    • Optimize queries for performance

    • Consider scalability and data governance

  • Answered by AI
  • Q5. Delete duplicates from a table
  • Ans. 

    Use a SQL query with DISTINCT keyword to delete duplicates from a table.

    • Use a SELECT statement with DISTINCT keyword to identify unique rows

    • Create a temporary table with the unique rows

    • Delete all rows from the original table

    • Insert the unique rows back into the original table

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Accion Labs Interview Questions

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

I applied via Approached by Company and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. All ios related questions from basic to advance
  • Q2. Oop concepts related questions
  • Q3. Threads related questions
  • Q4. Solid principles
  • Q5. Unit testing questions
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Java questions
Round 2 - Technical 

(1 Question)

  • Q1. Client round java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go here
Just hire and fire
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Jan 2023.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic Java concepts
Round 2 - One-on-one 

(1 Question)

  • Q1. Spring Boot concepts and Coding programs
Round 3 - HR 

(1 Question)

  • Q1. Behavioral and HR discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. Thank you

I applied via Naukri.com and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. I.Basic oops with examples like abstraction , encapsulation , abstract class, interface , static , this keyword , method overriding , types of constructor , read-only - const. II. Write program logic. I...
  • Q2. .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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep straight forward answers

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How to apply profile permissions in apex
  • Ans. 

    Applying profile permissions in Apex

    • Use the Schema class to retrieve the profile object

    • Use the Profile object to access and modify the profile permissions

    • Use the Metadata API to deploy the updated profile permissions

  • Answered by AI
  • Q2. 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.

    • They c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview will be brief for an hour.

Skills evaluated in this interview

Accion Labs Interview FAQs

How many rounds are there in Accion Labs Senior Software Engineer interview?
Accion Labs interview process usually has 1-2 rounds. The most common rounds in the Accion Labs interview process are Technical, One-on-one Round and HR.
How to prepare for Accion Labs Senior Software Engineer 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 Accion Labs. The most common topics and skills that interviewers at Accion Labs expect are Analytical, Debugging, Front End, Coding and MVC.
What are the top questions asked in Accion Labs Senior Software Engineer interview?

Some of the top questions asked at the Accion Labs Senior Software Engineer interview -

  1. .net core example . Singleton design patterns exam...read more
  2. what are delegates what are anonyms methods solid princi...read more
  3. How to apply profile permissions in a...read more

Tell us how to improve this page.

Accion Labs Senior Software Engineer Interview Process

based on 9 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
Join Accion Labs Helping transform businesses through emerging technologies
Accion Labs Senior Software Engineer Salary
based on 676 salaries
₹8.3 L/yr - ₹33 L/yr
25% more than the average Senior Software Engineer Salary in India
View more details

Accion Labs Senior Software Engineer Reviews and Ratings

based on 65 reviews

3.8/5

Rating in categories

3.8

Skill development

4.0

Work-life balance

3.6

Salary

3.1

Job security

3.8

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 65 Reviews and Ratings
Senior Software Engineer
676 salaries
unlock blur

₹8.3 L/yr - ₹33 L/yr

Principal Software Engineer
419 salaries
unlock blur

₹10.4 L/yr - ₹40 L/yr

Software Engineer
304 salaries
unlock blur

₹4.8 L/yr - ₹18.3 L/yr

Technical Lead
160 salaries
unlock blur

₹12.1 L/yr - ₹39 L/yr

Senior Principal Software Engineer
145 salaries
unlock blur

₹13.5 L/yr - ₹36.1 L/yr

Explore more salaries
Compare Accion Labs with

Xoriant

4.1
Compare

Photon Interactive

4.0
Compare

CitiusTech

3.4
Compare

Iris Software

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