Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by TradeIndia (Infocom Network Private Limited) Team. If you also belong to the team, you can get access from here
3.4

based on 834 Reviews

Filter interviews by

TradeIndia (Infocom Network Private Limited) Software Developer Interview Questions, Process, and Tips

Updated 11 Oct 2024

Top TradeIndia (Infocom Network Private Limited) Software Developer Interview Questions and Answers

View all 7 questions

TradeIndia (Infocom Network Private Limited) Software Developer Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Nth maximum element in an array with efficiency O(n) time
  • Ans. 

    Find the nth maximum element in an array efficiently in O(n) time

    • Iterate through the array once to find the maximum element

    • Repeat the process n times to find the nth maximum element

    • Use a variable to keep track of the current maximum element

  • Answered by AI
  • Q2. Python specific generator , decorator etc
Round 2 - Coding Test 

Few medium coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - medium question ,prepare well and succeed

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(6 Questions)

  • Q1. What is difference between list and tuple?
  • Ans. 

    List is mutable and can be modified, while tuple is immutable and cannot be modified.

    • List is defined using square brackets [], while tuple is defined using parentheses ().

    • Elements in a list can be added, removed, or modified, while elements in a tuple cannot be modified.

    • Lists are typically used for collections of similar items, while tuples are used for collections of different items.

    • Lists have more built-in methods an...

  • Answered by AI
  • Q2. Find second highest salary of employee using django orm?
  • Ans. 

    Find second highest salary of employee using Django ORM.

    • Use the Django ORM to query the Employee model

    • Order the employees by salary in descending order

    • Skip the first employee (highest salary) and get the second employee (second highest salary)

  • Answered by AI
  • Q3. Find no of occurance in list output in dict
  • Ans. 

    The question asks to find the number of occurrences of each element in a list and output the result in a dictionary.

    • Iterate through the list and use a dictionary to keep track of the count of each element.

    • If an element is already in the dictionary, increment its count by 1. Otherwise, add it to the dictionary with a count of 1.

    • Finally, return the dictionary with the counts of each element.

  • Answered by AI
  • Q4. What is django middleware?
  • Ans. 

    Django middleware is a component that sits between the web server and the view, allowing for processing of requests and responses.

    • Middleware is a way to modify or process requests and responses globally in a Django application.

    • It can be used for authentication, session management, caching, logging, and more.

    • Middleware classes are defined in settings.py and executed in order.

    • Examples of middleware include Authentication...

  • Answered by AI
  • Q5. What is decorator?
  • Ans. 

    A decorator is a design pattern that allows behavior to be added to an individual object dynamically.

    • Decorators enhance the functionality of an object without modifying its structure.

    • They provide a flexible alternative to subclassing for extending functionality.

    • Decorators can be stacked to add multiple behaviors to an object.

    • Examples of decorators include logging, caching, and authentication decorators.

  • Answered by AI
  • Q6. What is generator?
  • Ans. 

    A generator is a function that can be paused and resumed, allowing it to produce a sequence of values over time.

    • Generators are defined using the function* syntax in JavaScript.

    • They use the yield keyword to pause execution and return a value.

    • Generators can be iterated over using a for...of loop.

    • They are useful for generating infinite sequences or lazily computing values.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - go feel free no such hard question any one can crack interview.

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray SumGiven an array of numbers, find the maximum s ... read more
asked in Cognizant
Q2. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Rakuten
Q3. Merge two sorted arraysNinja has been given two sorted integer ar ... read more
asked in GlobalLogic
Q4. Terms Of APAyush is given a number ‘X’. He has been told that he ... read more
asked in Amazon
Q5. Minimum Number of Platform NeededYou are given the arrival and de ... read more

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. HR round and 3 technical rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was HR Round, where we discussed around total exp. and expected salary etc.
Where I told them upfront that my current package is (4.8Fixed+1.5 variable = 6.3 Total) and I am holding 8.5LPA offer from other company and I am looking for better compensation, where HR(Juhi Bhatia) told me she have good budget and they will be able to give hike on that offer, then there were 3 consecutive technical rounds of interviews. Including MCQ Test and two face to face interviews.

After clearing all rounds of interviews got a call from HR , for updated me that I am selected and they are now working on my salary recommendations, then I had to follow-up for continuous 3 weeks with no response from their team, later after 3 weeks they simply said they can offer 5.3 LPA maximum and this is what I deserve, Also they don't have more budget.

I here just want to mention , there HR team including (Juhi Bhatia and Radhika(HR Manager) are simply Lier and unprofessional with Little or no Knowledge.

They have many fraud reports against them, you can find them on google as well. They are full of lier and Frauds.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Job Fair and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Coding Test 

OA test 3 Dsa questions 2 medium 1 hard you have to solve 1.5 questions in 120 minutes

Round 2 - One-on-one 

(2 Questions)

  • Q1. DSA Round Astreoid collision leetcode
  • Q2. Dp question based on exclusion and inclusion
Round 3 - Coding Test 

DSA 2 question
1 -> Find Lca and traverse a tree path available on GFG
2 -> LinkedList pallindrome check (you have to solve that in 0(1) space complexity)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The exam duration is one and a half hours.

Round 2 - Coding Test 

The total exam time is one and a half hours.

Round 3 - Group Discussion 

It encompasses all topics related to full stack development.

Round 4 - Technical 

(2 Questions)

  • Q1. Asks questions on SQL
  • Q2. Asks question in typical topics
Round 5 - HR 

(1 Question)

  • Q1. Where do you see yourself in two years?
  • Ans. 

    In two years, I see myself as a senior software developer leading a team on innovative projects.

    • Advancing to a senior software developer role

    • Leading a team on new and innovative projects

    • Continuing to enhance my technical skills through ongoing learning and training

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Explain Deadlock?
  • Q2. Explain Red Black Tree?
  • Q3. Find local minima in a 1-D array?
  • Q4. Find local minima in 2-D array?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. LRU Cache - how to tackle
  • Ans. 

    LRU Cache is a data structure that maintains a list of items in order of most recently used to least recently used.

    • Implement using a doubly linked list and a hashmap for efficient operations

    • When an item is accessed, move it to the front of the list

    • When the cache is full, remove the least recently used item from the end of the list

  • Answered by AI
  • Q2. LRU Cache implementation based on a real time system. How would the main work which will be called etc etc
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Coding Test 

It was a coding round where i need to solve 3 DSA Questions in 1.5 hour

Round 2 - Technical 

(2 Questions)

  • Q1. This is Technical round where i was asked to implement the Two Question of Dsa one is bases on greedy and another is dp , another one is leetcode hard (finding maxaimal area of rectangle in matrix of 1 and...
  • Q2. Greedy Q was direct i don't remember clearly. I was selected for the 2nd round
Round 3 - One-on-one 

(1 Question)

  • Q1. It was also a technical round but bases on LLD problem statement. I was given a problem statement to design a society security system and the they need psudo code for complete implementation using correct ...
Round 4 - HR 

(1 Question)

  • Q1. I was not selected for 4th round but heard that there were Q on cs fundamentals.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. The question was about Nodejs
  • Q2. The question was to build a linked list in Nodejs
Round 2 - Technical 

(2 Questions)

  • Q1. The first question was related to DSA
  • Q2. The question was related to SQL
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. It was lld question to design a cab booking system.
  • Q2. Tell me about yourself

TradeIndia (Infocom Network Private Limited) Interview FAQs

How many rounds are there in TradeIndia (Infocom Network Private Limited) Software Developer interview?
TradeIndia (Infocom Network Private Limited) interview process usually has 1-2 rounds. The most common rounds in the TradeIndia (Infocom Network Private Limited) interview process are One-on-one Round, Technical and Coding Test.
What are the top questions asked in TradeIndia (Infocom Network Private Limited) Software Developer interview?

Some of the top questions asked at the TradeIndia (Infocom Network Private Limited) Software Developer interview -

  1. what is difference between list and tup...read more
  2. find second highest salary of employee using django o...read more
  3. nth maximum element in an array with efficiency O(n) t...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 TradeIndia (Infocom Network Private Limited) interviews
Referral
Recruitment Consultant
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
43% less than the average Software Developer Salary in India
View more details

TradeIndia (Infocom Network Private Limited) Software Developer Reviews and Ratings

based on 10 reviews

3.0/5

Rating in categories

3.3

Skill development

3.3

Work-Life balance

2.5

Salary & Benefits

3.0

Job Security

3.1

Company culture

2.2

Promotions/Appraisal

3.3

Work Satisfaction

Explore 10 Reviews and Ratings
Relationship Manager
446 salaries
unlock blur

₹2.8 L/yr - ₹5 L/yr

Assistant Manager
272 salaries
unlock blur

₹2.3 L/yr - ₹5.5 L/yr

Senior Executive
173 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Senior Territory Manager
138 salaries
unlock blur

₹4.1 L/yr - ₹6.6 L/yr

Senior Business Development Executive
104 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Explore more salaries
Compare TradeIndia (Infocom Network Private Limited) with

Udaan

4.0
Compare

Swiggy

3.8
Compare

BlackBuck

3.8
Compare

Myntra

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview