i
Indiamart Intermesh
Filter interviews by
Nice interview experience with easy questions
I applied via Campus Placement
Basics questions were asked
Questions about python and java
They were given a topic about the students preferring studying in foreign countries than India
I was interviewed in Dec 2021.
Round duration - 60 minutes
Round difficulty - Medium
This round was easy for me because this round only has Basic Math, OS, Programming and English Grammar questions.
There were also two easy coding problems.
Given an integer N, determine and print all the prime numbers between 2 and N, inclusive.
Integer N
Prime numbers printed on separate lines
Step 1 : Run a for loop from 2 to N
Step 2 : check each number if it is prime or not
Step 3 : if prime then print
You are given an array of integers ARR
with a length of N
. Your task is to determine whether it's possible to construct at least one non-degenerate triangle using the val...
Step 1 : We will Iterate through the array and pivot each element as the first side of the triangle. Let’s say we are at ‘I’ th index, So we will pivot ‘I’th index as our first side of the triangle.
Step 2 : And for the second side of the triangle, we will start exploring from the next index of ‘I’ and pivot each element from (I+1) till the end as the second side of the triangle. Let’s say we are at the ‘J’th inde...
Round duration - 45 minutes
Round difficulty - Medium
This was interview round where one indiamart senior lead engineer was interviewer. Initially I was nervous but interviewer was very gentle so I was very comfortable at the middle of interview. Interview was based on my resume and some basic problem solving questions.
Given a string str
and a character X
, your task is to create a function that removes all occurrences of X
from the given string.
If the character X
is not found in the s...
string remove_duplicate(string str)
{
int v[256];
for (int i = 0; i < 256; i++) {
v[i] = 0;
}
string ans = "";
for (int i = 0; i < str.length(); i++) {
int asc = int(str[i]);
if (v[asc] == 0) {
ans.push_back(str[i]);
v[asc] = 1;
}
}
return ans;
}
Tip 1 : Practice At least 100 easy and 200 medium DS & Algorithms based questions.
Tip 2 : Make 2 to 3 good projects based on any technology you like and show them on your portfolio website or resume.
Tip 3 : Contribute to open source projects. At least make a pull request if you are able to solve the bug.
Tip 1 : Your resume must be simple and easy to read.
Tip 2 : You should add all your experiences which you have achieved in your career.
Tip 3 : Only add 2 top projects which you like.
I was interviewed before Apr 2023.
Coding+ apti + quant
Indiamart Intermesh interview questions for designations
Top trending discussions
I applied via Campus Placement
3 questions of dsa
1 of api
Logical reasoning, Quantitative aptitude
Array,Strings,DSA concepts like searching algorithm
It was a machine coding round
Sort an array of strings by the difference of a given element to each array element.
Iterate through the array and calculate the absolute difference between the given element and each array element.
Sort the array based on the calculated differences.
Return the sorted array.
I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.
based on 5 interviews
1 Interview rounds
based on 33 reviews
Rating in categories
Assistant Manager
2.6k
salaries
| ₹2.3 L/yr - ₹8.7 L/yr |
Senior Executive
1.2k
salaries
| ₹2 L/yr - ₹5.7 L/yr |
Manager
896
salaries
| ₹3.4 L/yr - ₹9.5 L/yr |
Sales Executive
673
salaries
| ₹1 L/yr - ₹6.5 L/yr |
Relationship Manager
662
salaries
| ₹3.8 L/yr - ₹10 L/yr |
Alibaba Group
TradeIndia (Infocom Network Private Limited)
Global Sources
ExportersIndia