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

Associate Engineer

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

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: Data Structures, Algorithms, OOPS, Operating Systems, DBMS, Computer Networks, SQL
Tip
Tip

Tip 1 : Practice as much as you can for SQL queries.
Tip 2 : Make Fundamentals Strong.
Tip 3 : Having experience in Web development is good.

Application process
Where: Campus
Eligibility: 85% and above in 10th and 12th, 60% in B.Tech(CS / IT)
Resume Tip
Resume tip

Tip 1 : Have some projects on your resume 
Tip 2 : Do not put false things on your resume.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration120 minutes
Interview date24 Oct 2021
Coding problem2

Timing: 8pm to 11pm.
Contains Basic MCQ questions on Aptitude, English, CS Fundamentals, 2 Coding Questions.

1. Segregate Even And Odd Nodes In a Linked List

Easy
15m average time
85% success
0/40
Asked in companies
OlaDunzoExpedia Group

You are given the head node of a singly linked list 'head'. Your task is to modify the linked list in such a way that all the even valued nodes appear before the all odd valued node and order of nodes remain the same.


Example :-
The given singly linked list is  6 -> 5 -> 3 -> 4 -> 7 -> 1 -> 2 

subsequence

The modified linked list should have all even values in starting and odd values in the end.
Try solving now

2. Ninja and substrings

Easy
20m average time
80% success
0/40
Asked in companies
LinkedInLivekeeping (An IndiaMART Company)Zoho Corporation

Ninja has been given a string 'STR' containing only lowercase alphabetic characters. Ninja has to find the number of all the different possible substrings of size two that appear in 'STR' as contiguous substrings.

For example:

If the string is ā€œabcdā€, then all possible substrings of size two are { ā€œabā€, ā€œbcā€, ā€œcdā€}.
Try solving now
02
Round
Medium
Video Call
Duration60 minutes
Interview date9 Nov 2021
Coding problem2

Timing: 2:30pm to 3:30pm
It was a video call Round on Google meet.
2 Interviewers (1st one is Manager, 2nd one is Associate Engineer with 1.5 years of experience).
It contains 2 Basic Coding Questions.
Mostly the interview revolves around the Development part, SQL queries, and Basic CN questions like 3-way hand Shaking, What happened when you write google.com in your browser.

1. Reverse String

Moderate
0/80
Asked in companies
Livekeeping (An IndiaMART Company)IBMMcAfee

You are given a string ā€˜S’. You are also given ā€˜M’ integers in an array ā€˜A’. You perform ā€˜M’ operations on this string. The operations are given in an array ā€˜A’ of size ā€˜M’.

You perform the operations in the order they appear in the array ā€˜A’. In the ā€˜i’th operation, you reverse the substring of ā€˜S’ from the position ā€˜A[i]’ to ā€˜len(S)’ - ā€˜A[i]’ - 1 (0 based).

Your task is to find the string after performing all the operations.

Example :
ā€˜S’ = ā€œaabcdā€, ā€˜M’ = 2, ā€˜A’ = [0, 1]
After 1st operation i.e, reversing from [0, 4], ā€˜S’ = ā€œdcbaaā€.
After 2nd operation i.e, reversing from [1, 3], ā€˜S’ = ā€œdabcaā€.
Hence, the answer is ā€œdabcaā€.
Problem approach

You can use the stack for that or it can be solved by 2 pointers.

Try solving now

2. Find Nth Prime

Moderate
15m average time
85% success
0/80
Asked in companies
OlaLivekeeping (An IndiaMART Company)UST Global

You are given a number 'N'. Your task is to find Nth prime number.

A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself.

Any number greater than 0 is a natural number i.e. natural numbers N = {1, 2, 3, 4,....}

For example:-

If you are asked to find the 7th prime number, it’ll be 17 because the first 7 prime numbers are 2, 3, 5, 7, 11, 13, 17.

Note: 1 is not a prime number.

Follow Up:
Try to solve the problem in O(N log log N) + O(N).
Try solving now
03
Round
Easy
HR Round
Duration20 minutes
Interview date16 Nov 2021
Coding problem1

Timing: 11:00 am to 11:20 am on Google Meet.

1. Basic HR Questions

Tell me about yourself.

Tell me about your previous work experiences.

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
Associate Engineer
2 rounds | 3 problems
Interviewed by Livekeeping (An IndiaMART Company)
3326 views
2 comments
0 upvotes
Associate Software Engineer
2 rounds | 3 problems
Interviewed by Livekeeping (An IndiaMART Company)
1195 views
0 comments
0 upvotes
Associate Professional
3 rounds | 7 problems
Interviewed by Livekeeping (An IndiaMART Company)
767 views
0 comments
0 upvotes
Associate Software Engineer
2 rounds | 4 problems
Interviewed by Livekeeping (An IndiaMART Company)
1056 views
0 comments
0 upvotes