Upload Button Icon Add office photos
Engaged Employer

i

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

Path Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Path Infotech Interview Questions and Answers

Updated 4 Apr 2025
Popular Designations

13 Interview questions

A Team Lead was asked 10mo ago
Q. What is an MVC filter?
Ans. 

MVC filter is a feature in ASP.NET MVC framework that allows you to execute logic before or after an action method is called.

  • MVC filters can be used for authorization, logging, exception handling, etc.

  • There are different types of filters in MVC like Authorization filters, Action filters, Result filters, and Exception filters.

  • Example: [Authorize] attribute is a type of Authorization filter that restricts access to ...

View all Team Lead interview questions
A Team Lead was asked 10mo ago
Q. What is exception handling?
Ans. 

Exception handling is the process of responding to and managing errors in a program.

  • It involves anticipating possible errors and writing code to handle them gracefully

  • Common techniques include try-catch blocks, throwing exceptions, and using finally blocks

  • Exception handling helps improve the reliability and robustness of a program

View all Team Lead interview questions
A Team Lead was asked 10mo ago
Q. What is onion architecture?
Ans. 

Onion architecture is a software architectural pattern that promotes separation of concerns by organizing code into layers.

  • Consists of multiple layers: Presentation, Application, Domain, and Infrastructure

  • Each layer has specific responsibilities and dependencies flow inward

  • Domain layer contains business logic, Application layer contains use cases, Infrastructure layer contains external concerns

  • Promotes testability...

View all Team Lead interview questions
An Accounts Manager was asked
Q. What do you know about Servitium?
Ans. 

Servitium is a Latin term meaning 'service' or 'slavery' and is often used in the context of feudal relationships.

  • Servitium refers to the obligations and duties owed by a vassal to a lord in exchange for land or protection.

  • It can also refer to the services or duties owed by a serf to a lord in a feudal system.

  • Servitium was a key aspect of the feudal system in medieval Europe, where land was granted in exchange for...

View all Accounts Manager interview questions
An Accounts Manager was asked
Q. What do you know about Path Infotech?
Ans. 

Path Infotech is a global IT services company providing software solutions and services to clients worldwide.

  • Path Infotech offers a wide range of IT services including software development, testing, and support.

  • The company has a global presence with offices in multiple countries.

  • Path Infotech has a strong focus on delivering innovative and cost-effective solutions to its clients.

  • Some of the industries served by Pa...

View all Accounts Manager interview questions
An Oracle Database Administrator was asked
Q. What are your day-to-day activities?
Ans. 

Daily tasks for an Oracle DBA include monitoring, backups, performance tuning, and user management.

  • Monitor database performance using tools like Oracle Enterprise Manager.

  • Perform regular backups and ensure recovery strategies are in place.

  • Tune SQL queries and optimize database configurations for better performance.

  • Manage user access and permissions to ensure data security.

  • Apply patches and updates to the Oracle Da...

View all Oracle Database Administrator interview questions
A Senior Programmer was asked
Q. WRITE ONE FUNCTION
Ans. 

Function to reverse an array of strings

  • Create a function that takes an array of strings as input

  • Use a loop to iterate through the array and reverse each string

  • Return the reversed array of strings

View all Senior Programmer interview questions
Are these interview questions helpful?
A Senior Programmer was asked
Q. How do you delete duplicate data?
Ans. 

Duplicate data can be deleted by using SQL queries with the DISTINCT keyword or by writing a script to identify and remove duplicates.

  • Use SQL queries with the DISTINCT keyword to select unique records and insert them into a new table.

  • Write a script to iterate through the data, identify duplicates based on specific criteria, and delete them.

  • Utilize built-in functions or libraries in programming languages like Pytho...

View all Senior Programmer interview questions
An Oracle Database Administrator was asked
Q. Define SGA and shared pool in architecture.
Ans. 

SGA is a shared memory area that stores data and control information for Oracle instance. Shared pool is a part of SGA that stores SQL statements and data dictionary cache.

  • SGA is a fixed size memory area allocated at instance startup

  • SGA contains database buffer cache, redo log buffer, shared pool, etc.

  • Shared pool stores frequently used SQL statements and data dictionary cache

  • Shared pool can be resized dynamically ...

View all Oracle Database Administrator interview questions
A SSE was asked
Q. What is the difference between an interface and an abstract class?
Ans. 

An abstract class can have both abstract and non-abstract methods, while an interface can only have abstract methods.

  • An abstract class can have constructors, while an interface cannot.

  • A class can implement multiple interfaces, but can only inherit from one abstract class.

  • An abstract class can have instance variables, while an interface cannot.

  • An abstract class can provide default implementations for some methods, ...

View all SSE interview questions

Path Infotech Interview Experiences

21 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. What do you know about path Infotech
  • Ans. 

    Path Infotech is a global IT services company providing software solutions and services to clients worldwide.

    • Path Infotech offers a wide range of IT services including software development, testing, and support.

    • The company has a global presence with offices in multiple countries.

    • Path Infotech has a strong focus on delivering innovative and cost-effective solutions to its clients.

    • Some of the industries served by Path In...

  • Answered by AI
  • Q2. What do you know about servitium
  • Ans. 

    Servitium is a Latin term meaning 'service' or 'slavery' and is often used in the context of feudal relationships.

    • Servitium refers to the obligations and duties owed by a vassal to a lord in exchange for land or protection.

    • It can also refer to the services or duties owed by a serf to a lord in a feudal system.

    • Servitium was a key aspect of the feudal system in medieval Europe, where land was granted in exchange for loya...

  • Answered by AI

Team Lead Interview Questions & Answers

user image Anonymous

posted on 28 Aug 2024

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It's very good test.Its not complex

Round 2 - Coding Test 

It difficult rounds.its ask onion architecture.

Round 3 - Technical 

(3 Questions)

  • Q1. What is mvc filter
  • Ans. 

    MVC filter is a feature in ASP.NET MVC framework that allows you to execute logic before or after an action method is called.

    • MVC filters can be used for authorization, logging, exception handling, etc.

    • There are different types of filters in MVC like Authorization filters, Action filters, Result filters, and Exception filters.

    • Example: [Authorize] attribute is a type of Authorization filter that restricts access to a con...

  • Answered by AI
  • Q2. What is onion architecture
  • Ans. 

    Onion architecture is a software architectural pattern that promotes separation of concerns by organizing code into layers.

    • Consists of multiple layers: Presentation, Application, Domain, and Infrastructure

    • Each layer has specific responsibilities and dependencies flow inward

    • Domain layer contains business logic, Application layer contains use cases, Infrastructure layer contains external concerns

    • Promotes testability, mai...

  • Answered by AI
  • Q3. What is expections handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Best

Skills evaluated in this interview

Programmer Interview Questions & Answers

user image siddhant Rathod

posted on 9 Jan 2025

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Salary discussion
  • Q2. How soon can you join
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Data guard, rac and basic architecture and backup related questions
  • Q2. What is LNS, what is MRP process
  • Ans. 

    LNS stands for Log Network Server, responsible for transmitting redo data from the primary database to standby databases. MRP is Managed Recovery Process, used to apply redo data to standby databases.

    • LNS is responsible for transmitting redo data from primary to standby databases

    • MRP is used to apply redo data to standby databases for data recovery

    • LNS and MRP are essential components of Oracle Data Guard for ensuring dat...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Are you willing to relocate?
  • Q2. Compensation discussion

Team Lead Interview Questions & Answers

user image gaurav saini

posted on 8 Oct 2024

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

(2 Questions)

  • Q1. Dotnet basic question
  • Q2. Api core question
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

2 tech intetviews managetial round
Easy question not so hard ftom dot net mvc web api

Interview Preparation Tips

Interview preparation tips for other job seekers - Staff is not good
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is pathology?
  • Q2. What is your job role
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. Basic of dotnet
  • Q2. Basic of sql server

Senior Programmer Interview Questions & Answers

user image GOKADA LAXMANA RAO

posted on 5 Oct 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 

30 mints, they asked queries, procedures, functions, views, triggers, packages, debugging

Round 3 - Technical 

(2 Questions)

  • Q1. HOW DO YOU DELETE DUPLICATE DATA
  • Ans. 

    Duplicate data can be deleted by using SQL queries with the DISTINCT keyword or by writing a script to identify and remove duplicates.

    • Use SQL queries with the DISTINCT keyword to select unique records and insert them into a new table.

    • Write a script to iterate through the data, identify duplicates based on specific criteria, and delete them.

    • Utilize built-in functions or libraries in programming languages like Python or ...

  • Answered by AI
  • Q2. WRITE ONE FUNCTION
  • Ans. 

    Function to reverse an array of strings

    • Create a function that takes an array of strings as input

    • Use a loop to iterate through the array and reverse each string

    • Return the reversed array of strings

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. SALARY,DOCUMENTS
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Oops concept and Microservices
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. OPPS Concept, some logic like write Interface, abstract, SOLID principle.
  • Q2. Key in SQL, function and store procedure
  • Ans. 

    Key differences between SQL, function and stored procedure

    • SQL is used to query and manipulate data in a database

    • Functions are reusable code blocks that return a single value

    • Stored procedures are reusable code blocks that can execute multiple SQL statements

    • Functions can be called from SQL statements, while stored procedures are called using a specific syntax

    • Stored procedures can also have input and output parameters

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn more and hands on experience in Own technology.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Path Infotech?
Ask anonymously on communities.

Path Infotech Interview FAQs

How many rounds are there in Path Infotech interview?
Path Infotech interview process usually has 2-3 rounds. The most common rounds in the Path Infotech interview process are Technical, HR and Resume Shortlist.
How to prepare for Path Infotech 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 Path Infotech. The most common topics and skills that interviewers at Path Infotech expect are Oracle Forms, Oracle Reports, Java, PLSQL and MVC.
What are the top questions asked in Path Infotech interview?

Some of the top questions asked at the Path Infotech interview -

  1. What is buffer cache and how can we delete old archive logs in RM...read more
  2. Define SGA and shared pool in architectu...read more
  3. HOW CONFIDENT TO GENERATE NEW BUSINE...read more
How long is the Path Infotech interview process?

The duration of Path Infotech 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.3/5

based on 25 interview experiences

Difficulty level

Easy 25%
Moderate 75%

Duration

Less than 2 weeks 64%
2-4 weeks 27%
4-6 weeks 9%
View more

Path Infotech Reviews and Ratings

based on 275 reviews

3.9/5

Rating in categories

3.7

Skill development

4.0

Work-life balance

3.6

Salary

3.9

Job security

3.9

Company culture

3.2

Promotions

3.7

Work satisfaction

Explore 275 Reviews and Ratings
Opening For Oracle Apps Technical Consutant

Noida,

Delhi/Ncr

+1

5-8 Yrs

Not Disclosed

Opening For Oracle Fusion Finance Lead

Noida,

Delhi/Ncr

+1

10-18 Yrs

Not Disclosed

Opening For Oracle Finance Functional Lead Profile

Noida,

Delhi/Ncr

9-14 Yrs

₹ 15-25 LPA

Explore more jobs
Programmer Analyst
88 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Senior Programmer
75 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Team Lead
62 salaries
unlock blur

₹6.7 L/yr - ₹17 L/yr

DBA Consultant
49 salaries
unlock blur

₹5.2 L/yr - ₹10 L/yr

Programmer
47 salaries
unlock blur

₹2.8 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Path Infotech with

Lavender Technology

4.9
Compare

Puropale Creations & IT Solutions

4.8
Compare

AppLogiQ

4.4
Compare

Perennial Systems

3.5
Compare
write
Share an Interview