Upload Button Icon Add office photos
Engaged Employer

i

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

Tops Infosolutions Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 57 Reviews

Filter interviews by

Tops Infosolutions Mern Full Stack Developer Interview Questions and Answers

Updated 3 Aug 2023

Tops Infosolutions Mern Full Stack Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 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 - Assignment 

Basic react and node related questions

Round 3 - Technical 

(1 Question)

  • Q1. Basic javascript and react related questions
Round 4 - Technical 

(1 Question)

  • Q1. Roles and responsibilities in my current project and few technical questions related to react and node js

Interview Preparation Tips

Interview preparation tips for other job seekers - After taking 3 rounds they did not provide any feedback and now when I called for feedback they are not receiving call and also not replying to any of the mails. Really unprofessional behaviour from the HR.

Interview questions from similar companies

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

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

Round 1 - Virtual Machine Round 

(3 Questions)

  • Q1. Create a todo app with react and basic form validation
  • Ans. 

    Create a todo app with react and basic form validation

    • Use React to create components for adding, displaying, and deleting todos

    • Implement basic form validation using state and event handlers

    • Utilize CSS for styling the app and make it user-friendly

  • Answered by AI
  • Q2. Second most occuring character in the string
  • Ans. 

    Find the second most occurring character in a string.

    • Create a frequency map of characters in the string

    • Sort the characters based on their frequency

    • Return the second most frequent character

  • Answered by AI
  • Q3. Write a program to find sum and average of the digits that appear in the string, ignoring all other characters. string="PYnative29@#8496"
  • Ans. 

    Program to find sum and average of digits in a string, ignoring other characters.

    • Iterate through each character in the string and check if it is a digit.

    • If it is a digit, convert it to an integer and add it to the sum.

    • Keep track of the count of digits to calculate the average at the end.

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Can you introduce yourself?
  • Ans. 

    Experienced Full Stack Developer with expertise in front-end and back-end technologies.

    • Experienced in HTML, CSS, JavaScript for front-end development

    • Proficient in Node.js, Express, MongoDB for back-end development

    • Familiar with React, Angular for building interactive web applications

  • Answered by AI
  • Q2. What is graphQL?, What is REST API? and which is better graphQL or REST API?
  • Ans. 

    GraphQL is a query language for APIs and a runtime for executing those queries. REST API is a set of rules for building web services. Both have their own advantages.

    • GraphQL allows clients to request only the data they need, reducing over-fetching and under-fetching.

    • REST API follows a more rigid structure and is easier to understand for beginners.

    • GraphQL is more efficient for complex queries involving multiple resources...

  • Answered by AI
Round 2 - Case Study 

I was asked to discuss the system design of Google Meet, with a primary focus on video processing and WebRTC.

Round 3 - Coding Test 

A graph question regarding LC 1334.

Round 4 - HR 

(1 Question)

  • Q1. Can you provide an introduction and a summary of your past experiences, as well as your motivations for wanting to join this company?
  • Ans. 

    Experienced Full Stack Developer with a passion for creating innovative solutions and a strong desire to contribute to a dynamic team.

    • Over 5 years of experience in full stack development, working on various projects from concept to deployment.

    • Proficient in front-end technologies such as HTML, CSS, JavaScript, and React.

    • Skilled in back-end technologies including Node.js, Express, and MongoDB.

    • Motivated by the opportunity...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Hummingbird Web Solutions Full Stack Developer interview:
  • System Design
  • DSA
Interview preparation tips for other job seekers - The first round was focused on system design, so please be prepared, as it is uncommon for freshers to excel in that area.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It was good and to the point

Round 2 - HR 

(2 Questions)

  • Q1. Just about the previous job
  • Q2. Projects and stuff about the previous job

Interview Questionnaire 

2 Questions

  • Q1. They will ask basic question of javascript, css, react js.
  • Q2. Redux, Api call, data fetch from api call

Interview Preparation Tips

Interview preparation tips for other job seekers - You can give interview in hindi if not comfortable

I applied via Campus Placement and was interviewed in Aug 2021. There was 1 interview round.

Round 1 - Aptitude Test 

(2 Questions)

  • Q1. Question were on Linked List
  • Q2. Question were on Arrays, Trees

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your Coding concept and focus on datastructures.

I applied via LinkedIn and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Normal question regarding web development

Interview Preparation Tips

Interview preparation tips for other job seekers - I have given almost all answer with brief still he want something else strange
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the full stack development?
  • Q2. Involves working n both the frontend and backend(server) of a web application.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Virtual Machine Round 

(3 Questions)

  • Q1. Create a todo app with react and basic form validation
  • Ans. 

    Create a todo app with react and basic form validation

    • Use React to create components for adding, displaying, and deleting todos

    • Implement basic form validation using state and event handlers

    • Utilize CSS for styling the app and make it user-friendly

  • Answered by AI
  • Q2. Second most occuring character in the string
  • Ans. 

    Find the second most occurring character in a string.

    • Create a frequency map of characters in the string

    • Sort the characters based on their frequency

    • Return the second most frequent character

  • Answered by AI
  • Q3. Write a program to find sum and average of the digits that appear in the string, ignoring all other characters. string="PYnative29@#8496"
  • Ans. 

    Program to find sum and average of digits in a string, ignoring other characters.

    • Iterate through each character in the string and check if it is a digit.

    • If it is a digit, convert it to an integer and add it to the sum.

    • Keep track of the count of digits to calculate the average at the end.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Cutshort and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. The Database performance is becoming a bottleneck and the team needs to horizontally scale the database. Which design approach should they use to scale the database efficiently?
  • Q2. The app needs to send a beyond time notification to user about driver status. The status are asked, arrived, cancelled or completed. Each notification must be processed asynchronously to avoid blocking oth...

Tops Infosolutions Interview FAQs

How many rounds are there in Tops Infosolutions Mern Full Stack Developer interview?
Tops Infosolutions interview process usually has 4 rounds. The most common rounds in the Tops Infosolutions interview process are Technical, Resume Shortlist and Assignment.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
View all
PHP Developer
14 salaries
unlock blur

₹2.5 L/yr - ₹9.4 L/yr

Senior PHP Developer
14 salaries
unlock blur

₹8 L/yr - ₹17 L/yr

Software Developer
11 salaries
unlock blur

₹4.6 L/yr - ₹9.6 L/yr

Software Engineer
9 salaries
unlock blur

₹1.5 L/yr - ₹9 L/yr

Business Analyst
8 salaries
unlock blur

₹3.7 L/yr - ₹9 L/yr

Explore more salaries
Compare Tops Infosolutions with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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