Upload Button Icon Add office photos

Filter interviews by

Agate Bpo Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(15 Questions)

  • Q1. What is split horison? How can we resolve it?
  • Ans. 

    Split horizon is a technique used in computer networking to prevent routing loops by not advertising routes back to the same interface they were learned from.

    • Split horizon is used in distance-vector routing protocols like RIP to prevent routing loops.

    • It works by not advertising routes back to the same interface they were learned from.

    • Split horizon with poison reverse takes this a step further by advertising the route w...

  • Answered by AI
  • Q2. What is BGP? How BGP works?
  • Ans. 

    BGP stands for Border Gateway Protocol, used to exchange routing information between different networks.

    • BGP is an exterior gateway protocol used to make routing decisions on the internet.

    • It operates by exchanging routing information between different autonomous systems (AS).

    • BGP uses TCP port 179 for communication.

    • BGP routers maintain a table of IP prefixes and their paths to reach them.

    • BGP can be configured to influenc...

  • Answered by AI
  • Q3. What are the type of BGP and their AD value?
  • Ans. 

    There are two types of BGP: eBGP and iBGP. eBGP has an AD value of 20, while iBGP has an AD value of 200.

    • eBGP (External BGP) - AD value: 20

    • iBGP (Internal BGP) - AD value: 200

  • Answered by AI
  • Q4. What is routing protocol? What are the types of routing protocol?
  • Ans. 

    Routing protocol is a set of rules used by routers to determine the best path for data packets to travel.

    • Routing protocols help routers communicate with each other to dynamically update routing tables.

    • Types of routing protocols include distance-vector (e.g. RIP), link-state (e.g. OSPF), and hybrid (e.g. EIGRP).

    • Distance-vector protocols determine the best path based on hop count.

    • Link-state protocols use a more complex a...

  • Answered by AI
  • Q5. What is ospf?
  • Ans. 

    OSPF (Open Shortest Path First) is a routing protocol used to determine the best path for data packets in a network.

    • OSPF is a link-state routing protocol

    • It uses Dijkstra's algorithm to calculate the shortest path

    • OSPF routers exchange link-state advertisements (LSAs) to build a topology map

    • It supports VLSM (Variable Length Subnet Masking) and CIDR (Classless Inter-Domain Routing)

    • OSPF divides the network into areas to re

  • Answered by AI
  • Q6. How do we prevent loop avoidance in BGP?
  • Ans. 

    Preventing loop avoidance in BGP involves using loop prevention mechanisms like AS Path and Route Reflectors.

    • Use AS Path attribute to prevent loops by tracking the path a route has taken through AS numbers.

    • Implement Route Reflectors to avoid loops in BGP by controlling the route propagation within a cluster.

    • Utilize BGP Confederations to divide the network into smaller autonomous systems to prevent loops.

    • Regularly monit...

  • Answered by AI
  • Q7. What is OSI model? What are the layers of OSI model?
  • Ans. 

    The OSI model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven layers.

    • The OSI model stands for Open Systems Interconnection model.

    • It helps in understanding how data is transferred from one computer to another over a network.

    • The seven layers of OSI model are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has speci...

  • Answered by AI
  • Q8. How does tracerout works?
  • Ans. 

    Traceroute is a network diagnostic tool used to track the path packets take from one networked device to another.

    • Traceroute sends packets with increasing TTL values to determine the path to a destination.

    • Each router along the path sends back an ICMP Time Exceeded message, allowing traceroute to map the route.

    • The final destination sends an ICMP Port Unreachable message, indicating the end of the route.

    • Traceroute helps i...

  • Answered by AI
  • Q9. If we see "*****" in tracerout, what it means?
  • Ans. 

    The presence of '*****' in a traceroute indicates that the router is blocking the ICMP packets used by traceroute.

    • The '*****' indicates that the router is not responding to the ICMP packets sent by the traceroute tool.

    • This could be due to the router being configured to block ICMP traffic for security reasons.

    • It can also be caused by a firewall or network filtering rules blocking the ICMP packets.

    • In some cases, the '***...

  • Answered by AI
  • Q10. What are the states in BGP?
  • Ans. 

    BGP states include Idle, Connect, Active, OpenSent, OpenConfirm, Established.

    • Idle - Initial state when BGP is not yet established

    • Connect - Attempting to establish a TCP connection

    • Active - Waiting for a TCP connection to be completed

    • OpenSent - Sent an Open message to peer

    • OpenConfirm - Received an Open message and waiting for confirmation

    • Established - BGP peers are fully established and can exchange routing information

  • Answered by AI
  • Q11. If there is a non tech guys on site to replace faulty router with new router, how do you configure the new router?
  • Ans. 

    The new router can be configured remotely using a laptop or mobile device with access to the network.

    • Access the router's web interface by entering its IP address in a web browser

    • Login using default credentials or credentials provided by the company

    • Configure basic settings such as SSID, password, and security settings

    • Update firmware if necessary

    • Test the connection to ensure it is working properly

  • Answered by AI
  • Q12. What are CE and PE routers?
  • Ans. 

    CE and PE routers are types of routers used in MPLS networks. CE routers connect to customer networks while PE routers connect to provider networks.

    • CE routers (Customer Edge) connect to customer networks and are responsible for exchanging routes with customer devices.

    • PE routers (Provider Edge) connect to provider networks and are responsible for exchanging routes with other PE routers in the MPLS network.

    • CE routers are...

  • Answered by AI
  • Q13. What is the command to assign an IP address on Juniper router interface?
  • Ans. 

    The command to assign an IP address on a Juniper router interface is 'set interface <interface_name> unit <unit_number> family inet address <ip_address/mask>'

    • Use the 'set' command to configure the interface

    • Specify the interface name and unit number

    • Use the 'family inet' statement to configure an IPv4 address

    • Specify the IP address and subnet mask

  • Answered by AI
  • Q14. What are the parameters should match in BGP neighbourship?
  • Ans. 

    Parameters for BGP neighbourship include AS number, IP address, subnet mask, and BGP version.

    • AS number must match on both neighbors

    • IP address must be reachable between neighbors

    • Subnet mask should be the same on both neighbors

    • BGP version should be compatible between neighbors

  • Answered by AI
  • Q15. What is tftp?
  • Ans. 

    tftp stands for Trivial File Transfer Protocol, a simple protocol used for transferring files over a network.

    • tftp is a lightweight protocol used for transferring files between devices on a network.

    • It operates on UDP port 69.

    • tftp does not require user authentication, making it less secure compared to FTP.

    • It is commonly used for booting devices over a network, such as in diskless workstations or routers.

    • An example of tft...

  • Answered by AI
Round 2 - Technical 

(8 Questions)

  • Q1. What is loop avoidance mechanism in BGP?
  • Ans. 

    Loop avoidance mechanism in BGP prevents routing loops by using loop prevention mechanisms like AS path attribute and route reflectors.

    • BGP uses AS path attribute to prevent routing loops by not accepting routes with its own AS number in the path.

    • Route reflectors are used in BGP to avoid loops in route propagation within a cluster of routers.

    • BGP Confederations can also be used to prevent loops by dividing the AS into sm

  • Answered by AI
  • Q2. How tracerout works? What is source and destination IP?
  • Ans. 

    Traceroute is a network diagnostic tool used to track the path packets take from source to destination IP.

    • Traceroute sends packets with increasing TTL values to elicit ICMP Time Exceeded responses from routers along the path.

    • The source IP is the IP address of the device initiating the traceroute, while the destination IP is the IP address of the target device.

    • Traceroute displays the IP addresses of the routers in the p...

  • Answered by AI
  • Q3. What is public IP and private IP?
  • Ans. 

    Public IP is the address assigned to a device that is directly accessible over the internet, while private IP is used within a private network.

    • Public IP is unique and can be accessed from anywhere on the internet

    • Private IP is used within a local network and is not directly accessible from the internet

    • Public IP is assigned by the Internet Service Provider (ISP)

    • Private IP addresses are typically in the ranges of 192.168.

  • Answered by AI
  • Q4. How can we configure and a router with support of non tech guy onsite?
  • Ans. 

    To configure a router with support of a non tech guy onsite, provide step-by-step instructions and visual aids.

    • Create a simple, easy-to-follow guide with step-by-step instructions.

    • Use visual aids such as diagrams or videos to demonstrate the process.

    • Provide clear explanations of each step and troubleshoot common issues.

    • Offer remote support or a helpline for additional assistance if needed.

  • Answered by AI
  • Q5. What is firewall?
  • Ans. 

    A firewall is a network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules.

    • Acts as a barrier between a trusted internal network and untrusted external network

    • Filters network traffic based on rules set by the administrator

    • Can be hardware-based or software-based

    • Examples include Cisco ASA, Palo Alto Networks, and Windows Firewall

  • Answered by AI
  • Q6. What are the difference between router and switch?
  • Ans. 

    Routers connect multiple networks together while switches connect devices within a single network.

    • Routers operate at the network layer (Layer 3) of the OSI model, while switches operate at the data link layer (Layer 2).

    • Routers use IP addresses to forward data between networks, while switches use MAC addresses to forward data within a network.

    • Routers can determine the best path for data to travel between networks, while...

  • Answered by AI
  • Q7. What is mpls?
  • Ans. 

    MPLS stands for Multiprotocol Label Switching, a technique used in telecommunications networks to direct data packets along predefined paths.

    • MPLS is used to improve network performance and efficiency by quickly routing data packets based on labels instead of IP addresses.

    • It allows for traffic engineering, quality of service (QoS) prioritization, and virtual private network (VPN) services.

    • MPLS operates at layer 2.5 of t...

  • Answered by AI
  • Q8. How ftp and tftp works?
  • Ans. 

    FTP and TFTP are protocols used for transferring files over a network.

    • FTP (File Transfer Protocol) is a standard network protocol used to transfer files from one host to another over a TCP-based network, such as the internet.

    • TFTP (Trivial File Transfer Protocol) is a simpler version of FTP that uses UDP instead of TCP for file transfer.

    • FTP requires authentication (username and password) for access, while TFTP does not ...

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Microservices - adv, disadv
  • Q2. Core java collections
Round 2 - Technical 

(2 Questions)

  • Q1. Java 8 concepts with basic coding questions
  • Q2. Basic to medium Spring boot questions
Round 3 - Technical 

(1 Question)

  • Q1. Design a parking lot as part of the system design round.
Round 4 - HR 

(1 Question)

  • Q1. What are your reasons for wanting to switch jobs?

Interview Preparation Tips

Topics to prepare for Oracle Financial Services Software Senior Software Engineer 2 interview:
  • Java
  • Java 8
  • Spring Boot
  • Microservices
  • System Design
Interview preparation tips for other job seekers - Technical round were pretty average to medium level
I haven't prepared for system design round, did very bad in system design.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Azure cloud platform tech
  • Q2. Informatica tech stack ques
Round 2 - Technical 

(2 Questions)

  • Q1. Adf tech stack que
  • Q2. Scd type 2 implementation
  • Ans. 

    SCD Type 2 implementation involves tracking historical changes in data by creating new records for each change.

    • Identify the columns that need to be tracked for changes

    • Add effective start and end dates to track the validity of each record

    • Insert new records for changes and update end dates for previous records

    • Maintain a surrogate key to uniquely identify each version of the record

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Dw related que ans
  • Q2. Solution design related que
Round 4 - HR 

(2 Questions)

  • Q1. Aspiration from my end
  • Q2. How soon can join
  • Ans. 

    I can join the team within 2 weeks.

    • I can start within 2 weeks of receiving the offer.

    • I need to give notice to my current employer.

    • I may need to relocate, which could affect my start date.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join or even I would suggest not to apply or give interview to this pathetic company. I have cleared all my 4 rounds of interview including HR out of which 3 technical and 1 HR. 3 held on video conferencing and one face to face for which I have travelled almost 40 kms from my current location and they said without face to face they cannot proceed hence I had no option left but to travel, then when I entered into the office again put a laptop infront of me which is again video conferencing then I didn't understand why exactly they called me if they want to have it over video online.

Then after putting my lot of time and efforts when finally it comes to release the offer, then they stop picking up the calls and stop responding and the final excuses which I got from them for not releasing the offer is that their software will not allow them to release any offer which is more that 2 days of joining.

Such a pathetic company who even don't know that atleast if you are not releasing the offer, it's your duty to atleast tell the person that either they are not able to provide the compensation as discussed or they are looking parallelly for someone who can settle in less compensation.

Due to all this I have wasted almost my 3-4 weeks of time expecting that I will receive the offer, and didn't focus on other organisations which was ready to provide slightly lower than this.

Hence it's a total scam which is going here suggesting not to get trapped otherwise you will not only waste your time but also other good opportunities as well.

It's a total boycott for me, expecting the same from your end as well, so that they will understand that playing with someone's job is not a joke.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. How handling team and process discrepancy the Breaks and handling call to oversight team for error call.
  • Q2. I will learn new things and growth
  • Q3. How setup new funds
  • Q4. We have behaviour in management
  • Q5. Always positive thoughts and hard work

Interview Preparation Tips

Topics to prepare for Statestreet HCL Services Reconciliation Specialist interview:
  • Bank Reconciliation
Interview preparation tips for other job seekers - Some of the people they don't talk properly but they will do great hard worker and smart work. You have to give to chance to them develop and trainings.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. How was your Sunday? Describe.
Round 2 - Aptitude Test 

Some Mathematical Questions were asked.

Round 3 - HR 

(4 Questions)

  • Q1. Why do I hire you?
  • Q2. Why do you want to join Flipkart?
  • Q3. What is E-commerce?
  • Q4. Sell me this pen.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are going for an interview, you should prepare about that particular company and its field..... Questions should vary according to your CV... Be confident and clear in your answers. If English is weak, don't talk in English... CV should be maintained and updated.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Dec 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Ask symbols of proof reading, front and back content aspects, book content matter like running head table and figure placement, quote and general style aspects like T1, T2, T3, T4 and sample books. Ask how to handle math code title for latec and 3b2 titles. How to read zero error pages and TOC blind folio pages etc.

Round 2 - Assignment 

I will give one simple and sample pages for reading and styling aspects and get the result

Round 3 - Coding Test 

Coding test only conduct for candidate who have coming for paginators not for readers.

Round 4 - Group Discussion 

For experienced candidates go to meet the GD for concered department experts not for freshers

Round 5 - HR 

(8 Questions)

  • Q1. What about you? What is your native place? Why you select this field? What's your previous experience? Are you do extra OT work for job pressure times. And ready to work all shifts. What is your expected...
  • Q2. What is your father and native place?
  • Q3. Why should you select this field?
  • Q4. What is your educational qualification and experience
  • Q5. Ready to work OT for job pressure times
  • Q6. Ready to work all shifts
  • Q7. What is your expected salary
  • Q8. Finnally tell company rules and regulations and company providing benefits for employees.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Passed all the round

Round 2 - Assignment 

Passed all the round

Round 3 - Technical 

(1 Question)

  • Q1. Passed with manager round.as well

Interview Preparation Tips

Interview preparation tips for other job seekers - Passed all the rounds unfortunately more then month there was no communication from hr, afer I even called and send mail then received the mail saying as usual this could have sent earlier it could have been professionalism.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Myself in english with my background
  • Q2. Write essay on one topic
  • Ans. 

    The impact of climate change on biodiversity

    • Climate change is causing shifts in habitats and ecosystems

    • Loss of biodiversity can lead to negative consequences for ecosystems and human societies

    • Conservation efforts are crucial to protect vulnerable species

    • Examples: coral bleaching due to rising sea temperatures, deforestation leading to loss of habitat for wildlife

  • Answered by AI
  • Q3. I dont get offer letter
Round 2 - One-on-one 

(2 Questions)

  • Q1. Myself in english with family background
  • Q2. Write essay on one topic
  • Ans. 

    The impact of social media on mental health

    • Social media can contribute to feelings of inadequacy and low self-esteem

    • Excessive use of social media can lead to anxiety and depression

    • Cyberbullying on social media platforms can have serious mental health consequences

    • However, social media can also provide a sense of community and support for those struggling with mental health issues

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Myself in english with family back ground
  • Q2. Talk on one topic for two minutes
  • Ans. 

    The impact of climate change on marine life

    • Climate change is causing ocean temperatures to rise, leading to coral bleaching and habitat destruction

    • Acidification of the oceans due to increased carbon dioxide levels is harming marine organisms like shellfish and corals

    • Overfishing and pollution are exacerbating the effects of climate change on marine ecosystems

    • Examples: Coral reefs in the Great Barrier Reef are experienci...

  • Answered by AI
Round 4 - Aptitude Test 

Myself in english with family background

Interview Preparation Tips

Interview preparation tips for other job seekers - nice interview with respect
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. Tell me Your good name and address or family background
  • Q2. Qualification and experience
  • Q3. Tell me what you liked here and what you didn't like
  • Q4. Tell me your hobby
Round 2 - One-on-one 

(2 Questions)

  • Q1. Now you working or not and
  • Q2. Confirm to salary of esic and incentives

Interview Preparation Tips

Interview preparation tips for other job seekers - I don't know
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Aptitude Test 

I have given 4 rounds of WNS and was selected. They congratulated me for being selected and then asked me the documents. But later HR and Interviewer both stopped picking my call and then told me after 15-20 days we are putting you on hold and not proceeding with your application

Round 2 - Technical 

(1 Question)

  • Q1. Why you are taking less salary
Round 3 - One-on-one 

(2 Questions)

  • Q1. Why are you leaving your current job
  • Q2. NA
Round 4 - HR 

(1 Question)

  • Q1. Why are you not satisfied by your current job

Tell us how to improve this page.

Interview Questions from Similar Companies

Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
WNS Interview Questions
3.4
 • 958 Interviews
Startek Interview Questions
3.2
 • 440 Interviews
View all

Agate Bpo Reviews and Ratings

based on 2 reviews

3.2/5

Rating in categories

3.0

Skill development

4.8

Work-Life balance

1.2

Salary & Benefits

4.0

Job Security

4.8

Company culture

2.2

Promotions/Appraisal

2.4

Work Satisfaction

Explore 2 Reviews and Ratings
Compare Agate Bpo with

Tech Mahindra

3.6
Compare

LTIMindtree

3.9
Compare

Concentrix Corporation

3.8
Compare

WNS

3.4
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