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

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. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

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

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

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. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. All employees having same salary in the smae department sql and pysprk
  • Q2. How to create pipeline in databricks
  • Ans. 

    To create a pipeline in Databricks, you can use Databricks Jobs or Apache Airflow for orchestration.

    • Use Databricks Jobs to create a pipeline by scheduling notebooks or Spark jobs.

    • Utilize Apache Airflow for more complex pipeline orchestration with dependencies and monitoring.

    • Leverage Databricks Delta for managing data pipelines with ACID transactions and versioning.

  • Answered by AI
  • Q3. Palindrome, 2nd char in every word make is to upper case, sql rank and dense rank releated questions , given 2 tables country and city we need to calculate total population in each continent by joining the...
  • Q4. String manuplation questions inpython

Interview Preparation Tips

Interview preparation tips for other job seekers - PRepare well on pyspark
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What is your work Experience
  • Ans. 

    I have 5 years of experience working as a mechanical engineer in the automotive industry.

    • 5 years of experience in mechanical engineering

    • Specialized in automotive industry

    • Worked on designing and testing vehicle components

    • Experience with CAD software for modeling and simulations

  • Answered by AI
  • Q2. Why am i looking for job change
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Looking for new challenges to enhance skills and knowledge

    • Seeking better career growth opportunities

    • Interested in exploring different work environments

    • Want to broaden professional network

  • Answered by AI
Round 2 - One-on-one 

(4 Questions)

  • Q1. What area i have covered testing
  • Ans. 

    I have covered testing in areas such as software development, quality assurance, and system integration.

    • Software testing methodologies such as unit testing, integration testing, and regression testing

    • Quality assurance processes to ensure software meets requirements and standards

    • System integration testing to verify that different components work together seamlessly

  • Answered by AI
  • Q2. What type of testing i have experience for
  • Ans. 

    I have experience with various types of testing including unit testing, integration testing, system testing, and regression testing.

    • Unit testing: Testing individual components or functions of the software in isolation.

    • Integration testing: Testing how different components work together.

    • System testing: Testing the entire system as a whole.

    • Regression testing: Testing to ensure that new code changes do not adversely affect

  • Answered by AI
  • Q3. What is functional & Non functional Testing
  • Ans. 

    Functional testing ensures that the software functions as intended, while non-functional testing focuses on performance, usability, and security.

    • Functional testing checks if the software meets the specified requirements.

    • Non-functional testing evaluates aspects like performance, scalability, reliability, and security.

    • Examples of functional testing include unit testing, integration testing, and system testing.

    • Examples of...

  • Answered by AI
  • Q4. Give positive & Negative Example for a scenario in testing
  • Ans. 

    Positive & Negative testing scenario examples

    • Positive example: Testing a login form with valid credentials should allow the user to access the system

    • Negative example: Testing a login form with invalid credentials should display an error message

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. What will you do if you face challenge in job
  • Ans. 

    I will approach the challenge methodically, seek help if needed, and work towards finding a solution.

    • Assess the challenge and break it down into smaller tasks

    • Research and gather information to understand the problem better

    • Consult with colleagues or supervisors for advice or guidance

    • Experiment with different solutions and adapt as needed

    • Stay persistent and focused on finding a resolution

  • Answered by AI
  • Q2. What process you will follow for a critical Issue you find
  • Ans. 

    I will follow a systematic approach to identify, analyze, prioritize, and resolve the critical issue.

    • Identify the critical issue and gather all relevant information

    • Analyze the root cause of the issue and its impact on the system

    • Prioritize the critical issue based on severity and potential impact

    • Develop a plan of action to resolve the issue efficiently

    • Implement the solution and monitor its effectiveness

    • Document the enti

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Volansys Technologies Engineer interview:
  • Functional Testing
  • Agile Testing
Interview preparation tips for other job seekers - Remember every details of your CV. Keep answer process oriented.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Swift Medium-Level Question
  • Q2. DSA Question - LCP
Round 2 - Technical 

(2 Questions)

  • Q1. Asking Question Related about CRM, etc.
  • Q2. Related about chat design APP

Interview Preparation Tips

Interview preparation tips for other job seekers - The First Round was good, The Interviewer was good ask questions about iOS-related stuff DSA.
The second Round was not good. IDK my luck is bad or the Interviewer was a little bit arrogant. So yeah after 2 questions my mood was like not giving proper answers to questions. I want to just close this meeting ASAP. If someone doesn't know about this technology at least give him/her a chance to work on that maybe he will be fruitful in that time.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Reverse string in java
  • Ans. 

    Reverse a string in Java using StringBuilder or iterative approach.

    • Use StringBuilder to reverse the string: StringBuilder sb = new StringBuilder(str); sb.reverse().toString();

    • Iterative approach: Convert the string to char array, swap characters from start and end indexes until middle is reached.

  • Answered by AI
  • Q2. Write the xpath for MakeMyTrip datepicker
  • Ans. 

    The xpath for MakeMyTrip datepicker can be written using unique attributes of the datepicker element.

    • Use unique attributes like class, id, or data-testid to locate the datepicker element

    • Consider the structure of the datepicker and its parent elements when writing the xpath

    • Use indexes or sibling relationships if necessary to pinpoint the datepicker element

  • Answered by AI
  • Q3. SQL query for order all the employees in ascending order
  • Ans. 

    Use SQL query with ORDER BY clause to order employees in ascending order.

    • Use SELECT statement to retrieve employee data

    • Add ORDER BY clause with the column you want to order by

    • Specify ASC keyword for ascending order

    • Example: SELECT * FROM employees ORDER BY employee_id ASC;

  • Answered by AI
  • Q4. Difference between smoke and sanity testing
  • Ans. 

    Smoke testing is a subset of regression testing, focusing on basic functionality, while sanity testing is a subset of acceptance testing, focusing on specific areas.

    • Smoke testing is performed to check if the critical functionalities of the application are working fine after changes.

    • Sanity testing is performed to check if the specific areas of the application are working fine after changes.

    • Smoke testing is a shallow and...

  • Answered by AI
  • Q5. Right positive or negative coupon code based on minimum amount and maximum amount
  • Ans. 

    Generate a coupon code based on minimum and maximum amount

    • Determine the range of amounts for the coupon code

    • Generate a random code within that range

    • Assign positive or negative based on the criteria

  • Answered by AI
  • Q6. Basic git commands

Skills evaluated in this interview

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
 • 3k Interviews
KPIT Technologies Interview Questions
3.4
 • 294 Interviews
Cyient Interview Questions
3.7
 • 283 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.6

Promotions

3.6

Work satisfaction

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

₹5 L/yr - ₹20 L/yr

Software Engineer
144 salaries
unlock blur

₹3.8 L/yr - ₹10.6 L/yr

Technical Lead
51 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