Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Godrej Infotech Team. If you also belong to the team, you can get access from here

Godrej Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Godrej Infotech Functional Consultant Interview Questions and Answers

Updated 20 Jun 2024

Godrej Infotech Functional Consultant Interview Experiences

3 interviews found

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

Logical reasoning questions with alphabets and numbers only

Round 2 - One-on-one 

(3 Questions)

  • Q1. Inventory valuation
  • Q2. Sales journal and ledger entry
  • Q3. Internal control
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Logical reasoning questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Inventory valuation
  • Q2. Sales journal and ledger entries

Functional Consultant Interview Questions Asked at Other Companies

asked in Deloitte
Q1. A restaurant is having heavy rush hour in the morning. You are im ... read more
Q2. Architecture of IBM maximo, workorder total flow in as per system ... read more
asked in Accenture
Q3. What is item sales tax group how do u set up item sales group in ... read more
asked in Accenture
Q4. What is Number sequences and where do you create them?
asked in Deloitte
Q5. Tell me about blockchain and AI and your thoughts on it
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Inventory Valuation methods
  • Ans. 

    Inventory valuation methods are used to determine the value of a company's inventory for financial reporting purposes.

    • Common inventory valuation methods include FIFO (First In, First Out), LIFO (Last In, First Out), and weighted average cost.

    • FIFO assumes that the oldest inventory items are sold first, while LIFO assumes that the newest inventory items are sold first.

    • Weighted average cost takes into account the average ...

  • Answered by AI
  • Q2. COA Design questions

Interview Preparation Tips

Interview preparation tips for other job seekers - interview experience was good

Interview questions from similar companies

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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About Ecommerce
  • Q2. Ecommerce and salesforce
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Ecommerce salesforce
  • Q2. Ecommerce and salesforce
Round 2 - One-on-one 

(2 Questions)

  • Q1. Ecommerce salesforce
  • Q2. Salesforce com ecommerce
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Basic programming questions like pattern, prime numbers and many other questions

Round 2 - Technical 

(2 Questions)

  • Q1. Programming languages that you know asked on that only basic oops and sql
  • Q2. Polymorphism and inheritance
Round 3 - HR 

(1 Question)

  • Q1. How many members in your family Relocate or not Familiar with company polic

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong with your basics like programming languages,oops ,sql
Round 1 - Coding Test 

Coding questions asked were easy.

Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself Opps concepts Questions on resume Questions on Projects Core Java
Round 3 - HR 

(1 Question)

  • Q1. Short intro Family background Relocation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be aware of what you're mentioning in your resume and be confident with what you lnow instead of what you don't
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. 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 - One-on-one 

(1 Question)

  • Q1. General questions Some technical questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Face to face live interview Python question Many questions

I applied via Campus Placement and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Specially Patter Questions of coding.

Round 2 - Technical 

(7 Questions)

  • Q1. If u clear 2 pattern program question then U eligible for Face to face non virtual Technical Interview.In interview you have some basic knowledge of programming and also SQL is important HTML CSS and some...
  • Q2. Tell me about yourself. Your preferred language(my language is python). Why U choose Python but U doing pattern questions in C why? A ball weight problem - To find the light weighted in 6 ball by using ...
  • Ans. 

    The problem is to find the lightest ball among 6 balls using only 2 times of balance machine.

    • Divide the balls into 3 groups of 2 balls each.

    • Weigh the first two groups against each other.

    • If they balance, the lightest ball is in the third group.

    • If one group is lighter, take those two balls and weigh them against each other.

    • If they balance, the lightest ball is the one left in the third group.

    • If one ball is lighter, that

  • Answered by AI
  • Q3. Use of object oriented programming?
  • Ans. 

    Object oriented programming is a programming paradigm that uses objects to represent and manipulate data.

    • Encapsulation: bundling data and methods that operate on that data within one unit

    • Inheritance: creating new classes from existing ones, inheriting their properties and methods

    • Polymorphism: ability of objects to take on many forms and behave differently based on context

    • Examples: Java, C++, Python, Ruby

  • Answered by AI
  • Q4. Implementation of inheritance
  • Ans. 

    Inheritance is a mechanism in OOP where a new class is derived from an existing class.

    • Inheritance allows the new class to inherit the properties and methods of the existing class.

    • The existing class is called the parent class or superclass, and the new class is called the child class or subclass.

    • The child class can add new properties and methods, or override the existing ones.

    • There are different types of inheritance, su...

  • Answered by AI
  • Q5. Some basic query in sql
  • Q6. Different between turncate and delete command
  • Ans. 

    Truncate removes all data from a table while delete removes specific rows.

    • Truncate is faster than delete as it doesn't log individual row deletions

    • Truncate resets the identity of the table while delete doesn't

    • Truncate cannot be rolled back while delete can be

    • Truncate doesn't fire triggers while delete does

  • Answered by AI
  • Q7. What is dqueue? Focus on only u are a hardworker and discipline. Please not more talkitive and argue with interview. There are two to three person panel for interview
Round 3 - HR 

(2 Questions)

  • Q1. Its a very simple round u r 98% selected in company
  • Q2. Only asked tell me about yourself. Tell me about your any one achievement And very simple question and then Hr discuss salary in details

Interview Preparation Tips

Topics to prepare for Webkul Software Software Engineer Trainee interview:
  • SQL
  • Programming language
  • HTML
  • CSS
  • Aptitude
Interview preparation tips for other job seekers - Actually Its a good company but working timing are too strict and please insure you comfortable in atmosphere of office before sign bond and submit cheque/marksheet.

Skills evaluated in this interview

Godrej Infotech Interview FAQs

How many rounds are there in Godrej Infotech Functional Consultant interview?
Godrej Infotech interview process usually has 1-2 rounds. The most common rounds in the Godrej Infotech interview process are Aptitude Test, One-on-one Round and Technical.
How to prepare for Godrej Infotech Functional 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 Godrej Infotech. The most common topics and skills that interviewers at Godrej Infotech expect are Functional Consultancy, Functional Testing, ERP Implementation, ERP LN and AutoCAD.
What are the top questions asked in Godrej Infotech Functional Consultant interview?

Some of the top questions asked at the Godrej Infotech Functional Consultant interview -

  1. Inventory Valuation meth...read more
  2. Sales journal and ledger entr...read more
  3. Sales journal and ledger en...read more

Tell us how to improve this page.

Godrej Infotech Functional Consultant Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more
Godrej Infotech Functional Consultant Salary
based on 32 salaries
₹5 L/yr - ₹14.8 L/yr
At par with the average Functional Consultant Salary in India
View more details

Godrej Infotech Functional Consultant Reviews and Ratings

based on 8 reviews

4.3/5

Rating in categories

4.2

Skill development

4.6

Work-life balance

4.1

Salary

4.6

Job security

4.3

Company culture

4.0

Promotions

3.8

Work satisfaction

Explore 8 Reviews and Ratings
Assistant Manager
146 salaries
unlock blur

₹3.5 L/yr - ₹7.8 L/yr

Manager
93 salaries
unlock blur

₹7 L/yr - ₹18 L/yr

Senior Executive
88 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Senior Manager
81 salaries
unlock blur

₹8 L/yr - ₹23.2 L/yr

Deputy Manager
69 salaries
unlock blur

₹4 L/yr - ₹9.2 L/yr

Explore more salaries
Compare Godrej Infotech with

Softenger

4.1
Compare

Capital Numbers Infotech

4.5
Compare

DesignTech Systems

3.3
Compare

Espire Infolabs

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