Upload Button Icon Add office photos

Filter interviews by

ACG Infotech PHP Developer Interview Questions and Answers

Updated 9 Sep 2023

ACG Infotech PHP Developer Interview Experiences

1 interview found

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 22 Aug 2023

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

I applied via Walk-in and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

I have good knowledge of Php and MySQL

Round 2 - Group Discussion 

The group discussion about the coding test

Round 3 - HR 

(1 Question)

  • Q1. Discussion for salary expectation and documents

Interview Preparation Tips

Topics to prepare for ACG Infotech PHP Developer interview:
  • PHP
  • MySQL
  • Javascript
  • HTML
  • CSS
  • Bootstrap
  • Ajax
  • JQuery

Interview questions from similar companies

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

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Java basic questions.
  • Q2. Rest basics methods like get, post, put, delete etc
  • Q3. Given a directory name, write a program to return a list of all .tst files present in the directory and its sub directories.
  • Ans. 

    Program to return list of .tst files in given directory and subdirectories

    • Use recursion to traverse through all directories and subdirectories

    • Check if each file has .tst extension and add to list if true

    • Use built-in functions like os.listdir() and os.path.splitext() in Python

  • Answered by AI
Round 2 - One-on-one 

(4 Questions)

  • Q1. Difference between == and equals
  • Ans. 

    The '==' operator is used for comparing values of primitive data types, while the 'equals' method is used for comparing objects in Java.

    • Use '==' to compare primitive data types like int, char, boolean, etc.

    • Use 'equals' method to compare objects like Strings, Lists, etc.

    • Example: int a = 5; int b = 5; if(a == b) { // true }

    • Example: String str1 = 'hello'; String str2 = 'hello'; if(str1.equals(str2)) { // true }

  • Answered by AI
  • Q2. Use case of abstract class and interfaces
  • Ans. 

    Abstract classes are used to provide a common base for multiple classes, while interfaces define a contract for classes to implement.

    • Abstract classes can contain both abstract and concrete methods, while interfaces can only have abstract methods.

    • Abstract classes can have constructors, while interfaces cannot.

    • Interfaces allow for multiple inheritance, while classes can only inherit from one abstract class.

    • Abstract class...

  • Answered by AI
  • Q3. Singleton design pattern. Explain and implement (thread safe)
  • Ans. 

    Singleton design pattern ensures a class has only one instance and provides a global point of access to it.

    • Ensure a private static instance variable in the class.

    • Provide a public static method to access the instance, creating it if necessary.

    • Use synchronized keyword or double-checked locking to make it thread-safe.

  • Answered by AI
  • Q4. Merge sort. Explain and implement.
  • Ans. 

    Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts each half, and then merges the sorted halves.

    • Divide the array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Oracle Full Stack Software Developer interview:
  • Java
  • Spring
  • DSA
  • REST API
  • SOAP

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic Questions, Data types, Promises
  • Q2. Event loop, and other js concepts
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. I don't Remember the question1
Round 2 - Technical 

(2 Questions)

  • Q1. I don't remember the question2
  • Q2. I don't remember the question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

OnCampus Test including DSA Questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. DSA Question based on Dynamic Programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for DSA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Data structure and algorithms

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

I applied via Internshala and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Django Middleware functions
  • Q2. Python exception handling
  • Q3. Django models and databases
  • Q4. Live coding python
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a program code for binary search
  • Ans. 

    Binary search program code in Python

    • Define a function that takes a sorted array and a target value as input

    • Initialize two pointers, low and high, to the start and end of the array

    • While low is less than or equal to high, calculate mid as (low + high) // 2 and compare array[mid] with target

    • If array[mid] is equal to target, return mid

    • If array[mid] is less than target, update low to mid + 1

    • If array[mid] is greater than tar...

  • Answered by AI
  • Q2. C++ constructors

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare coding

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Java questions along with SQL

Round 2 - Coding Test 

Java, SQL, Framework, Spring

Round 3 - One-on-one 

(5 Questions)

  • Q1. Managerial Round final round
  • Q2. Why do you want to change job
  • Ans. 

    I am seeking new challenges and opportunities for growth in a different environment.

    • Looking for new challenges to continue learning and growing

    • Interested in exploring different technologies and methodologies

    • Seeking a more collaborative team environment

    • Wanting to take on more leadership responsibilities

  • Answered by AI
  • Q3. Why were you for only 1.5 years in your last org
  • Ans. 

    I left my last organization after 1.5 years due to limited growth opportunities and desire for new challenges.

    • Limited growth opportunities in current role

    • Desire for new challenges and learning experiences

    • Seeking a more dynamic work environment

  • Answered by AI
  • Q4. What are your technical and domain expertise
  • Ans. 

    I have over 10 years of experience in software development with expertise in Java, Spring framework, and cloud technologies.

    • Proficient in Java programming language

    • Strong knowledge of Spring framework for building enterprise applications

    • Experience with cloud technologies such as AWS and Azure

    • Familiarity with Agile methodologies and DevOps practices

  • Answered by AI
  • Q5. What do you expect in your new job
  • Ans. 

    I expect a challenging role where I can utilize my skills to contribute to the team's success and continue to grow professionally.

    • Opportunity to work on complex projects

    • Collaborative team environment

    • Professional growth and learning opportunities

    • Clear expectations and goals set by management

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jan 2023. 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 - Coding Test 

Online test for initial screening

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical round with basic technical questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Technical round with European team

ACG Infotech Interview FAQs

How many rounds are there in ACG Infotech PHP Developer interview?
ACG Infotech interview process usually has 4 rounds. The most common rounds in the ACG Infotech interview process are Resume Shortlist, Coding Test and Group Discussion.
How to prepare for ACG Infotech PHP Developer 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 ACG Infotech. The most common topics and skills that interviewers at ACG Infotech expect are Javascript, CakePHP, MySQL, Core PHP and OOPS.

Tell us how to improve this page.

ACG Infotech PHP Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Oracle Interview Questions
3.7
 • 846 Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
View all
ACG Infotech PHP Developer Salary
based on 6 salaries
₹1 L/yr - ₹3 L/yr
52% less than the average PHP Developer Salary in India
View more details

ACG Infotech PHP Developer 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
PHP Developer
6 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Software Engineer
4 salaries
unlock blur

₹2.1 L/yr - ₹4.1 L/yr

Senior Functional Consultant
4 salaries
unlock blur

₹10 L/yr - ₹10 L/yr

Project Manager
3 salaries
unlock blur

₹8.4 L/yr - ₹10.8 L/yr

Senior Software Developer
3 salaries
unlock blur

₹4 L/yr - ₹15.6 L/yr

Explore more salaries
Compare ACG Infotech with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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