Upload Button Icon Add office photos

Filter interviews by

Agivetta Consulting Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Dec 2024.

Round 1 - Technical 

(27 Questions)

  • Q1. Tell me about yourself
  • Q2. Have you ever worked on devops
  • Q3. How do you deploy tags in Jenkins and UCD
  • Q4. What you will do if you get a production issue
  • Q5. If the respective team is responsible to resolve an issue and they are not supporting you because of their priority items what you will do
  • Q6. What is .Net Framework
  • Q7. What is c#
  • Q8. Page life cycle of ASP.NET and explanation
  • Q9. OOPS Concept and Encapsulation Example
  • Q10. Value type and Ref Types
  • Q11. Constant and ReadOnly
  • Q12. How can you delete the duplicate values in a table
  • Q13. Difference between group by and having/ union and union all
  • Q14. Query to select last 5 records in a table
  • Q15. What is SMTP and what is the name space for that
  • Q16. Mention few name spaces you have used in your code
  • Q17. What is WEB API
  • Q18. Why WEB API is crucial over Web Services
  • Q19. How do you provide Security to your WEB API
  • Q20. What is Authentication and Authorization
  • Q21. What is difference between JSON and XML
  • Q22. Filters in MVC
  • Q23. What is MVC
  • Q24. What is Routing in MVC
  • Q25. How an application Interact with API
  • Q26. Architecture of API
  • Q27. What is HTTP

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the job description and find out what are they expecting from you, Prepare based on that.
I would say covering most of the topics in terms of definition would be the first thing we have to do, Then if you are sure about the definitions add example program for every definition by understanding the usage and functionality
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Common aptitude questions on mettl platform

Round 2 - Technical 

(3 Questions)

  • Q1. Python Standard interview questions
  • Q2. SQL Standard interview questions (Easy)
  • Q3. CaseStudy and questions based on it.
Round 3 - HR 

(3 Questions)

  • Q1. Common hr questions
  • Q2. Puzzles
  • Q3. Project Discussion

Interview Preparation Tips

Topics to prepare for ZS Junior Analyst interview:
  • Python
  • SQL
  • R
Interview preparation tips for other job seekers - I felt ZS Associates pay less, because for similar roles on campus they pay nealy 14 LPA but for Off campus they pay 4 LPA.

So confirm with the hr before even attending the interviews.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Technical Accounting Questions
  • Q2. Technical Accounting Questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at National Institute of Technology (NIT), Warangal and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal to medium level general aptitude questions

Round 2 - Technical 

(2 Questions)

  • Q1. Types of building contract
  • Q2. Type of soil for each buildings
Round 3 - One-on-one 

(2 Questions)

  • Q1. Assesment day GD for 2 rounds
  • Q2. All situational based questions

Interview Preparation Tips

Topics to prepare for WSP Due Diligence Analyst interview:
  • Building contracts
  • Soil Mechanics
Interview preparation tips for other job seekers - Answering to situational questions wisely is very important

Data Engineering Lead - BCG X Interview Questions & Answers

BCG user image Anonymous

posted on 13 Jan 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Asked coding questions on Python and SQL
Python - find longest non repeating substring
SQL - join and window function

Round 2 - Assignment 

Develop a production-grade application in Python that analyzes data and provides answers to questions based on the dataset.

Round 3 - Technical 

(2 Questions)

  • Q1. System design and project based questions
  • Q2. Scenario-based questions that can help assess how you handle various situations

Interview Preparation Tips

Topics to prepare for BCG Data Engineering Lead - BCG X interview:
  • Coding
  • System Design
  • Managerial
Interview preparation tips for other job seekers - You need to be thorough with coding, technical depth in projects and scenario based solutions for various difficult situations that one might have to face a a lead

Analyst Interview Questions & Answers

Citco user image Dhiraj Dhande

posted on 8 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. What is Derivatives
  • Q2. What is financial Markets
  • Q3. V Lookup, X Lookup, H lookup
  • Q4. Experience in SQL And Power bi
  • Q5. Internship Experience

Marketing and communication coordinator Interview Questions & Answers

Protiviti user image Anonymous

posted on 7 Jan 2025

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. How do you manage feedback and various editing requests?
Round 2 - One-on-one 

(1 Question)

  • Q1. How would you approach executing a video production assignment, from scriptwriting to recording?
Round 3 - Technical 

(1 Question)

  • Q1. Write a blog for the executive suite on a topic they will provide
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Nov 2024.

Round 1 - Aptitude Test 

Some basic questions related to profit, time, and distance.

Round 2 - Coding Test 

Identify the missing number in the array and remove the duplicate string from another string, then write the remaining portion.

Round 3 - Technical 

(4 Questions)

  • Q1. What is rest api's
  • Ans. 

    REST APIs are a set of rules and conventions for building and interacting with web services.

    • REST stands for Representational State Transfer

    • Uses standard HTTP methods like GET, POST, PUT, DELETE

    • Data is transferred in JSON or XML format

    • Stateless communication between client and server

    • Example: GET request to retrieve data from a server

  • Answered by AI
  • Q2. What is components
  • Ans. 

    Components in software development are modular, reusable parts of a system that perform specific functions.

    • Components are building blocks of a software system

    • They are designed to be modular and reusable

    • Each component performs a specific function or set of functions

    • Examples include buttons, forms, navigation bars in a web application

  • Answered by AI
  • Q3. Some related to github
  • Q4. Explain about api testing
  • Ans. 

    API testing involves testing the functionality, reliability, performance, and security of APIs.

    • API testing ensures that the API functions as expected and meets the requirements.

    • It involves testing the input parameters, output, authentication, error codes, and response time.

    • Tools like Postman, SoapUI, and JMeter are commonly used for API testing.

    • API testing can be done manually or automated using scripts.

    • Common types of...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Explain about your project
  • Ans. 

    Developed a web application for online food ordering and delivery service

    • Used React.js for front-end development

    • Implemented Node.js and Express.js for back-end functionality

    • Integrated payment gateway for secure transactions

  • Answered by AI
  • Q2. What is the logical problem involving 2 rooms, 3 bulbs, and 3 switches?

Interview Preparation Tips

Interview preparation tips for other job seekers - try to learn basic concepts of frontend and backend technologies

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

1. Poor Communication: There was a lack of clear communication from management, leading to confusion and misunderstandings among employees.

2. Unprofessional Behavior: Employees or management displayed unprofessional behavior, such as disrespectful comments or inappropriate conduct in the workplace.

3. Lack of Support: Employees felt unsupported by their supervisors, with little to no guidance on how to perform their tasks effectively.

4. Overwork and Burnout: Employees were consistently overworked with unrealistic deadlines, leading to high levels of stress and burnout.

5. Inadequate Training: New hires received insufficient training, resulting in mistakes and frustration both for themselves and their teams.

6. Toxic Work Environment: The workplace culture was toxic, with favoritism, gossip, and hostility among team members.

7. Unfair Treatment: There was a perception of unfair treatment regarding promotions, pay raises, and workload distribution.

8. Lack of Career Growth: Employees felt there were no opportunities for advancement or professional development within the company.

9. Poor Management: Management was seen as ineffective, lacking leadership skills and failing to motivate or inspire the team.

10. Product or Service Issues: The company had ongoing problems with its products or services, leading to customer complaints and dissatisfaction.

These points can help illustrate a negative experience within a company, highlighting various aspects that contribute to an unpleasant work environment.

Round 2 - HR 

(2 Questions)

  • Q1. What is bpo ?
  • Ans. 

    BPO stands for Business Process Outsourcing, where a company contracts out specific business processes to a third-party provider.

    • BPO involves outsourcing non-core business functions such as customer service, technical support, and data entry.

    • Companies often choose to outsource these functions to reduce costs and focus on their core competencies.

    • Popular BPO destinations include India, the Philippines, and Eastern Europe...

  • Answered by AI
  • Q2. Where are you from ?

Senior Data Scientist, AAG Interview Questions & Answers

Bain & Company user image Anonymous

posted on 29 Jul 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 6 interview rounds.

Round 1 - Coding Test 

It was an hour-long coding round, asked questions on basic pandas slicing dicing, building simple regression model, handling class imbalance in SVM

Round 2 - Technical 

(1 Question)

  • Q1. Mostly resume based, went deep into projects and asked basics of ML algorithms, ML Ops and OOPS concepts
Round 3 - Technical 

(1 Question)

  • Q1. Resume based questions, basics of Machine Learning, and small case study (problem formulation and feature brainstorming)
Round 4 - Technical 

(1 Question)

  • Q1. Different types of ML models, how they work, differences among them. Types of performance metrics, pros and cons of them, etc.
  • Ans. 

    Different types of ML models, how they work, differences among them, types of performance metrics, pros and cons.

    • Types of ML models include linear regression, decision trees, support vector machines, neural networks, etc.

    • ML models work by learning patterns from data to make predictions or decisions.

    • Differences among models include complexity, interpretability, scalability, and performance.

    • Performance metrics for ML mod...

  • Answered by AI
Round 5 - Case Study 

Develop a solution for inventory optimization of a Shoe retailer. Forecast sales and plan inventory at a store level for a national seller.

Round 6 - Case Study 

Why you want to join the company, Simple case (how do you use analytics to clear stock of a particular seasonal product after the peak season).

Interview Preparation Tips

Interview preparation tips for other job seekers - - I would say do not waste your time on this. Just keep it running in the backend.
- I made the mistake of spending too much time on this alongside my busy job. Even though all the interviews went very well, I did not receive the job offer and they just sent me a simple rejection template email after I invested 2 months of my time and had given 6 rounds of interviews.
- I don't know how the culture at the company is, if it is not decent enough to send me the feedback (even after requesting it) given that I invested so much of my time and even the interviewers were impressed with my interviews.

Skills evaluated in this interview

Agivetta Consulting Interview FAQs

How to prepare for Agivetta Consulting 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 Agivetta Consulting. The most common topics and skills that interviewers at Agivetta Consulting expect are Scrum, C++, Agile, Agile Testing and Automation Testing.

Tell us how to improve this page.

Agivetta Consulting Reviews and Ratings

based on 3 reviews

2.6/5

Rating in categories

2.6

Skill development

2.6

Work-life balance

2.6

Salary

3.0

Job security

2.6

Company culture

2.6

Promotions

2.6

Work satisfaction

Explore 3 Reviews and Ratings
Accounts Manager
4 salaries
unlock blur

₹4.7 L/yr - ₹7.2 L/yr

Explore more salaries
Compare Agivetta Consulting with

VISION

4.1
Compare

Franchise Alpha

4.6
Compare

Wazir Advisors

3.8
Compare

TechSci Research

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