Upload Button Icon Add office photos

Filter interviews by

Bridge TechnoSoft Web Developer Interview Questions and Answers

Updated 19 Dec 2024

Bridge TechnoSoft Web Developer Interview Experiences

1 interview found

Web Developer Interview Questions & Answers

user image Anonymous

posted on 19 Dec 2024

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

I applied via Walk-in and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell about yourself ?
  • Ans. 

    I am a passionate web developer with 5 years of experience in front-end and back-end development.

    • Experienced in HTML, CSS, JavaScript, and various web development frameworks

    • Proficient in database management and server-side languages like PHP and Node.js

    • Strong problem-solving skills and ability to work in a team environment

  • Answered by AI
  • Q2. What skills do you have?
  • Ans. 

    I have strong skills in HTML, CSS, JavaScript, and experience with various web development frameworks.

    • Proficient in HTML, CSS, and JavaScript

    • Experience with web development frameworks like React, Angular, or Vue

    • Knowledge of responsive design and cross-browser compatibility

    • Familiarity with version control systems like Git

    • Ability to troubleshoot and debug code efficiently

  • Answered by AI
Round 2 - Coding Test 

They ask me to design landing webpages using HTML, CSS and bootstrap

Interview questions from similar companies

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

(2 Questions)

  • Q1. Diff btwn this and arrow in javascript
  • Ans. 

    The 'this' keyword in JavaScript refers to the current object, while the arrow function does not bind its own 'this'.

    • The 'this' keyword in JavaScript refers to the object that is executing the current function.

    • Arrow functions do not bind their own 'this' value, instead they inherit the 'this' value from the enclosing lexical context.

    • Using 'this' in a regular function can lead to unexpected behavior, especially in neste...

  • Answered by AI
  • Q2. Diff btwn let, var, const
  • Ans. 

    let, var, and const are all used to declare variables in JavaScript, but they have different scopes and behaviors.

    • let is block-scoped and can be reassigned, var is function-scoped and can be reassigned, const is block-scoped and cannot be reassigned

    • Using let:

    • let x = 10;

    • x = 20; // valid

    • Using var:

    • var y = 5;

    • y = 8; // valid

    • Using const:

    • const z = 15;

    • z = 25; // error, cannot reassign const variable

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - stick with basics of javascript and react

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Medium level aptitude test

Round 2 - Coding Test 

I was not shortlisted for this round

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

(2 Questions)

  • Q1. Diff btwn this and arrow in javascript
  • Ans. 

    The 'this' keyword in JavaScript refers to the current object, while the arrow function does not bind its own 'this'.

    • The 'this' keyword in JavaScript refers to the object that is executing the current function.

    • Arrow functions do not bind their own 'this' value, instead they inherit the 'this' value from the enclosing lexical context.

    • Using 'this' in a regular function can lead to unexpected behavior, especially in neste...

  • Answered by AI
  • Q2. Diff btwn let, var, const
  • Ans. 

    let, var, and const are all used to declare variables in JavaScript, but they have different scopes and behaviors.

    • let is block-scoped and can be reassigned, var is function-scoped and can be reassigned, const is block-scoped and cannot be reassigned

    • Using let:

    • let x = 10;

    • x = 20; // valid

    • Using var:

    • var y = 5;

    • y = 8; // valid

    • Using const:

    • const z = 15;

    • z = 25; // error, cannot reassign const variable

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - stick with basics of javascript and react

Skills evaluated in this interview

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

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Data binding techniques
  • Ans. 

    Data binding techniques allow for synchronization of data between the model and the view in web development.

    • Two-way data binding ensures that changes in the model are reflected in the view and vice versa

    • One-way data binding updates the view when the model changes, but not the other way around

    • Data binding libraries like AngularJS, React, and Vue.js provide tools for efficient data binding

  • Answered by AI
  • Q2. Project related information

Interview Preparation Tips

Interview preparation tips for other job seekers - Not so good experience

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Small UI task using Vue.js
  • Ans. 

    Create a small UI task using Vue.js

    • Create a simple form with input fields and a submit button

    • Use Vue.js directives like v-model for data binding

    • Implement validation for the form fields

    • Display a success message upon form submission

  • Answered by AI
  • Q2. Find the second largest number
  • Ans. 

    Iterate through the array to find the second largest number

    • Iterate through the array and keep track of the largest and second largest numbers

    • Compare each element with the largest and second largest numbers to update them accordingly

    • Return the second largest number once the iteration is complete

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell about a time where you had competing demands from stakeholders.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Medium level aptitude test

Round 2 - Coding Test 

I was not shortlisted for this round

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

I applied via Naukri.com and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Javascript questions. Object, Arrow function.

Interview Preparation Tips

Topics to prepare for JPMorgan Chase & Co. Front end Developer interview:
  • Javascript
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via Indeed and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Round 1 1.Basic JS question 2.Tricky indepth question who answer you would have to logically conclude/ educative guess Eg: 3. Why class are in React immutable but props mutable What happens to local sess...
Round 2 - Coding Test 

1.Complex coding round.
2.Explain any independent project you have done

Bridge TechnoSoft Interview FAQs

How many rounds are there in Bridge TechnoSoft Web Developer interview?
Bridge TechnoSoft interview process usually has 2 rounds. The most common rounds in the Bridge TechnoSoft interview process are One-on-one Round and Coding Test.

Tell us how to improve this page.

Bridge TechnoSoft Web Developer Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

Citicorp Interview Questions
3.7
 • 566 Interviews
Wells Fargo Interview Questions
3.9
 • 566 Interviews
Bajaj Finserv Interview Questions
4.0
 • 515 Interviews
HSBC Group Interview Questions
4.0
 • 490 Interviews
Xyz Company Interview Questions
3.8
 • 456 Interviews
American Express Interview Questions
4.2
 • 360 Interviews
BNY Interview Questions
3.9
 • 338 Interviews
UBS Interview Questions
4.0
 • 337 Interviews
Morgan Stanley Interview Questions
3.7
 • 307 Interviews
View all
Bridge TechnoSoft Web Developer Salary
based on 4 salaries
₹1.8 L/yr - ₹2.5 L/yr
50% less than the average Web Developer Salary in India
View more details

Bridge TechnoSoft Web Developer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

4.8

Skill development

5.0

Work-life balance

4.7

Salary

4.8

Job security

4.8

Company culture

4.8

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Web Developer
4 salaries
unlock blur

₹1.8 L/yr - ₹2.5 L/yr

PHP Developer
3 salaries
unlock blur

₹2 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Bridge TechnoSoft with

Bajaj Finserv

4.0
Compare

Wells Fargo

3.9
Compare

JPMorgan Chase & Co.

4.0
Compare

HSBC Group

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview