Upload Button Icon Add office photos

Swiggy

Compare button icon Compare button icon Compare

Filter interviews by

Swiggy Front end Web Developer Interview Questions and Answers

Updated 15 Nov 2023

Swiggy Front end Web Developer Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in May 2023. There were 4 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 - Aptitude Test 

Aptitude is generally ask some MCQ choice questions like time, speed, distance etc

Round 3 - Coding Test 

Front end developer have some knowledge in HTML CSS javascript php so ask this language

Round 4 - Group Discussion 

GD is nothing but it's testing our community and quality of thought in your opinion

Interview Preparation Tips

Topics to prepare for Swiggy Front end Web Developer interview:
  • HTML
  • CSS
  • Javascript
  • Bootstrap
Interview preparation tips for other job seekers - No advice is best for job seekers because he/she already depressed so we are motivated them you can achieve soon ☺️

Interview questions from similar companies

I appeared for an interview before Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Two coding questions were given in the first round to be solved in 60 minutes.

  • Q1. 

    Rearrange Array Elements Problem Statement

    Given an array A containing 'N' integers and an integer m, rearrange the elements of the array such that the differences between the array elements and m are sor...

  • Ans. 

    Rearrange array elements based on their differences from a given integer.

    • Calculate the differences between each element and the given integer.

    • Sort the elements based on their differences while maintaining the original order for elements with the same difference.

    • Implement a function to rearrange the array elements as per the given criteria.

  • Answered by AI
  • Q2. 

    Print Nodes at Distance K from a Given Node

    Given an arbitrary binary tree, a node of the tree, and an integer 'K', find all nodes that are at a distance K from the specified node, and return a list of th...

  • Ans. 

    The task is to find all nodes in a binary tree that are at a distance K from a given node.

    • Traverse the binary tree to find the given node

    • From the given node, perform a depth-first search to find all nodes at distance K

    • Use a list to store the values of the nodes at distance K

    • Return the list of values in any order

  • Answered by AI
Round 2 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round with questions based on DSA, DBMS, Computer Networking and project based questions.

  • Q1. 

    Triangle of Numbers Pattern

    Ninja is tasked with printing a triangle pattern based on a given number 'N' for any test case.

    Example:

    Input:
    N = 4
    Output:
       1
    232
    34545
    4567654

    Explanation:

    The pat...

  • Ans. 

    Print a triangle pattern of numbers based on a given number 'N'.

    • Iterate through each row and print the numbers accordingly

    • Use spaces to center-align the numbers in each row

    • Increment the numbers in each row as per the pattern

  • Answered by AI
  • Q2. What is the difference between a web server and an application server?
  • Ans. 

    Web server serves static content over HTTP, while application server runs dynamic content and business logic.

    • Web server handles HTTP requests and responses, serving static content like HTML, images, and CSS.

    • Application server executes business logic, runs dynamic content, and interacts with databases.

    • Web server examples include Apache, Nginx, while application server examples include Tomcat, JBoss.

    • Web server focuses on...

  • Answered by AI
  • Q3. How does the internet work?
  • Ans. 

    The internet is a global network of interconnected computers that communicate using standardized protocols.

    • The internet is made up of a vast number of interconnected networks of computers.

    • Data is transmitted over the internet using protocols such as TCP/IP.

    • Websites are hosted on servers connected to the internet, and users access them using web browsers.

    • Internet Service Providers (ISPs) provide access to the internet f...

  • Answered by AI
  • Q4. Write a SQL query to find the nth highest salary.
  • Ans. 

    SQL query to find the nth highest salary

    • Use the 'SELECT DISTINCT' statement to get unique salary values

    • Order the salaries in descending order using 'ORDER BY' clause

    • Use 'LIMIT' and 'OFFSET' to get the nth highest salary

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

Typical HR round with behavioral problems.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Chitkara University. Eligibility criteriaAbove 7 CGPAInfo Edge India (Naukri.com) interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How can you reduce the delivery time of the order?
  • Ans. 

    Reducing delivery time can be achieved by optimizing the supply chain, improving communication, and automating processes.

    • Analyze the supply chain and identify bottlenecks

    • Implement automation tools to streamline processes

    • Improve communication between departments and with customers

    • Use data analytics to forecast demand and plan accordingly

    • Consider outsourcing or partnering with third-party logistics providers

    • Invest in tec...

  • Answered by AI
  • Q2. Questions based on Case Studies

Interview Preparation Tips

Interview preparation tips for other job seekers - The process consisted of two rounds. First was the business analysis kind of round which included the questions like how can you reduce the delivery time of the order? The second round was technical round where the person asked the questions on SQL and Excel

I applied via Job Portal and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Data structure
  • Q2. Java concepts
  • Q3. Handson coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Get handson in any language but be confident

I applied via LinkedIn and was interviewed before Jul 2021. There were 2 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 - One-on-one 

(1 Question)

  • Q1. Knowledge about data summarisation.and some tools like Power bi and advance excel.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always speak first answer like perfect and effective answer without any hesitation...

I applied via Company Website and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Fibonacci series, Prime function, linked lisk value access, query

Interview Preparation Tips

Interview preparation tips for other job seekers - First a test based on amcat. Followed by two technical interview. First Tech Interview basis and overview of you concept of ds and algo will ne asked. In second Tech interview indepth concept of topics such as arrays, linked list, os,algo, etc will be asked. Prepare ds and algo concept, dbms query & concept, internet basis such as protocols, methods,etc.

Best of luck

I appeared for an interview in Nov 2020.

Interview Questionnaire 

1 Question

  • Q1. Mainly about sql, previous job role

I applied via Naukri.com and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. Tell me about your self
  • Ans. 

    I am a highly motivated and detail-oriented Business Analyst with a strong background in data analysis and problem-solving.

    • Experienced in conducting market research and competitor analysis

    • Proficient in using various data analysis tools such as Excel, SQL, and Tableau

    • Skilled in identifying business needs and translating them into functional requirements

    • Excellent communication and presentation skills

    • Ability to work colla...

  • Answered by AI
  • Q2. What do you want work here?
  • Ans. 

    I want to work here because of the company's reputation, growth opportunities, and alignment with my skills and interests.

    • I am impressed by the company's reputation in the industry.

    • I see great potential for growth and advancement within the company.

    • The company's values and mission align with my own.

    • I believe my skills and experience would be a valuable asset to the company.

    • I am excited about the opportunity to contribu...

  • Answered by AI
  • Q3. What makes you unique?
  • Ans. 

    I have a unique combination of technical skills and business acumen, allowing me to bridge the gap between IT and business stakeholders.

    • I have a strong background in both technology and business domains.

    • I can effectively communicate with both technical and non-technical stakeholders.

    • I have a track record of successfully translating business requirements into technical solutions.

    • I possess a deep understanding of various...

  • Answered by AI
  • Q4. What do you know about the company?
  • Ans. 

    The company is a leading technology firm specializing in software development and consulting services.

    • The company was founded in 2005 and has since grown to have a global presence.

    • They offer a wide range of services including business analysis, software development, and project management.

    • Some of their notable clients include Fortune 500 companies in various industries.

    • They have a strong focus on innovation and staying...

  • Answered by AI
  • Q5. What are your key professional strengths?
  • Ans. 

    My key professional strengths include analytical thinking, problem-solving, and effective communication.

    • Analytical thinking: I have a strong ability to analyze complex business problems and identify key insights.

    • Problem-solving: I am skilled at finding creative solutions to challenges and implementing them effectively.

    • Effective communication: I can communicate complex ideas and findings clearly and concisely to stakeho...

  • Answered by AI
  • Q6. What are your biggest weaknesses?
  • Ans. 

    My biggest weaknesses include perfectionism, overthinking, and public speaking anxiety.

    • Perfectionism: I tend to spend too much time on tasks to ensure they are flawless.

    • Overthinking: I sometimes overanalyze situations, which can lead to indecisiveness.

    • Public speaking anxiety: I get nervous when presenting in front of large audiences.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Tension free
Practice, practice, practice.

I applied via Referral and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About personality

Interview Preparation Tips

Interview preparation tips for other job seekers - HR is very knowledgeable. The company want you to be very knowledgeable, smart and interesting.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Oct 2023.

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 - Aptitude Test 

Python, SQL, Quant, Statistics, Numpy

Round 3 - One-on-one 

(2 Questions)

  • Q1. SQL, Python, Puzzle total 9Q
  • Q2. Table, Query, 2 puzzle, Python 1 code (4 Sub code)
Round 4 - One-on-one 

(1 Question)

  • Q1. Yet to declare result for the round 2 i feel +ve for round 2 result lets se

Swiggy Interview FAQs

How many rounds are there in Swiggy Front end Web Developer interview?
Swiggy interview process usually has 4 rounds. The most common rounds in the Swiggy interview process are Resume Shortlist, Aptitude Test and Coding Test.

Tell us how to improve this page.

Swiggy Front end Web Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 331 Interviews
Info Edge Interview Questions
3.9
 • 318 Interviews
Lenskart Interview Questions
3.2
 • 309 Interviews
Zepto Interview Questions
3.5
 • 229 Interviews
BlackBuck Interview Questions
3.8
 • 179 Interviews
Uber Interview Questions
4.2
 • 150 Interviews
Tata 1mg Interview Questions
3.6
 • 148 Interviews
Digit Insurance Interview Questions
3.9
 • 145 Interviews
View all
Delivery Boy
874 salaries
unlock blur

₹0.4 L/yr - ₹5 L/yr

Fleet Manager
580 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Sales Manager
564 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Assistant Manager
498 salaries
unlock blur

₹3 L/yr - ₹13.5 L/yr

Assistant Store Manager
455 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Explore more salaries
Compare Swiggy with

Zomato

3.8
Compare

Dunzo

3.4
Compare

FoodPanda

3.7
Compare

Rapido

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