Upload Button Icon Add office photos

Filter interviews by

AgilePoint Interview Questions and Answers

Updated 3 Dec 2024

AgilePoint Interview Experiences

Popular Designations

6 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Just a short intro about you thats it. Rest will be handled by CEO.
  • Q2. CEO will talk about company for hours, if you say good about him , you are hired
Round 2 - One-on-one 

(2 Questions)

  • Q1. No Question, CEO will talk you should have the patience to listen him for hours
  • Q2. No Question, don't even think to join here

Interview Preparation Tips

Interview preparation tips for other job seekers - If you’re looking to sabotage your career, this is the place!

Thinking of joining AgilePoint? Well, be prepared to enter a world where everyone magically thinks they’re a marketing expert!

The CEO? Let’s just say he has a unique way of deciding who stays—hint: it has less to do with talent and more with, well, let’s call it "extra-curricular" activities. Don’t get too comfortable if you're not in the mood to constantly agree with him.

And the HR? Oh, she’s a real gem—absolutely clueless. People join the company, and she doesn’t even know they’ve been hired! True story. 😂

Long story short, if you enjoy going nowhere in your career while watching a company do the same, AgilePoint is your match.

Marketing Specialist Interview Questions asked at other Companies

Q1. how will you market our products? What startegy will be there?
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. JavaScript array methods
  • Ans. 

    JavaScript array methods are built-in functions that allow you to manipulate arrays easily.

    • Some common array methods include: push(), pop(), shift(), unshift(), splice(), slice(), concat(), join(), indexOf(), includes(), filter(), map(), reduce().

    • Example: arr.push('new element') adds a new element to the end of the array.

    • Example: arr.pop() removes the last element from the array.

    • Example: arr.filter(item => item > 5) re

  • Answered by AI
  • Q2. React hooks concepts

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 3 Dec 2024

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

I applied via Recruitment Consulltant and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

ISTQB Question papers

Round 2 - Technical 

(3 Questions)

  • Q1. Explain STLC,SDLC
  • Q2. Explain Bug Life cycle
  • Q3. SQL Queries with Joins and Subqueries

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Jan 2022. There were 3 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 - Coding Test 

Basic data structures and algorithms questions along with coding problems

Round 3 - Technical 

(2 Questions)

  • Q1. What is stack? explain with an example program
  • Ans. 

    A stack is a linear data structure that follows the Last In First Out (LIFO) principle.

    • Elements are added to the top of the stack and removed from the top.

    • Push() and pop() are the two main operations performed on a stack.

    • Example program: Push 1, 2, 3 onto stack and pop them off in reverse order.

  • Answered by AI
  • Q2. What is the meaning of threads?
  • Ans. 

    Threads are lightweight processes that enable multitasking within a single process.

    • Threads share the same memory space as the parent process.

    • They can run concurrently and independently of each other.

    • Threads can communicate with each other through shared memory or message passing.

    • Examples of multithreaded applications include web servers and video games.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and have an amazing resume! nm nd fnd fnd fnd fnd fn dfn

Skills evaluated in this interview

Software Developer fresher Interview Questions asked at other Companies

Q1. Can we implement multiple interfaces in a single Java class?
View answer (1)

AgilePoint interview questions for popular designations

 Technical Lead

 (1)

 Software Engineer

 (1)

 Marketing Specialist

 (1)

 QA Engineer

 (1)

 Software Developer fresher

 (1)

 Senior Business Analysis Specialist

 (1)

I applied via Naukri.com and was interviewed in Dec 2021. There were 5 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Business analyst role questions
Round 2 - Technical 

(1 Question)

  • Q1. Software developement life cycle related questions
Round 3 - Group Discussion 

Documentation from business analyst

Round 4 - Assignment 

Case study was given to prepare business requirement document ,functional specifications,wireframes

Round 5 - HR 

(1 Question)

  • Q1. Salary discussion and reason for change

Interview Preparation Tips

Topics to prepare for AgilePoint Senior Business Analysis Specialist interview:
  • Business analyst
  • SDLC Life Cycle
  • Brd
  • SSRS
  • FSD
Interview preparation tips for other job seekers - Be prepared for client handling discussion and documentation part and mostly on requirement Gathering testing and business analyst role

I applied via Recruitment Consultant and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. ASP.net MVC Basics, ASP.NET Basics, .Net core , Sql Server , Oracle . basics . Project management .
  • Q2. Team leading , Agile Scrum methodology etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer only what they asked. Answer with points if required .

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Interview questions from similar companies

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions only ... regarding job and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ... always say the truth ... never try to fake your details

AgilePoint Interview FAQs

How many rounds are there in AgilePoint interview?
AgilePoint interview process usually has 2-3 rounds. The most common rounds in the AgilePoint interview process are Technical, One-on-one Round and Group Discussion.
How to prepare for AgilePoint 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 AgilePoint. The most common topics and skills that interviewers at AgilePoint expect are Javascript, Es6, GIT, Typescript and Al.
What are the top questions asked in AgilePoint interview?

Some of the top questions asked at the AgilePoint interview -

  1. What is stack? explain with an example prog...read more
  2. What is the meaning of threa...read more
  3. JavaScript array meth...read more

Tell us how to improve this page.

AgilePoint Interview Process

based on 5 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Zoho Interview Questions
4.3
 • 505 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
Druva Interview Questions
3.7
 • 25 Interviews
Kissflow Interview Questions
4.0
 • 15 Interviews
View all

AgilePoint Reviews and Ratings

based on 20 reviews

3.3/5

Rating in categories

3.2

Skill development

2.8

Work-life balance

2.6

Salary

3.0

Job security

2.4

Company culture

2.6

Promotions

3.0

Work satisfaction

Explore 20 Reviews and Ratings
Software Engineer
52 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer Trainee
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare AgilePoint with

Kissflow

4.0
Compare

Zoho

4.3
Compare

Freshworks

3.5
Compare

Druva

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