Upload Button Icon Add office photos

Infocus Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Infocus Technologies Interview Questions and Answers

Updated 26 Jun 2025
Popular Designations

14 Interview questions

A SQL Developer was asked 2w ago
Q. What are some of the basic concepts of SQL that were covered in the interview?
Ans. 

Basic SQL concepts include data types, queries, joins, and normalization essential for database management.

  • Data Types: SQL supports various data types like INT, VARCHAR, DATE. Example: CREATE TABLE users (id INT, name VARCHAR(100));

  • Queries: SQL uses SELECT statements to retrieve data. Example: SELECT * FROM users WHERE id = 1;

  • Joins: Combining rows from two or more tables based on related columns. Example: SELECT u...

View all SQL Developer interview questions
An ETL Developer was asked 2mo ago
Q. Explain indexing in SQL.
Ans. 

Indexing in SQL improves query performance by allowing faster data retrieval from tables.

  • Indexes are special data structures that store a small portion of the table's data for quick access.

  • They can be created on one or more columns of a table, e.g., CREATE INDEX idx_name ON table_name(column_name);

  • Indexes can significantly speed up SELECT queries but may slow down INSERT, UPDATE, and DELETE operations.

  • There are di...

View all ETL Developer interview questions
An ETL Developer was asked 2mo ago
Q. What is Data Warehousing?
Ans. 

Data warehousing is the process of collecting, storing, and managing large volumes of data for analysis and reporting.

  • Centralized repository for data from multiple sources.

  • Supports business intelligence activities like reporting and analysis.

  • Uses ETL (Extract, Transform, Load) processes to prepare data.

  • Examples include Amazon Redshift and Google BigQuery.

  • Data is structured for efficient querying and analysis.

View all ETL Developer interview questions
A SAP Fico Consultant was asked 4mo ago
Q. What is asset depreciation and asset retirement?
Ans. 

Asset depreciation is the reduction in value of an asset over time, while retirement refers to the disposal of an asset.

  • Depreciation accounts for wear and tear on assets, e.g., machinery losing value over years.

  • Common methods of depreciation include straight-line and declining balance.

  • Retirement of assets occurs when they are sold, scrapped, or no longer in use.

  • Example of retirement: A company sells an old vehicle...

View all SAP Fico Consultant interview questions
A SAP Fico Consultant was asked 4mo ago
Q. What is the P2P process in SAP?
Ans. 

The P2P process in SAP refers to the Procure-to-Pay cycle, encompassing procurement and payment activities.

  • Initiation of Purchase Requisition: A department identifies a need and creates a purchase requisition.

  • Purchase Order Creation: The purchase requisition is converted into a purchase order (PO) for the vendor.

  • Goods Receipt: Upon delivery, the goods are received and recorded in the system.

  • Invoice Verification: T...

View all SAP Fico Consultant interview questions
A SAP MM Functional Consultant was asked 9mo ago
Q. Tell me about your experience with SAP.
Ans. 

Experienced SAP MM consultant with expertise in procurement, inventory management, and vendor evaluation processes.

  • Implemented SAP MM module in a manufacturing company, streamlining procurement processes.

  • Conducted training sessions for end-users on inventory management best practices.

  • Configured material master data to improve accuracy in stock levels and reporting.

  • Collaborated with cross-functional teams to enhanc...

View all SAP MM Functional Consultant interview questions
A SQL Developer Trainee was asked 10mo ago
Q. What is indexing and what are its types?
Ans. 

Indexing is a database optimization technique that improves data retrieval speed and efficiency.

  • 1. Types of Indexes: B-Tree Index, Hash Index, Bitmap Index, and Full-Text Index.

  • 2. B-Tree Index: Most common type, suitable for range queries. Example: Index on a 'date' column for quick retrieval of records within a date range.

  • 3. Hash Index: Used for equality comparisons. Example: Index on a 'user_id' column for fast ...

View all SQL Developer Trainee interview questions
Are these interview questions helpful?
A SQL Developer Trainee was asked 10mo ago
Q. How do you delete all previous records and keep only the latest one?
Ans. 

Use SQL to delete older records, retaining only the most recent entry based on a timestamp or ID.

  • Identify the table and the column that determines the latest record, e.g., 'created_at' or 'id'.

  • Use a subquery to find the latest record, e.g., SELECT MAX(created_at) FROM records.

  • Delete records that do not match the latest record, e.g., DELETE FROM records WHERE created_at < (SELECT MAX(created_at) FROM records).

  • En...

View all SQL Developer Trainee interview questions
A SAP MM Consultant was asked
Q. How many ways can we maintain field selection in the material master?
Ans. 

Field selection in material master can be maintained in multiple ways.

  • Field selection can be maintained using transaction code OMS9.

  • Field selection can be maintained using material type configuration.

  • Field selection can be maintained using screen layout configuration.

  • Field selection can be maintained using user exit or BADI implementations.

View all SAP MM Consultant interview questions
A SAP MM Consultant was asked
Q. How do you set up LSMW?
Ans. 

LSMW is a tool used to migrate data from legacy systems to SAP systems.

  • LSMW stands for Legacy System Migration Workbench

  • It is used to migrate data from non-SAP systems to SAP systems

  • LSMW uses batch input, direct input, BAPI, and IDoc methods for data migration

  • Steps to set up LSMW include creating a project, defining object attributes, mapping fields, converting data, and executing the migration

View all SAP MM Consultant interview questions

Infocus Technologies Interview Experiences

17 interviews found

SQL Developer Interview Questions & Answers

user image Anonymous

posted on 26 Jun 2025

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

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. SQL questions on different modules
  • Q2. What are some of the basic concepts of SQL that were covered in the interview?
  • Ans. 

    Basic SQL concepts include data types, queries, joins, and normalization essential for database management.

    • Data Types: SQL supports various data types like INT, VARCHAR, DATE. Example: CREATE TABLE users (id INT, name VARCHAR(100));

    • Queries: SQL uses SELECT statements to retrieve data. Example: SELECT * FROM users WHERE id = 1;

    • Joins: Combining rows from two or more tables based on related columns. Example: SELECT users....

  • Answered by AI

ml engineer Interview Questions & Answers

user image Omkar Kasar

posted on 10 Jun 2025

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

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Gradient discent algo.
  • Q2. Clusturing algorithms
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025.

Round 1 - Online 

(1 Question)

  • Q1. What is p2p process in sap.
  • Ans. 

    The P2P process in SAP refers to the Procure-to-Pay cycle, encompassing procurement and payment activities.

    • Initiation of Purchase Requisition: A department identifies a need and creates a purchase requisition.

    • Purchase Order Creation: The purchase requisition is converted into a purchase order (PO) for the vendor.

    • Goods Receipt: Upon delivery, the goods are received and recorded in the system.

    • Invoice Verification: The ve...

  • Answered by AI
Round 2 - Onilne 

(1 Question)

  • Q1. What is asset depreciation and retirement of assets.
  • Ans. 

    Asset depreciation is the reduction in value of an asset over time, while retirement refers to the disposal of an asset.

    • Depreciation accounts for wear and tear on assets, e.g., machinery losing value over years.

    • Common methods of depreciation include straight-line and declining balance.

    • Retirement of assets occurs when they are sold, scrapped, or no longer in use.

    • Example of retirement: A company sells an old vehicle afte...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should go for this organisation.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Find unique records & Difference between union & union all & joins
  • Q2. What is Indexing & it's types.
  • Ans. 

    Indexing is a database optimization technique that improves data retrieval speed and efficiency.

    • 1. Types of Indexes: B-Tree Index, Hash Index, Bitmap Index, and Full-Text Index.

    • 2. B-Tree Index: Most common type, suitable for range queries. Example: Index on a 'date' column for quick retrieval of records within a date range.

    • 3. Hash Index: Used for equality comparisons. Example: Index on a 'user_id' column for fast looku...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Delete all the previous records and keep only latest one
  • Ans. 

    Use SQL to delete older records, retaining only the most recent entry based on a timestamp or ID.

    • Identify the table and the column that determines the latest record, e.g., 'created_at' or 'id'.

    • Use a subquery to find the latest record, e.g., SELECT MAX(created_at) FROM records.

    • Delete records that do not match the latest record, e.g., DELETE FROM records WHERE created_at < (SELECT MAX(created_at) FROM records).

    • Ensure ...

  • Answered by AI
  • Q2. Window function.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice SQL well.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(5 Questions)

  • Q1. Experience related to SAP
  • Ans. 

    Experienced SAP MM consultant with expertise in procurement, inventory management, and vendor evaluation processes.

    • Implemented SAP MM module in a manufacturing company, streamlining procurement processes.

    • Conducted training sessions for end-users on inventory management best practices.

    • Configured material master data to improve accuracy in stock levels and reporting.

    • Collaborated with cross-functional teams to enhance ven...

  • Answered by AI
  • Q2. Tell me something about yourself
  • Ans. 

    I am a dedicated SAP MM Functional Consultant with 5 years of experience in implementing and optimizing supply chain processes.

    • 5 years of experience in SAP MM implementation and optimization

    • Strong knowledge of supply chain processes

    • Skilled in analyzing business requirements and translating them into SAP solutions

    • Experience in conducting training sessions for end users

    • Certified in SAP MM module

  • Answered by AI
  • Q3. Qualification highest extra courses
  • Q4. Expectations of salary negotiable
  • Ans. 

    Yes, salary expectations are negotiable based on experience, skills, and market rates.

    • Salary negotiation is common in job offers, especially for specialized roles like SAP MM Functional Consultant.

    • Factors influencing negotiation include years of experience, certifications, industry demand, and company budget.

    • Research market rates and compare with your skills and experience to determine a reasonable salary range for neg...

  • Answered by AI
  • Q5. Technical questions related to sap
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to set up LSMW
  • Ans. 

    LSMW is a tool used to migrate data from legacy systems to SAP systems.

    • LSMW stands for Legacy System Migration Workbench

    • It is used to migrate data from non-SAP systems to SAP systems

    • LSMW uses batch input, direct input, BAPI, and IDoc methods for data migration

    • Steps to set up LSMW include creating a project, defining object attributes, mapping fields, converting data, and executing the migration

  • Answered by AI
  • Q2. How many ways we can maintain field selection in material master?
  • Ans. 

    Field selection in material master can be maintained in multiple ways.

    • Field selection can be maintained using transaction code OMS9.

    • Field selection can be maintained using material type configuration.

    • Field selection can be maintained using screen layout configuration.

    • Field selection can be maintained using user exit or BADI implementations.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. As per resume interviewer asking technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good environment, work process and all good, management is very good.

ETL Developer Interview Questions & Answers

user image Shubham Shinde

posted on 28 Apr 2025

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

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

  • Q1. What's Data warehousing?
  • Ans. 

    Data warehousing is the process of collecting, storing, and managing large volumes of data for analysis and reporting.

    • Centralized repository for data from multiple sources.

    • Supports business intelligence activities like reporting and analysis.

    • Uses ETL (Extract, Transform, Load) processes to prepare data.

    • Examples include Amazon Redshift and Google BigQuery.

    • Data is structured for efficient querying and analysis.

  • Answered by AI
  • Q2. Explain indexing in sql.
  • Ans. 

    Indexing in SQL improves query performance by allowing faster data retrieval from tables.

    • Indexes are special data structures that store a small portion of the table's data for quick access.

    • They can be created on one or more columns of a table, e.g., CREATE INDEX idx_name ON table_name(column_name);

    • Indexes can significantly speed up SELECT queries but may slow down INSERT, UPDATE, and DELETE operations.

    • There are differe...

  • Answered by AI

SQL Developer Trainee Interview Questions & Answers

user image Vishal Dedavat

posted on 11 Mar 2025

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

I appeared for an interview before Mar 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Sql basic question s
  • Q2. Window function questions.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Window function questions
  • Q2. Having groupby questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

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

  • Q1. Tell me about yourself
  • Q2. Year of experience
  • Ans. 

    I have over 5 years of experience in Java development, focusing on building scalable applications and optimizing performance.

    • Developed multiple web applications using Spring Boot and Hibernate.

    • Implemented RESTful APIs for seamless integration with front-end applications.

    • Worked on performance tuning and optimization of existing Java applications.

    • Collaborated with cross-functional teams to deliver projects on time.

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Infocus Technologies?
Ask anonymously on communities.

Infocus Technologies Interview FAQs

How many rounds are there in Infocus Technologies interview?
Infocus Technologies interview process usually has 1-2 rounds. The most common rounds in the Infocus Technologies interview process are Technical, One-on-one Round and HR.
How to prepare for Infocus 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 Infocus Technologies. The most common topics and skills that interviewers at Infocus Technologies expect are Hana, SAP FICO, SAP Implementation, SAP MM and SAP SD.
What are the top questions asked in Infocus Technologies interview?

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

  1. How many ways we can maintain field selection in material mast...read more
  2. What are some of the basic concepts of SQL that were covered in the intervi...read more
  3. What is asset depreciation and retirement of asse...read more
How long is the Infocus Technologies interview process?

The duration of Infocus Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.6/5

based on 19 interview experiences

Difficulty level

Easy 20%
Moderate 70%
Hard 10%

Duration

Less than 2 weeks 80%
2-4 weeks 10%
More than 8 weeks 10%
View more

Interview Questions from Similar Companies

CGS Interview Questions
3.5
 • 25 Interviews
ElectrifAi Interview Questions
2.8
 • 18 Interviews
Anlage Infotech Interview Questions
3.4
 • 17 Interviews
Commerce Pundit Interview Questions
4.2
 • 14 Interviews
View all

Infocus Technologies Reviews and Ratings

based on 220 reviews

3.8/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

3.5

Salary

3.4

Job security

3.6

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 220 Reviews and Ratings
SAP Abap Consultant
24 salaries
unlock blur

₹3.3 L/yr - ₹7.8 L/yr

SAP Fico Consultant
22 salaries
unlock blur

₹4.8 L/yr - ₹8.9 L/yr

Java Developer
22 salaries
unlock blur

₹2.8 L/yr - ₹4 L/yr

SAP SD Consultant
20 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

SQL Developer
19 salaries
unlock blur

₹2.2 L/yr - ₹7.6 L/yr

Explore more salaries
Compare Infocus Technologies with

Primus Global Technologies

3.9
Compare

TriGeo Technologies

3.2
Compare

Plada Infotech Services

3.6
Compare

Anlage Infotech

3.4
Compare
write
Share an Interview