Upload Button Icon Add office photos

Filter interviews by

Act21 Softwares Software Engineer Trainee Interview Questions and Answers

Updated 20 Oct 2023

Act21 Softwares Software Engineer Trainee Interview Experiences

1 interview found

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

I applied via campus placement at Dronacharya College of Engineering, Gurgaon and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Good level questions

Round 2 - Technical 

(4 Questions)

  • Q1. Easy to Hard Coding questions
  • Q2. 2 sum in array
  • Ans. 

    Find two numbers in an array that add up to a specific target value.

    • Use a hashmap to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hashmap.

    • Return the indices of the two numbers that add up to the target value.

  • Answered by AI
  • Q3. DP Difficult question
  • Q4. Reverse the BST Order
  • Ans. 

    Reverse the order of a Binary Search Tree (BST)

    • Perform an in-order traversal of the BST and store the nodes in an array

    • Reverse the array of nodes to get the reversed order of the BST

    • Reconstruct the BST using the reversed array of nodes

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Discussion Round

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at National Institute of Technology,(NIT), Agartala and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic questions are there in the test.

Round 2 - Technical 

(2 Questions)

  • Q1. Linked list merging
  • Q2. JavaScript difference between && and &&&
  • Ans. 

    && is a logical AND operator in JavaScript, while &&& is not a valid operator.

    • && is used to combine two logical expressions and returns true only if both expressions are true

    • &&& is not a valid operator in JavaScript and will result in a syntax error

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Contribute to company’s growth.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

In this round there are two codingquestion firs was pythagora triplet,and second was sort array 0's 1's,2's.and to solve this program time limit was 1 hour.

Round 2 - Technical 

(3 Questions)

  • Q1. OOPs Related Basic question
  • Q2. Exception Handling
  • Q3. Multithreading related basic question
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Gave one problem of binary search?
  • Ans. 

    Binary search is a technique used to efficiently locate a target value within a sorted array.

    • Start by comparing the target value to the middle element of the array.

    • If the target value is less than the middle element, search the left half of the array.

    • If the target value is greater than the middle element, search the right half of the array.

    • Repeat the process until the target value is found or the subarray is empty.

  • Answered by AI
  • Q2. Asked some questions related to my projects
Round 2 - Behavioral 

(2 Questions)

  • Q1. Asked questions related to my projects
  • Q2. Built a simple web application to store the data and show it to the browser
  • Ans. 

    I would use a combination of HTML, CSS, and JavaScript to create a simple web application that stores and displays data.

    • Use HTML to create the structure of the web application

    • Use CSS to style the elements on the page

    • Use JavaScript to handle user interactions and store/retrieve data

    • Consider using a backend server (e.g. Node.js) to handle data storage and retrieval

    • Utilize AJAX to fetch data from the server asynchronously

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary related and some behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied through referral on linkedin. Please try to cover all those coding related questions which may differ for every candidates. If you are good in development then show case your best projects.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Oct 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 - Technical 

(1 Question)

  • Q1. 1.Javascript basics like ternary operator, difference between session and local storage, how to call APIs, some Jquery methods 2.How to make responsive designs using CSS 3.Working of React, different hook...
Round 3 - Technical 

(1 Question)

  • Q1. 2nd round was with the Director of Engineering. Mostly asked questions about yourself, from your resume and about projects

Interview Preparation Tips

Topics to prepare for Monotype Software Engineer Trainee interview:
  • HTML
  • CSS
  • Javascript
  • React.Js
  • Node.Js
  • DSA

I applied via Approached by Company and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Coding Test 

It was a 1-hour interview.

there was 1 round of technical interviews and questions about DSA easy to medium from leetcode with optimization of code.

Round 2 - HR 

(2 Questions)

  • Q1. For the basic question you can google the top 10 Hr interview questions
  • Q2. What is monotype? what is your strength... etc
  • Ans. 

    Monotype is a typeface design company that creates and licenses fonts for digital and print media.

    • Monotype is a leading provider of typeface design and technology solutions.

    • It offers a wide range of fonts for various applications, including web, mobile, and desktop.

    • Some of the popular typefaces created by Monotype include Helvetica, Times New Roman, and Arial.

    • Monotype also provides font management software and services...

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. 30 min interview. it was based on your resume mentioning skills and job id skills they will check the soft skills that you mentioned on your resume and projects . note: please go through with your project...
  • Q2. Design a Que using any data STRUCTURE
  • Ans. 

    A queue can be designed using an array or linked list data structure.

    • A queue follows the FIFO (First In First Out) principle.

    • Elements are added to the rear end and removed from the front end.

    • Array implementation requires keeping track of front and rear indices.

    • Linked list implementation requires keeping track of only front and rear nodes.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through with your resume projects and you mentoned on your resume.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at SVPM's College Pune University, Pune and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General numerical problems

Round 2 - Technical 

(3 Questions)

  • Q1. What was the project in last year?
  • Ans. 

    Developed a web-based inventory management system for a retail company.

    • Used Java for backend development

    • Implemented responsive design using HTML, CSS, and JavaScript

    • Integrated payment gateway for online transactions

  • Answered by AI
  • Q2. What was your role in it?
  • Ans. 

    I was responsible for developing and testing new features for the company's mobile application.

    • Developed new features for the mobile application

    • Tested the functionality of the features

    • Collaborated with team members to ensure successful implementation

  • Answered by AI
  • Q3. What was your contribution in it?
  • Ans. 

    I contributed by developing new features, fixing bugs, and optimizing code for the software project.

    • Developed new features based on user requirements

    • Fixed bugs reported by QA team or users

    • Optimized code for better performance and efficiency

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What was your project for last year?
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented backend functionality using Node.js and MongoDB

    • Incorporated user authentication and authorization features

    • Utilized RESTful APIs for communication between front-end and back-end

  • Answered by AI
  • Q2. What are your hobbies?
  • Ans. 

    My hobbies include playing the guitar, hiking, and reading science fiction novels.

    • Playing the guitar

    • Hiking

    • Reading science fiction novels

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at NBKR Institute of Science and Technology, Vidyanagar and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Questions on strings and arrays.

Round 2 - Coding Test 

Questions on strings and arrays.

Round 3 - One-on-one 

(1 Question)

  • Q1. Friendly conversation.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the technologies used in your college project
  • Q2. Java, Springboot
Round 2 - Coding Test 

Write the program to reverse the letters of the words in a sentence.

Interview Preparation Tips

Interview preparation tips for other job seekers - You should clear your basics

I applied via Campus Placement and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. String list

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared to bascis more important

Act21 Softwares Interview FAQs

How many rounds are there in Act21 Softwares Software Engineer Trainee interview?
Act21 Softwares interview process usually has 4 rounds. The most common rounds in the Act21 Softwares interview process are Technical, Resume Shortlist and Aptitude Test.
What are the top questions asked in Act21 Softwares Software Engineer Trainee interview?

Some of the top questions asked at the Act21 Softwares Software Engineer Trainee interview -

  1. Reverse the BST Or...read more
  2. 2 sum in ar...read more
  3. Easy to Hard Coding questi...read more

Tell us how to improve this page.

Act21 Softwares Software Engineer Trainee Salary
based on 5 salaries
₹3.8 L/yr - ₹4.8 L/yr
At par with the average Software Engineer Trainee Salary in India
View more details

Act21 Softwares Software Engineer Trainee Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
91 salaries
unlock blur

₹3 L/yr - ₹10.8 L/yr

Software Developer
8 salaries
unlock blur

₹4 L/yr - ₹11 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹8.1 L/yr - ₹16 L/yr

Business Analyst
6 salaries
unlock blur

₹5.4 L/yr - ₹10.5 L/yr

Software Engineer Trainee
5 salaries
unlock blur

₹4.2 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Act21 Softwares with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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