Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Global Garner Sales Services Team. If you also belong to the team, you can get access from here

Global Garner Sales Services Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 10 Reviews

Filter interviews by

Global Garner Sales Services PHP Developer Interview Questions and Answers

Updated 10 Jun 2022

Global Garner Sales Services PHP Developer Interview Experiences

1 interview found

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 10 Jun 2022

Round 1 - Technical 

(2 Questions)

  • Q1. Basic PHP questions, php oops
  • Q2. Laravel Basic questions and mysql

Interview Preparation Tips

Interview preparation tips for other job seekers - just do basic of php, laravel, mysql

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Easy topic related to AI

Round 2 - HR 

(2 Questions)

  • Q1. Introduction , projects, puzzles
  • Q2. Guesstimates, and relocation question
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

1.5 hours, data structure and algorithms, Their own platform

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your projects thoroughly and read more about the Javascript.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

All Basic Questions Related To Dsa

Round 2 - HR 

(2 Questions)

  • Q1. Why You Want to join Cogoport?
  • Q2. How you will see yourself in Next 5 years?
  • Ans. 

    In the next 5 years, I see myself growing into a senior software developer role, leading projects and mentoring junior developers.

    • Continuing to learn new technologies and programming languages to stay current in the industry

    • Taking on more responsibilities in project management and leading development teams

    • Mentoring junior developers and sharing my knowledge and experience with them

    • Working towards becoming a subject mat...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Technology (IIT), Mumbai and was interviewed in Dec 2022. 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 

2 questions dsa based

Round 3 - Technical 

(2 Questions)

  • Q1. Recursion based coding questions
  • Q2. Resume , grill on projects
Round 4 - HR 

(1 Question)

  • Q1. Why sde inspite of having different background
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 

It was a basic aptitude test, not to difficult.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Basic HR Questions based on your resume.
  • Q2. Technical questions and some project-related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a 3-day work at office process(all expenses paid by them) and the 1st day is the most important one so do well on the 1st-day tasks.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

MCQs containing logical and quant questions

Round 2 - Technical 

(1 Question)

  • Q1. General discussion on projects

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 180 minutes
Round difficulty - Medium

It was a 3-hr coding round that started at around 6 PM. It had 2-3 coding questions. The test was on InterviewBit.

  • Q1. K-th Permutation Sequence of first N natural numbers

    You’re given two integers N and K, your task is to find the Kth permutation of the sequence of first N natural numbers.

    For Example :

    If N = 3 and K ...
  • Ans. 

    The task is to find the Kth permutation of the sequence of first N natural numbers.

    • Generate all possible permutations of the sequence of first N natural numbers

    • Sort the permutations in lexicographical order

    • Return the Kth permutation from the sorted list

  • Answered by AI
  • Q2. Palindromic Substrings

    You have been given a string STR. Your task is to find the total number of palindromic substrings of STR.

    Example :
    If the input string is "abbc", then all the possible p...
  • Ans. 

    The task is to find the total number of palindromic substrings in a given string.

    • Iterate through each character in the string and consider it as the center of a potential palindrome

    • Expand outwards from the center to check if the substring is a palindrome

    • Count the number of palindromic substrings found

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Technical interview - comprised of discussion on projects, internships and solving DSA problems.
In my case major part was discussion on projects. I had done projects in Android, iOS and Web Dev. The interviewer himself was very experienced in these fields so he asked thorough questions to test my knowledge.
The DSA problems were at par with what was asked in the coding round, and he just wanted the pseudo-code.
The interview took place on Google Meet at around noon.

  • Q1. Longest Common Subsequence

    Given two strings, 'S' and 'T' with lengths 'M' and 'N', find the length of the 'Longest Common Subsequence'.

    For a string 'str'...

  • Ans. 

    The problem is to find the length of the longest common subsequence between two given strings.

    • A subsequence is a string that can be derived from another string by deleting some or no characters without changing the order of the remaining characters.

    • We can solve this problem using dynamic programming.

    • Create a 2D array to store the lengths of the longest common subsequences for all possible prefixes of the two strings.

    • It...

  • Answered by AI
Round 3 - HR 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

The interviewer was very friendly. The first thing he told me was to relax because I was done with the hard part. This round consisted of general questions like - 
1. What do you consider to be your greatest strengths and weaknesses?
2. What do you plan to do in the upcoming years?
3. Will you want to pursue higher education?
4. How has your journey at your college been?
5. Do you think you’re a team player? Give some instances to prove it.
6. If I were to call your friends and ask them about your biggest weaknesses, what do you think they’ll say?

Very interestingly, after the last question, he asked me to name a few of my friends and asked for their phone numbers too.
I was very nervous about if he was actually going to call them and ask this question.

  • Q1. General Questions

    In this round they didn’t ask anything that was objectively right or wrong. Just some questions to judge if you’ll be a good fit in their company.

  • Ans. 

    Question to assess fit in the company

    • Focus on your skills and experiences that align with the company's values and culture

    • Highlight your ability to work well in a team and adapt to new challenges

    • Emphasize your passion for learning and growth

    • Discuss any relevant projects or experiences that demonstrate your problem-solving abilities

    • Show enthusiasm for the company's mission and vision

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in BangaloreEligibility criteria8.5 CGPAHyper Verge interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithms, Dynamic Programming, ProjectsTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Don’t try to cover all coding platforms. Stick to one and be thorough with it.
Tip 2 : Pick a topic, understand its basics, then start solving problems, starting with the easy ones.
Tip 3 : Solve previously asked questions. It tells you about the level of questions that the company asks.

Application resume tips for other job seekers

Tip 1 : You should have multiple interesting projects on your resume (3-4).
Tip 2 : You should be prepared to explain anything that’s written on your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Global Garner Sales Services Interview FAQs

How many rounds are there in Global Garner Sales Services PHP Developer interview?
Global Garner Sales Services interview process usually has 1 rounds. The most common rounds in the Global Garner Sales Services interview process are Technical.
How to prepare for Global Garner Sales Services 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 Global Garner Sales Services. The most common topics and skills that interviewers at Global Garner Sales Services expect are Architecture, Database Management, Digital Marketing, Front End and Javascript.
What are the top questions asked in Global Garner Sales Services PHP Developer interview?

Some of the top questions asked at the Global Garner Sales Services PHP Developer interview -

  1. Laravel Basic questions and my...read more
  2. Basic PHP questions, php o...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Cogoport Interview Questions
2.8
 • 51 Interviews
MyCaptain Interview Questions
3.3
 • 39 Interviews
HyperVerge Interview Questions
4.3
 • 24 Interviews
Arzooo.com Interview Questions
2.4
 • 23 Interviews
Treebo Hotels Interview Questions
3.3
 • 21 Interviews
Simpl Interview Questions
2.9
 • 16 Interviews
Traya Health Interview Questions
3.4
 • 15 Interviews
View all
Business Development Manager
7 salaries
unlock blur

₹2.5 L/yr - ₹4.2 L/yr

Reactjs Developer
7 salaries
unlock blur

₹3 L/yr - ₹8.4 L/yr

UI/UX Designer
5 salaries
unlock blur

₹3 L/yr - ₹7.2 L/yr

HR Executive
4 salaries
unlock blur

₹1.2 L/yr - ₹2 L/yr

Business Development Officer
4 salaries
unlock blur

₹2.5 L/yr - ₹3 L/yr

Explore more salaries
Compare Global Garner Sales Services with

Cogoport

2.8
Compare

Arzooo.com

2.4
Compare

Treebo Hotels

3.3
Compare

KrazyBee

3.7
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