Upload Button Icon Add office photos
Engaged Employer

i

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

Alumnus Software Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Alumnus Software Interview Questions and Answers

Updated 2 Aug 2024

Alumnus Software Interview Experiences

Popular Designations

3 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 2 Aug 2024

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

(1 Question)

  • Q1. Mostly asked about selenium

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)

Interview Questions & Answers

user image Anonymous

posted on 2 Nov 2021

Interview Questionnaire 

1 Question

  • Q1. Besics of C, Some Output of the program. Write some given sollutions.

Interview Preparation Tips

Interview preparation tips for other job seekers - First it was only a tehnical discussion. Then if it goes well they will give you offer letter directly.

Project Trainee Engineer Interview Questions & Answers

user image Raghubar Kumar Singh

posted on 3 Apr 2022

I applied via Referral and was interviewed before Apr 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

A list of 20 MCQ question with aptitude and computer science question were provided.

Round 2 - Coding Test 

Two coding question were provided where one of the question was to find second highest number if the given list.

Round 3 - Presentation 

(1 Question)

  • Q1. Ten technical topics and 10 minute of time was provided to prepare one of the topic and deliver presentation for that.
Round 4 - Technical 

(2 Questions)

  • Q1. Write program to delete a node in a linked list.
  • Ans. 

    Program to delete a node in a linked list.

    • Find the node to be deleted and its previous node

    • Update the previous node's next pointer to skip the node to be deleted

    • Free the memory allocated to the node to be deleted

  • Answered by AI
  • Q2. How to find a number missing in the list of continuous n natural number.
  • Ans. 

    To find a missing number in a list of continuous n natural numbers, calculate the sum of all numbers and subtract the sum of given numbers.

    • Calculate the sum of all natural numbers using the formula n*(n+1)/2

    • Calculate the sum of given numbers in the list

    • Subtract the sum of given numbers from the sum of all numbers

    • The result will be the missing number

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic coding in C++, aptitude question and presentation skills.

Project Trainee Engineer Interview Questions asked at other Companies

Q1. How to find a number missing in the list of continuous n natural number.
View answer (2)

Jobs at Alumnus Software

View all

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Why should we choose you?
  • Ans. 

    I have the skills, experience, and passion to excel in this role.

    • I have a strong background in software development, with experience in multiple programming languages and frameworks.

    • I am a quick learner and enjoy tackling new challenges.

    • I am a team player and enjoy collaborating with others to achieve common goals.

    • I am passionate about software engineering and am always looking for ways to improve my skills and knowled...

  • Answered by AI
  • Q2. Why did you choose our company?
  • Ans. 

    I chose your company because of its reputation for innovation and its commitment to employee growth.

    • Your company has a strong reputation for innovation in the industry.

    • I was impressed by the emphasis on employee growth and development.

    • I believe that your company's values align with my own personal values.

    • I was excited about the opportunity to work with a talented team of engineers.

    • Your company's mission and vision reso

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: There were 2 technical rounds. Technical (software): These were tested-How a person approaches a problem,how he thinks.Solutions weren’t needed. Basic understanding, knowledge of Algorithms was tested.

Round: HR Interview
Experience: Knowledge in Machine learning, Artificial Intelligence (electives of the person)
Tips: Basic math would help. Speed doesn’t matter.

Skill Tips: For applying to Software profile, one needs to practice much.
College Name: IIT MADRAS

I appeared for an interview before Sep 2016.

Interview Questionnaire 

1 Question

  • Q1. It was an online technical test. Questions were related to ME outlook, mobile device management , Networking and many more

Interview Preparation Tips

Round: Grammar Round
Experience: It was a written English grammar test to analyse how grammatically sound you are.
Tips: Just revise your basic English grammar like prepositions verbs nd essay/paragraph writing

Round: COMMUNICATION SKILLS Round
Experience: In this round they ask you to speak something on the given topic or sometimes group discussion . Basically they test your vocabulary, your thought process, pronunciation, accent and above all confidence.
Tips: Be confident in whatever you speak. Remember if you get nervous you will need with your words .

Round: Technical Interview
Experience: This was an online test and it had 50 questions all objective types.
Tips: Be technically sound. You cannot Google them as these search engines are blocked

College Name: Babu Banarasi Das National Institute Of Technology And Management (BBDNITM)

I applied via Recruitment Consultant and was interviewed before Sep 2018. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1.  overloading ,inheritance concepts,structures,pointers

Interview Preparation Tips

Interview preparation tips for other job seekers - have good understanding of basics and have expertise on any specific area.

Interview Questionnaire 

2 Questions

  • Q1. Basic Programming Questions, Data structures, SQL queries
  • Q2. This was the most simple one, they simply asked introduce yourself and fine with night shifts.

Interview Preparation Tips

General Tips: I joined HCL as a fresher and got Intervie

Interview Questionnaire 

1 Question

  • Q1. What I know and what I don't know

Interview Preparation Tips

Round: Test
Experience: Aptitude, reasoning, logical, etc. 2 hours

Interview Questionnaire 

2 Questions

  • Q1. C and C++ - technically related stuffs
  • Q2. Communicate and fluency

Analyst Interview Questions & Answers

HCLTech user image Raj Hrithik

posted on 2 Sep 2017

I appeared for an interview in Jul 2017.

Interview Questionnaire 

1 Question

  • Q1. Experience summary and the roles

Interview Preparation Tips

Round: Test
Experience: I was allowed to write a test for 2hrs in that each headings seems to be different and also there is a section heading marks
Duration: 2 hours
Total Questions: 70

Round: Technical Interview
Experience: After finishing i was advised to attend 2nd round in that they ask about the detailed experience of my previous company and finally technical terms question also flows

Skills: Logical And Structured Thinking, Communication And Confidence, Attitude, Psychometric Test, Project Management

Alumnus Software Interview FAQs

How many rounds are there in Alumnus Software interview?
Alumnus Software interview process usually has 2-3 rounds. The most common rounds in the Alumnus Software interview process are Technical, Aptitude Test and Coding Test.
How to prepare for Alumnus Software 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 Alumnus Software. The most common topics and skills that interviewers at Alumnus Software expect are Javascript, C++, Python, MySQL and HTML.
What are the top questions asked in Alumnus Software interview?

Some of the top questions asked at the Alumnus Software interview -

  1. How to find a number missing in the list of continuous n natural numb...read more
  2. Write program to delete a node in a linked li...read more
  3. Ten technical topics and 10 minute of time was provided to prepare one of the t...read more

Tell us how to improve this page.

Alumnus Software Interview Process

based on 3 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 852 Interviews
View all

Alumnus Software Reviews and Ratings

based on 36 reviews

3.8/5

Rating in categories

3.9

Skill development

4.2

Work-life balance

4.2

Salary

4.1

Job security

4.2

Company culture

3.8

Promotions

3.9

Work satisfaction

Explore 36 Reviews and Ratings
Trainee Engineers

Kolkata

0-1 Yrs

Not Disclosed

Embedded Network Test Engineer

Kolkata

5-10 Yrs

Not Disclosed

Fresher - Alumnus Software

Kolkata

5-10 Yrs

Not Disclosed

Explore more jobs
Member Technical Staff
21 salaries
unlock blur

₹5.5 L/yr - ₹12 L/yr

Engineer
16 salaries
unlock blur

₹3.8 L/yr - ₹6.2 L/yr

Software Engineer
11 salaries
unlock blur

₹4.3 L/yr - ₹7.5 L/yr

Member Technical Staff 1
11 salaries
unlock blur

₹5 L/yr - ₹8.5 L/yr

QA Engineer
11 salaries
unlock blur

₹4.5 L/yr - ₹6 L/yr

Explore more salaries
Compare Alumnus Software with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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