Upload Button Icon Add office photos

Filter interviews by

Indus Novateur Softech Interview Questions and Answers

Updated 12 Oct 2023

Indus Novateur Softech Interview Experiences

Popular Designations

3 interviews found

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

I applied via Walk-in and was interviewed before Oct 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the journal entry of delivery?
  • Ans. 

    The journal entry of delivery records the movement of goods from inventory to the customer.

    • The journal entry of delivery typically involves debiting the cost of goods sold account and crediting the inventory account.

    • It may also involve recording any delivery expenses incurred, such as freight or shipping costs.

    • For example, if a company delivers $1,000 worth of goods to a customer, the journal entry may be: Debit Cost o

  • Answered by AI
  • Q2. Multiple currency is possible in Landed Cost?
  • Ans. 

    Yes, multiple currencies can be used in Landed Cost.

    • Landed Cost functionality in SAP allows for multiple currencies to be used for different cost components.

    • Each cost component can be assigned a different currency based on the specific requirements.

    • Exchange rate differences can be calculated and managed within the system.

    • Examples of currencies that can be used include USD, EUR, GBP, JPY, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the interview based on company.

Senior SAP Consultant Interview Questions asked at other Companies

Q1. What is the journal entry of delivery?
View answer (2)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 30 Jun 2022

I applied via Approached by Company and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Telling about our working history and personal details
Round 2 - HR 

(1 Question)

  • Q1. Agreement discussion, Salary Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple interview process, no hard or hectic rounds. Managerial round and HR

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

To become SAP consultant Interview Questions & Answers

user image Anonymous

posted on 11 Apr 2021

I applied via Company Website and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. HR team ask me about basic of Sap Abap

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls learn basic knowledge and then give your ideas to company

Jobs at Indus Novateur Softech

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Coding based questions

Round 2 - Technical 

(1 Question)

  • Q1. Java oops sql based questions
Round 3 - HR 

(1 Question)

  • Q1. Introduce yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Company to work and learn new tecchnologies
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 Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you please introduce yourself?
  • Ans. 

    I am a Software Development Engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in developing web applications

    • Good team player

  • Answered by AI
  • Q2. What type of questions are being asked?

Interview Preparation Tips

Interview preparation tips for other job seekers - I am Anjali Singh from Prayagraj in Uttar Pradesh, and I have completed a Postgraduate Diploma in Computer Applications.

QA Lead Interview Questions & Answers

Tech Vedika user image automation engineer selenium

posted on 16 Sep 2024

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 Aug 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Reverse the words in string. 1st word will be coming last and last to the first.with out using builtin functions
  • Ans. 

    Reverse the words in a string without using built-in functions.

    • Split the string into an array of words using a space as the delimiter.

    • Create a new array and iterate over the words array in reverse order, adding each word to the new array.

    • Join the new array of words back into a single string with spaces between each word.

  • Answered by AI
  • Q2. Given some url asked what i have understood from that url in api testing.
  • Q3. Difference between path and querry params
  • Ans. 

    Path params are part of the URL path, while query params are appended to the URL after a '?'

    • Path params are used to identify a specific resource in the URL path, while query params are used to filter or sort the results

    • Path params are defined in the URL path itself, like /users/{id}, while query params are added after a '?' like /users?role=admin

    • Path params are typically used for required parameters, while query params...

  • Answered by AI
  • Q4. Types of parameters in the api testing
  • Ans. 

    Parameters in API testing include path parameters, query parameters, header parameters, and body parameters.

    • Path parameters are used to identify a specific resource in the URL path, e.g. /users/{id}

    • Query parameters are used for filtering or sorting data, e.g. /users?status=active

    • Header parameters contain additional information for the request, e.g. Content-Type: application/json

    • Body parameters are used to send data in ...

  • Answered by AI
  • Q5. How do you write post querry in restassured
  • Ans. 

    To write a post query in RestAssured, use the given() method to set request parameters and body, then use the post() method to send the request.

    • Use given() method to set request parameters and body

    • Use post() method to send the request

    • Example: given().param("key", "value").body("{\"name\": \"John\"}").post("/endpoint")

  • Answered by AI

Skills evaluated in this interview

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

Aptitude Test includes Logic Building, Basic English and General knowledge

Round 2 - Coding Test 

Coding test involves 5 challenges which you can program in any high level language

Round 3 - Technical 

(1 Question)

  • Q1. Focuses on your primary skill, SQL, logical thinking and professionalism
Round 4 - HR 

(1 Question)

  • Q1. Basic 'get to know you' round.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Array and string manipulation related questions all are basics
  • Q2. Task related to your framework
Round 2 - One-on-one 

(2 Questions)

  • Q1. What are the projects you have worked on, and can you describe their architecture?
  • Ans. 

    I have worked on projects involving e-commerce, social networking, and productivity apps with client-server architecture.

    • Developed an e-commerce app with a client-side interface for users to browse products and a server-side database for inventory management.

    • Built a social networking app with a client-server architecture for users to create profiles, connect with friends, and share updates.

    • Designed a productivity app w...

  • Answered by AI
  • Q2. What are some basic questions regarding the tools you use to build projects?
Round 3 - One-on-one 

(1 Question)

  • Q1. What deep questions related to your field were asked during the interview conducted by the tech lead?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. OOPS Related Questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Project Related Questions

Indus Novateur Softech Interview FAQs

How many rounds are there in Indus Novateur Softech interview?
Indus Novateur Softech interview process usually has 2 rounds. The most common rounds in the Indus Novateur Softech interview process are One-on-one Round, Technical and HR.
How to prepare for Indus Novateur Softech 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 Indus Novateur Softech. The most common topics and skills that interviewers at Indus Novateur Softech expect are SAP ERP, ISO, SAP B1, Software Packages and SAP.
What are the top questions asked in Indus Novateur Softech interview?

Some of the top questions asked at the Indus Novateur Softech interview -

  1. What is the journal entry of delive...read more
  2. Multiple currency is possible in Landed Co...read more
  3. HR team ask me about basic of Sap A...read more

Tell us how to improve this page.

Indus Novateur Softech Interview Process

based on 3 interviews

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
View all

Indus Novateur Softech Reviews and Ratings

based on 44 reviews

3.4/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

2.5

Salary

3.4

Job security

2.6

Company culture

3.1

Promotions

3.0

Work satisfaction

Explore 44 Reviews and Ratings
PHP Developer

Coimbatore

6-9 Yrs

Not Disclosed

Angular Full Stack Developer

Coimbatore

7-11 Yrs

Not Disclosed

Graphic and UI/UX Designer

Coimbatore

1-3 Yrs

Not Disclosed

Explore more jobs
SAP B1 Functional Consultant
31 salaries
unlock blur

₹1.4 L/yr - ₹6.6 L/yr

SAP Functional Consultant
14 salaries
unlock blur

₹2 L/yr - ₹5.5 L/yr

Functional Consultant
11 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

SAP Fico Consultant
10 salaries
unlock blur

₹1.8 L/yr - ₹6.8 L/yr

SAP Abap Consultant
9 salaries
unlock blur

₹1.2 L/yr - ₹5.4 L/yr

Explore more salaries
Compare Indus Novateur Softech with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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