Upload Button Icon Add office photos

Filter interviews by

Micropoint Computers Interview Questions and Answers

Updated 14 Sep 2023

Micropoint Computers Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. 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 - One-on-one 

(3 Questions)

  • Q1. In detail check for your skills mentioned in resume
  • Q2. Project management process such waterfall etc.
  • Q3. Compliance related to infosec domain

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through JD and prepare yourself

Senior Project Coordinator Interview Questions asked at other Companies

Q1. 4. tell us about The Amsotics, what do you think about Amsotics and there work culture.
View answer (1)

Jobs at Micropoint Computers

View all

Interview questions from similar companies

I appeared for an interview before May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Timing: Morning
How was the environment? It happened in the Computer Lab of my institution
All students were assigned a computer and we had to solve questions on hackerrank

  • Q1. 

    Order of People Heights Problem Statement

    Consider 'N' individuals numbered from 0 to N-1 standing in a queue. You are provided with two arrays: Height and Infront, each consisting of 'N' non-negative int...

  • Ans. 

    The task is to find the actual order of people in a queue based on their heights and the number of taller people in front of them.

    • Iterate through the given arrays and create a list of tuples containing the height and number of taller people for each person.

    • Sort the list of tuples in descending order of height and ascending order of the number of taller people.

    • Create an empty result list and insert each tuple into the r...

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Round was a mix of concepts from OOPS, OS and Problem Solving

  • Q1. 

    Binary Search Tree Value Finder

    Given a Binary Search Tree (BST) and a key value 'X', determine if there exists a node within the BST containing the value 'X'.

    Example:

    Input:
    Consider the tree represe...
  • Ans. 

    The task is to find if a given value is present in a Binary Search Tree (BST).

    • Start from the root node and compare the value with the target value.

    • If the value matches, return true.

    • If the target value is less than the current node value, move to the left child.

    • If the target value is greater than the current node value, move to the right child.

    • Repeat the process until a match is found or a leaf node is reached.

    • If a leaf...

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPANVIDIA interview preparation:Topics to prepare for the interview - Data Structures, Algorithms(basic), DBMS, Operating systems, basics of web development.Time required to prepare for the interview - 8 monthsInterview preparation tips for other job seekers

Tip 1 : Try to code the data structures that you have learned to understand things better
Tip 2 : Try to solve the problem even if it is the worst possible solution you think and then try to optimize don't jump to get the
best possible solution
Tip 3 : Discuss things among peers it helps to improve the understanding, even try to teach someone anything new you learn, this is very helpful during the interviews as you will have habit of explaining things

Application resume tips for other job seekers

Tip 1 : Try to be honest in the resume don't write something you don't know, most of the time it backfires.
Tip 2 : Try to make 2 good projects for cv and know about the challenges you can face on the project and think about how you can solve that challenge.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How to get opportunities in Colt
  • Ans. Need thorough knowledge on ethernet over SDH,DWDM and OTN.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a great opportunity if you get a chance to join at Colt. Have a good work life balance 😊 and good features for employees as well.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude was quite easy with simple python questions

Round 2 - Coding Test 

Asked basic questions on numpy and pandas

Interview Preparation Tips

Topics to prepare for Seagate Intern interview:
  • Python
  • SQL
Interview preparation tips for other job seekers - Prepare for basic questions dont stress too much

Intern Interview Questions & Answers

Seagate user image Shivani Mukunde

posted on 1 Aug 2024

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

(2 Questions)

  • Q1. Python program questions
  • Q2. OOPS based programming questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. DSA - Linked List, Array and Strings
Round 2 - HR 

(1 Question)

  • Q1. Why should we hire you
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is hyperparameter tuning?
  • Ans. 

    Hyperparameter tuning is the process of selecting the best set of hyperparameters for a machine learning model.

    • Hyperparameters are parameters that are set before the learning process begins.

    • Hyperparameter tuning involves adjusting hyperparameters to optimize the model's performance.

    • Common techniques for hyperparameter tuning include grid search, random search, and Bayesian optimization.

  • Answered by AI
  • Q2. How do we train neural networks?
  • Ans. 

    Neural networks are trained using algorithms that adjust the weights and biases of the network based on the input data and desired output.

    • Neural networks are trained using a process called backpropagation, where the error between the predicted output and the actual output is used to adjust the weights and biases of the network.

    • Training data is fed into the neural network, and the network's output is compared to the des...

  • Answered by AI
  • Q3. What is overfitting?
  • Ans. 

    Overfitting occurs when a machine learning model learns the training data too well, including noise and outliers, leading to poor generalization on new data.

    • Overfitting happens when a model is too complex and captures noise in the training data.

    • It can be identified when a model performs well on training data but poorly on unseen data.

    • Techniques to prevent overfitting include cross-validation, regularization, and early ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join. Too much politics and racism. They only prefer regional candidates.

Skills evaluated in this interview

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

Psuedo code based test

Round 2 - One-on-one 

(1 Question)

  • Q1. Coding question in any language of choice
Round 3 - One-on-one 

(1 Question)

  • Q1. Multiple questions based on networking, OS, DSA, ML, puzzles and one coding question as well
Round 4 - One-on-one 

(1 Question)

  • Q1. Interview with manager - combination of technical and behavioral
Round 5 - One-on-one 

(1 Question)

  • Q1. Interview with Director - Technical theory questions based on networking
Round 6 - HR 

(1 Question)

  • Q1. No specific questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Have strong foundation in coding and networking concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Basic coding questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Core subjects like Operating System, Networking
  • Q2. TCP, UDP protocols, working
  • Q3. OSI, TC/IP working model
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2023.

Round 1 - Coding Test 

Mcqs + 2 coding questions fairly easy one

Round 2 - Technical 

(1 Question)

  • Q1. Implement something which you donot know by researching
  • Ans. 

    Implementing a neural network for image recognition

    • Research different types of neural networks such as Convolutional Neural Networks (CNNs) and Recurrent Neural Networks (RNNs)

    • Study how to preprocess image data and feed it into the neural network

    • Learn about popular deep learning frameworks like TensorFlow or PyTorch

    • Experiment with training a neural network on a dataset like MNIST for digit recognition

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Traversing the web pages which has links to other web pages in specific orders
  • Ans. 

    Traversing web pages with links in specific orders requires web scraping and following the links recursively.

    • Use web scraping tools like BeautifulSoup or Scrapy to extract links from web pages.

    • Implement a recursive function to follow the links in specific orders (e.g. depth-first or breadth-first).

    • Track visited pages to avoid infinite loops or revisiting the same pages.

    • Handle errors and exceptions when accessing web pa

  • Answered by AI
  • Q2. Heap implementation

Interview Preparation Tips

Interview preparation tips for other job seekers - try to solve problems, debug if found any errors

Skills evaluated in this interview

Micropoint Computers Interview FAQs

How many rounds are there in Micropoint Computers interview?
Micropoint Computers interview process usually has 2 rounds. The most common rounds in the Micropoint Computers interview process are Resume Shortlist and One-on-one Round.
How to prepare for Micropoint Computers interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Micropoint Computers. The most common topics and skills that interviewers at Micropoint Computers expect are Troubleshooting Skills, Desktop Support, Networking, Troubleshooting and Outlook Configuration.
What are the top questions asked in Micropoint Computers interview?

Some of the top questions asked at the Micropoint Computers interview -

  1. Project management process such waterfall e...read more
  2. Compliance related to infosec dom...read more

Tell us how to improve this page.

Micropoint Computers Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Indus Towers Interview Questions
3.8
 • 183 Interviews
Nvidia Interview Questions
3.7
 • 108 Interviews
BT Business Interview Questions
4.0
 • 81 Interviews
Arista Networks Interview Questions
4.1
 • 43 Interviews
ITI Interview Questions
3.6
 • 34 Interviews
Seagate Interview Questions
3.3
 • 17 Interviews
Sandvine Interview Questions
3.2
 • 17 Interviews
View all

Micropoint Computers Reviews and Ratings

based on 81 reviews

3.6/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.2

Salary

3.4

Job security

3.5

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 81 Reviews and Ratings
Technical Support Engineer

Patna

2-4 Yrs

Not Disclosed

Network Engineer

Navi Mumbai,

Chennai

+1

1-1 Yrs

₹ 2.5-3.75 LPA

Explore more jobs
Engineer- Customer Support
56 salaries
unlock blur

₹1 L/yr - ₹3.6 L/yr

Technical Support Engineer
36 salaries
unlock blur

₹2.2 L/yr - ₹4 L/yr

Network Engineer
24 salaries
unlock blur

₹2 L/yr - ₹5.5 L/yr

Desktop Support Engineer
23 salaries
unlock blur

₹1.9 L/yr - ₹3.6 L/yr

System Administrator
19 salaries
unlock blur

₹2.3 L/yr - ₹5 L/yr

Explore more salaries
Compare Micropoint Computers with

Indus Towers

3.8
Compare

BT Business

4.0
Compare

Nvidia

3.7
Compare

Colt Technology Services

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