Upload Button Icon Add office photos

Filter interviews by

Candere.com Senior PHP Developer Interview Questions and Answers

Updated 25 Jan 2024

Candere.com Senior PHP Developer Interview Experiences

2 interviews found

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Normal magento php questions

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Normal PHP questions
  • Q2. MySQL questions Magento questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Magento2 must here good project manager workholic people alternate sat off

Senior PHP Developer Interview Questions Asked at Other Companies

asked in Neoistone
Q1. what are difference between function and method
asked in Impelsys
Q2. get image (blob) from db & show in php view page
Q3. What is difference between group by and distinct function
asked in Neoistone
Q4. Why are selected php for web development
asked in Impelsys
Q5. write php program to print *(stars) in pyramid shape

Interview questions from similar companies

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

I applied via campus placement at Birla Institute of Technology and Science (BITS), Pilani and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a skilled DOT NET Developer with 5 years of experience in developing web applications and software solutions.

    • 5 years of experience in DOT NET development

    • Proficient in developing web applications and software solutions

    • Strong knowledge of C#, ASP.NET, MVC, and SQL Server

    • Experience with front-end technologies like HTML, CSS, and JavaScript

    • Familiar with Agile development methodologies

  • Answered by AI
  • Q2. Explain your projects
  • Ans. 

    I have worked on various projects including e-commerce websites, inventory management systems, and data analysis tools.

    • Developed e-commerce website using ASP.NET MVC and SQL Server for backend

    • Implemented inventory management system using C# and Entity Framework

    • Created data analysis tool using LINQ and JavaScript for frontend

  • Answered by AI
  • Q3. Brief the OOPS concepts used in your projects
  • Ans. 

    OOPS concepts used in projects include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Reusing code by creating a new class based on an existing class.

    • Encapsulation: Restricting access to certain components of an object.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstraction: Hiding the implementation details and showing only the necessary features.

  • Answered by AI
  • Q4. What do you know about SQL
  • Ans. 

    SQL is a programming language used for managing and manipulating databases.

    • SQL stands for Structured Query Language

    • It is used to communicate with databases to perform tasks like querying data, updating data, and creating databases

    • Common SQL commands include SELECT, INSERT, UPDATE, DELETE

    • SQL is used in various database management systems like MySQL, SQL Server, Oracle

  • Answered by AI
  • Q5. Logical question

Interview Preparation Tips

Topics to prepare for 5paisa Capital Ltd. DOT NET Developer interview:
  • MERN
  • C#
  • Dot net

Skills evaluated in this interview

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

(1 Question)

  • Q1. Explain OOPS Concept ?
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve problems.

    • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation.

    • For example, a class 'Car' can have objects like 'Toyota', 'Honda', etc., each with their own properties and methods.

    • Inheritan...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Self intro followed by our resume based questions
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Why you want to switch
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Desire to work on new technologies and projects

    • Opportunity for career advancement

    • Seeking a better work-life balance

    • Interested in a different company culture or team dynamic

  • Answered by AI
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. Basics of java concepts
  • Q2. Mysql queries mongo queries

I was interviewed before Mar 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

  • Q1. Cycle Detection in a Singly Linked List

    You have given a Singly Linked List of integers, determine if it forms a cycle or not.

    A cycle occurs when a node's next points back to a previous node in the ...

  • Ans. Outer And Inner Loop

    We are going to have two loops outer-loop and inner-loop 

    1. Maintain a count of the number of nodes visited in outer-loop.
    2. For every node of the outer-loop, start the inner loop from head.
    3. If the inner-loop visits the node next to the outer-loop node, then return true, else repeat the process for the next iteration of outer-loop.
    4. If outer-loop reaches the end of list or null, then return false.
    Space ...
  • Answered by CodingNinjas
  • Q2. Next Greater Element

    For a given array/list of integers of size N, print the Next Greater Element(NGE) for every element. The Next Greater Element for an element X is the first element on the right side of...

  • Ans. Brute Force

    For every element in the array, we will run a loop on its right side. As soon as we find an element on its right side which is greater than it, we will break the loop, assign it as the NGE of this element, move forward, and do the same for the next element.

    Space Complexity: O(1)Explanation:

    O(1)

     

    No extra space is used.

    Time Complexity: O(n^2)Explanation:

    O(N ^ 2),  Where N is the number of elements ...

  • Answered by CodingNinjas
Round 2 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. System Design Question

    Design ATM machine

  • Ans. 

    Tip 1 : OOP priciples are must
    Tip 2 : Database knowledge
    Tip 3 : Coding practices

  • Answered by CodingNinjas
Round 3 - HR 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Easy

  • Q1. Basic HR Questions

    Normal HR stuff, your expectations from role, college experience, expectiation from job and office life

  • Ans. 

    Tip 1 : Be honest
    Tip 2 : Be humble
    Tip 3 : Show why you are interested

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNAGroww interview preparation:Topics to prepare for the interview - DSA, Database Systems, OOP, Operating Systems, Computer NetworksTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice DSA daily
Tip 2 : Try to think of the solution first before jumping to the solution
Tip 3 : Go through interview experience
Tip 4 : Have mock interviews

Application resume tips for other job seekers

Tip 1 : Know in depth what is there in your resume
Tip 2 : Mention your skills and work properly

Final outcome of the interviewSelected

Skills evaluated in this interview

Candere.com Interview FAQs

How many rounds are there in Candere.com Senior PHP Developer interview?
Candere.com interview process usually has 1 rounds. The most common rounds in the Candere.com interview process are Technical and One-on-one Round.
What are the top questions asked in Candere.com Senior PHP Developer interview?

Some of the top questions asked at the Candere.com Senior PHP Developer interview -

  1. MySQL questions Magento questi...read more
  2. Normal magento php questi...read more
  3. Normal PHP questi...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Candere.com interviews
Job Portal
50%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Senco Gold Interview Questions
4.5
 • 342 Interviews
Tanishq Interview Questions
4.4
 • 66 Interviews
Groww Interview Questions
3.8
 • 65 Interviews
Better.com Interview Questions
3.0
 • 53 Interviews
Bluestone.com Interview Questions
3.8
 • 39 Interviews
Yubi Interview Questions
3.6
 • 37 Interviews
View all
Candere.com Senior PHP Developer Salary
based on 4 salaries
₹7 L/yr - ₹7.8 L/yr
At par with the average Senior PHP Developer Salary in India
View more details

Candere.com Senior 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 & Benefits

1.0

Job Security

1.0

Company culture

1.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 1 Review and Rating
Data Analyst
16 salaries
unlock blur

₹2.4 L/yr - ₹9.7 L/yr

Business Analyst
8 salaries
unlock blur

₹3.9 L/yr - ₹9 L/yr

Graphic Designer
7 salaries
unlock blur

₹2.2 L/yr - ₹5.4 L/yr

Software Developer
6 salaries
unlock blur

₹5 L/yr - ₹10.3 L/yr

E-Commerce Executive
5 salaries
unlock blur

₹1.7 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Candere.com with

Bluestone.com

3.8
Compare

Caratlane Trading

4.3
Compare

Tanishq

4.4
Compare

Malabar Gold and Diamonds

4.2
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