Upload Button Icon Add office photos

Filter interviews by

Acabes International Interview Questions and Answers

Updated 6 Jan 2025

Acabes International Interview Experiences

Popular Designations

6 interviews found

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

(3 Questions)

  • Q1. Project explanation and questions
  • Q2. Self introduction and experience
  • Q3. Questions on frond end

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Simple and frequently asked questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic questions from java and SQL

Associate Technology Interview Questions asked at other Companies

Q1. Detect and Remove LoopGiven a singly linked list, you have to detect the loop and remove the loop from the linked list, if present. You have to make changes in the given linked list itself and return the updated linked list. Expected Comple... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is oop concept
  • Ans. 

    OOP (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP focuses on creating objects that interact with each other to solve problems

    • Key concepts include classes, objects, inheritance, polymorphism, and encapsulation

    • Example: In a banking system, a 'Customer' class can have attributes like name and account balance, and methods like deposit and withdr

  • Answered by AI
  • Q2. Data types in java
  • Ans. 

    Data types in Java are used to define the type of data that a variable can hold.

    • Java has two categories of data types: primitive data types and reference data types.

    • Primitive data types include int, double, char, boolean, etc.

    • Reference data types include classes, interfaces, arrays, etc.

  • Answered by AI
  • Q3. What is HTML , CSS , JavaScript
  • Ans. 

    HTML, CSS, and JavaScript are the three core technologies used for building websites.

    • HTML (Hypertext Markup Language) is used for structuring the content of a webpage.

    • CSS (Cascading Style Sheets) is used for styling the appearance of a webpage.

    • JavaScript is used for adding interactivity and dynamic behavior to a webpage.

    • Example: Using HTML to create headings and paragraphs, CSS to style them with colors and fonts, and

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Acabes International Associate Software Engineer interview:
  • Java
  • Javascript
Interview preparation tips for other job seekers - Acabes selection process is easy we only need to learn Java core and good communication

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy , mostly related to web development

Round 2 - Technical 

(2 Questions)

  • Q1. Sql queries and database questions
  • Q2. Front end technologies

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 (169)

Acabes International interview questions for popular designations

 Associate Software Engineer

 (2)

 Associate Technology

 (1)

 Java Developer

 (1)

 Software Developer

 (1)

 Software Engineer

 (1)

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

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

Round 1 - Aptitude Test 

Questions from javascript, java, python, html, css.

Round 2 - Technical 

(2 Questions)

  • Q1. Concepts about java, html, security
  • Q2. Programming in java, html, pattern printing questions

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Java Developer Interview Questions & Answers

user image Kumar Chimbu

posted on 18 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I was interviewed before Nov 2023.

Round 1 - Coding Test 

Spring boot, java , mongo db

Interview Preparation Tips

Interview preparation tips for other job seekers - Need good knowledge in soringboit

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

Interview questions from similar companies

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

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

Round 1 - HR 

(4 Questions)

  • Q1. What is your experience in the Record to Report (RTR) domain?
  • Ans. 

    I have 3 years of experience in the Record to Report domain, including preparing financial statements and reconciling accounts.

    • Prepared monthly financial statements in compliance with GAAP standards

    • Performed account reconciliations to ensure accuracy of financial data

    • Assisted in the implementation of new accounting software for improved efficiency

    • Collaborated with cross-functional teams to streamline RTR processes

  • Answered by AI
  • Q2. Are you comfortable with shift work?
  • Q3. Can you provide a brief introduction about yourself?
  • Q4. What is your current cost to company (CTC)?
Round 2 - Technical 

(10 Questions)

  • Q1. Can you provide a brief self-introduction and describe your current work profile?
  • Q2. What precautions should be taken when mentioning details in your CV to ensure you can answer questions related to them effectively during an interview?
  • Q3. What is the difference between revenue expenditure and capital expenditure?
  • Ans. 

    Revenue expenditure is for day-to-day expenses while capital expenditure is for long-term assets.

    • Revenue expenditure is incurred for maintaining the business operations and generating revenue.

    • Capital expenditure is for acquiring assets that will provide benefits over multiple years.

    • Revenue expenditure is recorded in the income statement and is fully deductible in the year it is incurred.

    • Capital expenditure is recorded ...

  • Answered by AI
  • Q4. What is the difference between amortisation and depreciation?
  • Ans. 

    Amortisation is the allocation of the cost of intangible assets over their useful life, while depreciation is the allocation of the cost of tangible assets over their useful life.

    • Amortisation is used for intangible assets like patents, copyrights, and trademarks.

    • Depreciation is used for tangible assets like buildings, machinery, and vehicles.

    • Amortisation is typically calculated using the straight-line method or the dec...

  • Answered by AI
  • Q5. How would you rate yourself in relation to your teammates?
  • Q6. How would you calculate a rate in Excel?
  • Ans. 

    To calculate a rate in Excel, use the formula: Rate = (Value 1 / Value 2) * 100

    • Enter the values you want to calculate the rate for in separate cells

    • In a new cell, use the formula: Rate = (Value 1 / Value 2) * 100

    • Value 1 is the numerator and Value 2 is the denominator

    • Multiply the result by 100 to get the rate percentage

    • For example, if Value 1 is 50 and Value 2 is 100, the formula would be: (50 / 100) * 100 = 50%

  • Answered by AI
  • Q7. What is the process for passing journal entries related to prepaid expenses and accruals?
  • Ans. 

    Journal entries for prepaid expenses and accruals involve recognizing expenses before they are paid or revenue before it is received.

    • Prepaid expenses are initially recorded as assets and then expensed over time as they are used up.

    • Accruals involve recognizing expenses or revenue before cash is exchanged.

    • For prepaid expenses, a journal entry would involve debiting an expense account and crediting a prepaid expense accou...

  • Answered by AI
  • Q8. What is your understanding of accrual and deferred accounting?
  • Ans. 

    Accrual accounting recognizes revenue and expenses when they are incurred, regardless of when cash is exchanged. Deferred accounting recognizes revenue and expenses when cash is is exchanged.

    • Accrual accounting records revenue when it is earned and expenses when they are incurred, regardless of when cash is received or paid.

    • Deferred accounting involves postponing the recognition of revenue or expenses until a later date...

  • Answered by AI
  • Q9. What is a contingent liability?
  • Ans. 

    A contingent liability is a potential liability that may occur depending on the outcome of a future event.

    • Contingent liabilities are not recorded on the balance sheet but disclosed in the footnotes.

    • Examples include pending lawsuits, warranties, and guarantees.

    • The likelihood of the contingent liability and the amount involved must be assessed.

  • Answered by AI
  • Q10. What information do you have about Genpact?
  • Ans. 

    Genpact is a global professional services firm specializing in digital transformation, analytics, and process optimization.

    • Genpact was founded in 1997 as a business unit within General Electric.

    • It became an independent company in 2005 and is headquartered in New York City.

    • Genpact offers services in areas such as finance and accounting, procurement, supply chain, and customer service.

    • The company has a presence in over 3...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Never give up and approach every interview with confidence. Over the past three months, I attended 13 to 14 interviews; there may be times when you might not be the right fit for a particular company, but do not let that discourage you. Keep pushing forward, and if you give your best effort, good results will come with time. I also experienced a low phase, but by staying committed to learning and continuously improving myself, I have been able to grow, and you can do the same.
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
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Group Discussion 

Process planning refers to the methodical approach of determining the best possible way to manufacture a product or deliver a service by considering various aspects such as resources, timelines, and methodologies involved in production or execution.

Round 2 - One-on-one 

(5 Questions)

  • Q1. Explain about previous process
  • Q2. Explain about my work experience
  • Q3. Explain about my work standard
  • Q4. Explain about my managing method
  • Q5. Explain about my working style
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(6 Questions)

  • Q1. What is the difference between a development dependency and a regular dependency in software development?
  • Ans. 

    Development dependencies are needed for development and testing, while regular dependencies are needed for the application to run.

    • Development dependencies are used during the development process, such as testing frameworks or build tools.

    • Regular dependencies are required for the application to function properly in production.

    • Development dependencies are typically listed in the devDependencies section of package.json, w...

  • Answered by AI
  • Q2. What do the symbols ^ and ~ represent in the package.json file?
  • Ans. 

    Symbols ^ and ~ in package.json represent version ranges for dependencies.

    • The symbol ^ represents a range that allows minor version updates.

    • The symbol ~ represents a range that allows only patch updates.

    • For example, ^1.2.3 allows any version from 1.2.3 to <2.0.0, while ~1.2.3 allows any version from 1.2.3 to <1.3.0.

  • Answered by AI
  • Q3. How can a 404 page be handled in React routing?
  • Ans. 

    404 page can be handled in React routing by creating a Route component with a path of '*' at the end of all other routes.

    • Create a Route component with a path of '*' at the end of all other routes in the Switch component.

    • Inside the '*' Route component, render a custom 404 page component.

    • Use the Switch component to ensure that only one Route is rendered at a time.

  • Answered by AI
  • Q4. Some Javascript coding questions.
  • Q5. What is the component lifecycle in functional components?
  • Ans. 

    Component lifecycle in functional components involves useEffect hook for side effects.

    • Functional components use useEffect hook to handle side effects like fetching data, subscribing to events, etc.

    • useEffect hook can be used to mimic componentDidMount, componentDidUpdate, and componentWillUnmount lifecycle methods.

    • useEffect hook takes a callback function as its first argument and an optional array of dependencies as its...

  • Answered by AI
  • Q6. Explain redux data flow
  • Ans. 

    Redux data flow is a unidirectional flow of data in React applications using a centralized store.

    • Actions are dispatched to the store

    • Reducers update the state based on the action

    • Components subscribe to the store to access the updated state

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Reactjs Developer interview:
  • Javascript
  • React.Js
Interview preparation tips for other job seekers - Get your basic cleared and be prepared

Acabes International Interview FAQs

How many rounds are there in Acabes International interview?
Acabes International interview process usually has 1-2 rounds. The most common rounds in the Acabes International interview process are Technical, Aptitude Test and One-on-one Round.
What are the top questions asked in Acabes International interview?

Some of the top questions asked at the Acabes International interview -

  1. What is HTML , CSS , JavaScr...read more
  2. What is oop conc...read more
  3. Data types in j...read more

Tell us how to improve this page.

Acabes International Interview Process

based on 5 interviews in last 1 year

Interview experience

4.4
  
Good

People are getting interviews through

based on 3 Acabes International interviews
Company Website
Campus Placement
67%
33%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all

Acabes International Reviews and Ratings

based on 7 reviews

3.3/5

Rating in categories

3.7

Skill development

2.5

Work-Life balance

3.5

Salary & Benefits

4.4

Job Security

2.5

Company culture

2.7

Promotions/Appraisal

2.9

Work Satisfaction

Explore 7 Reviews and Ratings
Data Engineer
8 salaries
unlock blur

₹4.7 L/yr - ₹5 L/yr

Associate Technology
7 salaries
unlock blur

₹4 L/yr - ₹5 L/yr

Business Analyst
4 salaries
unlock blur

₹4.7 L/yr - ₹4.7 L/yr

Operations Manager
4 salaries
unlock blur

₹12.5 L/yr - ₹13.6 L/yr

QA Engineer
4 salaries
unlock blur

₹4.7 L/yr - ₹4.9 L/yr

Explore more salaries
Compare Acabes International with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
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