Upload Button Icon Add office photos

Filter interviews by

Application Software Technology Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Assistant Manager Interview Questions & Answers

VDart user image Chakravarthy Namasivayam

posted on 16 Aug 2023

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

I applied via Walk-in and was interviewed before Aug 2022. 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 tips
Round 2 - HR 

(1 Question)

  • Q1. Brief explanation on our resume
Round 3 - Technical 

(2 Questions)

  • Q1. Finance background questions
  • Q2. Basic Journal entries
Round 4 - HR 

(1 Question)

  • Q1. Final level discussion

Interview Preparation Tips

Topics to prepare for VDart Assistant Manager interview:
  • Basic Accountacy
  • Corporate Communication
  • Email ettique
Interview preparation tips for other job seekers - Always give your answers in a polite manner with accuracy.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - HR 

(1 Question)

  • Q1. Previous year experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Type of value added to the company
  • Ans. 

    I add value to the company by leveraging my skills and experience to drive growth, improve efficiency, and enhance overall performance.

    • Implementing cost-saving initiatives

    • Developing innovative solutions to challenges

    • Improving processes and workflows

    • Increasing revenue through strategic partnerships

    • Enhancing customer satisfaction and retention

  • Answered by AI

Associate Interview Questions & Answers

VDart user image Nitharsana Natarajan

posted on 21 Aug 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2023. There were 3 interview rounds.

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 - HR 

(1 Question)

  • Q1. Tell about my self and experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Telling about myself and my experience with my manager
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

On python and sql coding.they ask simple to complex questions

Round 2 - Technical 

(1 Question)

  • Q1. On data science machine learning

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Case Study 

There were 3 rounds for data science consultant position at Equifax. 1st round consists of Python and SQL questions and also in this round they have tested analytical thinking as well.

Round 2 - Coding Test 

In 2nd round they have asked me questions from my resume and asked me to explain the projects which I have worked on in previous company. In this round they have asked me pandas related questions and asked me write code.

Round 3 - Behavioral 

(1 Question)

  • Q1. In Managerial round again here I have been asked questions related my projects. and no coding round in this stage.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Python, SQL, Analytical thinking, Statistics and pandas.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Share the link for codesignal

Round 2 - Technical 

(2 Questions)

  • Q1. Java related questions
  • Q2. Based on the resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Current time and their angles
  • Ans. 

    The question is asking for the current time and the angles formed by the hour and minute hands on a clock.

    • The angle between the hour and minute hands of a clock can be calculated using the formula: angle = |(30*hour - (11/2)*minutes)|

    • At 3:00, the angle between the hour and minute hands is 90 degrees.

    • At 6:00, the angle between the hour and minute hands is 180 degrees.

    • At 9:00, the angle between the hour and minute hands

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Didnt qual here btw
Round 3 - HR 

(1 Question)

  • Q1. Didnt qual either btw
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Angular and JavaScript.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Behavioral Questions
  • Q2. CI-CD, Jenkins, AWS
Round 3 - One-on-one 

(1 Question)

  • Q1. Client Interview - Security related.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There was a coding round and out of 75 students 28 got selected for next round

Round 2 - Technical 

(2 Questions)

  • Q1. Total on resume and basic coding questions like write code for different sorting algorithms.
  • Q2. Explain your project in detail and asking cross questions regarding project.
Round 3 - Technical 

(1 Question)

  • Q1. I was rejected in round 2.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume thoroughly, and have a basic DSA knowledge.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 mins Aptitude Question

Round 2 - Coding Test 

30 mins - 3 Coding Question

Round 3 - Technical 

(2 Questions)

  • Q1. Describe Rest API
  • Ans. 

    Rest API is a set of rules and conventions for building and interacting with web services using HTTP methods.

    • Rest API stands for Representational State Transfer Application Programming Interface.

    • It uses standard HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations.

    • RESTful APIs use URLs to access resources, and return data in JSON or XML format.

    • Stateless communication allows for scalability and flexibilit...

  • Answered by AI
  • Q2. What is various Response code. Diffenrence b/w 200 & 201, 400 & 403
  • Ans. 

    Response codes indicate the status of a HTTP request. 200 & 201 are success codes, while 400 & 403 are client error codes.

    • 200 - OK: Request was successful

    • 201 - Created: Request was successful and a new resource was created

    • 400 - Bad Request: The server cannot process the request due to a client error

    • 403 - Forbidden: The server understood the request, but refuses to authorize it

  • Answered by AI

Skills evaluated in this interview

Tell us how to improve this page.

Application Software Technology Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Magic Edtech Interview Questions
3.0
 • 50 Interviews
Cyfuture Interview Questions
3.0
 • 45 Interviews
Revature Interview Questions
3.5
 • 40 Interviews
Equifax Interview Questions
3.3
 • 31 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
VDart Interview Questions
4.0
 • 26 Interviews
View all

Application Software Technology Reviews and Ratings

based on 17 reviews

4.2/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.9

Salary

3.9

Job security

3.9

Company culture

3.0

Promotions

3.9

Work satisfaction

Explore 17 Reviews and Ratings
Associate Consultant
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Consultant
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Consultant
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Application Software Technology with

Cyfuture

3.0
Compare

Magic Edtech

3.0
Compare

VDart

4.0
Compare

Value Point Systems

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