Upload Button Icon Add office photos
Engaged Employer

i

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

PaySquare Consultancy Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

PaySquare Consultancy Junior Executive Interview Questions and Answers

Updated 2 Aug 2017

PaySquare Consultancy Junior Executive Interview Experiences

1 interview found

I appeared for an interview in Mar 2017.

Interview Questionnaire 

2 Questions

  • Q1. Personal Round
  • Q2. Problem Solving

Interview Preparation Tips

Round: Test
Experience: Related to academic and general knowledge
Duration: 10 minutes

Round: HR Interview
Experience: Related to my education level , project and personal detail

Round: Technical Interview
Experience: Given Payroll Calculation

Skills: Typing , Problem Solving Skills, Communication
College Name: MIT College Of Engineering

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. No Specific mode of interview. They hire on temporary contractor-based payroll

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic IT knowledge is adequate with good communication skills. These are urgent project-oriented opportunities so basic necessities are sufficient to crack these interviews. Nice option for those college freshers who didn't get an opportunity in campus placement.

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

Round 1 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Tell me about yourself.
  • Q4. Why are you looking for a change?
Round 2 - Aptitude Test 
Round 3 - Call with stakeholders 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite and confident. Focus on English and communication skills.

I applied via Referral and was interviewed before Sep 2019. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. The question that were ask is just a normal question about you. Some General knowledge, Maths, Grammar, Optional question that's it .
  • Q2. What did you do after you exam? If you have a gap after you pass out your degree , the questions will be, This two years after your Degree, what were you doing? Why did you choose our Company? Where will y...

Interview Preparation Tips

Interview preparation tips for other job seekers - See going for a interview, need to patient's, and try to answer as much as you can, don't let them question you, instead ask them a question if you have anything in mind. You need to have eye to eye contact with them and don't use your hand so often to express yourself . while during the interview don't look down and answer, look straight towards them and delivered it.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is cond parameter
  • Ans. 

    The cond parameter is a conditional expression used in programming to determine the flow of execution based on a specified condition.

    • Cond parameter is commonly used in programming languages like JavaScript, Python, and C++.

    • It typically takes a boolean expression as input and executes a block of code based on whether the expression evaluates to true or false.

    • For example, in JavaScript, the cond parameter can be used in ...

  • Answered by AI
  • Q2. To check the conditions restriction flow of job

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

30 minutes ,Basic mathematics and logical questions

Round 3 - HR 

(1 Question)

  • Q1. Educational background checking
Round 4 - One-on-one 

(1 Question)

  • Q1. Tell me about your self

I applied via Referral and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - HR 

(8 Questions)

  • Q1. Why are you looking for a change?
  • Q2. What are your salary expectations?
  • Q3. What is your family background?
  • Q4. Share details of your previous job.
  • Q5. Why should we hire you?
  • Q6. Where do you see yourself in 5 years?
  • Q7. What are your strengths and weaknesses?
  • Q8. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Hii hR hope you doing great my issue is I given interview in hays before one month and HR se me you are selected but still I am waiting for my joining letter

I applied via Recruitment Consultant and was interviewed in Jan 2020. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about your experience?
  • Q2. How good are you in excel?
  • Q3. Achievement and challenges?
  • Ans. 

    I have achieved significant growth in revenue and market share while overcoming challenges such as restructuring and adapting to new technologies.

    • Achieved 30% increase in revenue within first year of leadership role

    • Successfully led team through company restructuring, resulting in improved efficiency and cost savings

    • Implemented new technologies to streamline processes and improve productivity

    • Overcame challenges of marke...

  • Answered by AI
  • Q4. Why did you left your last job?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, always clarify deep about your experience and ask bout the role you are going to join.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What's your previous experience? Demonstrate
  • Q2. Basic knowledge on mathematical calculation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Aptitude test based on RS Agarwal and similar numerical types

Round 3 - Technical 

(2 Questions)

  • Q1. Reverse a link list and reverse a string
  • Ans. 

    Reverse a linked list and reverse a string

    • To reverse a linked list, iterate through the list and change the pointers to reverse the order

    • To reverse a string, use a loop to iterate through the characters and build a new string in reverse order

    • Example: Linked list 1->2->3->4 can be reversed to 4->3->2->1

    • Example: String 'hello' can be reversed to 'olleh'

  • Answered by AI
  • Q2. Check for weighted sum
  • Ans. 

    The question is asking to calculate the weighted sum of a set of values.

    • Calculate the product of each value with its corresponding weight

    • Sum up all the products to get the weighted sum

    • Example: Values [2, 3, 4] with weights [0.5, 0.3, 0.2] would result in (2*0.5) + (3*0.3) + (4*0.2) = 1 + 0.9 + 0.8 = 2.7

  • Answered by AI

Skills evaluated in this interview

Tell us how to improve this page.

Payroll Associate
225 salaries
unlock blur

₹1.1 L/yr - ₹4 L/yr

Payroll Analyst
223 salaries
unlock blur

₹1.9 L/yr - ₹3.6 L/yr

Payroll Executive
120 salaries
unlock blur

₹1.2 L/yr - ₹4.8 L/yr

Software Developer
104 salaries
unlock blur

₹2.4 L/yr - ₹8.9 L/yr

Senior Payroll Analyst
52 salaries
unlock blur

₹2.8 L/yr - ₹5.2 L/yr

Explore more salaries
Compare PaySquare Consultancy with

Experis IT

3.0
Compare

Allegis Group

3.7
Compare

Buzzworks Business Services

3.8
Compare

TrueBlue

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