Upload Button Icon Add office photos

Filter interviews by

Alpha Plus Technologies Interview Questions and Answers

Updated 2 Jun 2023

Alpha Plus Technologies Interview Experiences

Popular Designations

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed before Jun 2022.

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 - Aptitude Test 

Accounting Questions Exam

Round 3 - Technical 

(4 Questions)

  • Q1. Related to Invocing creation, GST, TDS, Balance-sheet Finalisation
  • Q2. Do you have idea about Quotation & Invoice creation.
  • Ans. 

    Yes, I have experience in creating quotations and invoices.

    • I have experience in using accounting software to create professional invoices and quotations.

    • I am familiar with including all necessary details such as item descriptions, quantities, prices, and payment terms.

    • I have ensured accuracy and compliance with company policies and regulations in all my invoicing and quotation activities.

  • Answered by AI
  • Q3. Have you ever filled GST return.
  • Q4. Have you ever filled TDS return.
Round 4 - HR 

(1 Question)

  • Q1. Salary Related Question. BOND Related information.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are ready to work under Small scale company, Work Bond then good to go.

Senior Executive - Finance Interview Questions asked at other Companies

Q1. What are provisions, contingent liabilities, and contingent assets, and can you provide examples of each?
View answer (1)

I was interviewed before Jun 2016.

Interview Preparation Tips

Round: Aptitude Test
Experience: We had to answer 60 questions, all based on basic maths, logic and general knowledge.

Round: Technical + HR Interview
Experience: My Technical+HR interview lasted for about 90 minutes.
I was asked technical questions on Arrays, Inheritance, complicated loops and conditional statements and was asked to explain the concepts with diagrammatic representation.
Later I was asked about my hobbies and what I want to pursue in my future.
Tips: One must be calm and answer every question honestly.

Skills: Speaking Skill, Presentation Skills, Presentation Skills, Presence Of Mind, Presentation Of Facts In Resume, Coding Skills And Knowledge On Data Structures, Teamwork, Common Sense, Communication And Confidence
College Name: Xavier Institute Of Engineering

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Jobs at Alpha Plus Technologies

View all

Interview questions from similar companies

I applied via Referral and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Personality based question and to present slide on a specific topic

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly the HR round for the intro, followed by the TL with personality based questions and lastly the presentation based round

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

Interview Questionnaire 

1 Question

  • Q1. Questions on Machine Learning, SQL, Excel, Python and Statistics

Interview Preparation Tips

Interview preparation tips for other job seekers - Have an all-round understanding of SQL. Machine Learning and Python are next on the list. Build your numerical ability and logical reasoning.

Intern Interview Questions & Answers

Zeta Technologies user image Kudeti Venkateswaramma

posted on 6 Feb 2024

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

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

Round 1 - Aptitude Test 

Questions related to CI &SI , Ratios, P&L , simplification, etc.

Round 2 - Technical 

(2 Questions)

  • Q1. How to get into cloud(remote) from local system.
  • Ans. 

    To access cloud from a local system, you can use various methods like virtual private networks (VPNs), remote desktop protocols (RDP), or cloud-based platforms.

    • Set up a virtual private network (VPN) to establish a secure connection between your local system and the cloud.

    • Use remote desktop protocols (RDP) to remotely access and control a cloud-based virtual machine or server.

    • Leverage cloud-based platforms like Amazon W...

  • Answered by AI
  • Q2. Why we use Ansible and how it works
  • Ans. 

    Ansible is a powerful automation tool used for configuration management, application deployment, and orchestration.

    • Ansible is agentless and uses SSH or WinRM to connect to remote systems.

    • It uses YAML-based playbooks to define tasks and configurations.

    • Ansible follows a declarative approach, specifying the desired state of the system.

    • It has a large collection of pre-built modules for various tasks.

    • Ansible can be used for...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while your answering for questions whether it may / may not be correct friends.

Skills evaluated in this interview

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Tell me something about yourself.
  • Ans. 

    I am a highly experienced consultant with a strong background in problem-solving and strategic planning.

    • Over 10 years of experience in consulting roles

    • Expertise in analyzing complex business challenges and developing effective solutions

    • Proven track record of successfully implementing strategies and driving organizational growth

    • Strong communication and interpersonal skills, able to build relationships with clients and s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 3 rounds of interview, 1st round mostly general technical round, did not get shortlisted for second round.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Resume Shortlist 
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
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is happening in the global industry right now? Current Trends in interest rates How will you increase profitability of swiggy? Market sizing guesstimate
  • Ans. 

    Global industry is experiencing fluctuating interest rates, focus on increasing profitability of companies like Swiggy, and market sizing guesstimates.

    • Interest rates are currently fluctuating due to economic uncertainties and central bank policies.

    • To increase profitability of Swiggy, focus on optimizing operational efficiency, expanding customer base, and enhancing delivery services.

    • Market sizing guesstimates involve e...

  • Answered by AI
  • Q2. Introduce yourself. Why Redseer. Why consulting
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. List and tuple differences
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • Lists are mutable, meaning their elements can be changed after creation.

    • Tuples are immutable, meaning their elements cannot be changed after creation.

    • Lists are defined using square brackets [], tuples using parentheses ().

    • Lists are typically used for collections of similar items, tuples for fixed collections of dissimilar items.

  • Answered by AI
  • Q2. Generators in python
  • Ans. 

    Generators in Python are functions that allow you to iterate over a sequence of items without storing them all in memory at once.

    • Generators are created using a function with 'yield' instead of 'return'.

    • They are used to generate a sequence of values lazily, one at a time.

    • Generators are memory efficient as they do not store all values in memory at once.

    • Example: def my_generator(): for i in range(5): yield i

    • Example: ...

  • Answered by AI

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

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

Alpha Plus Technologies Interview FAQs

How many rounds are there in Alpha Plus Technologies interview?
Alpha Plus Technologies interview process usually has 4 rounds. The most common rounds in the Alpha Plus Technologies interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for Alpha Plus Technologies interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Alpha Plus Technologies. The most common topics and skills that interviewers at Alpha Plus Technologies expect are Software Development, ASP.Net, VB.NET, C# and MS SQL.
What are the top questions asked in Alpha Plus Technologies interview?

Some of the top questions asked at the Alpha Plus Technologies interview -

  1. Do you have idea about Quotation & Invoice creati...read more
  2. Related to Invocing creation, GST, TDS, Balance-sheet Finalisat...read more
  3. Salary Related Question. BOND Related informati...read more

Tell us how to improve this page.

Alpha Plus Technologies Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

Milliman Interview Questions
3.7
 • 20 Interviews
Ven Consulting Interview Questions
3.5
 • 17 Interviews
Selectsys Interview Questions
3.6
 • 15 Interviews
Gi Group Interview Questions
3.9
 • 15 Interviews
VHS Consulting Interview Questions
3.7
 • 14 Interviews
View all

Alpha Plus Technologies Reviews and Ratings

based on 19 reviews

3.8/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.2

Salary

4.1

Job security

4.0

Company culture

2.8

Promotions

3.6

Work satisfaction

Explore 19 Reviews and Ratings
Computer / Data Operator

Mumbai

1-3 Yrs

Not Disclosed

Development Lead

Mumbai

4-5 Yrs

Not Disclosed

Explore more jobs
Business Analyst
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Application Support Executive
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Application Support Executive
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Alpha Plus Technologies with

Beta Solutions

4.7
Compare

Omega Software Solutions

5.0
Compare

Sigma Services

3.2
Compare

Zeta Technologies

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