Upload Button Icon Add office photos

Psn Mentor And Career Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Job Portal and was interviewed before Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. * PHP Basic questions on array
  • Q2. * JavaScript Basics
  • Q3. * Mysql, indexing,
  • Q4. About job portal

Interview Preparation Tips

Interview preparation tips for other job seekers - Very friendly and good company.

Interview Preparation Tips

Round: Group Discussion
Experience: Discussion has started . Each one on the table shared their views and opinions. In the end three names were called out and rest of them were asked to leave .
Tips: Just chillax and speak your mind
Duration: 20 minutes

Round: Test
Experience: Basic aptitude
Tips: Work out aptitude, logic and reasoning
Duration: 20 minutes
Total Questions: 30

Round: HR Interview
Experience: Open ended questions ...

Round: Technical + HR Interview
Experience: Plain and simple

College Name: Vignan

I applied via Naukri.com and was interviewed before May 2021. There were 2 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 - HR 

(2 Questions)

  • Q1. My Working experience
  • Ans. My Working experience was awesome...bcos my daily field work with new challenges and opportunities
  • Answered Anonymously
  • Q2. What is my Working style
  • Ans. My Working style too good with everyone morning bcos my market relationship are build my own...
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Please see my ability and experience...

I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About myself, technical

Interview Preparation Tips

Interview preparation tips for other job seekers - Good and found out to be fine while joining
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Aptitude with pseudo codes and concepts of oops

Round 2 - Coding Test 

3 coding questions to be written on paper

Round 3 - Technical 

(2 Questions)

  • Q1. There was discussion based on the logic of the written code and more questions about projects and java oops code was given to write.
  • Q2. Peak element of array
  • Ans. 

    A peak element in an array is an element that is greater than or equal to its neighbors.

    • Iterate through the array and check if the current element is greater than its neighbors.

    • If the current element is a peak, return it.

    • If there are multiple peak elements, return any one of them.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jun 2024.

Round 1 - Coding Test 

Pen Paper test of 3 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Basics OOPs questons
  • Q2. Resume based questions
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Internshala and was interviewed before Nov 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 - Coding Test 

SQL, Joins, Window Functions, Aggregations

Round 3 - Technical 

(1 Question)

  • Q1. SQL Open book test
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2022. There were 2 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 - One-on-one 

(3 Questions)

  • Q1. How event loop works
  • Ans. 

    Event loop is a mechanism that allows for efficient handling of multiple events in a single thread.

    • Event loop is used in asynchronous programming to handle non-blocking I/O operations.

    • It continuously checks for events in a queue and executes their associated callbacks.

    • Event loop is commonly used in JavaScript for handling browser events and Node.js for handling server requests.

    • It prevents blocking of the main thread by...

  • Answered by AI
  • Q2. Polyfill of promise.all
  • Q3. Polyfill of bind
  • Ans. 

    Polyfill of bind is a function that allows you to bind a specific context to a function.

    • The bind polyfill can be implemented using the apply method.

    • It returns a new function with the specified context bound to it.

    • The polyfill can also accept additional arguments that will be passed to the original function.

    • Here's an example of a bind polyfill implementation:

    • ```javascript if (!Function.prototype.bind) { Function.proto...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for javascript core concepts and react lifecycle

Skills evaluated in this interview

I applied via Referral and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Count distinct pairs with difference equal to k and further optimize.
  • Ans. 

    Count distinct pairs with difference equal to k and optimize.

    • Use a hash set to store the elements of the array.

    • Iterate through the array and check if the current element + k or current element - k exists in the hash set.

    • Increment the count if a pair is found and add the current element to the hash set.

    • Return the count of distinct pairs.

  • Answered by AI

Interview Preparation Tips

What is your professional and academic background?At the time of the interview, I had 1 - 3 years of experience.Apna interview Rounds:Round 1
Round type - DS/Algo
Round duration - 60 Minutes
Round description -
Medium to advanced data structure and algorithm questions. Basic questions about previous work were asked.
This round would require practice, as questions had a level of difficulty.

Round 2
Round type - Software design
Round duration - 60 Minutes
Round description -
The task was to design a dashboard for ipl season performances. It was basically a low level design question in terms of database structure, schemas, database design etc, in order for the dashboard to answer commonly asked questions and scale efficiently.

Round 3
Round type - Manager round
Round description -
General discussion about expectations in terms of tasks, current tech stack, company culture, learning opportunities etc.
Apna interview Preparation:What topics did you prepare for the interview? - 1. Basic system design and algo/DS
2. NoSql vs sql use casesWhat resources did you refer to prepare for the interview? - Gfg, YouTube tutorials for system design, the dynamodb book for conceptual knowledge.What tips would you give to other job seekers? - 1. Cover basic questions for databases, data modeling, access patterns etc.
2. Be proficient in simple to medium coding questions.What was the final outcome of your interview?Selected

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Basic details like as previous employment, academic
  • Q2. Discussion about salary
Round 3 - Technical 

(2 Questions)

  • Q1. How to make box segment
  • Ans. 

    A box segment can be made by cutting a box into two parts along one of its faces.

    • Choose a face of the box to cut along

    • Use a saw or knife to cut through the box along the chosen face

    • Sand the edges of the cut to smooth them out if necessary

  • Answered by AI
  • Q2. Different Question about major bridge

Interview Preparation Tips

Interview preparation tips for other job seekers - Enhance your current experience,focus on what are you doing,dont get out of your way
Contribute & help others!
anonymous
You can choose to be anonymous

Psn Mentor And Career Interview FAQs

How to prepare for Psn Mentor And Career interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Psn Mentor And Career. The most common topics and skills that interviewers at Psn Mentor And Career expect are Communication Skills, Automobile Sales, Field Sales, Financial Management and Angular.

Recently Viewed

INTERVIEWS

Able Hunt Consulting

No Interviews

COMPANY BENEFITS

Psn Mentor And Career

No Benefits

PHOTOS

Talent Steer Partners

No Photos

INTERVIEWS

Tactiss HR

No Interviews

LIST OF COMPANIES

Discover companies

Find best workplace

SALARIES

Psn Mentor And Career

No Salaries

REVIEWS

Psn Mentor And Career

No Reviews

COMPANY BENEFITS

Able Hunt Consulting

No Benefits

SALARIES

Able Hunt Consulting

No Salaries

REVIEWS

Able Hunt Consulting

No Reviews

Tell us how to improve this page.

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Interview Questions from Similar Companies

Randstad Interview Questions
3.8
 • 260 Interviews
CIEL HR Interview Questions
4.0
 • 48 Interviews
Apna Interview Questions
3.1
 • 32 Interviews
Taskmo Interview Questions
3.8
 • 7 Interviews
Able Jobs Interview Questions
3.3
 • 6 Interviews
HerKey Interview Questions
3.8
 • 3 Interviews
View all

Psn Mentor And Career Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
.NET Software Developer

Kochi

4-5 Yrs

₹ 15-16 LPA

Assistant Area Sales Manager

Bangalore / Bengaluru

3-5 Yrs

₹ 6-7 LPA

Fullstack Developer

Kochi

4-6 Yrs

₹ 15-16 LPA

Explore more jobs
Compare Psn Mentor And Career with

CIEL HR

4.0
Compare

Apna

3.1
Compare

Xforia Technologies

4.4
Compare

Taskmo

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