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

Filter interviews by

TradeIndia (Infocom Network Private Limited) Management Information System Executive Interview Questions and Answers

Updated 16 Jan 2025

TradeIndia (Infocom Network Private Limited) Management Information System Executive Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Can you introduce yourself?
  • Ans. 

    I am a seasoned Management Information System Executive with over 10 years of experience in implementing and optimizing MIS systems.

    • Over 10 years of experience in MIS

    • Implemented and optimized MIS systems

    • Strong analytical and problem-solving skills

    • Experience in data management and reporting

    • Proficient in various MIS software and tools

  • Answered by AI
  • Q2. Test for mis

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for your aptitude test.

Interview questions from similar companies

I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. If you facing any interview in an organization 1st the interviewer ask to you tell me little about yourself.
  • Ans. It is a most common question for interviewee there is without embarrassed tell to the interviewer about yourself like that- 1-interviewee name and where is he belongs 2- Tell him about interviewee qualification 3- Tell him interviewee about his family (Like - 1-Family member count with name and relation 2-And profession of every persons of his family).
  • Answered Anonymously
  • Q2. Interviewer could ask about previous organization where interviewee are working . if you are working with any organization.
  • Ans. Interviewee define here about previous organization like- Organization name and the organization is working in which field (eg: 1- E-commerce Platform 2- Software Company) and position on which interviewee are working there.
  • Answered Anonymously
  • Q3. Interviewer could ask about interviewee job profile and job responsibilities in previous firm.
  • Ans. Interviewee define here position which interviewee have in the previous organization and what do interviewee do there.
  • Answered Anonymously
  • Q4. Interviewer could ask to interviewee about the organization where are facing interview and about the profile for which are interviewing.
  • Ans. Define here about the company background with name of the firm where are interviewee facing interview and for which position.
  • Answered Anonymously
  • Q5. Interviewer could ask about interviewee package of the previous company.
  • Ans. Interviewee define here his exact salary ( Cost of company(CTC)) which mentioned on his previous firm offer letter.
  • Answered Anonymously
  • Q6. Interviewer could ask about interviewee expectation.
  • Ans. Interviewee have to place a expectation for his salary package here that he want.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is a most common skill of an employee for search the job. in this skill the examiner test your communication skill and education skill, so you without irritation here respond the examiner's every question with self confidence. I hope you will try the same in next interview and will be got the success. Thanks friends and God bless you.

Interview Questionnaire 

10 Questions

  • Q1. What do you do when your schedule is interrupted? How you handle it?
  • Q2. PreOrder traversal without recursion?
  • Ans. 

    PreOrder traversal without recursion is done using a stack to simulate the function call stack.

    • Create an empty stack and push the root node onto it.

    • While the stack is not empty, pop a node from the stack and process it.

    • Push the right child of the popped node onto the stack if it exists.

    • Push the left child of the popped node onto the stack if it exists.

  • Answered by AI
  • Q3. Build a bst out of the unsorted array by looping over the array and inserting each element to the tree?
  • Ans. 

    Yes

    • Create an empty binary search tree (BST)

    • Loop over the unsorted array

    • For each element, insert it into the BST using the appropriate insertion logic

    • Repeat until all elements are inserted

    • The resulting BST will be built from the unsorted array

  • Answered by AI
  • Q4. Find 2 elements in array whose sum is equal to given number?
  • Ans. 

    The question asks to find two elements in an array whose sum is equal to a given number.

    • Iterate through the array and for each element, check if the difference between the given number and the current element exists in the array.

    • Use a hash set to store the elements as you iterate through the array for efficient lookup.

    • Return the pair of elements if found, otherwise return a message indicating no such pair exists.

  • Answered by AI
  • Q5. How many types of trigger?
  • Ans. 

    There are two types of triggers: DML triggers and DDL triggers.

    • DML triggers are fired in response to DML (Data Manipulation Language) statements like INSERT, UPDATE, DELETE.

    • DDL triggers are fired in response to DDL (Data Definition Language) statements like CREATE, ALTER, DROP.

    • Examples: A DML trigger can be used to log changes made to a table, while a DDL trigger can be used to enforce certain rules when a table is alt

  • Answered by AI
  • Q6. Can trigger be used with select statement?
  • Ans. 

    Yes, triggers can be used with select statements in SQL.

    • Triggers are database objects that are automatically executed in response to certain events, such as insert, update, or delete operations.

    • While triggers are commonly used with insert, update, and delete statements, they can also be used with select statements.

    • Using triggers with select statements allows you to perform additional actions or validations before or af...

  • Answered by AI
  • Q7. Indexing in mysql? How many types of indexing in mysql?
  • Ans. 

    Indexing in MySQL improves query performance. There are several types of indexing in MySQL.

    • Indexes are used to quickly locate data without scanning the entire table.

    • Types of indexing in MySQL include B-tree, hash, full-text, and spatial indexes.

    • B-tree indexes are the most common and suitable for most use cases.

    • Hash indexes are used for exact match lookups.

    • Full-text indexes are used for searching text-based data efficie...

  • Answered by AI
  • Q8. Engines in mysql?
  • Ans. 

    Engines in MySQL are the underlying software components that handle storage, indexing, and querying of data.

    • MySQL supports multiple storage engines, each with its own strengths and features.

    • Some commonly used engines in MySQL are InnoDB, MyISAM, and Memory.

    • InnoDB is the default engine in MySQL and provides support for transactions and foreign keys.

    • MyISAM is known for its simplicity and speed but lacks transaction suppo...

  • Answered by AI
  • Q9. Singlton pattern?
  • Q10. Can a constructor be private?
  • Ans. 

    Yes, a constructor can be private.

    • A private constructor can only be accessed within the class itself.

    • It is often used in singleton design pattern to restrict object creation.

    • Private constructors are also useful for utility classes that only contain static methods.

  • Answered by AI

Interview Preparation Tips

Skills: Algorithm, Data structure
College Name: na

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Online aptitude test with general aptitude questions.

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic js, ES6 features, Angular Questions, Node.js Lifecycle, event loop, mongodb questions, some HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare what you are going to appear for, means technologies!

I applied via Naukri.com and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Tell about your self, Education,work experience,key skill,next desire in life, future plans

Interview Preparation Tips

Interview preparation tips for other job seekers - I say only all of u Best of luck

I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. How you handle warehouse operation
  • Ans. 

    I ensure efficient warehouse operations through proper planning, organization, and management.

    • Implementing inventory management systems

    • Optimizing warehouse layout and storage capacity

    • Ensuring safety and compliance with regulations

    • Managing staff and training programs

    • Monitoring and analyzing key performance indicators

    • Collaborating with other departments to improve supply chain efficiency

  • Answered by AI
  • Q2. Why there coming PNA in inventory
  • Ans. 

    PNA in inventory may be due to various reasons.

    • PNA may be a product that is slow-moving or has low demand.

    • There may be an excess of PNA due to overstocking or inaccurate forecasting.

    • PNA may be a new product that has not yet gained popularity.

    • PNA may be a seasonal product that is out of season.

    • PNA may be a product that is being phased out or discontinued.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Taking good interview

Interview Questionnaire 

1 Question

  • Q1. Ask experience for sale

Interview Preparation Tips

Interview preparation tips for other job seekers - English must

I applied via Naukri.com and was interviewed before Apr 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Excel test must and should

Interview Preparation Tips

Interview preparation tips for other job seekers - If

I applied via Approached by Company and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Belonging questions from b2b logistics

Interview Preparation Tips

Interview preparation tips for other job seekers - My current job is a mis executive so my work is operation

I applied via Naukri.com and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Queston about pivot look ups querrys,condition formating.
  • Q2. Working background related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - If u are alrady perform mis operations on daily basis.then interview is.not difficult

TradeIndia (Infocom Network Private Limited) Interview FAQs

How many rounds are there in TradeIndia (Infocom Network Private Limited) Management Information System Executive interview?
TradeIndia (Infocom Network Private Limited) interview process usually has 1 rounds. The most common rounds in the TradeIndia (Infocom Network Private Limited) interview process are HR.

Tell us how to improve this page.

TradeIndia (Infocom Network Private Limited) Management Information System Executive Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 428 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Blinkit Interview Questions
3.7
 • 181 Interviews
BlackBuck Interview Questions
3.8
 • 176 Interviews
Spinny Interview Questions
3.7
 • 170 Interviews
FirstCry Interview Questions
3.6
 • 169 Interviews
Tata 1mg Interview Questions
3.6
 • 146 Interviews
Digit Insurance Interview Questions
4.0
 • 142 Interviews
View all
Relationship Manager
422 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
275 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
176 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Territory Manager
143 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

District Manager
103 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

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

Udaan

4.0
Compare

Swiggy

3.8
Compare

BlackBuck

3.8
Compare

Blinkit

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview