Upload Button Icon Add office photos

PathPartner Technology

Compare button icon Compare button icon Compare

Filter interviews by

PathPartner Technology Interview Questions and Answers

Updated 29 Aug 2022

PathPartner Technology Interview Experiences

Popular Designations

6 interviews found

I applied via LinkedIn and was interviewed in Sep 2021. There were 6 interview rounds.

Round 1 - Aptitude Test 

Mostly programming logics and problem solving orientated.

Round 2 - Coding Test 

C programs focusing on string, pointers and arrays

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a software engineer with experience in developing and maintaining software applications.

    • I have a Bachelor's degree in Computer Science.

    • I have worked on various projects using different programming languages such as Java, C++, and Python.

    • I am skilled in software development methodologies like Agile and have experience with version control systems like Git.

    • I have strong problem-solving and analytical skills, which h...

  • Answered by AI
  • Q2. Introduction, background. Small c programs to test different approaches. Solution to those approaches and codelets.
Round 4 - Technical 

(1 Question)

  • Q1. Introduction. Background. MATLAB programs with execution.
Round 5 - One-on-one 

(1 Question)

  • Q1. Introduction. Background. Pressure test. Random technical questions and explanations. Why you? What can you bring? Comfortable with working onsite? Confidence test.
Round 6 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and expectations of the role.

    • I am flexible and open to negotiation.

    • I am looking for a fair and competitive salary.

    • I value the opportunity to work on challenging projects and contribute to the company's success.

    • I am interested in discussing the overall compensation package, including benefits and opportunities for growth.

    • I have researched the average salary ra...

  • Answered by AI
  • Q2. What is your family background?
  • Ans. 

    My family background is diverse and multicultural.

    • My parents come from different cultural backgrounds.

    • I have siblings who are pursuing different careers.

    • We celebrate various cultural traditions and festivals together.

  • Answered by AI
  • Q3. Share details of your previous job.
  • Ans. 

    I worked as a Software Engineer at XYZ Company.

    • Developed and maintained software applications using Java and Python.

    • Collaborated with cross-functional teams to gather requirements and design solutions.

    • Implemented unit tests and performed code reviews to ensure code quality.

    • Participated in Agile development processes and attended daily stand-up meetings.

    • Troubleshooted and resolved software defects and issues reported by...

  • Answered by AI
  • Q4. Why are you looking for a change?
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Looking for a change to expand my skill set and knowledge.

    • Seeking a more challenging role that aligns with my career goals.

    • Interested in working with new technologies and innovative projects.

    • Want to explore different industries and gain diverse experience.

    • Seeking a better work-life balance or location change.

  • Answered by AI
  • Q5. What are your strengths and weaknesses?
  • Ans. 

    My strengths include problem-solving, attention to detail, and teamwork. My weaknesses include time management and public speaking.

    • Strengths: problem-solving, attention to detail, teamwork

    • Weaknesses: time management, public speaking

  • Answered by AI
  • Q6. Tell me about yourself.
  • Ans. 

    I am a software engineer with experience in developing and maintaining software applications.

    • Proficient in programming languages such as Java, C++, and Python

    • Skilled in software development methodologies like Agile and Scrum

    • Experience with database management systems like MySQL and MongoDB

    • Familiarity with front-end technologies such as HTML, CSS, and JavaScript

    • Strong problem-solving and analytical skills

    • Effective commu

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PathPartner Technology Software Engineer interview:
  • C
  • MATLAB
  • Problem Solving
Interview preparation tips for other job seekers - Give everything and wait a very long period.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (210)

Interview Questionnaire 

4 Questions

  • Q1. What is your role and responsibility in your project
  • Q2. What is function pointer and uses and why it is required and explain one real time scenario where you used in your project
  • Ans. 

    Function pointer is a variable that stores the address of a function. It is used to pass functions as arguments and for callbacks.

    • Function pointers are used to implement callbacks in event-driven programming.

    • They are used in sorting algorithms to pass a comparison function as an argument.

    • Function pointers are used in device drivers to register interrupt handlers.

    • They are used in dynamic linking to resolve symbols at ru...

  • Answered by AI
  • Q3. What is difference between C and embedded C
  • Ans. 

    Embedded C is a subset of C language used for programming embedded systems.

    • Embedded C has limited resources compared to C

    • Embedded C has specific libraries for hardware access

    • Embedded C has specific memory management techniques

    • Embedded C has specific coding standards for safety-critical systems

    • C is a general-purpose language while Embedded C is specific to embedded systems

  • Answered by AI
  • Q4. Explain storage classes
  • Ans. 

    Storage classes define the scope and lifetime of variables in C programming language.

    • There are four storage classes in C: auto, register, static, and extern.

    • Auto variables are local to a block and have automatic storage duration.

    • Register variables are stored in CPU registers for faster access.

    • Static variables have a lifetime throughout the program and are initialized only once.

    • Extern variables are declared outside of a...

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

I applied via Recruitment Consulltant

Round 1 - Technical 

(1 Question)

  • Q1. About your domain and work

Interview Preparation Tips

Interview preparation tips for other job seekers - They do not shortlist candidates according to their requirement and speak harshly with the candidate during the interview.

Embedded Engineer Interview Questions asked at other Companies

Q1. What is the difference between sensors and actuators
View answer (1)

Interview Questionnaire 

1 Question

  • Q1. C language linux os audio vdo driver

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (210)

PathPartner Technology interview questions for popular designations

 Software Engineer

 (3)

 Senior Software Engineer

 (2)

 Embedded Engineer

 (1)

I applied via Walk-in and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. OS related questions
  • Q2. C Linux Processor 8051

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and speak clearly
Prepare well on linux and C

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (210)

I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1.First round is about project 2.second round is technical coding round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm interview is easy and focus on your work only.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2023. There were 4 interview rounds.

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 - Aptitude Test 

Computer Networks, SQL, DBMS, aptitude questions on trains, boats , profit and loss. 2 coding questions. Total duration was 1.5 hrs.

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions based on projects and certifications mentioned in the resume. OOPs Time complexity based questions, basic algorithm logics like dijkstra's , sorting algorithms . Question in OS like threads and ...
Round 4 - Behavioral 

(1 Question)

  • Q1. Reversing a string, writing sql queries, how does fetching of information from web takes place. Why you want to join Truminds?
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is threading
  • Ans. 

    Threading is a programming technique that allows multiple tasks to run concurrently within a single process.

    • Threading allows for parallel execution of tasks within a program.

    • Threads share the same memory space, allowing for efficient communication and data sharing.

    • Examples of threading in programming languages include Java's Thread class and Python's threading module.

  • Answered by AI
  • Q2. 7 layer of networking
  • Ans. 

    The 7 layers of networking refer to the OSI model, which is a conceptual framework used to understand how networks operate.

    • Physical layer: Deals with physical connections and hardware (e.g. cables, switches)

    • Data link layer: Manages data transfer between devices on the same network (e.g. Ethernet)

    • Network layer: Handles routing and forwarding of data packets (e.g. IP)

    • Transport layer: Ensures data is delivered reliably an...

  • Answered by AI
Round 2 - CTO round 

(2 Questions)

  • Q1. Prev salary and prev experience(even if you fake it you can pass interview, he is dumb about software development)
  • Q2. What is your expectation
  • Ans. 

    My expectation is to work in a challenging environment where I can utilize my skills to contribute to the success of the team and company.

    • Expectation to work on complex projects that require problem-solving skills

    • Desire to collaborate with talented team members to achieve common goals

    • Opportunity for continuous learning and professional growth

    • Expectation for clear communication and feedback from management

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - go for it if you are not able to crack good companies.
They don't ask any DSA problems as they don't know about any coding platform (all are dumb )
good for those who have good communication skills in telling a small change a big change in code.
if you can inflate a task, you are going to join best company. (they don't need good code writers and best mf)

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Feb 2022. There were 4 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 

Easy level questions on string, linked list and array

Round 3 - Technical 

(2 Questions)

  • Q1. Difference between TCP and UDP
  • Ans. 

    TCP is a connection-oriented protocol while UDP is connectionless.

    • TCP provides reliable, ordered, and error-checked delivery of data while UDP does not guarantee any of these.

    • TCP is slower but more reliable while UDP is faster but less reliable.

    • TCP is used for applications that require high reliability and accuracy such as email, file transfer, and web browsing while UDP is used for applications that require speed and ...

  • Answered by AI
  • Q2. Nibble swap program in C
  • Ans. 

    A nibble swap program in C

    • Nibble swap means swapping the 4-bit halves of a byte

    • Use bitwise operators to perform the swap

    • Example: unsigned char x = 0xAB; x = ((x & 0x0F) << 4) | ((x & 0xF0) >> 4);

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Reverse Linked List in C
  • Ans. 

    Reverse a linked list in C language.

    • Create three pointers: current, previous, and next.

    • Traverse the linked list and change the direction of the pointers.

    • Return the new head of the reversed linked list.

  • Answered by AI
  • Q2. Write an API call in C
  • Ans. 

    API call in C

    • Include the necessary header files

    • Create a URL string with the required parameters

    • Use the curl library to make the API call

    • Handle the response data appropriately

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of programming, operating system and networking

Skills evaluated in this interview

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 

(1 Question)

  • Q1. Middleware , dependency injection
Round 3 - Technical 

(1 Question)

  • Q1. Subject and subject behaviour

PathPartner Technology Interview FAQs

How many rounds are there in PathPartner Technology interview?
PathPartner Technology interview process usually has 2-3 rounds. The most common rounds in the PathPartner Technology interview process are Technical, One-on-one Round and HR.
How to prepare for PathPartner Technology 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 PathPartner Technology. The most common topics and skills that interviewers at PathPartner Technology expect are C++, C, customer support, Android and Debugging.
What are the top questions asked in PathPartner Technology interview?

Some of the top questions asked at the PathPartner Technology interview -

  1. what is function pointer and uses and why it is required and explain one real t...read more
  2. what is difference between C and embedde...read more
  3. explain storage clas...read more

Tell us how to improve this page.

PathPartner Technology Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k 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
 • 2.9k Interviews
Cyient Interview Questions
3.6
 • 288 Interviews
KPIT Technologies Interview Questions
3.4
 • 282 Interviews
Sasken Interview Questions
3.8
 • 79 Interviews
View all

PathPartner Technology Reviews and Ratings

based on 104 reviews

4.1/5

Rating in categories

3.9

Skill development

3.7

Work-life balance

3.6

Salary

3.8

Job security

3.7

Company culture

3.6

Promotions

3.6

Work satisfaction

Explore 104 Reviews and Ratings
Senior Software Engineer
184 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Software Engineer
154 salaries
unlock blur

₹3.8 L/yr - ₹10.6 L/yr

Technical Lead
52 salaries
unlock blur

₹10 L/yr - ₹24.6 L/yr

Embedded Software Engineer
22 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Senior Technical Lead
17 salaries
unlock blur

₹22 L/yr - ₹33 L/yr

Explore more salaries
Compare PathPartner Technology with

Sasken

3.8
Compare

LTIMindtree

3.8
Compare

L&T Technology Services

3.3
Compare

Persistent Systems

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