Upload Button Icon Add office photos

Filter interviews by

Parihar & Associates Interview Questions and Answers

Updated 13 Jul 2017

Parihar & Associates Interview Experiences

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

1. Prime Factors Operations

You are given an integer n. In one operation, you can do the following

• Pick a number P such that P is prime and n is divisble by P. Assign P

Find the maximum number of operations you can perform.

Function description

Complete the primeGame function in the editor below. It has the following param

Name

Type

Description

INTEGER

The given integer n.

n

Return

The function must return an INTEGER denoting the maximum operations you can perform.

Constraints

• 1 ≤ n ≤ 10^9

Input format for debugging

• The first line contains an integer, n, denoting the initial value of n. desc

Round 2 - Technical 

(5 Questions)

  • Q1. What is Object-Oriented Programming (OOP) in Java, and can you explain concepts such as encapsulation and polymorphism with examples?
  • Ans. 

    OOP in Java is a programming paradigm that uses objects to design applications. Encapsulation is the bundling of data and methods, while polymorphism allows objects to be treated as instances of their parent class.

    • OOP in Java focuses on creating objects that interact with each other to design applications

    • Encapsulation in Java involves bundling data (variables) and methods (functions) within a class to restrict access f...

  • Answered by AI
  • Q2. What are wrapper classes in Java, and what is their purpose?
  • Ans. 

    Wrapper classes in Java are classes that allow primitive data types to be used as objects.

    • Wrapper classes provide a way to convert primitive data types into objects.

    • They are used when an object is required, such as in collections like ArrayList.

    • Examples include Integer for int, Double for double, Boolean for boolean, etc.

  • Answered by AI
  • Q3. Given an array, how can it be rotated to the left?
  • Ans. 

    To rotate an array to the left, shift all elements to the left by one position and move the first element to the end.

    • Create a temporary variable to store the first element of the array.

    • Shift all elements to the left by one position.

    • Assign the temporary variable value to the last element of the array.

  • Answered by AI
  • Q4. Can you explain the projects you have completed and provide details about your internships?
  • Ans. 

    I have completed projects in renewable energy and automation systems. I have also interned at a manufacturing company and a research institute.

    • Completed a project on designing a solar-powered irrigation system for a rural community

    • Completed a project on developing an automated warehouse management system using RFID technology

    • Interned at a manufacturing company where I worked on optimizing production processes

    • Interned a...

  • Answered by AI
  • Q5. What is the difference between an ArrayList and an array in Java?
  • Ans. 

    ArrayList is a dynamic array in Java that can grow or shrink in size, while an array has a fixed size.

    • ArrayList can dynamically resize itself, while array has a fixed size.

    • ArrayList is a class in Java, while array is a basic data structure.

    • ArrayList provides methods to add, remove, and access elements easily, while array requires manual manipulation.

    • Example: ArrayList<String> list = new ArrayList<>(); Strin...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

4 Round hue the Aaj ek to test hua or dusra voice call or baki video call hui thi

Interview Preparation Tips

Interview preparation tips for other job seekers - Sales manager for Need here are some key tips for job seekers:

1. Tailor Your Resume: Customize your resume for each job application, emphasizing relevant skills and experience that align with the job description.


2. Network: Leverage professional platforms like LinkedIn, attend industry events, and engage with contacts to expand your network. Many opportunities are found through referrals.


3. Research Employers: Learn about the companies you're applying to. Understand their culture, values, and recent news, which can help you tailor your application and perform well in interviews.


4. Stay Organized: Keep track of the jobs you've applied to, deadlines, and follow-up dates. This will help you stay on top of your applications and avoid missing opportunities.


5. Prepare for Interviews: Practice common interview questions and be ready to discuss your strengths, weaknesses, and achievements. Research the company and prepare thoughtful questions to ask the interviewer.


6. Stay Positive and Persistent: Job searching can take time, so stay motivated. Rejection is normal, and each experience can be a learning opportunity to improve your strategy.


7. Develop New Skills: If you find that certain skills are repeatedly required for positions you're interested in, consider taking courses or certifications to enhance your qualifications.


8. Personal Brand: Maintain a professional online presence, especially on LinkedIn. Ensure your profiles reflect your skills, experience, and interests.


9. Follow Up: After interviews, send a thank-you note to express appreciation and reiterate your interest in the position.


10. Be Open-Minded: Consider opportunities that may not match your exact career path but could offer growth potential, especially in a changing job market.



Consistency and a proactive approach are key to landing the right job.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(6 Questions)

  • Q1. Tell me about youtself?
  • Q2. What do you know about TDS?
  • Q3. Situation AP based journal entries
  • Q4. What is GST on reverse charge?
  • Q5. What are the documents required to initiate a foreign remittance?
  • Q6. More situational based AP journal entries.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude test

Round 2 - One-on-one 

(4 Questions)

  • Q1. Why do you choose our concern?
  • Q2. Can you explain your previous work experience step on step?
  • Q3. The role you choose is irrelevant to previous one what makes believe you that you can survive
  • Q4. We have 6 months of probation period for all the payroll staffs,post the probation only you will be a confirmed payroll employee, is that ok for you?
Round 3 - HR 

(2 Questions)

  • Q1. About previous role and duties
  • Q2. Why do you left the organisation?

Interview Preparation Tips

Interview preparation tips for other job seekers - Expect delay in onboarding process
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Company Website

Round 1 - Technical 

(5 Questions)

  • Q1. Cloud migration steps and challenges.
  • Ans. 

    Cloud migration involves planning, executing, and optimizing the process of moving data, applications, and workloads to a cloud environment.

    • Assess current infrastructure and applications to determine what can be migrated to the cloud

    • Choose the right cloud service provider based on requirements and budget

    • Develop a migration plan including timelines, resources, and potential risks

    • Execute the migration in phases to minimi...

  • Answered by AI
  • Q2. Technology stack of product
  • Ans. 

    The technology stack of the product includes Java, Spring Boot, Angular, and MySQL.

    • Java

    • Spring Boot

    • Angular

    • MySQL

  • Answered by AI
  • Q3. Which DB were used in your system?
  • Ans. 

    We used MySQL and MongoDB databases in our system.

    • MySQL was used for structured data storage

    • MongoDB was used for unstructured data storage

  • Answered by AI
  • Q4. How did your execute data pipelines?
  • Ans. 

    I executed data pipelines by designing the workflow, implementing data transformations, scheduling jobs, and monitoring performance.

    • Designed the workflow for data pipelines to ensure efficient data processing

    • Implemented data transformations using tools like Apache Spark or Python libraries

    • Scheduled jobs to run at specific intervals for automated data processing

    • Monitored performance of data pipelines to identify bottlen

  • Answered by AI
  • Q5. What is team velocity?
  • Ans. 

    Team velocity is a measure of the amount of work a team can complete in a sprint.

    • Team velocity is calculated by summing up the story points completed in a sprint.

    • It helps the team understand their capacity and plan future sprints accordingly.

    • Velocity is not a measure of productivity but rather a guide for planning and forecasting.

    • For example, if a team completes 30 story points in a sprint, their velocity is 30.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer maintained a casual demeanor, conducting the interview from their desk while occasionally waving at or smiling at colleagues in the vicinity.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about a time where you have to raise against management
  • Q2. Tell me about a time where you have to go through a change in company
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about a time where you were not able to meet upto mark
  • Q2. Tell me about a time where you have to say against your manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and expect the u expected. They are friendly anyway
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Business Administration and a passion for leadership and strategic planning.

    • Graduated with a degree in Business Administration

    • Passionate about leadership and strategic planning

    • Completed internships in marketing and finance

    • Strong communication and problem-solving skills

  • Answered by AI
  • Q2. Why did you choose this job
  • Ans. 

    I chose this job because of the opportunity for growth and development in a dynamic industry.

    • Opportunity for growth and development

    • Interest in the industry

    • Alignment with my skills and career goals

  • Answered by AI
  • Q3. Why you want to do sales
  • Ans. 

    I am passionate about building relationships, meeting new people, and achieving targets through effective communication and negotiation.

    • Enjoy interacting with people and building relationships

    • Excited about meeting new challenges and targets

    • Skilled in communication and negotiation

    • Thrives in a fast-paced and competitive environment

  • Answered by AI
  • Q4. Explain the different types of insurance
  • Ans. 

    Types of insurance include life, health, auto, home, and disability insurance.

    • Life insurance: Provides financial protection to beneficiaries in case of the insured's death.

    • Health insurance: Covers medical expenses and treatments for illnesses and injuries.

    • Auto insurance: Protects against financial loss in case of accidents or theft involving a vehicle.

    • Home insurance: Covers damage to a home and its contents due to even...

  • Answered by AI
  • Q5. Who is the CEO of hdfc life
  • Ans. 

    The CEO of HDFC Life is Vibha Padalkar.

    • Vibha Padalkar is the current CEO of HDFC Life.

    • She has been associated with HDFC Life since 2008 and has held various leadership positions before becoming the CEO.

    • Under her leadership, HDFC Life has seen significant growth and expansion in the insurance sector.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak with confidence
Know your job role
Know the basics about insurance
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Walk-in and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Walk me through your resume. About insurance process what is policy life cycle.
  • Q2. Tell me about your previous role.
  • Ans. 

    I was responsible for analyzing and improving processes to increase efficiency and productivity.

    • Led process improvement initiatives to streamline operations

    • Identified bottlenecks and implemented solutions to optimize workflows

    • Collaborated with cross-functional teams to gather data and feedback

    • Utilized data analysis tools to track performance metrics

    • Developed and implemented process documentation and training materials

  • Answered by AI
Round 2 - Aptitude Test 

Yet to complete the test

Round 3 - One-on-one 

(2 Questions)

  • Q1. Asked about Gallagher.
  • Q2. What do you know about Gallagher.
  • Ans. 

    Gallagher is a global insurance brokerage, risk management, and consulting firm.

    • Founded in 1927 by Arthur J. Gallagher

    • Headquartered in Rolling Meadows, Illinois

    • Provides insurance, risk management, and consulting services globally

    • Offers services in areas such as commercial insurance, employee benefits, and personal insurance

    • Has a strong focus on client relationships and personalized service

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

(2 Questions)

  • Q1. Situation based questions were asked.
  • Q2. How would you built the trust with the stakeholders
  • Ans. 

    Building trust with stakeholders involves open communication, transparency, and delivering on commitments.

    • Establish open lines of communication with stakeholders to address concerns and provide updates

    • Be transparent about project progress, challenges, and decisions

    • Deliver on commitments and follow through on promises to build credibility

    • Seek feedback from stakeholders and incorporate their input into decision-making pr...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Self introduction
  • Q2. Any work experience
  • Ans. 

    Yes, I have 3 years of work experience as an auditor in a reputable firm.

    • Worked as an auditor for 3 years in XYZ firm

    • Conducted audits on various financial statements

    • Prepared audit reports and communicated findings to management

  • Answered by AI
  • Q3. Own Topics and family trip friend trip
  • Q4. Any skill in computer knowledge
  • Ans. 

    Proficiency in computer knowledge is essential for a Concurrent Auditor.

    • Strong understanding of accounting software and tools

    • Ability to analyze data using spreadsheets and databases

    • Knowledge of cybersecurity measures to protect sensitive information

    • Familiarity with audit software for efficient auditing processes

  • Answered by AI
  • Q5. Any experience in excel ms world

Interview Preparation Tips

Topics to prepare for Bank of Baroda Concurrent Auditor interview:
  • Back Office
  • Banking
  • Basic
  • MS Office
  • Excel
  • Project Management
Interview preparation tips for other job seekers - Planning a budget-friendly 5-day trip to Kerala with friends can be both exciting and economical. Here’s a detailed plan to help you make the most of your trip

Tell us how to improve this page.

Interview Questions from Similar Companies

HDFC Life Interview Questions
4.0
 • 579 Interviews
Bajaj Finserv Interview Questions
4.0
 • 486 Interviews
PolicyBazaar Interview Questions
3.6
 • 306 Interviews
Gallagher Interview Questions
3.8
 • 204 Interviews
L&T Finance Interview Questions
4.0
 • 141 Interviews
Apple Interview Questions
4.3
 • 137 Interviews
DE Shaw Interview Questions
3.8
 • 116 Interviews
Bank of Baroda Interview Questions
3.6
 • 102 Interviews
View all
Compare Parihar & Associates with

Bajaj Finserv

4.0
Compare

HDFC Life

4.0
Compare

PolicyBazaar

3.6
Compare

L&T Finance

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview