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
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.
Leaves of a tree are the nodes with no children in a tree data structure.
Traverse the tree and identify nodes with no children.
Use depth-first search or breadth-first search algorithms to find leaves.
Examples: In a binary tree, leaves are nodes with no left or right child.
In a general tree, leaves are nodes with no children in their child list.
The Lowest Common Ancestor (LCA) of a tree is the shared ancestor of two nodes farthest from the root.
Start from the root and traverse the tree to find the paths from the root to the two nodes.
Compare the paths to find the last common node between them, which is the LCA.
If one of the nodes is an ancestor of the other, then the ancestor node is the LCA.
I have worked on projects involving web development, mobile app development, and data analysis.
Developed a web application using React and Node.js for a client in the e-commerce industry
Created a mobile app using Flutter for a startup in the healthcare sector
Performed data analysis on customer behavior using Python and SQL for a marketing company
I completed internships at ABC Company and XYZ Company during my undergraduate studies.
Interned at ABC Company working on web development projects
Interned at XYZ Company assisting with software testing and quality assurance
Gained hands-on experience in coding, debugging, and problem-solving
I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.
1. PEAK ELEMENT QUESTION.
2. COIN DENOMINATION
1 Interview rounds
based on 31 reviews
Rating in categories
Assistant Manager
2.6k
salaries
| ₹2.4 L/yr - ₹8.7 L/yr |
Senior Executive
1.2k
salaries
| ₹0.2 L/yr - ₹5.5 L/yr |
Manager
872
salaries
| ₹3.4 L/yr - ₹9.5 L/yr |
Sales Executive
665
salaries
| ₹1 L/yr - ₹5.5 L/yr |
Relationship Manager
639
salaries
| ₹3.8 L/yr - ₹10 L/yr |
Alibaba Group
TradeIndia (Infocom Network Private Limited)
Global Sources
ExportersIndia