Upload Button Icon Add office photos

Filter interviews by

CorporateServe Solution Navision Technical Consultant Interview Questions, Process, and Tips

Updated 22 Sep 2021

CorporateServe Solution Navision Technical Consultant Interview Experiences

1 interview found

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

Interview Questionnaire 

5 Questions

  • Q1. Difference between Setrange and Setfilter
  • Ans. 

    Setrange and Setfilter are methods used in Navision to filter records in a table.

    • Setrange is used to set a single filter on a field, while Setfilter is used to set multiple filters on multiple fields.

    • Setrange can only be used on primary keys or indexed fields, while Setfilter can be used on any field.

    • Setrange can only be used to filter for equality, while Setfilter can be used for various types of filters like range, w...

  • Answered by AI
  • Q2. How many types of keys in Navision
  • Ans. 

    There are three types of keys in Navision: Primary Key, Foreign Key, and Unique Key.

    • Primary Key: A primary key is a unique identifier for a record in a table. It ensures that each record is unique and can be used to establish relationships with other tables.

    • Foreign Key: A foreign key is a field in a table that refers to the primary key of another table. It establishes a relationship between two tables.

    • Unique Key: A uni...

  • Answered by AI
  • Q3. Grouping in navision
  • Ans. 

    Grouping in Navision allows for categorizing and organizing data based on common attributes.

    • Grouping can be done on various fields such as customer, vendor, item, etc.

    • Grouping can be used for reporting and analysis purposes.

    • Grouping can also be used to set up permissions and access levels for different groups of users.

    • Example: Grouping customers by region or salesperson to analyze sales performance.

    • Example: Grouping it...

  • Answered by AI
  • Q4. Triggers of report. Pages. Tables
  • Ans. 

    Triggers, reports, pages, and tables are key components in Navision development.

    • Triggers are used to execute code before or after certain events occur in a table.

    • Reports are used to present data in a structured format for printing or viewing.

    • Pages are used to create user interfaces for data entry, modification, and display.

    • Tables store and organize data in Navision, serving as the foundation for other components.

  • Answered by AI
  • Q5. Properties of pages and tables
  • Ans. 

    Properties of pages and tables in Navision

    • Pages in Navision are used to display and interact with data

    • Tables in Navision store the data

    • Pages have properties like SourceTable, Caption, and PageType

    • Tables have properties like TableType, DataPerCompany, and DataCaption

    • Pages and tables can have triggers and actions associated with them

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise basic concepts of Navision and focus on Coding part how you use functions and looping in code.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview before Jul 2023.

Round 1 - HR 

(1 Question)

  • Q1. How much expected salary
  • Ans. 

    Negotiable based on experience and responsibilities

    • Salary expectations are dependent on the specific role, responsibilities, and industry standards

    • Consider factors such as location, company size, and benefits package when determining salary expectations

    • Research average salaries for similar positions in the industry to have a realistic expectation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - fake interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude and combined coding tests

Round 2 - Design round 

(1 Question)

  • Q1. Design a parking app or design a web or mobile app where farmers can directly sell their produce
  • Ans. 

    Design a web/mobile app for farmers to directly sell their produce.

    • Create a user-friendly interface for farmers to list their produce

    • Include features for farmers to set prices and quantities

    • Implement a search function for buyers to find specific produce

    • Include a secure payment system for transactions

    • Allow farmers to track their sales and manage inventory

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. You have to explain the design of your previous round

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Worst experience company is not so good

Round 2 - Technical 

(2 Questions)

  • Q1. What is object oriented programming
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP focuses on creating objects that interact with each other to solve problems

    • Encapsulation, inheritance, and polymorphism are key principles of OOP

    • Examples of OOP languages include Java, C++, and Python

  • Answered by AI
  • Q2. Questions on data structute

I applied via Referral and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Online

Round 2 - Technical 

(1 Question)

  • Q1. Basic java or python
Round 3 - HR 

(1 Question)

  • Q1. Nothing just introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply dear friends ,very bad experience

Interview Preparation Tips

Round: Test
Experience: NORMAL DURATION: 45 MIN
DIFFICULTY:AVERAGE
Duration: 30 minutes
Total Questions: 45

Round: SITUATION HANDLING
Experience: GIVEN TO FIND A SOLUTION FOR A PARTICULAR SITUATION.
Tips: BE SPONTANEOUS AND CONFIDENT.

Round: DESIGN ESSAY
Experience: GIVEN TO DESIGN ANY PRODUCT WE WISH (eg: shoe ,bottle).
THE DESIGNED PRODUCT SHOULD BE CREATIVE AND USEFUL.

Round: LIFE EXPERIENCES
Experience: TO WRITE 3 REAL LIFE EXPERIENCES OF YOU WHICH MADE THE PERSON WHO YOU ARE NOW.


Round: HR Interview
Experience: NORMAL HR QUESTIONS.

Skills: C
College Name: NIT Bhopal

I applied via Walk-in and was interviewed before Mar 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops, Collection interface , data structures basics, SQL, Singleton class

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 6 rounds total all contains mostly oops, array, collection, SQL and ds.. But be ready to work very hard and fast they will expect lot of work from you

Interview Questionnaire 

2 Questions

  • Q1. Are you ready to work Mindgate
  • Ans. 

    Yes, I am ready to work at Mindgate.

    • I have the necessary skills and experience to work at Mindgate.

    • I am familiar with Java development and have worked on similar projects before.

    • I am eager to contribute to the team and learn from the talented professionals at Mindgate.

  • Answered by AI
  • Q2. Prepare jdbc

Interview Questionnaire 

3 Questions

  • Q1. 1.What is the purpose of a default constructor?
  • Ans. 

    The purpose of a default constructor is to initialize the object's instance variables with default values.

    • A default constructor is automatically provided by the compiler if no constructor is defined in the class.

    • It is used to create an object of the class with default values for its instance variables.

    • Default constructors are useful when we want to create an object without passing any initial values.

  • Answered by AI
  • Q2. 2.What are the differences between the constructors and methods?
  • Ans. 

    Constructors are special methods used to initialize objects, while methods are regular functions that perform specific tasks.

    • Constructors have the same name as the class, while methods have unique names.

    • Constructors are called automatically when an object is created, while methods need to be called explicitly.

    • Constructors do not have a return type, while methods have a return type.

    • Constructors are used to set initial v...

  • Answered by AI
  • Q3. 3.Why is the main method static?
  • Ans. 

    The main method is static because it needs to be called by the Java Virtual Machine (JVM) without creating an instance of the class.

    • Static methods can be called directly using the class name, without creating an object of the class.

    • The main method is the entry point of a Java program, and it needs to be called by the JVM to start the execution.

    • If the main method were not static, we would need to create an object of the...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is runtime polymorphism, and can you provide a code example to illustrate it?
  • Ans. 

    Runtime polymorphism allows a subclass to provide a specific implementation of a method that is already provided by its parent class.

    • Runtime polymorphism is achieved through method overriding, where a subclass provides its own implementation of a method that is already defined in its superclass.

    • The method to be overridden must have the same name, return type, and parameters in both the superclass and subclass.

    • When an o...

  • Answered by AI
  • Q2. Streams in java
  • Ans. 

    Streams in Java provide a way to process collections of objects in a functional style.

    • Streams are sequences of elements that support various operations like filter, map, reduce, etc.

    • They can be created from collections, arrays, or generate elements dynamically.

    • Streams can be sequential or parallel, allowing for efficient processing of large datasets.

    • Example: List<String> names = Arrays.asList("Alice", "Bob", "Cha...

  • Answered by AI
  • Q3. How do we create threads in Java, and how do we invoke them?
  • Ans. 

    Threads in Java are created by extending the Thread class or implementing the Runnable interface, and invoked using the start() method.

    • Threads can be created by extending the Thread class and overriding the run() method.

    • Threads can also be created by implementing the Runnable interface and passing an instance of the class to a Thread object.

    • Threads are invoked by calling the start() method on the Thread object.

  • Answered by AI
  • Q4. What is a Rest Template and how is it used?
  • Ans. 

    Rest Template is a class in Spring that simplifies making HTTP requests and handling responses.

    • Rest Template is part of the Spring framework in Java.

    • It can be used to make HTTP requests to RESTful web services.

    • It simplifies the process of making HTTP calls and handling responses.

    • Rest Template can handle GET, POST, PUT, DELETE, etc. requests.

    • Example: RestTemplate restTemplate = new RestTemplate();

  • Answered by AI

CorporateServe Solution Interview FAQs

How to prepare for CorporateServe Solution Navision Technical Consultant 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 CorporateServe Solution. The most common topics and skills that interviewers at CorporateServe Solution expect are Navision, ERP Implementation, Microsoft Dynamics Navision, CAL and Bc.
What are the top questions asked in CorporateServe Solution Navision Technical Consultant interview?

Some of the top questions asked at the CorporateServe Solution Navision Technical Consultant interview -

  1. How many types of keys in Navis...read more
  2. Difference between Setrange and Setfil...read more
  3. Triggers of report. Pages. Tab...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

MAQ Software Interview Questions
2.0
 • 102 Interviews
Webkul Software Interview Questions
3.9
 • 64 Interviews
Softenger Interview Questions
4.1
 • 54 Interviews
View all
CorporateServe Solution Navision Technical Consultant Salary
based on 11 salaries
₹3 L/yr - ₹8.2 L/yr
17% less than the average Navision Technical Consultant Salary in India
View more details

CorporateServe Solution Navision Technical Consultant Reviews and Ratings

based on 4 reviews

4.9/5

Rating in categories

4.9

Skill development

4.8

Work-life balance

4.0

Salary

4.0

Job security

4.9

Company culture

4.9

Promotions

4.9

Work satisfaction

Explore 4 Reviews and Ratings
SAP Abap Consultant
19 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

SAP SD Consultant
13 salaries
unlock blur

₹4.8 L/yr - ₹12 L/yr

SAP MM Consultant
12 salaries
unlock blur

₹3.2 L/yr - ₹12 L/yr

Navision Technical Consultant
11 salaries
unlock blur

₹3 L/yr - ₹8.2 L/yr

Technical Consultant
11 salaries
unlock blur

₹1.8 L/yr - ₹8.4 L/yr

Explore more salaries
Compare CorporateServe Solution with

Foray Software

3.5
Compare

Black Knight

3.6
Compare

MAQ Software

2.0
Compare

ESDS Software Solutions

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