Gnani.ai interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

Gnani.ai
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Journey
Started coding when I was in 1st year. I got to know that to get an internship we have to do coding. I started with basic coding and started with hacker rank and gradually increased the difficulty of the problem. After that I moved to leet code and solved problems on the basis of tags first easy then medium then hard.
Application story
I applied through Linkedin and nearly after a month i received a mail for the interview process and an online test.
Why selected/rejected for the role?
I was selected because I have strong core subjects skills and coding practices. I learn from this selection that one must practice mock interviews.
Preparation
Duration: 5 months
Topics: Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming
Tip
Tip

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 process
Where: Linkedin
Eligibility: NA
Resume Tip
Resume tip

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.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration75 minutes
Interview date12 Aug 2022
Coding problem2

1. Merge Two Sorted Linked Lists

Moderate
15m average time
80% success
0/80
Asked in companies
HSBCAmazonApple

You are given two sorted linked lists. You have to merge them to produce a combined sorted linked list. You need to return the head of the final linked list.

Note:

The given linked lists may or may not be null.

For example:

If the first list is: 1 -> 4 -> 5 -> NULL and the second list is: 2 -> 3 -> 5 -> NULL

The final list would be: 1 -> 2 -> 3 -> 4 -> 5 -> 5 -> NULL
Try solving now

2. Right View

Moderate
35m average time
65% success
0/80
Asked in companies
AmazonAdobeUber

You have been given a Binary Tree of integers.

Your task is to print the Right view of it.

The right view of a Binary Tree is a set of nodes visible when the tree is viewed from the Right side and the nodes are printed from top to bottom order.

Try solving now
02
Round
Easy
HR Round
Duration30 minutes
Interview date21 Aug 2022
Coding problem1

1. Basic HR Questions

Tell me about yourself and your family background.
What do you want the most in your life?
Who is your role model?
What are your hobbies?

Here's your problem of the day

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

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
Software Engineer
2 rounds | 3 problems
Interviewed by Gnani.ai
1526 views
1 comments
0 upvotes
SDE - Intern
3 rounds | 5 problems
Interviewed by Gnani.ai
1436 views
0 comments
0 upvotes
SDE - 2
2 rounds | 4 problems
Interviewed by Gnani.ai
938 views
0 comments
0 upvotes
Graduate Engineer Trainee
2 rounds | 3 problems
Interviewed by Gnani.ai
873 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7976 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
10148 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4447 views
1 comments
0 upvotes