Upload Button Icon Add office photos

WSP

Compare button icon Compare button icon Compare

Filter interviews by

WSP Web Developer Interview Questions and Answers

Updated 7 Sep 2024

WSP Web Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Just asked to expand on past experiences and what technologies i had experience with.

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

What is an aptitude test?
An aptitude test is a standardized test designed to assess a person's ability, skill, or knowledge in a specific area. (aptitude tests):-
1. Verbal Ability: Tests reading comprehension, grammar, and vocabulary skills.
2. Quantitative Ability: Tests mathematical skills, problem-solving, and data analysis.
3. Logical Reasoning: Tests ability to reason, think critically, and solve problems.
4. Technical Skills: Tests knowledge of specific technical skills, such as programming or coding.

Round 2 - Case Study 

Case study:-
I. Introduction:
- Brief overview of the company/organization
- Background information on the industry/market
- Purpose of the case study

II. Problem Statement:-
- Description of the problem or challenge faced by the company
- Key issues and constraints

III. Analysis:-
- SWOT analysis (Strengths, Weaknesses, Opportunities, Threats)
- Market analysis (competitor, customer, market trends)
- Financial analysis (revenue, costs, profitability)

IV. Alternatives and Options:-
- Potential solutions or strategies
- Evaluation of pros and cons

V. Recommendations:-
- Proposed solution or course of action
- Justification and rationale

VI. Implementation:-
- Action plan and timeline
- Resources and budget required

VII. Conclusion:
- Summary of key findings
- Lessons learned and takeaways.

Interview Preparation Tips

Interview preparation tips for other job seekers - Here are some advice for job seekers:

1. Define your goals: Clearly identify the type of job you're looking for and your long-term career aspirations.

2. Update your resume and online profiles: Ensure your resume, LinkedIn profile, and other social media profiles are current and showcase your skills and experience.
3. Networking: Attend industry events, join professional organizations, and connect with people in your field.
4. Practice interviewing: Prepare answers to common interview questions and practice your responses with a friend or mentor.
5. Expand your skills: Continuously update your skills and knowledge to stay competitive in the job market.
6. Stay positive and persistent: Job hunting can be challenging, so it's essential to stay positive and keep applying.

7. Tailor your application: Customize your resume and cover letter for each job application.

8. Follow up: After applying, follow up with the employer to express your interest and inquire about the status of your application.

9. Be open-minded: Consider different types of jobs and industries to find the best fit for your skills and interests.

10. Seek support: Reach out to career counselors, mentors, or job support groups for guidance and encouragement.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2023. There were 3 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 

Web developer and on 20 oct Hackerank.

Round 3 - Aptitude Test 

26 Oct 2023 All topics

Interview Preparation Tips

Topics to prepare for Ernst & Young Web Developer interview:
  • MySQL
  • HTML
  • CSS
  • Javascript
  • Core Java
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Fir arrow function This keyword Promises Promise chain Generator function Rest operator Spread operator React hooks Higher order component Redux life cycle Palindrome string code Fibonacci code
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Dec 2021. 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. 1) what is ReactJs?
  • Ans. 

    ReactJS is a JavaScript library for building user interfaces.

    • Developed by Facebook

    • Uses a virtual DOM for efficient updates

    • Supports server-side rendering

    • Can be used with other libraries and frameworks

    • Uses JSX syntax to write HTML-like code in JavaScript

    • Example: Facebook, Instagram, Airbnb, Netflix use ReactJS

  • Answered by AI
  • Q2. 2) What us UseState() In React
  • Ans. 

    UseState() is a hook in React that allows functional components to have state variables.

    • useState() is used to declare state variables in functional components.

    • It returns an array with two elements: the current state value and a function to update it.

    • The function to update the state can be called with a new value or a function that takes the previous value as an argument.

    • Example: const [count, setCount] = useState(0);

    • Ex

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My Interviews were based on the technologies used to develop a company enterprise application
so it is important that candidates should have proper knowledge of their hands-on used technologies and should perform with confidence while explaining work experience.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude and coding round

Round 2 - One-on-one 

(1 Question)

  • Q1. 1 hr interview on JS, react, redux and html/css
Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion with a director on the kinds of projects to expect
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Array linked list queue

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic JS questions.
  • Q2. Basic CSS.

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont nervous. Dont raise and low your voice.
Speak at a normal pace. It helps to prepare what to say next.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2023. There were 3 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 - Coding Test 

Web developer and on 20 oct Hackerank.

Round 3 - Aptitude Test 

26 Oct 2023 All topics

Interview Preparation Tips

Topics to prepare for Ernst & Young Web Developer interview:
  • MySQL
  • HTML
  • CSS
  • Javascript
  • Core Java
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Jan 2025.

Round 1 - Technical 

(5 Questions)

  • Q1. Hoisting concept with examples and guess the output
  • Q2. Map functionality with a call back function
  • Q3. Copy object, spread operator usage . Deep copy, sallow copy
  • Q4. Flexbox vs grid, dom, box model,
  • Q5. React optimization, why React,

WSP Interview FAQs

How many rounds are there in WSP Web Developer interview?
WSP interview process usually has 1 rounds. The most common rounds in the WSP interview process are Aptitude Test.

Tell us how to improve this page.

WSP Web Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Web Developer Interview Questions from Similar Companies

View all
BIM Modeller
76 salaries
unlock blur

₹5 L/yr - ₹12.8 L/yr

Senior Engineer
61 salaries
unlock blur

₹11 L/yr - ₹26 L/yr

Engineer
55 salaries
unlock blur

₹8.8 L/yr - ₹15 L/yr

Principal Engineer
54 salaries
unlock blur

₹15.9 L/yr - ₹34.5 L/yr

CAD Technician
54 salaries
unlock blur

₹4.2 L/yr - ₹8.8 L/yr

Explore more salaries
Compare WSP with

AECOM

4.2
Compare

Jacobs Engineering Group

4.1
Compare

Fluor Corporation

4.3
Compare

TCS

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