Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Ascent HR Technologies Private Limited Team. If you also belong to the team, you can get access from here

Filter interviews by

Ascent HR Technologies Private Limited Associate Manager Interview Questions and Answers

Updated 15 Jul 2022

Ascent HR Technologies Private Limited Associate Manager Interview Experiences

1 interview found

Associate Manager Interview Questions & Answers

user image abhishek krishna

posted on 15 Jul 2022

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

(1 Question)

  • Q1. They have asked about yourself, and experience related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - My resume got shortlisted for the job vacancy with ascent online. HR round was done.

Interview questions from similar companies

I applied via Referral and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. OOPS concepts, array functions of php and js, string functions of php and js
  • Q2. Sql, trigger, indexes,
  • Q3. Logical thinking, problem solving

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication and presentation will work even if you are lacking a bit in technical. Be confident
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Based on profile and Job description

I appeared for an interview in May 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 Minutes
Round difficulty - Easy

  • Q1. 

    Rectangle Area Calculation

    Given a list of rectangles, where each rectangle is represented by an array of four integers indicating its bottom-left and top-right corners, calculate the total area covered b...

  • Ans. 

    Calculate total area covered by a list of rectangles on a plane.

    • Iterate through each rectangle and calculate its area

    • Check for overlapping areas between rectangles

    • Sum up the total area covered by all rectangles

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Oops concepts and 1 DSA problem

  • Q1. 

    Bit Set Problem Statement

    You are provided with a string, termed as DIGIT_PATTERN, which consists solely of digits. The objective is to identify the first digit that repeats in the sequence. If there's no...

  • Ans. 

    Identify the first repeating digit in a given string of digits.

    • Iterate through the string and keep track of seen digits using a set.

    • Return the first digit that repeats, or -1 if no digit repeats.

    • Time complexity: O(n), where n is the length of the input string.

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Firstly Some general questions and then suddenly a cosing question with modifications

  • Q1. 

    Print All Permutations of a String

    Given an input string STR, generate and print all possible permutations of the string.

    Input:

    str

    Output:

    All permutations of the input string, each on a new line.

    ...

  • Ans. 

    Generate and print all possible permutations of a given input string.

    • Use recursion to generate all permutations by swapping characters in the string.

    • Maintain a visited array to keep track of characters already used in a particular permutation.

    • Print each permutation as it is generated.

    • Handle duplicate characters by skipping swapping if the character is already in the current position.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as Software Engineer in GurgaonEligibility criteria7.5 CgpaGreyOrange interview preparation:Topics to prepare for the interview - DSA, OOPs, OS, DBMS, projects, PuzzlesTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : You should be perfect in what you know
Tip 2 : Prepare atleast DSA standard questions very well
Tip 3 : Don't ignore OOPs, they are asked very frequently.

Application resume tips for other job seekers

Tip 1 : Add good projects
Tip 2 : Must mention all your coding profiles and github where you worked.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 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 - One-on-one 

(1 Question)

  • Q1. The interviewer asked Basic SQL and Linux OS-related questions.
Round 3 - Technical 

(2 Questions)

  • Q1. The interviewer asked questions regarding projects and experience.
  • Q2. The interviewer asked some aptitude and logical reasoning questions.
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good organization for freshers and people with no/limited experience.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

As usual interview with an aptitude test

Round 2 - Technical 

(2 Questions)

  • Q1. Two coding questions
  • Q2. Two puzzle and iq
Round 3 - One-on-one 

(2 Questions)

  • Q1. Subject and project
  • Q2. Puzzle and iq test

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s a fresher interview
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jul 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 tips
Round 2 - Group Discussion 

Group discussion is very good as they are asking about trending topics

Round 3 - Technical 

(3 Questions)

  • Q1. Nice technical interview
  • Q2. Linux, linux file commands
  • Q3. File commands in Linux off tah euowhfw
  • Ans. 

    The question seems to be asking about file commands in Linux.

    • Common file commands in Linux include ls (list files), cp (copy files), mv (move files), rm (remove files), mkdir (make directory), and touch (create empty file).

    • To list files in a directory, you can use the command 'ls'. For example, 'ls -l' will list files in long format.

    • To copy a file, you can use the command 'cp'. For example, 'cp file1.txt file2.txt' wil...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and crack the interview

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are Windows Event IDs?
  • Ans. 

    Windows Event IDs are unique numbers assigned to different events that occur in the Windows operating system.

    • Windows Event IDs help in identifying and troubleshooting issues in the system

    • Each event ID corresponds to a specific event, such as system startup, application crashes, or security breaches

    • Event IDs are logged in the Windows Event Viewer for reference and analysis

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Nov 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Maths, logical question & some related to programming

Round 3 - Coding Test 

One problem statement to write a program.

Round 4 - Technical 

(1 Question)

  • Q1. Technical question related PHP, SQL, etc.
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was consisted of cloud, docker related questions and some logical questions. There were 5 coding questions 3 were easy level coding questions and 2 were on sql schema realated quetions.

Round 2 - Group Discussion 

GD was good HR was too supportive everyone got chance to keep and express their points.

Round 3 - Technical 

(2 Questions)

  • Q1. Oops related questions
  • Q2. Sql and some php related questions

Ascent HR Technologies Private Limited Interview FAQs

How many rounds are there in Ascent HR Technologies Private Limited Associate Manager interview?
Ascent HR Technologies Private Limited interview process usually has 2 rounds. The most common rounds in the Ascent HR Technologies Private Limited interview process are Resume Shortlist and Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

Vyapar Interview Questions
3.5
 • 55 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
Mobileum Interview Questions
3.3
 • 38 Interviews
CodeClouds Interview Questions
4.4
 • 37 Interviews
Entrata Interview Questions
4.1
 • 35 Interviews
greytHR Interview Questions
4.0
 • 32 Interviews
View all
Payroll Executive
199 salaries
unlock blur

₹1.9 L/yr - ₹6 L/yr

Junior Executive
140 salaries
unlock blur

₹1.6 L/yr - ₹3.8 L/yr

Senior Executive
117 salaries
unlock blur

₹2.4 L/yr - ₹6.8 L/yr

Executive
91 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Software Developer
62 salaries
unlock blur

₹2.9 L/yr - ₹10.1 L/yr

Explore more salaries
Compare Ascent HR Technologies Private Limited with

Vyapar

3.5
Compare

Entrata

4.1
Compare

CodeClouds

4.4
Compare

Grey Orange

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