Upload Button Icon Add office photos

In2IT Technologies

Compare button icon Compare button icon Compare

Filter interviews by

In2IT Technologies Interview Questions and Answers

Updated 27 May 2025
Popular Designations

8 Interview questions

A Senior Network Consultant was asked 3w ago
Q. Explain the end-to-end working of MPLS.
Ans. 

MPLS enables efficient data forwarding through label-based routing, enhancing speed and reliability in networks.

  • MPLS stands for Multi-Protocol Label Switching, which directs data from one node to the next based on short path labels rather than long network addresses.

  • Labels are assigned to packets at the ingress router, allowing for faster processing as routers only need to look at the label instead of the entire I...

View all Senior Network Consultant interview questions
A Senior Network Consultant was asked 3w ago
Q. Explain path selection in BGP.
Ans. 

BGP path selection determines the best route for data transmission using various attributes and rules.

  • 1. Highest Weight: Local to the router, higher weight preferred. Example: Weight of 100 vs 200, choose 200.

  • 2. Highest Local Preference: Used within an AS, higher local preference preferred. Example: 200 vs 100, choose 200.

  • 3. Shortest AS Path: Fewer AS hops preferred. Example: AS path of 3 vs 5, choose the one with...

View all Senior Network Consultant interview questions
A SAP Consultant was asked
Q. How is third-party sales configured?
Ans. 

Third party sales is configured by creating a customer master record for the third party and assigning it to the sales order.

  • Create a customer master record for the third party

  • Assign the third party customer to the sales order

  • The third party will then be responsible for delivering the goods to the end customer

  • The invoice will be issued by the company to the third party, who will then invoice the end customer

View all SAP Consultant interview questions
A SAP Consultant was asked
Q. How does Consignment Sales work?
Ans. 

Consignment sales is a business arrangement where a supplier provides goods to a retailer who only pays for the goods sold to customers.

  • Supplier retains ownership of the goods until they are sold to the end customer

  • Retailer only pays for the goods sold to customers

  • Unsold goods can be returned to the supplier

  • Supplier may charge a fee or commission for the consignment arrangement

View all SAP Consultant interview questions
A Java Developer was asked
Q. What are the features of Java?
Ans. 

Java features include platform independence, object-oriented programming, and automatic memory management.

  • Platform independence: Java programs can run on any operating system or platform.

  • Object-oriented programming: Java supports the principles of encapsulation, inheritance, and polymorphism.

  • Automatic memory management: Java uses a garbage collector to automatically free up memory.

  • Exception handling: Java provides...

View all Java Developer interview questions
A Consultant was asked
Q. How proficient are you in the SAP SuccessFactors Recruiting module?
Ans. 

SAP SuccessFactors Recruiting module is highly effective in streamlining recruitment processes.

  • The module offers a user-friendly interface for recruiters and candidates.

  • It allows for easy job posting and candidate tracking.

  • The module also offers advanced analytics and reporting capabilities.

  • Integration with other SuccessFactors modules ensures a seamless HR process.

  • Customizable workflows and templates make the rec...

View all Consultant interview questions
A Consultant was asked
Q. How can a candidate profile field be hidden?
Ans. 

To hide a candidate profile field, access the profile settings and select the field to be hidden.

  • Access the candidate profile settings

  • Select the field to be hidden

  • Save the changes

View all Consultant interview questions
Are these interview questions helpful?
A Quality Analyst was asked 11mo ago
Q. Oops concepts of java
Ans. 

Oops concepts of java include inheritance, polymorphism, encapsulation, and abstraction.

  • Inheritance allows a class to inherit properties and behavior from another class.

  • Polymorphism allows objects to be treated as instances of their parent class.

  • Encapsulation hides the internal state of an object and only exposes necessary functionality.

  • Abstraction focuses on the essential characteristics of an object while hiding...

View all Quality Analyst interview questions

In2IT Technologies Interview Experiences

12 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
-

I appeared for an interview in Nov 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Enhancements in Deep
  • Q2. TMG in SE11 in Deep

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was not polite and for trained fresher interview they where asking experience level Question.

SAP Abap Trainee Interview Questions asked at other Companies

Q1. What are the basic concepts of ABAP (Advanced Business Application Programming)?
View answer (1)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I appeared for an interview in Jun 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Assignment 

Assignment was provided on the basis of your 1st round discussion

Round 3 - Case Study 

Explain the assignment

Round 4 - One-on-one 

(1 Question)

  • Q1. Explain the roles and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't trust HRs

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly 10 gm) with one box containing defective balls (each one of the defective balls weighs 9 gm). You are given an electronic weighing machine and only one chance to use it. How will you fi... read more
View answer (9)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Apr 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 - Aptitude Test 

Discounts, percentage

Round 3 - Technical 

(8 Questions)

  • Q1. What is class use in java
  • Ans. Class is collection of variables and methods
  • Answered Anonymously
  • Q2. It is blue print of java
  • Ans. 

    Blue print is a sun microsystems best practice and enterprice in java developer

  • Answered Anonymously
  • Q3. Difference between exception and error
  • Ans. 

    Exception is a we can't solve in programmatically

  • Answered Anonymously
  • Q4. Exception is a we can't solve in problem in programmatically
  • Ans. 

    Exceptions in Java indicate issues that cannot be handled programmatically, requiring special attention or user intervention.

    • Exceptions are events that disrupt the normal flow of a program.

    • They can be checked (compile-time) or unchecked (runtime). Example: IOException vs. NullPointerException.

    • Java provides a robust exception handling mechanism using try-catch blocks.

    • Custom exceptions can be created by extending the Exc...

  • Answered by AI
  • Q5. Error is a we can solve in programmatically
  • Ans. 

    Errors in programming can often be handled through various techniques to ensure smooth execution and user experience.

    • Use try-catch blocks to handle exceptions gracefully. Example: try { // code } catch (Exception e) { // handle error }

    • Implement logging to track errors and debug issues. Example: Logger.getLogger(MyClass.class.getName()).log(Level.SEVERE, null, e);

    • Validate user input to prevent errors before they occur. ...

  • Answered by AI
  • Q6. What is abstraction
  • Q7. What is java features
  • Q8. What is default package

Interview Preparation Tips

Topics to prepare for In2IT Technologies Java Developer interview:
  • IT
  • Core Java
  • Oracle
Interview preparation tips for other job seekers - Please select the interview

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (7)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Simple pattern question of stars
Round 2 - Technical 

(1 Question)

  • Q1. Discussion related to some problems statements.

Interview Preparation Tips

Interview preparation tips for other job seekers - some dictionary problems questions

Software Engineer Interview Questions asked at other Companies

Q1. Four people need to cross a bridge at night with only one torch that can only illuminate two people at a time. Person A takes 1 minute, B takes 2 minutes, C takes 7 minutes, and D takes 10 minutes to cross. When two people cross together, t... read more
View answer (278)

SAP MM Consultant Interview Questions & Answers

user image Sampath Kumar

posted on 7 Dec 2022

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. Based on CV they will ask questions
Round 3 - Technical 

(1 Question)

  • Q1. Based on CV they will asks questions
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and other discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - SAP S4HANA certification added advantage and prepare well for interview

SAP MM Consultant Interview Questions asked at other Companies

Q1. What is FDS , did you create and if create tell me the requirement?
View answer (5)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. How Consignment Sales works?
  • Ans. 

    Consignment sales is a business arrangement where a supplier provides goods to a retailer who only pays for the goods sold to customers.

    • Supplier retains ownership of the goods until they are sold to the end customer

    • Retailer only pays for the goods sold to customers

    • Unsold goods can be returned to the supplier

    • Supplier may charge a fee or commission for the consignment arrangement

  • Answered by AI
  • Q2. How Third party sales configures?
  • Ans. 

    Third party sales is configured by creating a customer master record for the third party and assigning it to the sales order.

    • Create a customer master record for the third party

    • Assign the third party customer to the sales order

    • The third party will then be responsible for delivering the goods to the end customer

    • The invoice will be issued by the company to the third party, who will then invoice the end customer

  • Answered by AI

SAP Consultant Interview Questions asked at other Companies

Q1. What are the changes from AS to IND-AS in IND-AS 116?
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. Explain End to End MPLS working
  • Ans. 

    MPLS enables efficient data forwarding through label-based routing, enhancing speed and reliability in networks.

    • MPLS stands for Multi-Protocol Label Switching, which directs data from one node to the next based on short path labels rather than long network addresses.

    • Labels are assigned to packets at the ingress router, allowing for faster processing as routers only need to look at the label instead of the entire IP hea...

  • Answered by AI
  • Q2. Explain Path selection in the BGP
  • Ans. 

    BGP path selection determines the best route for data transmission using various attributes and rules.

    • 1. Highest Weight: Local to the router, higher weight preferred. Example: Weight of 100 vs 200, choose 200.

    • 2. Highest Local Preference: Used within an AS, higher local preference preferred. Example: 200 vs 100, choose 200.

    • 3. Shortest AS Path: Fewer AS hops preferred. Example: AS path of 3 vs 5, choose the one with 3.

    • 4....

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Negotitate well in advance as they won't pay for any other benefits as such

Senior Network Consultant Interview Questions asked at other Companies

Q1. Explain path selection in BGP.
View answer (1)

I applied via Naukri.com and was interviewed in Aug 2022. There were 5 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 - Coding Test 

Two written programs, 5 to 10 output program

Round 3 - Technical 

(2 Questions)

  • Q1. About angular basics
  • Q2. Directives, modules, route guard
Round 4 - Technical 

(1 Question)

  • Q1. More deep and discussion around your project work
Round 5 - HR 

(1 Question)

  • Q1. Normal discussion nothing to worry about

Interview Preparation Tips

Topics to prepare for In2IT Technologies Angular Developer interview:
  • Angular
  • Javascript
  • Typescript
Interview preparation tips for other job seekers - Clear your basics and be confident if you are a fresher

Angular Developer Interview Questions asked at other Companies

Q1. How can you pass data between parent and child components?, what is component interaction
View answer (5)

Quality Analyst Interview Questions & Answers

user image Gaous Mohammad Khan

posted on 4 Jul 2024

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

I applied via Naukri.com and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Multiple choice questions about reasoning, Java , and testing

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concepts of java
  • Ans. 

    Oops concepts of java include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Encapsulation hides the internal state of an object and only exposes necessary functionality.

    • Abstraction focuses on the essential characteristics of an object while hiding unne...

  • Answered by AI
  • Q2. Automation testing

Skills evaluated in this interview

Quality Analyst Interview Questions asked at other Companies

Q1. In this round, you will be given an Excel-based to-do list. You will need to apply filters, data validation, conditional formatting, use IF logic formulas, and create a pie chart based on the provided data.
View answer (1)

Consultant Interview Questions & Answers

user image Anonymous

posted on 3 Jan 2022

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. How perfect on SAP successfactors Recruiting module.
  • Ans. 

    SAP SuccessFactors Recruiting module is highly effective in streamlining recruitment processes.

    • The module offers a user-friendly interface for recruiters and candidates.

    • It allows for easy job posting and candidate tracking.

    • The module also offers advanced analytics and reporting capabilities.

    • Integration with other SuccessFactors modules ensures a seamless HR process.

    • Customizable workflows and templates make the recruitm...

  • Answered by AI
  • Q2. Question asked on instance
  • Q3. How to hide candidate profile field
  • Ans. 

    To hide a candidate profile field, access the profile settings and select the field to be hidden.

    • Access the candidate profile settings

    • Select the field to be hidden

    • Save the changes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through on templates before interview

Consultant Interview Questions asked at other Companies

Q1. An international bank (US based) has been operating in Asia for the past 10 years. Recently, it has noticed that many customers are leaving the bank and using services of other local/regional banks. Why might this be the case?
View answer (4)

Top trending discussions

View All
Interview Tips & Stories
2w
timepasstiwari
·
A Digital Markter
ChatGPT prepped me HARD for my interview!
Spent like two hours on chatgpt yesterday prepping for an interview. First, the usual, copy-pasted my resume and the job description, telling it to "upload this to your memory 'cause we are going to talk about it later". Then I grilled it with questions about stuff I didn't get in the job spec, and chatgpt helped me figure things out. I asked it to list the four or five key things they are looking for in the role. Then I told chatgpt to quiz me with ten questions, one at a time, to help me think about how I have gained experience in those areas. After the ten questions, it gave me strengths/weaknesses and a summary. Finally, I had chatgpt summarize each of my answers into three bullet points. Now have got a list of stories ready to go for any interview. No matter the question, I can steer the convo toward one of these success stories.
Got a question about In2IT Technologies?
Ask anonymously on communities.

In2IT Technologies Interview FAQs

How many rounds are there in In2IT Technologies interview?
In2IT Technologies interview process usually has 2-3 rounds. The most common rounds in the In2IT Technologies interview process are Technical, Resume Shortlist and HR.
How to prepare for In2IT Technologies 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 In2IT Technologies. The most common topics and skills that interviewers at In2IT Technologies expect are Python, OOPS, Artificial Intelligence, Django and Flask.
What are the top questions asked in In2IT Technologies interview?

Some of the top questions asked at the In2IT Technologies interview -

  1. Exception is a we can't solve in problem in programmatica...read more
  2. What is class use in j...read more
  3. How perfect on SAP successfactors Recruiting modu...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 14 interview experiences

Difficulty level

Easy 25%
Moderate 75%

Duration

Less than 2 weeks 60%
2-4 weeks 20%
4-6 weeks 20%
View more

Interview Questions from Similar Companies

Saama Technologies Interview Questions
3.7
 • 56 Interviews
Blenheim Chalcot Interview Questions
2.7
 • 51 Interviews
VDart Interview Questions
4.0
 • 29 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
Futurism Technologies Interview Questions
3.5
 • 26 Interviews
Ciklum Interview Questions
3.4
 • 22 Interviews
EagleView Interview Questions
3.3
 • 21 Interviews
View all

In2IT Technologies Reviews and Ratings

based on 161 reviews

3.4/5

Rating in categories

3.0

Skill development

3.5

Work-life balance

3.0

Salary

3.3

Job security

3.2

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 161 Reviews and Ratings
Analyst
43 salaries
unlock blur

₹1.8 L/yr - ₹7.5 L/yr

Senior Analyst
41 salaries
unlock blur

₹5 L/yr - ₹18.3 L/yr

Associate Consultant
37 salaries
unlock blur

₹4.2 L/yr - ₹13.9 L/yr

Consultant
30 salaries
unlock blur

₹6.3 L/yr - ₹18 L/yr

Network Engineer
30 salaries
unlock blur

₹1.8 L/yr - ₹7 L/yr

Explore more salaries
Compare In2IT Technologies with

Saama Technologies

3.7
Compare

DISYS

3.0
Compare

Data-Core Systems

3.1
Compare

Blenheim Chalcot

2.7
Compare
write
Share an Interview