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

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 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 (199)

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 (199)

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 (199)

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

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

Round 1 - Technical 

(1 Question)

  • Q1. .net questions - routing in asp.net MVC ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing . Prepare well for interview on .Net technology stack

I applied via Campus Placement and was interviewed before Jan 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good

Round 2 - Technical 

(1 Question)

  • Q1. Basic question from C++.Some questions from Data structure and computer architecture.

Interview Preparation Tips

Topics to prepare for TCS Software Engineer interview:
  • C++
Interview preparation tips for other job seekers - Prepare well. Aptitude is not very easy so you have to prepare well.

Interview Questionnaire 

1 Question

  • Q1. What I know and what I don't know

Interview Preparation Tips

Round: Test
Experience: Aptitude, reasoning, logical, etc. 2 hours

Interview Questionnaire 

2 Questions

  • Q1. C and C++ - technically related stuffs
  • Q2. Communicate and fluency

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 Aptitude Test.
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.4k 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
 • 283 Interviews
KPIT Technologies Interview Questions
3.4
 • 279 Interviews
Sasken Interview Questions
3.8
 • 79 Interviews
View all

PathPartner Technology Reviews and Ratings

based on 103 reviews

4.0/5

Rating in categories

3.8

Skill development

3.7

Work-life balance

3.5

Salary

3.7

Job security

3.6

Company culture

3.5

Promotions

3.6

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Software Engineer
144 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
52 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Embedded Software Engineer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technical Lead
17 salaries
unlock blur

₹0 L/yr - ₹0 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