Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Chingari Team. If you also belong to the team, you can get access from here

Chingari Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Chingari Senior Auditor Interview Questions and Answers

Updated 14 Feb 2024

Chingari Senior Auditor Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Asking about background ,some technical stuff
  • Q2. About self intro

Interview Preparation Tips

Interview preparation tips for other job seekers - intermediate level

Top trending discussions

View All
Salary Discussions, Hike & Promotions
2w
a senior executive
GF salary Vs. My salary
Me and my gf have been dating for 5 years. Back in 2020, I started my career with a package of ₹5 LPA. Over the years, I’ve reached ₹22 LPA in 2025. She started her journey with ₹3 LPA(2020) and is now earning ₹8 LPA(2025). We’ve been in a live-in relationship for around 2 years, and the idea was to share expenses equally. But, equal sharing never really happened. If we go to a café she likes, especially with friends, I will pay the entire bill. We only split the house rent and grocery bills. I told her lots of time to cut down these costly cafe expenses or earn more money, increase your package, study and work hard, but.....she is now in her comfort zone. Being from a tech background, I have seen people upgrade their skills and package for a good life in metro cities. I am ready to support her in her studies, but she is like I am earning enough for myself.... No, you are not. I love her, but I don't know how to overcome this issue between us. Please suggest!
Got a question about Chingari?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2022. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Previous organisation discussion.
  • Q2. What is my expectations from Eazydiner
  • Ans. 

    My expectations from Eazydiner are a supportive work environment, opportunities for growth, and a strong team dynamic.

    • Supportive work environment: I expect Eazydiner to provide a positive and encouraging work atmosphere where employees feel valued and supported.

    • Opportunities for growth: I expect Eazydiner to offer opportunities for professional development and advancement, such as training programs, mentorship, and car...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not lie, only experience and industry experience matters

Senior Auditor Interview Questions Asked at Other Companies

asked in PwC
Q1. 1. Audit procedures for a. Revenue b. AP, AR c. Cash and cash equ ... read more
Q2. What is average crf of pharma industry what is efficiency of manu ... read more
Q3. What is the TDS section, TDS payment due date, GST working
Q4. What are the results of professional examinations?
Q5. Implementation of skill for betterment of ops control
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Oct 2022.

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 - HR 

(1 Question)

  • Q1. Tell me about yourself.
Round 3 - One-on-one 

(1 Question)

  • Q1. How would you pitch your services to the clients?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Previous experience
  • Q2. About EazyDiner
Round 2 - HR 

(2 Questions)

  • Q1. HR screening process
  • Ans. 

    The HR screening process involves evaluating candidates based on their qualifications, experience, and fit for the role.

    • HR screening process typically includes resume review, phone interviews, and in-person interviews.

    • Candidates are assessed based on their skills, experience, and cultural fit with the organization.

    • HR may also conduct background checks, reference checks, and psychometric assessments during the screening...

  • Answered by AI
  • Q2. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Take a look about the company

I applied via Campus Placement and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Linked List, Stack, BST

Interview Preparation Tips

Interview preparation tips for other job seekers - be ready with ds algo and have some side projects

I applied via Company Website and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Reverse a given Linked List. Both O(1) and O(N) space complexity. Where N is the size of Linked List.
  • Ans. 

    Reverse a given Linked List with O(1) and O(N) space complexity.

    • For O(1) space complexity, use three pointers to reverse the links in place.

    • For O(N) space complexity, use a stack to store the nodes and then pop them to create the reversed list.

    • Be careful with edge cases such as empty list or list with only one node.

  • Answered by AI
  • Q2. Explain your project. and give a brief overview for the technologies involved in the process of making the project. (Expect some cross-questioning for the technologies you are going to mention).
  • Q3. In a party of N people, only one person is known to everyone. Such a person may be present in the party, if yes, (s)he doesn't know anyone in the party. Find this celebrity (is present).
  • Ans. 

    THis is an answer,jdkiukj froin feiudjcbiufjewbd

  • Answered by Aamir Iqbal
  • Q4. Explain in detail the working behind the algorithms of Merge Sort and Quick Sort.
  • Ans. 

    Merge Sort and Quick Sort are sorting algorithms that use divide and conquer approach.

    • Merge Sort divides the array into two halves, sorts them recursively, and then merges them.

    • Quick Sort selects a pivot element, partitions the array around the pivot, and recursively sorts the sub-arrays.

    • Merge Sort has a worst-case time complexity of O(nlogn), while Quick Sort has an average case time complexity of O(nlogn).

    • Merge Sort ...

  • Answered by AI
  • Q5. Trapping Rain-Water problem: Given N non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.
  • Ans. 

    Compute amount of water trapped in an elevation map after raining

    • Iterate through the array and find the maximum height on the left and right of each bar

    • Calculate the amount of water that can be trapped on each bar using the difference between the minimum of the two maximum heights and the height of the bar

    • Add up the amount of water trapped on each bar to get the total amount of water trapped

  • Answered by AI
  • Q6. Zigzag traversal of a given binary tree.
  • Ans. 

    Zigzag traversal of a binary tree is a way of traversing the tree in a zigzag pattern.

    • Use a stack to keep track of nodes to be visited.

    • For each level, alternate between adding nodes to the stack from left to right and right to left.

    • Pop nodes from the stack and add their children to the stack in the appropriate order.

    • Repeat until all nodes have been visited.

  • Answered by AI
  • Q7. Given a dictionary with {Key, Value} as {String, Integer}. Sort the given dictionary in ascending/descending order according to: 1) Key. 2) Value.
  • Ans. 

    Sort a dictionary by key or value in ascending/descending order.

    • Use sorted() function with lambda function to sort by key or value.

    • For ascending order, use reverse=False and for descending order, use reverse=True.

    • Example: sorted_dict = sorted(dictionary.items(), key=lambda x: x[0], reverse=True)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - - Have a good understanding of Data Structures and Algorithm.
- Whatever your project may be, you should know aspect of it and expect some cross-questions as well.
- Be confident with what solution you are coming up, and try to make it efficient if asked.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

45 mins, Basic aptitude , comprehension and decision making questions

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to databases, DSA - medium, SQL Queries
Are these interview questions helpful?
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 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 - Aptitude Test 

15 minutes test.
50 questions
easy questions
Management , Leadership , Character Type questions

Round 3 - Coding Test 

2 coding questions
resume grilling
easy medium questions

Round 4 - HR 

(2 Questions)

  • Q1. Time management questions
  • Q2. Toughest project you work upon

I applied via Campus Placement and was interviewed in Jun 2022. There were 5 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 

50 mcq were asked in 12 mins. Most of the candidates qualified this round.

Round 3 - Coding Test 

3 coding questions of basic DSA were asked. Also few mcqs from Operating System, Networking and DBMS.

Round 4 - Technical 

(3 Questions)

  • Q1. The technical round was of 40 mins. 3 standard questions from DSA were asked for which only approach was enough. Questions were from string, array and tree- Rotated string, Lowest common ancestor, etc.
  • Q2. Project related discussion regarding my role in the team.
  • Q3. A few HR questions related to family background. Why not go for higher studies like the rest of my family. Had to convince him that I saw more growth in working for an organisation.
Round 5 - HR 

(1 Question)

  • Q1. My introduction then, standard HR questions like where do i see myself in coming yrs, why do i want to join the company, etc. It lasted 10 mins

Interview Preparation Tips

Topics to prepare for Cogoport Software Engineer interview:
  • DSA
  • DBMS
  • OS
  • Networking
  • Project
Interview preparation tips for other job seekers - Try to present yourself in a confident and straightforward manner. Ask as many questions as possible at the end to convey your eagerness to join the company.

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 2 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 - One-on-one 

(1 Question)

  • Q1. Good english communication skills

Interview Preparation Tips

Topics to prepare for AmbitionBox Software Engineer interview:
  • C language c++
Interview preparation tips for other job seekers - When you hear that the job market Is going through extraordinary times it can cause for celebration or concern

Chingari Interview FAQs

How many rounds are there in Chingari Senior Auditor interview?
Chingari interview process usually has 1 rounds. The most common rounds in the Chingari interview process are One-on-one Round.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.8
 • 150 Interviews
Cogoport Interview Questions
3.1
 • 53 Interviews
Treebo Hotels Interview Questions
3.2
 • 25 Interviews
Simpl Interview Questions
2.8
 • 17 Interviews
KrazyBee Interview Questions
3.7
 • 17 Interviews
Lokal App Interview Questions
3.6
 • 16 Interviews
TripFactory Interview Questions
2.2
 • 15 Interviews
EazyDiner Interview Questions
2.9
 • 15 Interviews
Cashkaro.com Interview Questions
3.6
 • 14 Interviews
View all
Software Development Engineer II
17 salaries
unlock blur

₹15 L/yr - ₹25 L/yr

Associate Product Manager
8 salaries
unlock blur

₹10 L/yr - ₹24 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹16 L/yr - ₹42 L/yr

Product Manager
7 salaries
unlock blur

₹18 L/yr - ₹42 L/yr

Community Manager
6 salaries
unlock blur

₹7.7 L/yr - ₹10.8 L/yr

Explore more salaries
Compare Chingari with

Cogoport

3.1
Compare

Treebo Hotels

3.2
Compare

KrazyBee

3.7
Compare

Woodenstreet.com

3.2
Compare
write
Share an Interview