Tummoc interview experience Real time questions & tips from candidates to crack your interview

MERN Stack Developer

Tummoc
upvote
share-icon
2 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Application story
I saw the post on LinkedIn and sent my resume to the concerned HR. Next day I got the call regarding interview. Interview was conducted online mood on google meet.
Preparation
Duration: 3.5 months
Topics: Data Structure and Algorithm, Competitive Programming, React, Html, CSS, JavaScript
Tip
Tip

Tip 1 : Give atleast 1.5 hour on DSA daily.
Tip 2 : Make sure you have strong command on JavaScript.
Tip 3 : Basic understanding of react.

Application process
Where: Linkedin
Eligibility: Good resume based on Web development
Resume Tip
Resume tip

Tip 1: Every line of resume crisp and clear.
Tip 2: Don't include anything that you have not command.

Interview rounds

01
Round
Medium
Face to Face
Duration60 minutes
Interview date8 May 2023
Coding problem2

1. Segregate Even And Odd Nodes In a Linked List

Easy
15m average time
85% success
0/40
Asked in companies
American ExpressOptumGrab

Given a singly linked list of N nodes.The task is to find the middle of the linked list. If in case of N is even then 2 middle element is possible (Nth/2 and Nth/2 + 1) in that case print the second middle element (Nth/2 + 1).Example 1st: if linked list is 5 -> 2 -> 1 -> 3 -> 7, then middle node of linked list is 1.Example 2nd: if linked list is 5 -> 2 -> 1 -> 3 -> 7 -> 4, then middle node is linked list is 3

Try solving now

2. Next Greater Element

Easy
10m average time
90% success
0/40
Asked in companies
IBMInfo Edge India (Naukri.com)Amazon

Given an array Arr[ ] of size N having elements.Your task is to find the next greater element for each element of the array from index 0 to N-1. Next greater element of an element in the array is first element on the right which is greater than the that element.If there is no next greater element of current element, then print -1 for that.

Try solving now
02
Round
Hard
Face to Face
Duration45 minutes
Interview date11 May 2023
Coding problem2

1. Longest Common Subsequence

Moderate
0/80
Asked in companies
AmazonVisaRed Hat

Given two strings X of lengths m and Y of lengths n.Find the string of smallest length in such a way that X and Y both are its subsequences (all character of X and Y is small).For example: if X = abuy and Y = bau then string of smallest length is abauy

Try solving now

2. React

Create a React project where there is counter whose default value is 0 that will increase and decrease by clicking respective counter button and reset button that will make counter 0.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS
907 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3320 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2581 views
0 comments
0 upvotes