Upload Button Icon Add office photos
Engaged Employer

i

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

Yext Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Yext Fullstack Software Engineer Interview Questions and Answers

Updated 7 May 2024

Yext Fullstack Software Engineer Interview Experiences

1 interview found

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

I appeared for an interview before May 2023.

Round 1 - Coding Test 

It was a technical round, comprising 2 questions. one debugging and another coding one.

Round 2 - Debugging 

(1 Question)

  • Q1. Debug errors in functions related to a banking software
  • Ans. 

    Debugging errors in functions related to a banking software requires attention to detail and understanding of financial regulations.

    • Review the code for any syntax errors or logical mistakes

    • Check for proper error handling and exception handling

    • Verify that the functions are following banking regulations and security protocols

    • Test the functions with different inputs to identify and fix any bugs

  • Answered by AI
Round 3 - System Design 

(1 Question)

  • Q1. Design an airline systme
  • Ans. 

    Design an airline system for managing flights, bookings, and passenger information.

    • Create a database to store flight schedules, passenger details, and booking information

    • Develop a user interface for passengers to search for flights, book tickets, and manage their bookings

    • Implement a payment gateway for secure transactions

    • Include features like seat selection, meal preferences, and baggage allowance

    • Integrate with externa...

  • Answered by AI
Round 4 - Coding Test 

Minersweep problem related to DSA graphs

Skills evaluated in this interview

Top trending discussions

View All
Interview Hub
1w
a client servicing executive
FeedCard Image
Got a question about Yext?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Sliding window problem in an Array(using 2 pointers) like Pythagorean triplets.
  • Ans. 

    The sliding window technique efficiently finds Pythagorean triplets in an array using two pointers.

    • Sort the array to facilitate the two-pointer approach. Example: [3, 1, 4, 6, 5] becomes [1, 3, 4, 5, 6].

    • Iterate through the array, fixing one element and using two pointers for the remaining elements.

    • For each fixed element, check if the sum of squares of the two pointers equals the square of the fixed element.

    • If a triplet...

  • Answered by AI
  • Q2. Overlapping circular linked list problem.
  • Ans. 

    Detect if two circular linked lists overlap

    • Traverse both lists and check if they have the same tail node

    • If they have different tail nodes, they do not overlap

    • If they have the same tail node, check if they intersect at any point

    • Use Floyd's cycle-finding algorithm to detect intersection point

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had 6 rounds of technical interview . Each round of 1 hr or more. In all the rounds I was asked to write proper programs (Sometimes on HackerRank, sometimes on an IDE, sometimes just on a text editor.) . Questions were designed to test problem solving abilities and proper use to dataStructures and coding basics. Lot of emphasis on writing efficient program with least time complexity possible.

During preparations, its important to understand basics of different dataStructures and how to efficiently use it in your programs . For practicing interview problems, I referred leetcode and geeksforgeeks . Solving different kind of problems from these websites really helped me. Dynamic Programming is also an important area from where lot of problems are asked in interview.

Skills evaluated in this interview

Fullstack Software Engineer Interview Questions Asked at Other Companies

Q1. How will you resolve conflicts?
asked in Yext
Q2. Describe your approach to debugging errors in functions related t ... read more
asked in Homesome
Q3. Describe a design problem you faced while handling a specific dat ... read more
asked in GitLab
Q4. reviewing and improving merge request and system design
asked in Homesome
Q5. Given the head of a singly linked list, reverse the list, and ret ... read more

I applied via Naukri.com and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic oop
  • Q2. Previous projects and walktrough of one of the project, if any
  • Q3. Basic English test on a computer

Interview Preparation Tips

Interview preparation tips for other job seekers - The first step of the interview is the basic communication skills, which is taken on computer, try to listen carefully, most of the questions are only about what you have comprehend from the automated voice when played over.

OOP is very basic, they may ask some real life examples.

If you have worked previously, they may ask you about one of your projects. What technologies have you used ans why.

I applied via Naukri.com and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. My first question is tell me about yourself then they ask what you do after graduation. Then ask some technical question like oops concept and collections and map and some question in sql and jdbc also.

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a product base MNC and it is good for fresher.

I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The most of the question on programming C . What is storage class and it’s properties ? What is memory management in C?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident , do your best .

I applied via Naukri.com and was interviewed in Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is web service flow
  • Ans. 

    Web service flow is the sequence of steps involved in the communication between a client and a server over the internet.

    • Web service flow involves a client sending a request to a server

    • The server processes the request and sends a response back to the client

    • The response can be in various formats such as XML, JSON, or plain text

    • Web service flow can be synchronous or asynchronous

    • Examples of web services include RESTful API...

  • Answered by AI
  • Q2. How to check ports in Solaris or linux machine
  • Ans. 

    To check ports in Solaris or Linux machine, use the netstat command.

    • Open the terminal and type 'netstat -an' to display all open ports.

    • Use 'netstat -an | grep ' to check if a specific port is open.

    • To check listening ports, use 'netstat -an | grep LISTEN'.

    • For Solaris, use 'netstat -an | grep .' instead of '| grep '.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Total pathetic experience. What job description is given to you, doesn't matters because you won't be asked for that. Your resume will get shortlisted and then it doesn't matter what u have covered up in your career path, because interview rounds will consist of questions out of your scope. Your resume doesn't needs to be shortlisted at first end if it doesn't suit thier needs. HR people, they are on another level. You share your resume to them, and they will never ever reply back to you. Not a single HR, but it seems everyone has same culture. You keep trying to connect them for support. But they will just keep finding smarter ways to avoid.

Skills evaluated in this interview

Be interview-ready. Browse the most asked HR questions.
illustration image

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

Interview Questionnaire 

1 Question

  • Q1. Javascript fundamentals and output questions Angular - routing, component, directive etc Sass

Interview Preparation Tips

Interview preparation tips for other job seekers - Positive experience
Are these interview questions helpful?

I applied via Referral and was interviewed before Oct 2020. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell Us about yourself?
  • Ans. I am from Kolkata. I have convey about my Educational Background to Interviewer.
  • Answered by Tanay Lakshman
  • Q2. Tell us about Coalnet Architecture of MMS Module?
  • Ans. I have convey about Indent,Purchase Order,Receipt and Issue in MMS Module to Interviewer.They have taken my Personal Documentation.
  • Answered by Tanay Lakshman

Interview Preparation Tips

Interview preparation tips for other job seekers - The documentation got approved by Samuel Of Oracle Australia Office.I was interviewed by Samuel by Telephone.Outcome will be Given in Email.It consists of 15 minutes technical interview.

Interview Questionnaire 

1 Question

  • Q1. Questions on c language, CAN protocol and details on your earlier project

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for c, CAN etc

I applied via Company Website and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Linked list, data structure
  • Q2. Map,

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn data structure and analysis

Yext Interview FAQs

How many rounds are there in Yext Fullstack Software Engineer interview?
Yext interview process usually has 4 rounds. The most common rounds in the Yext interview process are Coding Test.
What are the top questions asked in Yext Fullstack Software Engineer interview?

Some of the top questions asked at the Yext Fullstack Software Engineer interview -

  1. Debug errors in functions related to a banking softw...read more
  2. Design an airline sys...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Revenue Accountant
18 salaries
unlock blur

₹13 L/yr - ₹21.2 L/yr

Software Engineer
17 salaries
unlock blur

₹12.4 L/yr - ₹22.5 L/yr

Operations Analyst
17 salaries
unlock blur

₹5.5 L/yr - ₹9.5 L/yr

Platform Consultant
10 salaries
unlock blur

₹10.8 L/yr - ₹19.8 L/yr

Associate Operations Analyst
9 salaries
unlock blur

₹5.2 L/yr - ₹8.2 L/yr

Explore more salaries
Compare Yext with

Google

4.3
Compare

Oracle

3.7
Compare

KPIT Technologies

3.2
Compare

Intellect Design Arena

3.9
Compare
write
Share an Interview