Upload Button Icon Add office photos
Engaged Employer

i

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

Appsquadz Software Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Appsquadz Software Technical Support Engineer Interview Questions and Answers

Updated 21 Nov 2021

Appsquadz Software Technical Support Engineer Interview Experiences

1 interview found

Interview Questionnaire 

2 Questions

  • Q1. Technical Questions Related to Software
  • Q2. About your Works

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared before interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Oops concept and technology related
Round 3 - HR 

(1 Question)

  • Q1. Discuss about salary
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Diff b/w CTE and SubQuery
  • Ans. 

    CTE is a temporary result set that can be referenced within a query, while a subquery is a query nested within another query.

    • CTE stands for Common Table Expression and is defined using the WITH keyword.

    • CTEs can be referenced multiple times within a query.

    • Subqueries are enclosed in parentheses and can only be referenced once in a query.

    • Subqueries can be correlated or non-correlated.

    • CTEs are generally used for readabilit...

  • Answered by AI
  • Q2. What is middleware in mvc core
  • Ans. 

    Middleware in MVC Core is software components that are used to handle requests and responses in the application pipeline.

    • Middleware components are added to the application pipeline in the Startup class using the UseMiddleware method.

    • Each middleware component in the pipeline can inspect, modify, or short-circuit the request pipeline.

    • Middleware components can perform tasks such as authentication, logging, error handling,...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - IT's good company to work for long time, All employees are good. And Salary always on time and flexible time

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Coding Test 

They will ask questions on logic

Round 3 - Technical 

(3 Questions)

  • Q1. About technology you mentioned in resume
  • Q2. And arrays or condition based
  • Q3. String function
Round 4 - HR 

(1 Question)

  • Q1. About technology and previous company about work
Round 5 - One-on-one 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - HR 

(1 Question)

  • Q1. Resume related questions
Round 2 - Technical 

(1 Question)

  • Q1. Technology related
Round 3 - One-on-one 

(1 Question)

  • Q1. Discuss everything

Interview Preparation Tips

Interview preparation tips for other job seekers - Work life balance 0, long working hours 10 to 11 hours, 9 working hours + break.
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 aptitude and pseudo type ques.

Round 3 - Technical 

(1 Question)

  • Q1. This was the technical round.
Round 4 - Technical 

(1 Question)

  • Q1. Ths is another technical round.
Round 5 - HR 

(1 Question)

  • Q1. It is the last round hr

Interview Preparation Tips

Interview preparation tips for other job seekers - it was good. there were ques. on Data Structure and Algorithm and oops.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Aptitude Test 

It was easy, some maths and some coding questions were there

Round 3 - Technical 

(5 Questions)

  • Q1. Asked questions about my projects and oop concepts
  • Q2. What are ooo concepts
  • Ans. 

    Object-oriented programming concepts are principles that help in designing and implementing software solutions using objects and classes.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class)

    • Inheritance: Ability of a class to inherit properties and behavior from another class

    • Polymorphism: Ability to present the same interface for different data types

    • Abstraction: Hiding the complex ...

  • Answered by AI
  • Q3. Static key word
  • Q4. Super key word use
  • Ans. 

    The super keyword in programming is used to access and call functions or variables from a parent class.

    • Used in object-oriented programming languages like Java, C++, and Python

    • Helps in achieving method overriding and method hiding

    • Example: super.methodName() or super.variableName

  • Answered by AI
  • Q5. Other basic things

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test is basically about the basic topics like profit loss, Simple Interest and compound Interest, Reasoning ability and pseudo code etc.

Round 2 - Technical 

(2 Questions)

  • Q1. What is Time and Space Complexity
  • Ans. 

    Time and Space Complexity refers to the efficiency of an algorithm in terms of time and space usage.

    • Time Complexity: Measures the amount of time an algorithm takes to run as a function of the input size.

    • Space Complexity: Measures the amount of memory an algorithm requires as a function of the input size.

    • Time and space complexity help in analyzing and comparing different algorithms based on their efficiency.

    • Common notat...

  • Answered by AI
  • Q2. Reverse a linked list
  • Ans. 

    Reverse a linked list

    • Iteratively swap the next and previous pointers of each node

    • Use three pointers: current, previous, and next

    • Update the head pointer to the last node after reversing

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What salary are you expecting

Interview Preparation Tips

Interview preparation tips for other job seekers - None

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Consists of aptitude and basic pseudocode questions

Round 2 - Technical 

(2 Questions)

  • Q1. Prime no. Code, array based question
  • Q2. Basic html css and js
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Very good experience

Round 2 - Coding Test 

Normal coding question

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. What is your goal
  • Ans. 

    My goal is to continuously improve my technical skills, contribute to innovative projects, and advance in my career as a software engineer.

    • Continuous learning and improvement of technical skills

    • Contributing to innovative projects

    • Advancing in my career as a software engineer

  • Answered by AI
Contribute & help others!
anonymous
You can choose to be anonymous

Recently Viewed

INTERVIEWS

ManipalCigna Health Insurance

No Interviews

INTERVIEWS

Worldline Global Services

No Interviews

INTERVIEWS

Appsquadz Software

No Interviews

INTERVIEWS

Appsquadz Software

No Interviews

INTERVIEWS

Glenmark Pharmaceuticals

No Interviews

INTERVIEWS

ManipalCigna Health Insurance

No Interviews

INTERVIEWS

Appsquadz Software

No Interviews

INTERVIEWS

Worldline Global Services

No Interviews

INTERVIEWS

Sintex Industries

No Interviews

INTERVIEWS

Bajaj Allianz Life Insurance

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

Magic Edtech Interview Questions
3.0
 • 50 Interviews
Affine Interview Questions
3.3
 • 48 Interviews
IT By Design Interview Questions
3.6
 • 39 Interviews
ConsultAdd Interview Questions
3.7
 • 36 Interviews
Junglee Games Interview Questions
3.1
 • 32 Interviews
View all
Appsquadz Software Technical Support Engineer Salary
based on 4 salaries
₹2.1 L/yr - ₹2.4 L/yr
54% less than the average Technical Support Engineer Salary in India
View more details
Software Developer
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Java Developer
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Android Developer
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Coordinator
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Appsquadz Software with

SPARX IT Solutions

3.6
Compare

ChromeInfotech

2.9
Compare

Hidden Brains InfoTech

3.8
Compare

Konstant Infosolutions

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