Upload Button Icon Add office photos

Filter interviews by

AutomatedPros Senior PHP Developer Interview Questions and Answers

Updated 1 Apr 2023

AutomatedPros Senior PHP Developer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Mar 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. Basic Laravel and MySQL questions.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion, joining date.

Interview Preparation Tips

Interview preparation tips for other job seekers - Company employees are very confusing.
Hr tells somthing and manager says something about salary. Even my salary is more then thier budget but they scheduled the interview. We discussed everything After salary discussion and HR. After that no response till 1 week I contacted to recruiter. She told what you are expecting that is too high. I told we can talk again. She asked for least amount so I shared amount which was hr offered. But she replied we can this amount only. So I told it is too less from my current salary. So I denied for it. Greeted for wasting time.
So aware such kind of company.

Interview questions from similar companies

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Php general questions
  • Q2. Database general questions
  • Q3. Who is director of tata group
  • Ans. 

    Natarajan Chandrasekaran is the current chairman of Tata Group.

    • Natarajan Chandrasekaran is the chairman of Tata Sons, the holding company of Tata Group.

    • He took over as chairman in 2017, succeeding Cyrus Mistry.

    • Chandrasekaran has been with the Tata Group since 1987, starting his career at Tata Consultancy Services (TCS).

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Array and string
  • Q2. What is inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits attributes and methods from another class.

    • Allows a class to inherit properties and methods from another class

    • Promotes code reusability and reduces redundancy

    • Creates a parent-child relationship between classes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. RPA lifecycle desciption
Round 2 - Technical 

(1 Question)

  • Q1. DOM selectors in web automation
  • Ans. 

    DOM selectors are used in web automation to locate and interact with elements on a webpage.

    • DOM selectors are used to identify elements on a webpage using attributes like id, class, name, etc.

    • Common DOM selectors include getElementById(), getElementsByClassName(), querySelector(), etc.

    • Using the correct DOM selector is crucial for successful web automation.

    • Example: document.getElementById('elementId') will select an elem

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com

Round 1 - HR 

(2 Questions)

  • Q1. R u interested in sales
  • Ans. 

    Yes, I am interested in sales as it allows me to understand customer needs and provide solutions.

    • I enjoy interacting with customers and understanding their requirements.

    • I am motivated by meeting sales targets and achieving success.

    • I believe in the value of building relationships with clients to drive business growth.

  • Answered by AI
  • Q2. Ready to relocation
  • Ans. 

    Yes, I am ready for relocation.

    • I am open to relocating for the right opportunity

    • I have experience moving for previous jobs

    • I am excited about the possibility of living in a new city

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Simple coding questions
  • Q2. Whats your Name

Interview Preparation Tips

Interview preparation tips for other job seekers - Grab It
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jun 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 

Ms office,Core Java , Tally , C,

Round 3 - Group Discussion 

In my Opinion,view , If you ask me, As far as I can see/I am Concerned , It seems to me that , I think /feel/reckon/ belive , If you want my option , What we have to decide

Interview Preparation Tips

Interview preparation tips for other job seekers - Upgrade the skills

I was interviewed in Jul 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 70 minutes
Round difficulty - Medium

Link was active for 24 hours, I took the test at night.
Difficulty was medium.
There were some MCQs on Springboot/Java along with 2 DSA questions.

  • Q1. Zigzag Binary Tree Traversal

    Given a binary tree, return the zigzag level order traversal of the nodes' values of the given tree. Zigzag traversal means starting from left to right, then right to left ...

  • Ans. 

    Applied BFS for level order traversal.
    The core logic is how to append the current level nodes in the resultList.
    If currLevel is even:
    then append the curr level node list as it is to the resultList
    else:
    reverse the curr level node list and then append to the resultList.

    Finally return the resultList.

  • Answered by CodingNinjas
  • Q2. K Closest Points to Origin

    Your house is located at the origin of a 2-D plane. You have 'N' neighbours who live at 'N' different points on the plane. You want to visit exactly 'K' d...

  • Ans. 

    As we need to find K closest restaurants to the source (0,0), I used priority queue(MaxHeap) in python to eliminate all the farthest restaurants and have only k closest restaurants left at the end of the loop.

    I had stored the elements in priority Queue as a pair [distance, coordinates], so that at I can directly get the coordinates for the k closest restaurants to return in the result.

  • Answered by CodingNinjas
Round 2 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Technical round (Questions on Java, Spring Boot, Microservices, Rest APIs, OOPs and Solid principals).

  • Q1. Technical Questions

    Why is multiple inheritance not allowed in java?

    What is time theta?

    What are java collections?

Round 3 - HR 

(1 Question)

Round duration - 45 minutes
Round difficulty - Easy

  • Q1. Basic HR Questions

    How was your previous work experience?

    What are your strengths and weaknesses?

    What are your hobbies?

    Salary Discussions.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaminimum 1 year of experienceJio Private Limited interview preparation:Topics to prepare for the interview - DSA problems, Spring Boot, Java, OOPs and SOLID principles, Micro Services, Rest APIs, MySQLTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare core concepts of OOPs and SOLID principles with some examples.
Tip 2 : Practice DSA Medium level question (Trees, Heaps, LinkedList, Dynamic Programming, BFS-DFS, Two pointer, Backtracking)
Tip 3 : For OA round, Prepare Spring Boot core concepts (For MCQs) along with DSA.

Application resume tips for other job seekers

Tip 1 : Mention all the previous projects tasks/achievements point wise along with the Tech Stack used.
Tip 2 : Practice explaining projects which were part of your work experience and be ready for follow up questions. 
Tip 3 : Specify relevant skills and certificates in the resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Quantitative aptitude,data interpretation,reasoning(logical ability),english(verbal ability),computer science&programming

Interview Preparation Tips

Topics to prepare for Genpact Python Developer interview:
  • Python
Interview preparation tips for other job seekers - myself madhuri and I am from hyderabad .I was interested to do work according to job.

I applied via Naukri.com and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Profile and permission sets logical questions, logical question on process builder,contacts and accounts relationship and how to use trigger to calculate no.of contacts on account ,managed and unmanaged p...

Interview Preparation Tips

Interview preparation tips for other job seekers - technical round is mostly based on logic. If you have grip on salesforce admin then only you can answer. Managerial round is quite general, you can mostly go by preparing all interview questions on salesforce on internet.

AutomatedPros Interview FAQs

How many rounds are there in AutomatedPros Senior PHP Developer interview?
AutomatedPros interview process usually has 3 rounds. The most common rounds in the AutomatedPros interview process are Resume Shortlist, Technical and HR.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Senior Laravel Developer
4 salaries
unlock blur

₹15 L/yr - ₹19 L/yr

Copywriter
3 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

Explore more salaries
Compare AutomatedPros with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview