Upload Button Icon Add office photos

Filter interviews by

Nobletex Industries ERP Manager Interview Questions and Answers

Updated 21 Dec 2023

Nobletex Industries ERP Manager Interview Experiences

1 interview found

ERP Manager Interview Questions & Answers

user image Anonymous

posted on 21 Dec 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. About me & my family
Round 3 - Technical 

(1 Question)

  • Q1. About ERP software & GST

Interview questions from similar companies

I appeared for an interview in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Related to semiconductors, processors etc. were asked.
  • Q2. Strength
  • Q3. Weaknesses
  • Q4. Hobby
  • Q5. If there are 200 fishes in an aquarium. 99% are red. How many fishes have to be removed to make the red fishes 98 % in the aquarium?
  • Ans. 

    To make the red fishes 98%, 50 fishes have to be removed from the aquarium.

    • Calculate 1% of 200 fishes, which is 2 fishes.

    • To make the red fishes 98%, subtract 1% (2 fishes) from 99% (198 fishes).

    • To find the number of fishes to be removed, divide the difference by 1% (2 fishes).

    • Therefore, 50 fishes have to be removed to make the red fishes 98%.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 40 aptitude questions of variable difficulty. More questions revolved around topics like time and work, distance, speed, time, profit loss, age etc.
Tips: A regular and prior preparation will go a long way in determining a good test score.
Use tricks to solve the questions and calculations should be fast.
Duration: 30 minutes
Total Questions: 40

Round: Test
Experience: The questions weren't that tough when it came to programming. An example would be conversion of temperature from Celsius to Fahrenheit and vice versa. This was a question in my paper. So I'm hoping the difficulty would be more or less the same.
Tips: Do certified programming courses. They help you a lot in cracking good jobs.
Duration: 45 minutes
Total Questions: 3

Round: Puzzle Interview
Tips: This can be tough if you can't imagine scenarios and situations. So make sure you inculcate critical problem solving thinking in your everyday life. I feel that's the best way to do things in this round.

Round: Technical Interview
Experience: This was a short interview so not much happened.
Tips: Whatever you do just know your stuff properly.

Round: HR Interview
Experience: It was a simple interview. Basic questions and their basic answers helped me get through it.
Tips: The tip would be to stay positive in your approach while answering the questions

Skills: Technical Skills, Interpersonal Communication, Aptitude
College Name: VIT Vellore

I appeared for an interview before May 2016.

Interview Preparation Tips

Round: Test
Experience: The test was conducted through Cocubes. It was moderately difficult. Some of the questions are time taking. We need to be decisive in attempting such questions.
Tips: Need to manage time properly. Should assess and choose which questions to attempt and which ones to leave.
Duration: 1 hour
Total Questions: 30

Round: Test
Experience: The three questions are of three different levels.

1. You will be given two numbers. The first one is the starting point and the second one is the ending point of a range of integers. You have to count the number of integers in that range which are divisible by the first number.

Ex : INPUT : 3 18
OUTPUT : 6

2. You will be given a number. You have to find the sum of the digits. If the sum exceeds 9, you have to add the digits of the sum recursively until you a get a single digit sum.

EX : INPUT : 9999
OUTPUT : 9

Explanation: 9999 => 9 +9+9+9=36 => 3+6 =9

3. You will be given an array of characters which include ( L, R , or a number in the range '0' to '9'). A ball is kept on a line of integers initially kept at zero. The ball has to execute the instructions sequentially as follows:
(i) If an 'L' character is encountered, the ;position of the ball has to be decremented.
(ii) If an 'R' character is encountered, the position of the ball has to be incremented.
(iii) If an integer (in the range '0' to '9) is encountered , we have to go to that index in the array and execute the instruction present in that index.

Finally, after all the instructions are executed, you have to print the final position of the ball.

EX : INPUT :
Number of instruction : 5
Instructions: LR1R2

OUTPUT : 3

Explanation :
(i) Initially, the ball is at 0. Since the 0th index in the array is 'L' , the ball moves to 0-1= -1 position.
(ii) The 1st index is 'R' hence, the position of the ball is -1 +1 = 0 position.
(iii) The 2nd index is '1', hence we have to go to index 1 in the array which is 'R', hence the new position is 0+1 =1.
(iv) The 3rd index is 'R', hence the new position is 1 +1 =2.
(v) The 4th index is '2' , hence we have to go to 2nd index is '1' , hence we have to go again to 1st index , which is 'R' hence the final position is 2+1 =3.

Tips: We need to solve all the three the problems to have better chances of clearing this round.
Duration: 1 hour
Total Questions: 3

Round: Technical Interview
Experience: The interview was focussed majorly on coding. It went for about 45min with around 10 coding problems given to solve. Some basics of Computer networking are also tested in this round.
Tips: Be prepared with some basics of networking. As the company's main focus is on Telecom, good knowledge in telecom and networking would be a big advantage.

Round: Technical Interview
Experience: This round was focused on the aptitude and reasoning skills. Some puzzles were given in this round. These puzzles are of moderately complex and are more common ones in interviews. Like the (find the heavier ball among three balls using a balance in min no. of attempts).
Tips: Sometimes the interviewer tries to confuse. You need to be confident with your answers and explaination.

Round: HR Interview
Experience: The interview was more of a traditional HR round. Majorly concentrated on the final year project, personal strengths and weaknesses.

Skills: Coding Skills, Computer Networking, C Language Basics
College Name: G Pulla Reddy College of Engineering & Technology

I appeared for an interview in Feb 2017.

Interview Preparation Tips

Round: Test
Experience: It was a simple aptitude test in which around 150 students cleared the test.
Duration: 1 hour
Total Questions: 40

Round: Test
Experience: Three programs were given and we had to write the code in either java ,c or c++ and get the required output.Around 90 students cleared this round.
Duration: 1 hour 30 minutes
Total Questions: 3

College Name: VIT Vellore

I appeared for an interview in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Related to semiconductors, processors etc. were asked.
  • Q2. Strength
  • Q3. Weaknesses
  • Q4. Hobbies
  • Q5. If there are 200 fishes in an aquarium. 99% are red. How many fishes have to be removed to make the red fishes 98 % in the aquarium?
  • Ans. 

    To make the red fishes 98%, 50 fishes have to be removed from the aquarium.

    • Calculate 1% of 200 fishes to find the number of red fishes.

    • Subtract the number of red fishes from 200 to find the number of non-red fishes.

    • Calculate 2% of the total number of fishes to find the desired number of red fishes.

    • Subtract the desired number of red fishes from the current number of red fishes to find the number of fishes to be removed.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 40 aptitude questions of variable difficulty. More questions revolved around topics like time and work, distance, speed, time, profit loss, age etc.
Tips: A regular and prior preparation will go a long way in determining a good test score.
Use tricks to solve the questions and calculations should be fast.
Duration: 30 minutes
Total Questions: 40

Round: Test
Experience: The questions weren't that tough when it came to programming. An example would be conversion of temperature from Celsius to Fahrenheit and vice versa. This was a question in my paper. So I'm hoping the difficulty would be more or less the same.
Tips: Do certified programming courses. They help you a lot in cracking good jobs.
Duration: 45 minutes
Total Questions: 3

Round: Puzzle Interview
Tips: This can be tough if you can't imagine scenarios and situations. So make sure you inculcate critical problem solving thinking in your everyday life. I feel that's the best way to do things in this round.

Round: Technical Interview
Experience: This was a short interview so not much happened.
Tips: Whatever you do just know your stuff properly.

Round: HR Interview
Experience: It was a simple interview. Basic questions and their basic answers helped me get through it.
Tips: The tip would be to stay positive in your approach while answering the questions

Skills: Technical Skill, Interpersonal Communication, Aptitude
College Name: VIT Vellore

I appeared for an interview in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Related to semiconductors, processors etc. were asked.
  • Q2. Weaknesses
  • Q3. Strength
  • Q4. Hobby
  • Q5. If there are 200 fishes in an aquarium. 99% are red. How many fishes have to be removed to make the red fishes 98 % in the aquarium?
  • Ans. 

    To make the red fishes 98%, 50 fishes have to be removed from the aquarium.

    • Calculate 1% of 200 fishes to find out how many fishes represent 1%.

    • Multiply the result by 2 to find out how many fishes represent 2%.

    • Subtract the result from 200 to find out how many fishes represent 98%.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 40 aptitude questions of variable difficulty. More questions revolved around topics like time and work, distance, speed, time, profit loss, age etc.
Tips: A regular and prior preparation will go a long way in determining a good test score.
Use tricks to solve the questions and calculations should be fast.
Duration: 30 minutes
Total Questions: 40

Round: Test
Experience: The questions weren't that tough when it came to programming. An example would be conversion of temperature from Celsius to Fahrenheit and vice versa. This was a question in my paper. So I'm hoping the difficulty would be more or less the same.
Tips: Do certified programming courses. They help you a lot in cracking good jobs.
Duration: 45 minutes
Total Questions: 3

Round: Puzzle Interview
Tips: This can be tough if you can't imagine scenarios and situations. So make sure you inculcate critical problem solving thinking in your everyday life. I feel that's the best way to do things in this round.

Round: Technical Interview
Experience: This was a short interview so not much happened.
Tips: Whatever you do just know your stuff properly.

Round: HR Interview
Experience: It was a simple interview. Basic questions and their basic answers helped me get through it.
Tips: The tip would be to stay positive in your approach while answering the questions

Skills: Technical Skill, Interpersonal Communication, Aptitude
College Name: VIT Vellore

Interview Questionnaire 

6 Questions

  • Q1. Choosing between two car varieties based on various costs
  • Ans. 

    Choosing between two car varieties based on various costs

    • Consider upfront costs such as purchase price and financing options

    • Factor in ongoing costs such as fuel efficiency and maintenance

    • Evaluate potential resale value

    • Compare insurance rates

    • Consider any additional features or benefits of each car

    • Make a decision based on overall cost-effectiveness and personal preferences

  • Answered by AI
  • Q2. Choosing between in-branch and out-branch ATM's (factoring in various parameters)
  • Ans. 

    Choosing between in-branch and out-branch ATM's based on various parameters

    • Consider the location and accessibility of the ATM

    • Analyze the cost of installation and maintenance

    • Evaluate the security measures in place

    • Assess the customer demand and usage patterns

    • Factor in the availability of other banking services at the branch

    • Out-branch ATMs may be more cost-effective but in-branch ATMs offer better customer experience

  • Answered by AI
  • Q3. Choosing a marketing strategy for Capital One (Phone Calls or Letters)
  • Ans. 

    Phone calls are more effective for Capital One's marketing strategy.

    • Phone calls allow for immediate feedback and personalized communication.

    • Letters may be ignored or lost in the mail.

    • Capital One can track phone call success rates and adjust their strategy accordingly.

    • Phone calls can also be used to cross-sell and upsell products.

    • Letters may be more appropriate for certain types of communication, such as legal notices o

  • Answered by AI
  • Q4. Narrate a time when you sought the help of your peers and tell me the outcome
  • Ans. 

    I sought help from my peers when I faced a complex data analysis problem.

    • I explained the problem to my peers and asked for their suggestions.

    • We brainstormed and discussed various approaches to solve the problem.

    • One of my peers suggested a new tool that could simplify the analysis process.

    • I tried the tool and it worked perfectly, saving me a lot of time and effort.

    • The outcome was a successful completion of the project w

  • Answered by AI
  • Q5. Tell me a time when you overcome an obstacle in a project or task and the outcome
  • Ans. 

    Overcoming an obstacle in a project

    • During a software development project, we faced a challenge with integrating a third-party API

    • I researched and found a workaround by using a different API that provided similar functionality

    • I presented the solution to the team and we implemented it successfully

    • The outcome was that we were able to deliver the project on time and within budget

  • Answered by AI
  • Q6. Tell me of a time you learned something new for a project/work
  • Ans. 

    I learned about agile methodology for a project

    • Attended a training session on agile methodology

    • Implemented agile methodology in a project

    • Learned about sprints, backlogs, and daily stand-up meetings

    • Improved project efficiency and communication with team members

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It was basic data interpretation questions. They gave us a graph or a couple of graphs and asked questions based on them. Calculators were permitted, so it was mostly about speed and application.
Tips: Solve CAT level questions for Data Interpretation, which is a more advanced level. That should make these questions relatively easy. Just practice sums as much as possible to crack this first round.
Duration: 35 minutes
Total Questions: 30

Round: Case Study Interview
Experience: The company basically looks for how logically you think as well as how effectively you can communicate while working on a problem. The question will be a relatively straightforward case with basic math involved. There are three rounds of Case Interviews, with varying problem statements, to test your thought and working process
Tips: Ensure you write everything systematically, and keep the conversation going with your interviewer. Tell him/her what you are doing constantly. Double check your work, ask questions and be calm and confident. The process is very relaxed so take your time. If you have a doubt, don't hesitate to get it clarified. Organise your workings clearly so you may come back to it easily. Don't get flustered if you make a mistake, check your working and correct it.

Round: Behavioural Interview
Experience: This was the last round of interviews. It was very relaxed. If you've made it this far then you have a very good chance of receiving an offer letter. It's more of an HR Interview with easy flowing conversation. It is to gauge your communication ability and to get a better understanding of what you've done previousy in terms of work, projects, etc.
Tips: Be calm. It's a very relaxed interview with a flowing conversation. Be confident. Don't be afraid to take a moment to think. Ensure you answer the questions in a manner that highlights previous work that you've done, or any other accomplishments. DON'T LIE. Be genuine and calm.

General Tips: I've already said all there is to say earlier. But I'll re-iterate. The interviewers are very nice and relaxed. So just be yourself. Communicate effectively and be organised in your thoughts and workings.
Skill Tips: Don't be nervous. The process is well organised and conducted. It is swift and interesting too. Just stay calm and don't be shy.
Skills: Analytic Thinking, Logic, Communication Ability
College Name: NIT Surathkal
Motivation: I loved the job profile and it was the first company I sat for on campus. I didn't want to continue with any tech related jobs. The company too, has a fantastic atmosphere in the work place.

Consultant Interview Questions & Answers

CapitalOne user image Gaurav Singhvi

posted on 14 Sep 2015

I applied via Campus Placement

Interview Preparation Tips

Round: Test
Experience: It was Data Interpretation.Time constraint. It was important to look for easier questions than solve the ones which were time consuming. Just a notch tougher that DI of CAT.
Tips: Look for easier problems in the paper. Avoid silly mistakes.

Round: Other Interview
Experience: I had 3 interviews all of which were case studies. The difficulty level kept increasing as the interview process moved forward. Became very math intensive. Be sure you be very logical while answering and consider all the basic factors which affect the profitability of a particular change.
Tips: Keep talking to the interviewer. They help. Be confident

General Tips: Be very confident. Try avoiding silly mistakes. Apologize to them if you commit any.
Skills: Basic Econimics, Framing equations out of given data, Making sense of the given data, Basic knowledge of how the products in the case studies work
Duration: 2
College Name: IIT Madras
Motivation: One of the best in its field.
Funny Moments: I had to have a quick break(Had to pee) in middle of a problem during the 3rd interview. The guy was chilled out and he understood and permitted me. But it was awkward to ask such a thing.

Business Analyst Interview Questions & Answers

CapitalOne user image Shreyas Vishwanathan

posted on 1 Nov 2015

I applied via Campus Placement

Interview Questionnaire 

3 Questions

  • Q1. A case study to find out what is more profitable: monthly or daily bus membership
  • Ans. 

    To determine profitability between monthly and daily bus membership, conduct a cost-benefit analysis.

    • Gather data on the cost of monthly and daily bus passes

    • Determine the frequency of usage for each pass type

    • Calculate the total cost of using each pass type over a given period

    • Compare the costs to the benefits of each pass type, such as convenience and flexibility

    • Consider external factors, such as the availability of park...

  • Answered by AI
  • Q2. A case study with profitability of ATMs
  • Q3. Case study on choice of means of transport

Interview Preparation Tips

Round: Test
Experience: It was an easy test with basic DI and LR questions. There were around 18 questions to be done in 20 minutes.
Calculator is allowed so speed was not be a problem.
Tips: A great presence of mind and accuracy is needed. Try some CAT style DI/LR questions.

Round: Case Study Interview
Experience: Initially, the interviewer asked me a general question of what factors should be kept in mind while renting a new place near the office as well as if it is away from the office. Then the case study data was given, and various profit and loss questions were asked with some tricky conditions.
Tips: Maintaining one's cool and calm is a must. Try to solve the questions fast, but it is always better to give a late answer than a wrong answer.

Round: Case Study Interview
Experience: Some general financial knowledge was tested, as in what are the possible sources of income of commercial banks. Then the ATM case study was given, in which I had to ascertain the places in which setting up an ATM will be profitable. I was also asked to draw graphs for the profit/loss equations, and had to interpret some data from it too.
Tips: Strong mathematical skills and basic knowledge of economics will come in handy in such interviews.

Round: Case Study Interview
Experience: This was the final case study, and was similar to the previous ones, with a bit more tricky cases. Some HR questions were asked:
Why Capital One?
Why analytics?

And similar ones.

Skills: Case Analysis, Quantitative Aptitude, Economics, Quick Maths
Duration: 3
College Name: IIT Roorkee

I appeared for an interview before May 2016.

Interview Preparation Tips

College Name: GPREC kurnool

Nobletex Industries Interview FAQs

How many rounds are there in Nobletex Industries ERP Manager interview?
Nobletex Industries interview process usually has 3 rounds. The most common rounds in the Nobletex Industries interview process are Resume Shortlist, One-on-one Round and Technical.

Tell us how to improve this page.

Nobletex Industries ERP Manager Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 150 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 97 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
CapitalOne Interview Questions
3.7
 • 79 Interviews
3 Minds Digital Interview Questions
4.4
 • 69 Interviews
View all

Nobletex Industries ERP Manager Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

3.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
MIS Executive
7 salaries
unlock blur

₹3 L/yr - ₹3.6 L/yr

Production Supervisor
5 salaries
unlock blur

₹2.6 L/yr - ₹4.8 L/yr

Supervisor
5 salaries
unlock blur

₹2.2 L/yr - ₹4 L/yr

Sales Manager
5 salaries
unlock blur

₹4 L/yr - ₹7.7 L/yr

Costing Executive
4 salaries
unlock blur

₹2.5 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Nobletex Industries with

Accel Frontline

4.0
Compare

WM Universal Solutions Private Limited

3.8
Compare

UTL Solar

3.5
Compare

Northcorp Software

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