Livekeeping (An IndiaMART Company) interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

Livekeeping (An IndiaMART Company)
upvote
share-icon
3 rounds | 7 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Data Structures, Database Management Systems, Computer Networks, COA, Aptitude
Tip
Tip

Tip 1 : Have a good command in DBMS.
Tip 2 : Prepare one subject very thoroughly.
 

Application process
Where: Other
Eligibility: Throughout 70% marks from Class 10 to Highest Pursuing Degree
Resume Tip
Resume tip

Tip 1 : Focus on Projects.
Tip 2 : Keep it clean. 
Tip 3 : Be very specific with what you are presenting since a lot of questions are directly asked from the resume basis only.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date3 Sep 2021
Coding problem3

It was a virtual round. I was given a time slot to appear in the test. There were Multiple Choice Questions and coding round in that. Questions were easy to moderate.

1. Reverse Words In A String

Easy
10m average time
90% success
0/40
Asked in companies
UnacademyIBMOptum

You are given a string 'str' of length 'N'.


Your task is to reverse the original string word by word.


There can be multiple spaces between two words and there can be leading or trailing spaces but in the output reversed string you need to put a single space between two words, and your reversed string should not contain leading or trailing spaces.


Example :
If the given input string is "Welcome to Coding Ninjas", then you should return "Ninjas Coding to Welcome" as the reversed string has only a single space between two words and there is no leading or trailing space.
Try solving now
Easy
33m average time
0/40
Asked in companies
SamsungDirectiAmazon

Given a binary tree, write a function that returns a list containing all the leaf nodes of the binary tree in the order in which they appear from left to right. In case two leaf nodes are at the same distance from the leftmost node, the one that has a lesser depth has to be printed first.

 Remember/Consider:
If both horizontal and vertical distances are the same for two leaf nodes, then print the one with smaller node data.
Try solving now

3. SQL Question

Write a SQL query to find all duplicate emails in a table named Person.

 

+----+---------+
| Id | Email   |
+----+---------+
| 1  | a@b.com |
| 2  | c@d.com |
| 3  | a@b.com |
+----+---------+

For example, your query should return the following for the above table:

 

+---------+
| Email   |
+---------+
| a@b.com |
+---------+
02
Round
Medium
Video Call
Duration60 minutes
Interview date9 Sep 2021
Coding problem3

This round had questions mainly from DBMS and SQL.

1. DBMS Question

Explain the difference between the DELETE and TRUNCATE command in a DBMS.

2. SQL Question

Write a SQL query to get the second highest salary from the 

Employee table.

 

+----+--------+
| Id | Salary |
+----+--------+
| 1  | 100    |
| 2  | 200    |
| 3  | 300    |
+----+--------+

For example, given the above Employee table, the query should return 200 as the second highest salary. If there is no second highest salary, then the query should return null.

 

+---------------------+
| SecondHighestSalary |
+---------------------+
| 200                 |
+---------------------+

3. DBMS Question

What are Constraints in SQL?

03
Round
Medium
HR Round
Duration30 minutes
Interview date12 Sep 2021
Coding problem1

Simple managerial round.

1. Basic HR Questions

1) Introduce Yourself.
2) Your Expectations from the company.
3) Past experiences.

Problem approach

Tip 1 : The cross questioning can go intense some time, think before you speak.


Tip 2 : Be open minded and answer whatever you are thinking, in these rounds I feel it is important to have opinion.
 

Tip 3 : Context of questions can be switched, pay attention to the details. It is okay to ask questions in these round, like what are the projects currently the company is investing, which team you are mentoring. How all is the work environment etc.


Tip 4 : Since everybody in the interview panel is from tech background, here too you can expect some technical questions. No coding in most of the cases but some discussions over the design can surely happen.

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
Software Engineer
2 rounds | 3 problems
Interviewed by Livekeeping (An IndiaMART Company)
1406 views
1 comments
0 upvotes
Associate Professional
2 rounds | 4 problems
Interviewed by Livekeeping (An IndiaMART Company)
777 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3319 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
4 rounds | 1 problems
Interviewed by Newgen Software
3210 views
2 comments
0 upvotes
company logo
Software Engineer
3 rounds | 6 problems
Interviewed by HashedIn
2582 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 2 problems
Interviewed by Ernst & Young (EY)
0 views
0 comments
0 upvotes