Upload Button Icon Add office photos
Engaged Employer

i

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

Acsia Technologies Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 72 Reviews

Filter interviews by

Acsia Technologies Software Specialist Interview Questions and Answers

Updated 5 Aug 2022

1 interview found

Sort by: Popular

Software Specialist Interview Questions

user image Anonymous

posted on 5 Aug 2022

2 Interview Rounds

1

Technical Round (1 Question)

  • Q1. Questions from C program. What is different types of Pointers? DMA memset,memcopy,memmov,etc Basics of Microcontroller, stack, heap, SP, LR, PC, etc
2

HR Round (1 Question)

  • Q1. Usual questions, why this company, pakage negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good knowledge on c programming if you are experienced.
If you are a fresher just have a basic knowledge.

Interview questions from similar companies

Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

I applied via Campus Placement

1 Interview Round

1

Coding Test Round

Normal DP question (LC med)

Interview experience
1
 Bad
Difficulty level
 Moderate
Duration
 6-8 weeks
Result
 Not Selected

I applied via Approached by Company and was interviewed in Oct 2023.

4 Interview Rounds

1

Resume Shortlist Round

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
2

Technical Round (2 Questions)

  • Q1. Spring boot, java 8 and microswrvices
  • Q2. Basic question about spring framework
3

HR Round (2 Questions)

  • Q1. Basic details asked about my last project that i have worked.
  • Q2. Basic details about last project
4

Coding Test Round

Just normal MCQ test.

Interview Preparation Tips

Interview preparation tips for other job seekers - Misleading experience I would not suggest to join this company.
Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (1 Question)

  • Q1. SELL ABD BUY 1 array question(easy level)

Interview Preparation Tips

Interview preparation tips for other job seekers - first complete dsa,and oops,core subjects of CSE,sql

Skills evaluated in this interview

Software Engineer Interview Questions

Moonlight Auto user image Musical Melodies

posted on 3 Sep 2023

Interview experience
1
 Bad
Difficulty level
 Easy
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via Referral and was interviewed before Sep 2022.

2 Interview Rounds

1

HR Round (3 Questions)

  • Q1. When You can Join us?
  • Q2. How much salary do you expect?
  • Q3. We need you to join immediately
2

Coding Test Round

A Short assessment was given to me just a typing work in excel

Interview Preparation Tips

Interview preparation tips for other job seekers - Referrals can be a valuable way to secure job interviews because they often come with a recommendation from someone within the company or someone the company trusts. This can give you an advantage in the hiring process.

To increase your chances of success, make sure you prepare thoroughly for the interview. Research the company, practice your responses to common interview questions, and be ready to discuss your qualifications and how they align with the job requirements. Also, be sure to thank the person who referred you for their assistance and support.

I was interviewed in Dec 2020.

3 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 120 minutes
Round difficulty - Hard

There was 2 parts. First part problems were based on Quantitative Aptitude. Problems were of 3 types- Easy, Medium and Hard with different scores. Difficulty keeps on increasing if you answer correctly and keeps on decreasing if you answer incorrectly.
First part was of 45 mins.
Second part consisted of 2 coding problems- Medium, Hard. One was based on Greedy and other was a difficult DP + Bitmask problem.
Coding part had more weightage than Aptitude.

  • Q1. K Centers In Ninja Land there are ‘N’ cities numbered from 0 to ‘N’-1. The distance between each pair of cities is given by N * N matrix ‘DIST’ where ‘DIST[i][j...read more
  • Q2. Beautiful String Suppose we are given an empty string “inputString”. We have to convert this “inputString” into a “Beautiful String” We can perform any number o...read more
2

Video Call Round (1 Question)

Round duration - 90 minutes
Round difficulty - Medium

There were 3 interviewers in my panel. The most senior panellist asked q. related to my interests and internship experience.
Other 2 asked questions related to Coding and subjects. There was 1 coding question which was implementation based and involved many corner cases. They were checking if I was able to figure out different corner cases and handle those. 
There were situation based questions also asked. One question was on system design of Arogya Setu App.

  • Q1. Multiplying Complex Numbers You are given two complex numbers 'NUM1' and 'NUM2' as strings, “A+Bi” where ‘A’ represents the real part and ‘B’ re...read more
3

HR Round (1 Question)

Round duration - 30 minutes
Round difficulty - Easy

HR round involved basic questions related to background and behaviour. It was basically a cultural fit round.

  • Q1. Basic HR Questions

    Tell me about yourself.

    Why should we hire you?

    How do you handle pressure?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteria6.5 CGPAJaguar Land Rover interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Fundamentals of C/C++, Operating System, DBMS, OOPsTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Focus on Data Structures, Algorithms as >= 75% of your interview will be dedicated to it. Practice as much as you can.
Tip 2 : Learn the fundamentals of C, C++, OS, SQL as that are basic expectations of interviewer.
Tip 3 : Keep 2 descent projects in resume. Try to have an internship. It will make your resume strong.

Application resume tips for other job seekers

Tip 1 : Try to keep relevant information only. Add all your skills and achievements.
Tip 2 : Try to have links of your coding and Github profiles.
Tip 3 : Add 2 to 3 project with small descriptions. Try to keep bullet points. Do mention the Tech Stack.
Tip 4 : Don't lie on any skill. Write only those on which you have worked.

Final outcome of the interviewSelected

I was interviewed in Dec 2020.

1 Interview Round

1

Video Call Round (3 Questions)

Round duration - 70 Minutes
Round difficulty - Medium

There were 5 people in the zoom meet, including me. Rest all 4 were interviewers, 3 from India and 1 from the United Kingdom.
They started with my introduction and then moved on to the questions from my resume, starting with my internship at Samsung Bangalore and then projects.
Then another interviewer asked about my weakness and strength. Then comes the turn of coding questions.
Starting with finding the minimum element in O(1) time, rotating the 2-D array by 90 degrees, OOPS questions were also asked like- polymorphism, abstraction, virtual class. Some OS questions were- cache, paging algorithms.
Then come my POR and other activities.

  • Q1. Kth Smallest Element You are given an array of integers 'ARR' of size 'N' and another integer 'K'. Your task is to find and return '...read more
  • Q2. Inplace rotate matrix 90 degree You are given a square matrix of non-negative integers of size 'N x N'. Your task is to rotate that array by 90 degrees ...read more
  • Q3. OS Questions

    What are page replacement algorithm in Operating System?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteria7 CGPAJaguar Land Rover interview preparation:Topics to prepare for the interview - Arrays, Strings, Stack and Queue, STL, Object-Oriented Programming, Operating System, Database Management System, Computer NetworksTime required to prepare for the interview - 5 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice GFG Must Do section, solve at least 5 Questions daily
Tip 2 : Start talking to new people regarding technology to remove hesitation at the time of the interview.
Tip 3 : Be in contact with a senior already working in that company, ask them regarding previous experience and new project the company is working on.
Tip 4 : Once you are done with GFG must do questions, now complete leetcode sorting by your target company.
Tip 5 : For core subjects refer to gate smashers and knowledge gate videos on youtube.

Application resume tips for other job seekers

Tip 1 : Try to modify your resume according to the company you are applying for, for this read their Job Description provided to you.
Tip 2 : Mention no more than 3 projects and 1,2 internships.
Tip 3 : Divide your skills into beginner, intermediate and hard sections, otherwise don't mention too many skills.
Tip 4 : Don't mention to many Position Of Responsibilities( at max 2-3).

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Sep 2021.

1 Interview Round

1

Technical Round (1 Question)

  • Q1. It went well, results awaiting

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent company to work. Preparation is the key to crack the interview

I applied via WorkIndia and was interviewed before Nov 2021.

3 Interview Rounds

1

Resume Shortlist Round

Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
2

HR Round (3 Questions)

  • Q1. Name work experience qualification
  • Q2. Name and what works experience and qualification
  • Q3. Muthoot finance mein job kaise karen 2022
3

Aptitude Test Round

Computer hardware work marketing manager

Interview Preparation Tips

Interview preparation tips for other job seekers - I have jobs is good work experience qualification I am like company

I was interviewed in Sep 2016.

4 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: aptitude
Experience: both technical and general.
Tips: you can easily clear if know somewhat in programming.

Round: HR Interview
Experience: once you clear aptitude then you will get to the company.

Skills: Personnel Management
College Name: Mnm Jain Engineering College

Acsia Technologies Interview FAQs

How many rounds are there in Acsia Technologies Software Specialist interview?
Acsia Technologies interview process usually has 2 rounds. The most common rounds in the Acsia Technologies interview process are Technical and HR.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10k Interviews
Infosys Interview Questions
3.7
 • 7.3k Interviews
Wipro Interview Questions
3.7
 • 5.2k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
LTIMindtree Interview Questions
3.6
 • 2.3k Interviews
Mphasis Interview Questions
3.4
 • 771 Interviews
View all
Acsia Technologies Software Specialist Salary
based on 9 salaries
₹3.4 L/yr - ₹9 L/yr
49% less than the average Software Specialist Salary in India
View more details

Acsia Technologies Software Specialist 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 & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Engineer
74 salaries
unlock blur

₹2.2 L/yr - ₹5.5 L/yr

Software Engineer
70 salaries
unlock blur

₹2.2 L/yr - ₹6.2 L/yr

Specialist
65 salaries
unlock blur

₹3.5 L/yr - ₹11.2 L/yr

Functional Safety Engineer
22 salaries
unlock blur

₹5.9 L/yr - ₹6 L/yr

Senior Engineer
21 salaries
unlock blur

₹3.1 L/yr - ₹10 L/yr

Explore more salaries
Compare Acsia Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
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