Upload Button Icon Add office photos

Filter interviews by

Sara Builders ERP Coordinator Interview Questions, Process, and Tips

Updated 30 Sep 2024

Sara Builders ERP Coordinator Interview Experiences

1 interview found

ERP Coordinator Interview Questions & Answers

user image dnyaneshwar ude

posted on 30 Sep 2024

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

(2 Questions)

  • Q1. What is ERP and how to use
  • Ans. 

    ERP stands for Enterprise Resource Planning. It is a software system that helps organizations manage and integrate their important business processes.

    • ERP helps in streamlining processes such as accounting, human resources, inventory management, and customer relationship management.

    • It allows for real-time data sharing and collaboration across departments.

    • ERP systems typically consist of modules that can be customized to...

  • Answered by AI
  • Q2. How to module in real estate
  • Ans. 

    Modules in real estate refer to different components or functionalities within an ERP system that cater to specific needs of the real estate industry.

    • Modules can include property management, lease management, sales and marketing, financial management, and reporting.

    • Each module is designed to streamline processes, improve efficiency, and provide insights for better decision-making.

    • For example, a property management modu...

  • Answered by AI
Round 2 - HR 

(5 Questions)

  • Q1. Give the self introduction
  • Ans. 

    I am a highly organized and detail-oriented professional with experience in implementing and managing ERP systems.

    • Over 5 years of experience in ERP implementation and coordination

    • Strong project management skills

    • Proficient in analyzing data and identifying process improvements

    • Excellent communication and teamwork abilities

    • Certified in ERP systems such as SAP or Oracle

  • Answered by AI
  • Q2. How many experience in ERP system
  • Ans. 

    I have 5 years of experience working with ERP systems in various industries.

    • 5 years of experience with ERP systems

    • Implemented ERP system at previous company resulting in 20% increase in efficiency

    • Trained over 50 employees on how to use ERP system effectively

  • Answered by AI
  • Q3. How many experience in IT dept
  • Ans. 

    I have 5 years of experience working in the IT department.

    • 5 years of experience in IT department

    • Proficient in various IT systems and software

    • Managed IT projects and implemented solutions

    • Provided technical support and troubleshooting for users

  • Answered by AI
  • Q4. How to work sales module in real estate
  • Ans. 

    Sales module in real estate involves managing property listings, client interactions, and closing deals.

    • Utilize CRM software to track leads, client information, and communication

    • Create and manage property listings with detailed information and photos

    • Track sales progress and follow up with potential buyers

    • Generate reports on sales performance and trends in the real estate market

  • Answered by AI
  • Q5. Are you using ms office perfact and why to use V lookup
  • Ans. 

    Yes, I use MS Office, including Excel, and VLOOKUP is a powerful function for searching and retrieving data.

    • I use MS Office, especially Excel, for data management and analysis.

    • VLOOKUP is used to search for a value in a table and return a corresponding value from another column.

    • It helps in quickly finding and retrieving specific information from a large dataset.

    • VLOOKUP can be used for tasks like matching data from diffe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good opportunity in Mdoc software New implementation and database management

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic communication skills were tested. Sone techical questn too. Versant test is mandatory

Interview Preparation Tips

Interview preparation tips for other job seekers - Please never go for these third party vendors. They misguide you regarding profile . I went for this third party vendor named savantis solution and it really misguided me

Interview Questionnaire 

1 Question

  • Q1. Questions related to COBOL,JCL,VSAM,DB2,CICS,Vision plus

I applied via Approached by Company and was interviewed before Oct 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 

(2 Questions)

  • Q1. Experience in related field of work
  • Q2. Domain experience in years
  • Ans. 

    I have X years of domain experience.

    • I have worked in this domain for X years.

    • During my time in this domain, I have gained expertise in various areas such as...

    • I have worked on projects related to...

    • I have experience working with clients in this domain.

    • I keep myself updated with the latest trends and developments in this domain.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident before you attend interview with hiring manager. Explain in detailed about your roles and responsibilities.. Make sure your explanation should attract to hiring manager.

I applied via Company Website and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is recursion ? what is inheritance? what is heap? write a code to find the largest element in an array?
  • Ans. 

    Recursion is a process in which a function calls itself. Inheritance is a mechanism in OOP where a class inherits properties of another class. Heap is a region of memory used for dynamic memory allocation.

    • Recursion can be used to solve problems that can be broken down into smaller sub-problems.

    • Inheritance allows for code reuse and helps in creating a hierarchy of classes.

    • Heap is used for dynamic memory allocation in la...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not loose your confidence till the end of the interview and be clear with your voice .

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - just basic questions from my cv

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

Interview Questionnaire 

4 Questions

  • Q1. Lifecycle methods of Angular
  • Ans. 

    Angular has several lifecycle methods that are called at different stages of a component's life.

    • ngOnInit() - called after the component is initialized

    • ngOnChanges() - called when the component's input properties change

    • ngDoCheck() - called during every change detection cycle

    • ngAfterViewInit() - called after the component's view has been initialized

    • ngOnDestroy() - called just before the component is destroyed

  • Answered by AI
  • Q2. What are pipes in angular?
  • Ans. 

    Pipes are a feature in Angular that allow for data transformation before displaying it in the view.

    • Pipes are used to format data in the view

    • They can be used to filter, sort, and transform data

    • Examples include the date pipe, currency pipe, and uppercase pipe

  • Answered by AI
  • Q3. How to do global error handling in angular?
  • Ans. 

    Global error handling in Angular can be done using ErrorHandler class.

    • Create a class that implements the ErrorHandler interface

    • Override the handleError() method to handle errors globally

    • Provide the ErrorHandler class in the providers array of AppModule

    • Use the error handling service to log errors or display error messages

  • Answered by AI
  • Q4. What are custom directives? What are their types? How to create with general example?
  • Ans. 

    Custom directives are a way to extend HTML with new attributes and functionality.

    • Types of custom directives are attribute, element, and class directives.

    • Attribute directives modify the behavior of existing HTML elements.

    • Element directives create new HTML elements.

    • Class directives modify the behavior of existing HTML elements based on their class.

    • To create a custom directive, use the directive() method of the AngularJS ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be confident if you know the answers and frank if you don't.
2. Try to get your basics and core concepts to be clear clear.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Nov 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked some journal entries, excel formula and how to run tally software as i was suppose to work on their software. and also basic introduction about myself.so very important to add up some new skill...

Interview Preparation Tips

Interview preparation tips for other job seekers - interview was good, just need to be good in communication skills and please talk in hindi while giving your interview

I applied via Naukri.com and was interviewed before Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions were related to MS Exchange and O365.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and Technically sound.

Analyst Interview Questions & Answers

Wipro user image Anonymous

posted on 23 Feb 2021

Interview Questionnaire 

1 Question

  • Q1. Previous Project Experience

Sara Builders Interview FAQs

How many rounds are there in Sara Builders ERP Coordinator interview?
Sara Builders interview process usually has 2 rounds. The most common rounds in the Sara Builders interview process are Technical and HR.
What are the top questions asked in Sara Builders ERP Coordinator interview?

Some of the top questions asked at the Sara Builders ERP Coordinator interview -

  1. Are you using ms office perfact and why to use V loo...read more
  2. How many experience in ERP sys...read more
  3. How to work sales module in real est...read more

Tell us how to improve this page.

Sara Builders ERP Coordinator Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

Sara Builders ERP Coordinator Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Marketing Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Executive
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Civil Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Civil Site Engineer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Sara Builders with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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