Upload Button Icon Add office photos
Engaged Employer

i

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

AppSuccessor Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

AppSuccessor Associate Software Engineer Interview Questions and Answers

Updated 13 Sep 2024

AppSuccessor Associate Software Engineer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Assignment 

Ask you basic input output questions and oops concepts as well as Sql theory and pattern printing or basic of dsa like convert inorder to post order expression and many things like this and aptitude questions as well .

Round 2 - HR 

(2 Questions)

  • Q1. Family background
  • Q2. Oops concepts and basic Cs fundamental

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well basic in programming input and output questions and oops or sql and pattern programming.

Interview questions from similar companies

I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java questions - basic oops concepts
  • Q2. Basic sql queries and table creation, joints were asked
Round 2 - HR 

(4 Questions)

  • Q1. Why are you looking for a change?
  • Q2. Where do you see yourself in 5 years?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Initially 1 aptitude round was there and english essay was there in. Then those who were selected in this round they will be into tech and then hr round. Searching job is like you should never lose hope and take the failure as stepping stones.keep on self motivating and dont hestitate to give ur best on 50 th interview if not getting selected till 49 interviews.ur name may be written in that. Stay positive and upgrade your skills

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

Interview Questionnaire 

1 Question

  • Q1. Questions on Programming Language, SQL Queries, OOPS Concepts, Certifications and Questions on Projects and Certifications done.

I applied via LinkedIn and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is database
  • Ans. 

    A database is a collection of data that is organized and stored for easy access and retrieval.

    • A database is used to store and manage data.

    • It can be used to store various types of data such as text, images, videos, etc.

    • Data can be easily retrieved and manipulated using queries.

    • Examples of databases include MySQL, Oracle, MongoDB, etc.

  • Answered by AI
  • Q2. Oops concept
  • Q3. Testing concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare basic clearly and be confident

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Describe last project. What is entity framework?
  • Ans. 

    Entity Framework is an ORM tool used to map database tables to classes in .NET applications.

    • Entity Framework simplifies database access by allowing developers to work with objects instead of SQL statements.

    • It supports various database providers such as SQL Server, MySQL, and Oracle.

    • It provides features like LINQ to Entities, automatic change tracking, and database migrations.

    • Example: In my last project, I used Entity F...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 3 girls and they just took 2 minutes and wrap up the interview. Bad experience.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Nov 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

First there was a test for aptitude

Round 2 - Coding Test 

Coding test consist of 2 questions.Mostly easy

Round 3 - HR 

(6 Questions)

  • Q1. Both technical and HR are conducted in single round.They asked about my content in resume
  • Q2. They asked about their company
  • Q3. They asked some fundamental questions regarding C,Java, Python
  • Q4. They asked me how you will handle situation in deadline
  • Q5. Is it ok to relocate
  • Q6. What's your salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - No need to panick while attending.Attend it at ease

I applied via Campus Placement and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Pretty easy test, 100 questions in 180 minutes. After that a GD round, then Technical round then HR round.

Round 2 - Group Discussion 

Kind of essay writing

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are eager to learn, they will definitely hire you.

I applied via Naukri.com and was interviewed before Aug 2021. 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 Resume tips
Round 2 - Aptitude Test 

1 hr
Aptitude, general engilsh

Round 3 - Technical 

(1 Question)

  • Q1. About final year projects and some questions about general programming questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for aptitude tests and have strong knowledge in your projects
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Practice coding high level of coding

Round 2 - Technical 

(1 Question)

  • Q1. Which language u know read properly
Round 3 - One-on-one 

(1 Question)

  • Q1. Hrvdnfnc gdhdjfjfj. Dbjdnfnfmv

Interview Preparation Tips

Interview preparation tips for other job seekers - Hdjdjcjcbxncnfjcjvjvn vdbdnfnc hndnfnfn jdjfjjffj. Jrfjjfgjnv
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Dec 2021. There were 4 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 Resume tips
Round 2 - Aptitude Test 

There were some basic topics like time,speed distance, measurements, relationships, probability, permutation and combination

Round 3 - One-on-one 

(5 Questions)

  • Q1. For me, they were asked about basic oops concept and asked me to wrote two programs in java and asked to wrote 5 sql queries
  • Q2. Sort the array without using predefined functions etc
  • Ans. 

    Sorting an array without using predefined functions

    • Implement a sorting algorithm like bubble sort, insertion sort, or selection sort

    • Loop through the array and compare adjacent elements to swap them if necessary

    • Repeat the loop until the array is sorted in ascending or descending order

  • Answered by AI
  • Q3. Reverse the string without using predefined functions
  • Ans. 

    Reverse a string without using predefined functions.

    • Iterate through the string from the end and append each character to a new string.

    • Use a loop to swap the first and last characters, then move towards the middle.

    • Convert the string to a list, reverse the list, then join the list back into a string.

  • Answered by AI
  • Q4. Stored procedures and join queries
  • Q5. Pattern programming in java like print right angle triangle, pascal triangle
Round 4 - HR 

(1 Question)

  • Q1. About my resume and relocation details and

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare in oops concept, need to know program in java and prepare in both technical as well theoretical knowledge in any programming language and from database

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

AppSuccessor Interview FAQs

How many rounds are there in AppSuccessor Associate Software Engineer interview?
AppSuccessor interview process usually has 2 rounds. The most common rounds in the AppSuccessor interview process are HR and Assignment.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

LTIMindtree

No Interviews

INTERVIEWS

LTIMindtree

No Interviews

INTERVIEWS

Biyani Technologies

No Interviews

REVIEWS

Opulence Business Solutions

No Reviews

INTERVIEWS

Altimetrik

No Interviews

INTERVIEWS

JPMorgan Chase & Co.

No Interviews

INTERVIEWS

Impact Analytics

No Interviews

INTERVIEWS

LTIMindtree

No Interviews

Tell us how to improve this page.

AppSuccessor Associate Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Software Engineer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Finance Executive
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Accounts Manager
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare AppSuccessor with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent