Upload Button Icon Add office photos
Engaged Employer

i

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

PSJ Strategywerks Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

PSJ Strategywerks Interview Questions, Process, and Tips

Updated 22 Aug 2024

Top PSJ Strategywerks Interview Questions and Answers

PSJ Strategywerks Interview Experiences

Popular Designations

2 interviews found

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

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Reverse the linkedlist
  • Ans. 

    Reverse a linked list by changing the direction of pointers

    • Iterate through the linked list and change the direction of pointers to reverse the list

    • Use three pointers - prev, current, and next to reverse the list

    • Example: 1 -> 2 -> 3 -> 4 -> null, after reversing: 4 -> 3 -> 2 -> 1 -> null

  • Answered by AI
  • Q2. What are event emitters?
  • Ans. 

    Event emitters are objects in Node.js that allow for communication between different parts of a program by emitting named events.

    • Event emitters are part of the EventEmitter class in Node.js

    • They allow for custom events to be emitted and listened for

    • Listeners can be attached to specific events to execute code when the event is emitted

    • Example: EventEmitter in Node.js can be used to create a custom event 'click' and attach...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Difference between contextapi and redux
  • Ans. 

    ContextAPI is a built-in feature in React for managing global state, while Redux is a separate library for state management in React applications.

    • ContextAPI is built into React, while Redux is a separate library

    • ContextAPI is primarily used for smaller applications with simpler state management needs

    • Redux is more suitable for larger applications with complex state management requirements

    • Redux provides a centralized stor...

  • Answered by AI
  • Q2. Ways to optimize website
  • Ans. 

    Optimizing a website involves improving performance, user experience, and search engine rankings.

    • Minimize HTTP requests by combining files, using CSS sprites, and reducing scripts

    • Enable browser caching to store website data locally for faster loading times

    • Optimize images by resizing, compressing, and using the correct file format

    • Use a content delivery network (CDN) to distribute content across multiple servers for fast...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PSJ Strategywerks Software Developer interview:
  • Javascript
  • React.Js

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Sopra Steria

Success to our employee's well-being? A work-life balance that's simply unbeatable.

Our employees have rated us 4 for Work-Life Balance on AmbitionBox

Sde1 Interview Questions & Answers

user image Anonymous

posted on 29 Mar 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Mar 2023.

Round 1 - Aptitude Test 

Javascript questions

Round 2 - Coding Test 

Basic JS, Angular questions

Sde1 Interview Questions asked at other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and ArrayList in Java. 2. Queue Implementation using Linked List. 3. BST- How would you fill a BST with a sorted array. 4. Random pointer linked-list clone. 5. Fibonacci number genera... read more
View answer (1)

Jobs at PSJ Strategywerks

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MENTAL FAMILIY RELATION

Round 2 - One-on-one 

(1 Question)

  • Q1. Share ur experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Basic Qualification
  • Q2. Reasons for job change
Round 2 - Technical 

(2 Questions)

  • Q1. Virtual Dom vs Real Dom
  • Ans. 

    Virtual Dom is a lightweight copy of the Real Dom, used for efficient updates in web development.

    • Virtual Dom is a lightweight copy of the Real Dom, used for efficient updates in web development.

    • Real Dom represents the actual structure of the web page, while Virtual Dom is a simplified version stored in memory.

    • Changes made to the Virtual Dom are compared with the Real Dom to determine the minimum number of updates neede...

  • Answered by AI
  • Q2. React Hooks flow

Interview Preparation Tips

Interview preparation tips for other job seekers - Be more focused on technical in Deep as else you'll be rejected :)

Skills evaluated in this interview

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

Assignment Round - Complete the assignment within 3 days.

Round 3 - Technical 

(2 Questions)

  • Q1. About the projects in detail?
  • Q2. Python and Django - Basic to advanced questions. Python : 1. Sorting 2. Sum of index equals to X arr = [1, 2, 2, 1, 6] x = 3 [(1,2) (2,1)] Django : 1. Celery 2. Signal 3. Mid...
Round 4 - One-on-one 

(1 Question)

  • Q1. Manager Round. About projects. Quation related AWS Redis

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence is key to success.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 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 Resume tips
Round 2 - Aptitude Test 

Aptitude test and coding test

Round 3 - Technical 

(1 Question)

  • Q1. Python basics and about academic project
Round 4 - Technical 

(1 Question)

  • Q1. Python questions and hands on coding
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Why do you find yourself suitable for this job
  • Q2. What are the name of the companies you are connected to?
Round 2 - One-on-one 

(1 Question)

  • Q1. How are you so sure you can lead a team
Round 3 - HR 

(1 Question)

  • Q1. What salary hike you would fit in

I applied via Other and was interviewed in Nov 2019. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All technical questions related to ML & DL. The truth is if you know your stuff you can easily get a job. Well if you are reading this review few years down the line then the interview process might change...

Interview Preparation Tips

Interview preparation tips for other job seekers - Study well.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 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 - One-on-one 

(1 Question)

  • Q1. More to do with past experience and process know how
Round 3 - One-on-one 

(1 Question)

  • Q1. Overall scope for me in the organisation (which in reality wasn't there)

Interview Preparation Tips

Interview preparation tips for other job seekers - Please please do not join
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Why do you want to join procol?
  • Q2. What if you are not selected here?
  • Q3. Do you want to become an entrepreneur?

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst company,don't waste your time by giving interview here. Firstly the HR will end up rescheduling the interview multiple times. My first round was taken by the HR head ,who was asking me functional questions related to sales which I was appalled by. The second Round was taken by the Director sales which was good and I ended up clearing. The final round will be taken by the CEO who is a noob,In the name of cultural fitment he will ask you nonsensical questions and end up rejecting you for no reason. If the CEO is like this you can very well make out the kind of culture the company fosters.
Contribute & help others!
anonymous
You can choose to be anonymous

PSJ Strategywerks Interview FAQs

How many rounds are there in PSJ Strategywerks interview?
PSJ Strategywerks interview process usually has 2 rounds. The most common rounds in the PSJ Strategywerks interview process are Technical, Aptitude Test and Coding Test.
How to prepare for PSJ Strategywerks 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 PSJ Strategywerks. The most common topics and skills that interviewers at PSJ Strategywerks expect are Javascript, Angular, MySQL, HTML and MongoDB.
What are the top questions asked in PSJ Strategywerks interview?

Some of the top questions asked at the PSJ Strategywerks interview -

  1. What are event emitte...read more
  2. Difference between contextapi and re...read more
  3. Reverse the linkedl...read more

Recently Viewed

REVIEWS

Gsrtc

No Reviews

REVIEWS

Supreme

No Reviews

SALARIES

Cargill

INTERVIEWS

Navya Containers

No Interviews

Tell us how to improve this page.

PSJ Strategywerks Interview Process

based on 4 interviews

Interview experience

3.5
  
Good
View more

HCLTech

An opportunity to work for Fortune 500 companies

Interview Questions from Similar Companies

Acviss Interview Questions
4.3
 • 8 Interviews
Elucidata Interview Questions
3.7
 • 6 Interviews
Tech Formation Interview Questions
4.3
 • 5 Interviews
QuickRide Interview Questions
2.9
 • 5 Interviews
Procol Interview Questions
4.0
 • 4 Interviews
Zintlr Interview Questions
4.6
 • 3 Interviews
View all

PSJ Strategywerks Reviews and Ratings

based on 25 reviews

3.4/5

Rating in categories

3.9

Skill development

3.3

Work-life balance

3.7

Salary

3.5

Job security

3.5

Company culture

3.5

Promotions

3.4

Work satisfaction

Explore 25 Reviews and Ratings
Front End Engineer

Gurgaon / Gurugram

5-8 Yrs

Not Disclosed

Explore more jobs
Software Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Executive
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer 1
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sde1
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare PSJ Strategywerks with

QuickRide

2.9
Compare

Tech Formation

4.3
Compare

sysotel.ai

2.3
Compare

Sekel Technologies

4.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent