Upload Button Icon Add office photos
Premium Employer

i

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

Deloitte Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 16.9k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Deloitte Web Developer Interview Questions and Answers

Updated 25 Aug 2024

Deloitte Web Developer Interview Experiences

3 interviews found

Web Developer Interview Questions & Answers

user image Anonymous

posted on 17 May 2024

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

Web Developer Interview Questions & Answers

user image Anonymous

posted on 25 Aug 2024

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.

Web Developer Interview Questions & Answers

user image Anonymous

posted on 26 May 2021

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 questions from similar companies

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 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
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Merge sort time complexity less
  • Ans. 

    Merge sort has a time complexity of O(n log n) in the worst case scenario.

    • Merge sort divides the array into two halves, sorts them recursively, and then merges them back together.

    • The time complexity of merge sort is O(n log n) in the worst case scenario.

    • For example, sorting an array of 8 elements would take 3 recursive calls to merge sort.

  • Answered by AI
  • Q2. Palindrome with react js to show on UI
  • Ans. 

    Create a palindrome checker using React JS to display on the UI

    • Create a input field for user to enter a string

    • Use state to store the input string

    • Create a function to check if the input string is a palindrome

    • Display the result on the UI

  • Answered by AI
Round 2 - Coding Test 

Javascript question on promise, callbacks, hosting

Skills evaluated in this interview

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
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

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

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

(1 Question)

  • Q1. Array linked list queue

Deloitte Interview FAQs

How many rounds are there in Deloitte Web Developer interview?
Deloitte interview process usually has 2-3 rounds. The most common rounds in the Deloitte interview process are Aptitude Test, One-on-one Round and Case Study.
What are the top questions asked in Deloitte Web Developer interview?

Some of the top questions asked at the Deloitte Web Developer interview -

  1. 1 hr interview on JS, react, redux and html/...read more
  2. Basic JS questio...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 Deloitte interviews
Company Website
Job Portal
33%
33%
34% 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

Web Developer Interview Questions from Similar Companies

View all
Deloitte Web Developer Salary
based on 51 salaries
₹3.5 L/yr - ₹12 L/yr
69% more than the average Web Developer Salary in India
View more details

Deloitte Web Developer Reviews and Ratings

based on 7 reviews

4.8/5

Rating in categories

4.7

Skill development

4.3

Work-Life balance

4.0

Salary & Benefits

4.3

Job Security

4.4

Company culture

4.2

Promotions/Appraisal

4.2

Work Satisfaction

Explore 7 Reviews and Ratings
Consultant
32.8k salaries
unlock blur

₹6.2 L/yr - ₹23 L/yr

Senior Consultant
20.9k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Analyst
13.9k salaries
unlock blur

₹3.8 L/yr - ₹12.6 L/yr

Assistant Manager
9.9k salaries
unlock blur

₹7.6 L/yr - ₹24 L/yr

Manager
7k salaries
unlock blur

₹15.6 L/yr - ₹52 L/yr

Explore more salaries
Compare Deloitte with

Accenture

3.9
Compare

PwC

3.4
Compare

Ernst & Young

3.5
Compare

Cognizant

3.8
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