Upload Button Icon Add office photos
Engaged Employer

i

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

Agami Technologies Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 55 Reviews

Filter interviews by

Agami Technologies Full Stack Software Developer Interview Questions and Answers

Updated 30 Sep 2024

Agami Technologies Full Stack Software Developer Interview Experiences

4 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - Coding Test 

Q1. Write a program to find LCM of given array elements.

Q2. Write a recursive function to compute the count of vowels and consonants.

Duration will be 30minutes(Usually takes 1hour).
After you complete the code then the interviewer will give you their own input to cross check that your code is correct or not.
If correct then you will be selected for the Second round.

Overall, it is easy round.

Interview Preparation Tips

Topics to prepare for Agami Technologies Full Stack Software Developer interview:
  • Javascript
  • Python
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

They gave two questions easy one
Lcm
Count vovels in a string

Round 2 - Technical 

(1 Question)

  • Q1. It was hard they wanted me to build a full stack shipping system with data base connection duration was 6 hrs

Interview Preparation Tips

Interview preparation tips for other job seekers - Develope full stack application

Full Stack Software Developer Interview Questions Asked at Other Companies

asked in Synergy
Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions str ... read more
asked in UST
Q2. If a application is running slow what process would you follow to ... read more
asked in Cognizant
Q3. Briefly explain the method you will use to execute an array linke ... read more
Q4. How do we link our stylesheet with the HTML?
asked in Cognizant
Q5. What is the difference between primary key, foreign key, candidat ... read more

Full Stack Software Developer Interview Questions & Answers

user image Mohd Shuaib Siddiqui

posted on 30 Sep 2024

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

I applied via Referral and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 very easily DSA problems

Round 2 - Technical 

(1 Question)

  • Q1. I have to make a full stack Application within 9 hours "live"
Round 3 - HR 

(1 Question)

  • Q1. It was normal behaviour

Interview Preparation Tips

Interview preparation tips for other job seekers - If u don't have other offer then join it
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 - Coding Test 

They ask basically 2 basic coding questions.

Round 3 - Technical 

(2 Questions)

  • Q1. 1. Sum of even numbers
  • Ans. 

    Calculate the sum of even numbers.

    • Loop through the numbers and check if it's even.

    • If it's even, add it to a variable that stores the sum.

    • Return the sum of even numbers.

  • Answered by AI
  • Q2. 2. Check whether a no. Is prime or not.
  • Ans. 

    Check if a number is prime or not.

    • A prime number is only divisible by 1 and itself.

    • Loop through all numbers from 2 to n-1 and check if n is divisible by any of them.

    • If n is divisible by any number, it is not prime.

    • If n is not divisible by any number, it is prime.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong knowledge on programming logic. Practice more on design a web page both frontend and backend part.

Agami Technologies interview questions for designations

 Full Stack Developer

 (4)

 Senior Software Developer

 (1)

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you provide details about the projects listed on your resume?
  • Ans. 

    I have worked on various projects including a social media platform, an e-commerce website, and a task management application.

    • Developed a social media platform using React for frontend and Node.js for backend

    • Designed and implemented an e-commerce website with payment gateway integration

    • Created a task management application using Angular and MongoDB for database

  • Answered by AI
  • Q2. What are the main concepts of Object-Oriented Programming (OOP)?
  • Ans. 

    Main concepts of OOP include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Creating new classes based on existing classes, allowing for code reuse.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstraction: Hiding complex implementation details and showing o

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

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you provide details about the projects listed on your resume?
  • Ans. 

    I have worked on various projects including a social media platform, an e-commerce website, and a task management application.

    • Developed a social media platform using React for frontend and Node.js for backend

    • Designed and implemented an e-commerce website with payment gateway integration

    • Created a task management application using Angular and MongoDB for database

  • Answered by AI
  • Q2. What are the main concepts of Object-Oriented Programming (OOP)?
  • Ans. 

    Main concepts of OOP include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Creating new classes based on existing classes, allowing for code reuse.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstraction: Hiding complex implementation details and showing o

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Java, Object-Oriented Programming (OOP), SQL, and coding.

Round 2 - Technical 

(2 Questions)

  • Q1. Stack Implementation
  • Q2. Valid parentheses check
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. Core java, static keyword, final keyword, oops, exceptional handling, mysql, ddl, dml, joins, upadte, limit, like, jdbc with steps, servlet, jsp, data structures, linked list, how to remove a value in lin...

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to clear but requirements is only for engineers from CS/IT

Agami Technologies Interview FAQs

How many rounds are there in Agami Technologies Full Stack Software Developer interview?
Agami Technologies interview process usually has 2-3 rounds. The most common rounds in the Agami Technologies interview process are Coding Test, Technical and Resume Shortlist.
What are the top questions asked in Agami Technologies Full Stack Software Developer interview?

Some of the top questions asked at the Agami Technologies Full Stack Software Developer interview -

  1. 1. Sum of even numb...read more
  2. 2. Check whether a no. Is prime or n...read more
  3. It was hard they wanted me to build a full stack shipping system with data base...read more

Tell us how to improve this page.

Agami Technologies Full Stack Software Developer Interview Process

based on 3 interviews

1 Interview rounds

  • Coding Test Round
View more

Agami Technologies Full Stack Software Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
29 salaries
unlock blur

₹1.7 L/yr - ₹6 L/yr

Software Specialist
22 salaries
unlock blur

₹1.8 L/yr - ₹4.2 L/yr

Quality Analyst
15 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Full Stack Developer
10 salaries
unlock blur

₹2 L/yr - ₹8.4 L/yr

Softwaretest Engineer
9 salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Explore more salaries
Compare Agami Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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