Upload Button Icon Add office photos

Filter interviews by

AgreeYa Solutions Senior Software Developer Interview Questions and Answers

Updated 1 Feb 2024

AgreeYa Solutions Senior Software Developer Interview Experiences

1 interview found

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

I applied via Job Fair and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Some basic Java questions Oop, Collection,Java 8 features and spring boot, microservice
  • Q2. Rest API, JPA, MySQL,

Interview Preparation Tips

Interview preparation tips for other job seekers - Avarage

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. DSA Array, String and Hashmap questions
  • Q2. Functional programming java questions
Round 2 - Technical 

(5 Questions)

  • Q1. Spring and spring boot related
  • Q2. HLD scenario level questions
  • Q3. SQL queries nested and joins
  • Q4. DB related questions and experience level questions and previous project situations related questions
  • Q5. Security level questions like XSS vulnerability and SQL injection
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral

Round 1 - Coding Test 

Java internals, coding questions 2sum

Round 2 - Technical 

(2 Questions)

  • Q1. Hld of your previous project
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used React.js for front-end development

    • Implemented RESTful APIs for backend using Node.js and Express

    • Utilized MongoDB for database storage

    • Incorporated authentication and authorization features for user security

  • Answered by AI
  • Q2. Question related to self build projects
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Location constrain if any
  • Ans. 

    Open to relocation for the right opportunity

    • Willing to relocate for the right job opportunity

    • Flexible with location for the right role

    • Open to considering different locations for the right position

  • Answered by AI
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

It was for 2 hours, there were 3 questions

Round 2 - Coding Test 

On-paper test which had to be appeared from Kolkata

Round 3 - Technical 

(1 Question)

  • Q1. Mainly based on JS and oops
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the technology stack you have been working on.
  • Ans. 

    I have been working on a technology stack that includes Java, Spring Boot, Angular, and MySQL.

    • Java programming language for backend development

    • Spring Boot framework for building and deploying Java applications

    • Angular framework for frontend development

    • MySQL database for data storage and retrieval

  • Answered by AI
  • Q2. Deep dive into the .Net framework and its use in developing microservices using Web APIs
  • Ans. 

    The .Net framework is a powerful tool for developing microservices using Web APIs.

    • The .Net framework provides a set of libraries and tools for building scalable and reliable microservices.

    • Web APIs in .Net allow for easy communication between different services and clients.

    • Features like dependency injection and middleware in .Net make it easier to develop and maintain microservices.

    • Examples of popular frameworks for bui...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain how you would troubleshoot a network bottleneck in your web API application hosted in a public cloud like Azure or AWS.
  • Ans. 

    To troubleshoot a network bottleneck in a web API application hosted in a public cloud like Azure or AWS, one can analyze network traffic, monitor server performance, and optimize resource allocation.

    • Use network monitoring tools to analyze traffic patterns and identify potential bottlenecks.

    • Monitor server performance metrics such as CPU usage, memory usage, and disk I/O to pinpoint any resource constraints.

    • Optimize res...

  • Answered by AI
  • Q2. Explain the usage of Azure service fabric clusters
  • Ans. 

    Azure Service Fabric clusters are used to deploy and manage microservices-based applications on Microsoft Azure.

    • Azure Service Fabric clusters provide a platform for deploying and managing scalable and reliable microservices.

    • They offer automatic scaling, rolling upgrades, and health monitoring for microservices.

    • Service Fabric clusters can be used to deploy stateless or stateful microservices.

    • They support multiple progra...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Coding Test 

There will be 3 coding questions given to us for solving,we need solve two questions compulsory.

Round 2 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

  • Answered by AI
  • Q2. Questions related to frontend
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software developer with 5 years of experience in building web applications using various technologies.

    • 5 years of experience in software development

    • Proficient in building web applications

    • Skilled in using various technologies

  • Answered by AI
  • Q2. Resume discussion
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was a 90minutes coding test where there was 2 coding question and 10 mcq each coding question carried 33% marks and even the 10mcq was 33% marks

Round 2 - Technical 

(1 Question)

  • Q1. Like it was full based on resume like on my resume i had put two web projects so most of the question was from web development and the aws cloud it took a lot of time and at last they asked the coding ques...
Round 3 - HR 

(1 Question)

  • Q1. Hr was easy just asked to introduce about myself and tell any one preffered project
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant

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

(2 Questions)

  • Q1. Threading: Write and use a mutex?
  • Ans. 

    A mutex is a synchronization primitive that ensures only one thread can access a resource at a time.

    • Create a mutex object using the appropriate library or language-specific function.

    • Lock the mutex before accessing the shared resource to prevent other threads from accessing it.

    • Unlock the mutex after finishing the operation on the shared resource to allow other threads to access it.

    • Example: pthread_mutex_t mutex; pthread...

  • Answered by AI
  • Q2. Find the memory leak in a given set of code.
  • Ans. 

    Identify memory leak in code

    • Check for any dynamically allocated memory that is not being freed

    • Look for any infinite loops or recursive functions that consume memory

    • Use memory profiling tools like Valgrind to detect leaks

    • Check for any global variables that are not properly managed

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Apr 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. Comparison between REST and SOAP
  • Ans. 

    REST is lightweight and flexible, while SOAP is more structured and standardized.

    • REST uses HTTP methods for communication, while SOAP uses XML messaging.

    • REST is better suited for mobile and web applications, while SOAP is better for enterprise-level applications.

    • REST is stateless, while SOAP can maintain state between requests.

    • REST is easier to implement and understand, while SOAP has a steep learning curve.

    • REST is mor

  • Answered by AI
  • Q2. Java Fibonnaci series using recursion, questions on complexity

Skills evaluated in this interview

AgreeYa Solutions Interview FAQs

How many rounds are there in AgreeYa Solutions Senior Software Developer interview?
AgreeYa Solutions interview process usually has 1 rounds. The most common rounds in the AgreeYa Solutions interview process are Technical.
How to prepare for AgreeYa Solutions Senior Software Developer 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 AgreeYa Solutions. The most common topics and skills that interviewers at AgreeYa Solutions expect are .Net, .Net Core, Azure, C# and MVC.
What are the top questions asked in AgreeYa Solutions Senior Software Developer interview?

Some of the top questions asked at the AgreeYa Solutions Senior Software Developer interview -

  1. Some basic Java questions Oop, Collection,Java 8 features and spring boot, micr...read more
  2. Rest API, JPA, MyS...read more

Tell us how to improve this page.

AgreeYa Solutions Senior Software Developer Salary
based on 27 salaries
₹9 L/yr - ₹20.4 L/yr
27% more than the average Senior Software Developer Salary in India
View more details

AgreeYa Solutions Senior Software Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-Life balance

5.0

Salary & Benefits

3.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
Senior Software Engineer
168 salaries
unlock blur

₹6.5 L/yr - ₹26.4 L/yr

Software Engineer
114 salaries
unlock blur

₹3.8 L/yr - ₹12.7 L/yr

Technology Consultant
59 salaries
unlock blur

₹11.5 L/yr - ₹30 L/yr

Desktop Support Engineer
58 salaries
unlock blur

₹1.4 L/yr - ₹2 L/yr

Software Developer
54 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Explore more salaries
Compare AgreeYa Solutions with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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