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 Php Lead Interview Questions, Process, and Tips

Updated 12 Jun 2024

Accion Labs Php Lead Interview Experiences

1 interview found

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 questions from similar companies

I applied via Referral and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Explain OOPs concepts using real life example?
  • Ans. 

    OOPs concepts are used in real life to model objects and their behavior.

    • Encapsulation: A car's engine is encapsulated and can only be accessed through specific methods.

    • Inheritance: A sports car is a type of car that inherits properties and methods from the car class.

    • Polymorphism: A person can be a student, teacher, or employee, each with their own unique behavior.

    • Abstraction: A TV remote has buttons that abstract the c...

  • Answered by AI
  • Q2. Internal working of Hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and uses hashing to locate values based on their keys.

    • Hashmap uses an array of linked lists to store key-value pairs.

    • The hash function is used to convert the key into an index of the array.

    • If two keys have the same hash value, they are stored in the same linked list.

    • Hashmap provides constant time complexity for insertion, deletion, and retrieval of values.

    • Java's H...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic knowledge of core concepts will be a good to have.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 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 - Coding Test 

Find count of pairs whose sum is k in an array, with updated scenarios with each solution
hands on code for Java8, Springboot, HIbernate, Microservice architecture
Current project internals

Round 3 - One-on-one 

(1 Question)

  • Q1. Internal working of AWS services, deployment , monitoring, configuring alerts.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 spring, design patterns.
  • Q2. Tools used like jira, questions on agile scrum.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview questions on Core java, java 8 streams, two coding questions java, questions on spring boot, Rest api.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 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 - Technical 

(3 Questions)

  • Q1. Builder design pattern in java
  • Ans. 

    Builder design pattern is a creational design pattern used to construct complex objects step by step.

    • Builder pattern separates the construction of a complex object from its representation.

    • It allows the same construction process to create different representations of the object.

    • Useful when there are multiple ways to construct an object or when the object creation process is complex.

    • Example: StringBuilder in Java allows ...

  • Answered by AI
  • Q2. Docker, MQ series involved
  • Q3. JOIN Query with country , emp name
  • Ans. 

    JOIN query to retrieve country and employee name

    • Use JOIN keyword to combine data from multiple tables

    • Specify the columns to select from each table

    • Use ON keyword to specify the relationship between the tables

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - we need to work in depth in Design patterns , Micro services concepts

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Mix of coding, theory and design questions

I applied via Recruitment Consulltant and was interviewed before Nov 2021. 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 

(1 Question)

  • Q1. Joins, sql queries, unix commands
Round 3 - One-on-one 

(1 Question)

  • Q1. Project description, pl sql concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process is very fast and easy.Be strong with your basics

I applied via Naukri.com and was interviewed before Dec 2021. 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 

(3 Questions)

  • Q1. What are the Features of Java 8, and where you are using it in your current project?
  • Ans. 

    Java 8 features include lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow you to write code in a more concise and readable way.

    • Functional interfaces enable the use of lambda expressions.

    • Streams provide a way to work with collections of objects in a functional style.

    • Default methods allow interfaces to have method implementations.

    • Examples: Using lambda expressions to iterate...

  • Answered by AI
  • Q2. Map vs flat map, Function vs Predicate
  • Ans. 

    Map applies a function to each element in a collection, while flatMap applies a function that returns a collection and flattens the result. Function is used to transform input into output, Predicate is used to test a condition.

    • Map transforms each element in a collection using a function

    • FlatMap transforms each element in a collection using a function that returns a collection and flattens the result

    • Function is used to t...

  • Answered by AI
  • Q3. Find the sum of even numbers from a list using stream API
  • Ans. 

    Use stream API to find sum of even numbers from a list

    • Use filter to get only even numbers

    • Use mapToInt to convert stream to IntStream

    • Use sum() to get the sum of even numbers

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Design Principles and Explanation of Liskov's substitution principle.
  • Ans. 

    Liskov's substitution principle states that objects of a superclass should be replaceable with objects of its subclasses without affecting the program's correctness.

    • Subtypes must be substitutable for their base types

    • Derived classes should be able to extend the functionality of base classes without changing their behavior

    • Violating this principle can lead to unexpected behavior and errors in the program

  • Answered by AI
  • Q2. A case when switch-case will break any design principal.
  • Ans. 

    Switch-case can break the Open/Closed Principle by requiring modification of existing code for new cases.

    • Switch-case statements violate the Open/Closed Principle, which states that classes should be open for extension but closed for modification.

    • Adding a new case to a switch statement requires modifying the existing code, violating the principle of not modifying existing code.

    • Instead of using switch-case, consider usin...

  • Answered by AI
  • Q3. Different kinds of DB joins.
  • Ans. 

    Different kinds of DB joins include inner join, outer join, left join, and right join.

    • Inner join: Returns rows when there is at least one match in both tables.

    • Outer join: Returns all rows when there is a match in one of the tables.

    • Left join: Returns all rows from the left table and the matched rows from the right table.

    • Right join: Returns all rows from the right table and the matched rows from the left table.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Core java questions along with all java 8 features related questions.
SOLID and some Design Patterns.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Java 8 programming and features

Round 2 - Technical 

(2 Questions)

  • Q1. Java 8 features
  • Q2. Collection question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. SQL, Unix , basics on Java
Round 2 - Technical 

(1 Question)

  • Q1. About Project, SQL Query
Round 3 - HR 

(1 Question)

  • Q1. Strength and weakness

Accion Labs Interview FAQs

How many rounds are there in Accion Labs Php Lead interview?
Accion Labs interview process usually has 3 rounds. The most common rounds in the Accion Labs interview process are One-on-one Round, Technical and Behavioral.
What are the top questions asked in Accion Labs Php Lead interview?

Some of the top questions asked at the Accion Labs Php Lead interview -

  1. What is difference between interface and abstract cl...read more
  2. What is difference between InnoDB and MyIs...read more
  3. What is MVC? Explain in deta...read more

Tell us how to improve this page.

Accion Labs Php Lead Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Join Accion Labs Helping transform businesses through emerging technologies

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.4
 • 274 Interviews
Tiger Analytics Interview Questions
3.7
 • 227 Interviews
Altimetrik Interview Questions
3.8
 • 219 Interviews
Xoriant Interview Questions
4.1
 • 183 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
Globant Interview Questions
3.8
 • 175 Interviews
Iris Software Interview Questions
4.0
 • 150 Interviews
ThoughtWorks Interview Questions
3.9
 • 148 Interviews
Apexon Interview Questions
3.3
 • 141 Interviews
View all
Senior Software Engineer
714 salaries
unlock blur

₹7.6 L/yr - ₹33 L/yr

Principal Software Engineer
419 salaries
unlock blur

₹9.5 L/yr - ₹40 L/yr

Software Engineer
306 salaries
unlock blur

₹4.8 L/yr - ₹18.9 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