Embee software Pvt Ltd interview experience Real time questions & tips from candidates to crack your interview

Technical Consultant Intern

Embee software Pvt Ltd
upvote
share-icon
5 rounds | 10 Coding problems

Interview preparation journey

expand-icon
Journey
I am a B.Tech IT student at Greater Noida Institute of Technology, Greater Noida currently in my final year. From 1 st year itself I have been solving coding problems on online platforms and have solved around 600+ problems. For my placement preparation I started preparing rigorously from my 3rd year. I prepared OOPs, DBMS, SQL along side DSA and also delved myself into Backend Development with Node JS.
Application story
Applied through on campus placements. Forms were rolled out in our official college groups and had a deadline of one day.
Why selected/rejected for the role?
Because I knew each and every thing written in my resume, i didn't bragged on my resume and my interview went well.
Preparation
Duration: 10 months
Topics: DSA, OOPS, DBMS, MySQL, NODE JS, C++, C, JavaScript, Computer Networks, HTML, CSS
Tip
Tip

Tip 1: Practice DSA regularly.
Tip 2: Focus on aptitude for initial rounds.

Application process
Where: Campus
Eligibility: 7 CGPA, (Stipend: 12k per month)
Resume Tip
Resume tip

Tip 1: Mention your projects which are live.
Tip 2: Mention only those tech stack which you know very well.

Interview rounds

01
Round
Medium
Online Coding Test
Duration60 minutes
Interview date20 Sep 2024
Coding problem1

It was an SQL round with some queries to solve within 1 hour.

1. SQL

  • Create a sample table of Employees and add 10 rows to it. (Learn)
  • Select top 2 employees based on the decreasing order of salary. (Learn)
  • Find average salary of Employees living in a particular location. (Learn)
Problem approach

Basic SQL should be known. Learn SQL Limit, Select query, Joins and Subquery.

02
Round
Medium
Face to Face
Duration30 minutes
Interview date20 Sep 2024
Coding problem3

SQL, DSA, C++ and OOPS questions. Also resume questions.

1. Web Technology

Explain the difference between PUT and PATCH? (Learn)

Problem approach

Learn basic http request and types.

2. DBMS

Implement inner join on dummy tables. (Learn)

Problem approach

Learn SQL and Joins.

3. Reverse Linked List

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

Given a linked list, the task is to reverse the linked list by changing the links between nodes.

Problem approach

The idea is to reverse the links of all nodes using three pointers: 

prev: pointer to keep track of the previous node
curr: pointer to keep track of the current node 
next: pointer to keep track of the next node


Starting from the first node, initialize curr with the head of linked list and next with the next node of curr. Update the next pointer of curr with prev. Finally, move the three pointer by updating prev with curr and curr with next.

Try solving now
03
Round
Medium
Face to Face
Duration25 minutes
Interview date20 Sep 2024
Coding problem2

Communication and HR round.

1. Communication Skills

  • Introduce yourself.
  • Tell me most funny incident of your life?
Problem approach

Tip 1: One minute introduction should be ready.

Tip 2: Fluency and confidence required.

Tip 3: On spot thinking and reasoning capability.

2. HR Questions

  • Will you be able to relocate?
  • Why do you want to join us?
  • Where do you see yourself in next 5 years?
Problem approach

Tip 1: Willingness should be shown
Tip 2: Should be able to relocate

04
Round
Medium
Face to Face
Duration45 minutes
Interview date28 Oct 2024
Coding problem3

Detailed problem solving, resume related questions, project discussion, OOPS, SQL.

1. Maximum Depth Of A Binary Tree

Easy
15m average time
85% success
0/40
Asked in companies
FacebookWalmartRed Hat

Given a binary tree, the task is to find the maximum depth of the tree. The maximum depth or height of the tree is the number of edges in the tree from the root to the deepest node

Problem approach

The idea is to recursively calculate the height of the left and the right subtrees of a node and then find height to the node as max of the heights of two children plus 1.

Try solving now

2. SQL

Explain the types of joins. (Learn)

3. Web Technology

What is the difference between Authentication and Authorization? (Learn)

Problem approach

Tip 1: Learn Authentication and Authorization basics.
Tip 2: Learn JSON Web Tokens. 

05
Round
Easy
Face to Face
Duration20 minutes
Interview date28 Oct 2024
Coding problem1

Company fit and HR related questions.

1. HR Questions

  • How will you travel to the office?
  • How can you be an asset for the company?
  • How are you better than other candidates?
Problem approach

Tip 1: Willingness should be shown.

Tip 2: Mention your strengths and highlight your knowledge base and capabilities.

Tip 3: Show that you have done both academically well and also have required skills.

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
3 rounds | 7 problems
Interviewed by OYO
4657 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Amazon
961 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6450 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3452 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Technical Consultant Intern
2 rounds | 2 problems
Interviewed by Adobe
942 views
0 comments
0 upvotes