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

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

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

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 LinkedIn and was interviewed before Nov 2021. 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 

There are basic aptitude questions for freshers level

Round 3 - Technical 

(2 Questions)

  • Q1. Oops concepts, basics of sql
  • Q2. Basics of programming language

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through basics interview questions for freshers level

I applied via LinkedIn and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Write a c++ program to implement the basic functions of queue using linked list and class?
  • Ans. 

    C++ program to implement queue using linked list and class

    • Create a class for queue and node

    • Implement enqueue, dequeue, and display functions

    • Use pointers to link nodes in the linked list

  • Answered by AI
  • Q2. Questions related to the projects .

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have good command over the language you chose and the tech stack you are working upon. You should be able to explain your role.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Assignment 

Fizz buzz question and array related

Round 2 - Technical 

(1 Question)

  • Q1. Basic react, javascript and one question to find duplicate.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
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?

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

Affine Interview Questions
3.3
 • 49 Interviews
JMR Infotech Interview Questions
4.3
 • 29 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
183 salaries
unlock blur

₹5.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

PC Solutions

3.7
Compare

RNF Technologies

3.4
Compare

Hidden Brains InfoTech

3.8
Compare

Affine

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