Upload Button Icon Add office photos

PeopleStrong

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

PeopleStrong Senior Application Support Engineer Interview Questions, Process, and Tips

Updated 26 Jul 2017

PeopleStrong Senior Application Support Engineer Interview Experiences

1 interview found

I was interviewed before Jul 2016.

Interview Questionnaire 

6 Questions

  • Q1. Use of primary key & foreign key
  • Ans. 

    Primary keys uniquely identify records in a table, while foreign keys establish relationships between tables.

    • Primary keys ensure data integrity by enforcing uniqueness and preventing duplicate records.

    • Foreign keys create relationships between tables, allowing data to be linked and referenced across multiple tables.

    • Primary keys are typically used as foreign keys in related tables to establish relationships.

    • Foreign keys ...

  • Answered by AI
  • Q2. How to use inner joins
  • Ans. 

    Inner joins are used to combine rows from two or more tables based on a related column between them.

    • Inner joins return only the matching rows from both tables.

    • The join condition is specified using the ON keyword followed by the column(s) to join on.

    • Inner joins can be used to retrieve data from multiple tables based on a common column.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;

  • Answered by AI
  • Q3. Use of select command
  • Ans. 

    The SELECT command is used to retrieve data from a database table.

    • SELECT is a fundamental SQL command used in database management systems.

    • It allows you to specify the columns and rows you want to retrieve from a table.

    • You can use various clauses like WHERE, ORDER BY, GROUP BY, etc. to filter and sort the data.

    • The result of a SELECT query is a result set or a cursor containing the selected data.

    • Example: SELECT * FROM em...

  • Answered by AI
  • Q4. How to create table
  • Ans. 

    To create a table, use the CREATE TABLE statement in SQL.

    • Specify the table name after the CREATE TABLE keyword.

    • List the column names and their data types within parentheses.

    • Add any constraints or indexes as needed.

    • Example: CREATE TABLE employees (id INT, name VARCHAR(50), age INT);

  • Answered by AI
  • Q5. Self introduction
  • Q6. Last company job roles
  • Ans. 

    I worked as a Systems Analyst at XYZ Company, where I was responsible for troubleshooting and resolving application issues.

    • Troubleshooting and resolving application issues

    • Collaborating with developers to implement fixes

    • Providing technical support to end users

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Tips: Basics must be cleared.

Round: HR Interview
Tips: Candidate must be confident

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Algorithms, Computer languages, Aptitude & Reasoning

I applied via Naukri.com and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. All technical and based on profile.

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice and cares employees.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Focused more on Logics and DSA

Round 2 - HR 

(1 Question)

  • Q1. Just with Formal Questions
Round 1 - Aptitude Test 

The level of test was mixture of easy and tough questions

Round 2 - Technical 

(1 Question)

  • Q1. Some analytics questions related to problem solving
Round 3 - HR 

(1 Question)

  • Q1. To describe about any recently watched movie
  • Ans. 

    I recently watched the movie 'Inception'.

    • Directed by Christopher Nolan

    • Genre: Science fiction, Action, Thriller

    • Starring Leonardo DiCaprio, Joseph Gordon-Levitt, Ellen Page

    • The movie explores the concept of shared dreaming and subconscious manipulation

    • It has mind-bending visuals and a complex plot

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself , have confidence in you. The technical round will be related to the JD.

I applied via Naukri.com and was interviewed in Dec 2021. There were 4 interview rounds.

Round 1 - Coding Test 

2 easy level coding questions to be solved

Round 2 - One-on-one 

(1 Question)

  • Q1. One dsa question which needs to be live coded in 45 mins
Round 3 - One-on-one 

(1 Question)

  • Q1. Same as first round . But 2 coding questions might be asked
Round 4 - HR 

(1 Question)

  • Q1. Did not happen . Don’t know why

Interview Preparation Tips

Interview preparation tips for other job seekers - Please select company wisely.
As this is startup it needs you to be very good at technical and debugging skills.
I am feeling stressed here
Interview experience
3
Average
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 Resume tips
Round 2 - Coding Test 

4 coding ques + 15 technical aptitude

Round 3 - Coding Test 

4 Coding Ques + 10 technical aptitude

Round 4 - Technical 

(2 Questions)

  • Q1. Coding question
  • Q2. Group by query, dbms
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

The assessment was based on fundamental aptitude and technical questions pertaining to C, Python, C#, JavaScript, and the development of a React project(100 marks).

Round 2 - Technical 

(1 Question)

  • Q1. The technica interview was based on technical knowledge. the recruiters asked questions based on the resume and the skills mentioned in it. Interview questions were standard and the interviewers were keen ...
Round 3 - HR 

(1 Question)

  • Q1. The interview was the easiest of all the rounds. Basic background checks and they evaluate based on situational questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on react and stay cool as the interviewers were friendly
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Aptitude qns, technical mcq's

Round 2 - Technical 

(1 Question)

  • Q1. Technical questions, 1 coding, self introduction, project related questions
Round 3 - HR 

(1 Question)

  • Q1. Self introduction, about company, general questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and perform excellently.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

50 question. Like simple apptitude question

Round 2 - Technical 

(2 Questions)

  • Q1. Related to your profile
  • Q2. Prepare more about SQL
Round 3 - HR 

(2 Questions)

  • Q1. Relocate discussion
  • Q2. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep work hard and do well
Contribute & help others!
anonymous
You can choose to be anonymous

PeopleStrong Interview FAQs

What are the top questions asked in PeopleStrong Senior Application Support Engineer interview?

Some of the top questions asked at the PeopleStrong Senior Application Support Engineer interview -

  1. Use of primary key & foreign k...read more
  2. How to use inner jo...read more
  3. How to create ta...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

PeopleStrong

No Interviews

JOBS

ABC Consultants

No Jobs

SALARIES

Kutumbh Care

SALARIES

Kutumbh Care

JOBS

First Advantage

No Jobs

SALARIES

Kutumbh Care

JOBS

Symbiosis Management Consultants

No Jobs

SALARIES

Kutumbh Care

Tell us how to improve this page.

Interview Questions from Similar Companies

SAP Interview Questions
4.2
 • 283 Interviews
Randstad Interview Questions
3.8
 • 260 Interviews
Team Lease Interview Questions
3.9
 • 201 Interviews
Ramco Systems Interview Questions
3.9
 • 65 Interviews
LanceSoft Interview Questions
3.1
 • 57 Interviews
CIEL HR Interview Questions
4.0
 • 48 Interviews
Experis IT Interview Questions
3.0
 • 48 Interviews
View all
PeopleStrong Senior Application Support Engineer Salary
based on 4 salaries
₹2.7 L/yr - ₹7.5 L/yr
41% less than the average Senior Application Support Engineer Salary in India
View more details

PeopleStrong Senior Application Support Engineer Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

3.0

Salary

5.0

Job security

4.0

Company culture

2.5

Promotions

2.5

Work satisfaction

Explore 2 Reviews and Ratings
Senior Recruitment Associate
221 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Recruitment Associate
181 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Recruitment Specialist
126 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Payroll Specialist
94 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Consultant
72 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare PeopleStrong with

Darwinbox

3.9
Compare

SAP

4.2
Compare

Ramco Systems

3.9
Compare

greytHR

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