Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Silver Touch Technologies Team. If you also belong to the team, you can get access from here

Silver Touch Technologies Verified Tick

Compare button icon Compare button icon Compare
3.3

based on 294 Reviews

Filter interviews by

Silver Touch Technologies Php and Laravel Developer Interview Questions and Answers

Updated 27 Jun 2024

Silver Touch Technologies Php and Laravel Developer Interview Experiences

1 interview found

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

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

Round 1 - Coding Test 

PHP basic question array function oops function laravel basic question like migration,seeder.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basics of laravel and OOPS concepts. Easy questions
  • Q2. What is Service containers
  • Ans. 

    Service containers are objects that manage the instantiation and resolution of dependencies.

    • Service containers are used in Laravel to manage dependencies and perform dependency injection.

    • They allow for easy management of objects and their dependencies.

    • Service containers can be used to resolve dependencies for controllers, models, and other classes.

    • They can also be used to bind interfaces to their implementations.

    • Exampl...

  • Answered by AI
Round 2 - Coding Test 

Sort an array without using inbuilt php functions

Interview Preparation Tips

Interview preparation tips for other job seekers - Never go for interview with this company. I have answered all the questions and cleared both round. But at last HR says "Sorry,You are not selected. All the best for your future jobs".

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. What is laravel
  • Ans. 

    Laravel is a free, open-source PHP web framework used for web application development.

    • Laravel follows the Model-View-Controller (MVC) architectural pattern.

    • It has a robust set of tools and features for authentication, routing, caching, and more.

    • Laravel has a built-in command-line interface called Artisan.

    • It has a large and active community with extensive documentation and support.

    • Some popular websites built with Larave

  • Answered by AI
  • Q2. How to work laravel
  • Ans. 

    Laravel is a PHP web application framework that follows the Model-View-Controller (MVC) architectural pattern.

    • Install Laravel using Composer

    • Create a new Laravel project using the command 'laravel new project-name'

    • Define routes in the 'routes/web.php' file

    • Create controllers in the 'app/Http/Controllers' directory

    • Define database connections in the '.env' file

    • Use Laravel's built-in Blade templating engine for views

    • Use Lar

  • Answered by AI
  • Q3. MVC in laravel
  • Ans. 

    MVC is a design pattern used in Laravel to separate application logic into three interconnected components.

    • Model represents data and business logic

    • View displays data to the user

    • Controller handles user input and updates the model and view accordingly

    • Laravel provides a robust implementation of MVC pattern

    • MVC helps in organizing code and making it more maintainable

  • Answered by AI
  • Q4. SQL and mysql

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Why you like to join?
  • Ans. 

    I am passionate about PHP development and excited about the opportunity to work with a talented team.

    • Passionate about PHP development

    • Excited about working with a talented team

    • Looking for growth and learning opportunities

  • Answered by AI
  • Q2. Will you shift to client location
  • Ans. 

    Yes, I am willing to shift to the client location if required for the job.

    • I am open to relocating for the right opportunity

    • I understand the importance of being on-site for certain projects

    • I have previous experience working at client locations

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

(2 Questions)

  • Q1. What is api in laravel how to
  • Ans. 

    API in Laravel is a set of routes and controllers that allows communication between different software applications.

    • API in Laravel allows developers to define routes and controllers to handle incoming requests and return responses.

    • It helps in creating a standardized way for different applications to interact with each other.

    • APIs in Laravel can be used for tasks like fetching data from a database, updating records, or p...

  • Answered by AI
  • Q2. Diff btw print and echo
  • Ans. 

    Print and echo are both used to output data in PHP, but echo is slightly faster and can output multiple values at once.

    • Echo is slightly faster than print as it does not return a value

    • Echo can output multiple values at once without using concatenation

    • Print always returns a value (1) and can be used in expressions

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic Php questions, Oops concept
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 

(3 Questions)

  • Q1. Star program logic
  • Q2. Basic php questions
  • Q3. Basic php answers

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and first go through company's website products management people history growth. Practice your analytical problem solving skills
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 Sep 2023. There was 1 interview round.

Round 1 - Telephonic Call 

(1 Question)

  • Q1. Which version of laravel you have worked?
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basics of laravel and OOPS concepts. Easy questions
  • Q2. What is Service containers
  • Ans. 

    Service containers are objects that manage the instantiation and resolution of dependencies.

    • Service containers are used in Laravel to manage dependencies and perform dependency injection.

    • They allow for easy management of objects and their dependencies.

    • Service containers can be used to resolve dependencies for controllers, models, and other classes.

    • They can also be used to bind interfaces to their implementations.

    • Exampl...

  • Answered by AI
Round 2 - Coding Test 

Sort an array without using inbuilt php functions

Interview Preparation Tips

Interview preparation tips for other job seekers - Never go for interview with this company. I have answered all the questions and cleared both round. But at last HR says "Sorry,You are not selected. All the best for your future jobs".

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Mar 2022. There were 4 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 - Technical 

(3 Questions)

  • Q1. Basics of php were asked array, string function, few inbuilt php function
  • Q2. Asked questions on Codeigniter as well
  • Q3. What is mvc, explain mvc, what is library , helper function etc.
  • Ans. 

    MVC is a software design pattern that separates an application into three interconnected components: Model, View, and Controller.

    • Model represents the data and business logic of the application.

    • View is responsible for rendering the user interface.

    • Controller handles user input and updates the model and view accordingly.

    • Library is a collection of pre-written code that can be reused in different projects.

    • Helper function is...

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

(1 Question)

  • Q1. MySQL queries , trigger, stored procedure, joins
Round 4 - One-on-one 

(1 Question)

  • Q1. Question Asked on Caching, redis, rabbitmq

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basic PHP concept along with MySQL,they will ask more questions on MySQL.

Skills evaluated in this interview

Silver Touch Technologies Interview FAQs

How many rounds are there in Silver Touch Technologies Php and Laravel Developer interview?
Silver Touch Technologies interview process usually has 1 rounds. The most common rounds in the Silver Touch Technologies interview process are Coding Test.
How to prepare for Silver Touch Technologies Php and Laravel 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 Silver Touch Technologies. The most common topics and skills that interviewers at Silver Touch Technologies expect are CakePHP, Core PHP and PHP.

Tell us how to improve this page.

People are getting interviews through

based on 1 Silver Touch Technologies interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 779 Interviews
NeoSOFT Interview Questions
4.0
 • 250 Interviews
View all
Silver Touch Technologies Php and Laravel Developer Salary
based on 4 salaries
₹2.2 L/yr - ₹6.7 L/yr
25% more than the average Php and Laravel Developer Salary in India
View more details
Software Developer
102 salaries
unlock blur

₹2 L/yr - ₹8.5 L/yr

Java Developer
88 salaries
unlock blur

₹2.2 L/yr - ₹8.6 L/yr

Senior Software Developer
69 salaries
unlock blur

₹4 L/yr - ₹11 L/yr

Senior Software Engineer
50 salaries
unlock blur

₹4.2 L/yr - ₹13 L/yr

Business Analyst
46 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Explore more salaries
Compare Silver Touch Technologies with

TCS

3.7
Compare

Infosys

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