Upload Button Icon Add office photos

Filter interviews by

JSA web Solutions Technical Lead Interview Questions, Process, and Tips

Updated 17 Jul 2023

JSA web Solutions Technical Lead Interview Experiences

1 interview found

Technical Lead Interview Questions & Answers

user image Jarnail Singh

posted on 17 Jul 2023

Interview experience
5
Excellent
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 

(5 Questions)

  • Q1. How to handle multiple inheritances in PHP. Explain with example and also give details of implementation in your favorite framework
  • Ans. 

    Multiple inheritances in PHP can be handled using interfaces to achieve a form of multiple inheritance.

    • PHP does not support multiple inheritance for classes, but it can be achieved using interfaces.

    • Create multiple interfaces with the desired methods and implement them in the class.

    • Example: interface Interface1 { public function method1(); } interface Interface2 { public function method2(); } class MyClass implements In...

  • Answered by AI
  • Q2. What is need of PDO and give 5 benefits of using it?
  • Ans. 

    PDO (PHP Data Objects) is a database access layer providing a consistent interface for accessing databases in PHP.

    • Prevents SQL injection attacks by using prepared statements

    • Supports multiple database drivers like MySQL, PostgreSQL, SQLite, etc.

    • Provides error handling through exceptions

    • Allows for parameterized queries for improved performance

    • Promotes code reusability and maintainability

  • Answered by AI
  • Q3. Git branches and how to use
  • Ans. 

    Git branches are used to work on separate features or fixes without affecting the main codebase.

    • Create a new branch using 'git checkout -b branch_name'

    • Switch between branches using 'git checkout branch_name'

    • Merge branches using 'git merge branch_name'

    • Delete a branch using 'git branch -d branch_name'

  • Answered by AI
  • Q4. What is middleware in PHP.
  • Ans. 

    Middleware in PHP is a layer of code that acts as a bridge between the request and response in an application.

    • Middleware can intercept and modify HTTP requests before they reach the application's core logic.

    • It can also modify the HTTP response before it is sent back to the client.

    • Middleware can be used for authentication, logging, error handling, and more.

    • Examples of middleware in PHP frameworks include Laravel's middl...

  • Answered by AI
  • Q5. What are access specifiers. Explain with examples and use cases
  • Ans. 

    Access specifiers in programming define the visibility of classes, methods, and variables.

    • Access specifiers include public, private, protected, and default.

    • Public: accessible from any class.

    • Private: only accessible within the same class.

    • Protected: accessible within the same package and subclasses.

    • Default: accessible within the same package.

    • Use cases: Encapsulation, data hiding, and controlling access to class members.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Need OOPs and framework knowledge strong.

Skills evaluated in this interview

Interview questions from similar companies

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 - HR 

(1 Question)

  • Q1. Why you want to join this team.
Round 3 - Technical 

(1 Question)

  • Q1. OSPF, BGP, VRRP, Switchin, QoS, Mcast, LDP
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

30min, DSA related question

Round 2 - Technical 

(2 Questions)

  • Q1. BGP state machine
  • Q2. Evpn vxlan topology explanation
  • Ans. 

    EVPN VXLAN topology explanation

    • EVPN (Ethernet VPN) is a technology used to extend Layer 2 connectivity across a Layer 3 network

    • VXLAN (Virtual Extensible LAN) is a tunneling protocol used to overlay virtualized Layer 2 networks over Layer 3 networks

    • EVPN VXLAN topology combines the benefits of both technologies to provide scalable and flexible network virtualization

    • It allows for efficient communication between virtual ma...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in May 2023. 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 - Technical 

(2 Questions)

  • Q1. Technician site question details
  • Q2. Ipms delta ,ppc delta,exicom

Interview Preparation Tips

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Bgp, mpls, ospf
Round 2 - Technical 

(1 Question)

  • Q1. Mixed questions round, technical and management
Round 3 - Behavioral 

(1 Question)

  • Q1. Check Way of speaking, confidence
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Design Scenario's of OSPF & BGP
  • Ans. 

    OSPF and BGP are routing protocols used in computer networks.

    • OSPF (Open Shortest Path First) is an interior gateway protocol used to determine the best path for routing within an autonomous system.

    • BGP (Border Gateway Protocol) is an exterior gateway protocol used to exchange routing information between different autonomous systems.

    • OSPF operates within a single autonomous system and uses link-state routing algorithm.

    • BGP...

  • Answered by AI
  • Q2. Why you want to join us?

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Jun 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Brief about profile and background
Round 3 - Technical 

(1 Question)

  • Q1. Technical knowledge, expertise and previous projects
Round 4 - One-on-one 

(1 Question)

  • Q1. Interview with the director, to judge logical capabilities, expertise and technical knowledge.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest with your skillset. Practical exposure always adds value.

I applied via Naukri.com and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Very basic & theory on technology

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer is crooked guys in colt.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Why you want to join this team.
Round 3 - Technical 

(1 Question)

  • Q1. OSPF, BGP, VRRP, Switchin, QoS, Mcast, LDP
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Bgp, mpls, ospf
Round 2 - Technical 

(1 Question)

  • Q1. Mixed questions round, technical and management
Round 3 - Behavioral 

(1 Question)

  • Q1. Check Way of speaking, confidence

JSA web Solutions Interview FAQs

How many rounds are there in JSA web Solutions Technical Lead interview?
JSA web Solutions interview process usually has 2 rounds. The most common rounds in the JSA web Solutions interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in JSA web Solutions Technical Lead interview?

Some of the top questions asked at the JSA web Solutions Technical Lead interview -

  1. How to handle multiple inheritances in PHP. Explain with example and also give ...read more
  2. What is need of PDO and give 5 benefits of using ...read more
  3. What are access specifiers. Explain with examples and use ca...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Indus Towers Interview Questions
3.8
 • 165 Interviews
Nvidia Interview Questions
3.7
 • 102 Interviews
BT Business Interview Questions
4.1
 • 76 Interviews
Arista Networks Interview Questions
4.1
 • 40 Interviews
ITI Interview Questions
3.7
 • 34 Interviews
ENH iSecure Interview Questions
4.0
 • 29 Interviews
Seagate Interview Questions
3.4
 • 17 Interviews
View all
Desktop Support Engineer
4 salaries
unlock blur

₹2.5 L/yr - ₹3 L/yr

Explore more salaries
Compare JSA web Solutions with

Indus Towers

3.8
Compare

Vertiv

4.0
Compare

Nvidia

3.7
Compare

Colt Technology Services

4.4
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