Upload Button Icon Add office photos
Engaged Employer

i

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

Acies Consulting Verified Tick

Compare button icon Compare button icon Compare
1.8

based on 36 Reviews

Filter interviews by

Acies Consulting Software Developer Interview Questions and Answers

Updated 19 Feb 2024

Acies Consulting Software Developer Interview Experiences

2 interviews found

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

I applied via campus placement at National Institute of Technology,(NIT), Goa and was interviewed in Sep 2023. There were 2 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 - Technical 

(4 Questions)

  • Q1. They asked me javascript application based questions like 1.) true + true will be what? 2.) what if I write prmopt instead of console.log() 3.) error find out questions
  • Ans. 1.) answer will be 2 2.) prompt is for displaying dialog box alert is for giving output
  • Answered Anonymously
  • Q2. They were me js appliaction based question like error finding and all
  • Q3. What will be the output of this code
  • Ans. 

    The output of the code will be 'Hello World'

    • The code likely contains a simple print statement that outputs 'Hello World'

    • There are no variables or conditions that would change the output

  • Answered by AI
  • Q4. Then tell me the correct answer

Interview Preparation Tips

Interview preparation tips for other job seekers - they were asking application based question so prepare accordingly

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Technology (IIT), Gandhinagar and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Math, logical and verbal question's

Round 2 - Coding Test 

Simple question on recursion, array, Graph, Dynamic programming, linkedlist and 2 pointer

Round 3 - One-on-one 

(1 Question)

  • Q1. Previous experience project on resume previous internships / intrest

Interview Preparation Tips

Interview preparation tips for other job seekers - They ask very though question. but the CTC dont match the difficult of question asked.
They want most skilled engineer at price of peeny every only 5 student from IIT Gandhinagar qualified the interview and everyone rejected the offer.
Just check companies reviews before joining.

Interview questions from similar companies

I applied via campus placement at Nandha Engineering College, Erode and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Based on my project
  • Ans. I explain my project details briefly and told some command how to use
  • Answered Anonymously
  • Q2. What is database,one to one ,one to many and sql commands
  • Ans. 

    A database is a structured collection of data. One-to-one and one-to-many are types of relationships between entities in a database. SQL commands are used to interact with a database.

    • A database is a system for storing and managing data.

    • One-to-one relationship: Each record in one table is associated with only one record in another table.

    • One-to-many relationship: Each record in one table is associated with multiple recor...

  • Answered by AI
  • Q3. Self Introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - It was my first nterview I learn more Techical skills in this session if you hire me I will show my technical and communication skills in this platform and I will ensure the time. I answers maximum question correctly . I think I did well

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to oops,
  • Q2. Micro services regarding

I applied via campus placement at Nandha Engineering College, Erode and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Based on my project
  • Ans. I explain my project details briefly and told some command how to use
  • Answered Anonymously
  • Q2. What is database,one to one ,one to many and sql commands
  • Ans. 

    A database is a structured collection of data. One-to-one and one-to-many are types of relationships between entities in a database. SQL commands are used to interact with a database.

    • A database is a system for storing and managing data.

    • One-to-one relationship: Each record in one table is associated with only one record in another table.

    • One-to-many relationship: Each record in one table is associated with multiple recor...

  • Answered by AI
  • Q3. Self Introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - It was my first nterview I learn more Techical skills in this session if you hire me I will show my technical and communication skills in this platform and I will ensure the time. I answers maximum question correctly . I think I did well

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Firstly They have asked me to introduce myself and further, they questions from manly 3 section from my resume
  • Q2. OOPS 1: Difference between Method overloading and method overriding 2: What is inheritance and it's benifits 3: Define encapsulation and Abstraction.
  • Ans. 

    Questions related to OOPS concepts in software engineering.

    • Method overloading is having multiple methods with the same name but different parameters, while method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Inheritance is the ability of a class to inherit properties and methods from its parent class. It allows for code reuse and promotes modularity.

    • Encapsu...

  • Answered by AI
  • Q3. SQL 1: Difference between primary key and unique key 2: Why we use Normalisation and there different types 3: Some questions from SQL query, Join, delete, update, etc.
  • Ans. 

    Answers to SQL related questions for Software Engineer interview

    • Primary key uniquely identifies a record in a table, while unique key ensures that no two records have the same value for a specific column

    • Normalization is used to eliminate data redundancy and improve data integrity. Types include 1NF, 2NF, 3NF, BCNF, 4NF, 5NF

    • SQL queries can be used to retrieve data from one or more tables using joins. Delete and update s

  • Answered by AI
  • Q4. Aptitude 1: One question from number series

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're going for the interview process for Milliman just well prepared all the above mentioned points, last but not least be genuine about your project

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why use reactjs
  • Ans. 

    ReactJS is a popular JavaScript library for building user interfaces.

    • ReactJS allows for reusable components, making development faster and more efficient.

    • It uses a virtual DOM, which improves performance by minimizing updates to the actual DOM.

    • ReactJS has a large and active community, providing support and resources for developers.

    • It can be used for both web and mobile app development, with tools like React Native.

    • Reac...

  • Answered by AI
  • Q2. What is functional and class based components.
  • Ans. 

    Functional components are stateless and rely on props, while class-based components have state and lifecycle methods.

    • Functional components are written as functions and return JSX elements.

    • Class-based components are written as ES6 classes and extend the React.Component class.

    • Functional components are simpler and easier to test and understand.

    • Class-based components have access to lifecycle methods like componentDidMount ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The first round was telephonic interview. In first round they asked about myself and my current project. And some basics of ReactJS and nodejs. In the second round mostly questions was from ReactJS and some questions based on my CV skills.
Last round was HR where we discuss about the current CTC and expected CTC and negotiation.

Skills evaluated in this interview

Acies Consulting Interview FAQs

How many rounds are there in Acies Consulting Software Developer interview?
Acies Consulting interview process usually has 2-3 rounds. The most common rounds in the Acies Consulting interview process are Resume Shortlist, Technical and Aptitude Test.
What are the top questions asked in Acies Consulting Software Developer interview?

Some of the top questions asked at the Acies Consulting Software Developer interview -

  1. what will be the output of this c...read more
  2. they asked me javascript application based questions like 1.) true + true will...read more
  3. they were me js appliaction based question like error finding and ...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Acies Consulting interviews
Campus Placement
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Business Advisory Specialist
38 salaries
unlock blur

₹4.5 L/yr - ₹14.2 L/yr

Business Analyst
22 salaries
unlock blur

₹5 L/yr - ₹8.5 L/yr

Associate
16 salaries
unlock blur

₹4.2 L/yr - ₹7 L/yr

Senior Consultant
15 salaries
unlock blur

₹10 L/yr - ₹21 L/yr

Consultant
14 salaries
unlock blur

₹6 L/yr - ₹10.5 L/yr

Explore more salaries
Compare Acies Consulting with

McKinsey & Company

3.9
Compare

BCG

3.8
Compare

Bain & Company

3.8
Compare

Deloitte

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