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 (43)

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 appeared for an interview 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

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. When and where did you code in your life?
  • Ans. 

    I started coding in high school and continued throughout college, working on various projects and internships.

    • Started coding in high school programming classes

    • Continued coding in college for computer science degree

    • Worked on coding projects during internships

    • Currently coding as a System Engineer

  • Answered by AI
  • Q2. What is your big challenge you encountered during coding?
  • Ans. 

    My biggest challenge during coding was debugging a complex algorithm that was causing unexpected errors.

    • Debugging a complex algorithm

    • Identifying and fixing unexpected errors

    • Understanding the logic behind the algorithm

    • Testing different scenarios to reproduce the issue

    • Collaborating with team members to find a solution

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: They asked two coding questions. 1. General coding question based on brute force method, No fancy algorithm is required. 2. Related to compiler design, we have to describe and define our own syntax.
Tips: For written coding exams, write code perfectly and neatly with properly defined variables. They will test your code writing skills. Comments are must. For syntax designing questions, consider all constraints and don't make syntax so complex.
Duration: 1 hour 30 minutes
Total Questions: 2

Round: Technical + HR Interview
Experience: I explained my intern experience. During hr they will ask about your PORs, how you felt handling them etc
Tips: Be prepared with your most exciting, challenging, happiest, depressed moments in your life. Connect those with your coding time.

Skills: Communication, Coding Skills
College Name: IIT Madras
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 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.

I applied via LinkedIn and was interviewed in Apr 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. All C# basics and advanced questions
Round 3 - Technical 

(1 Question)

  • Q1. Second Technical round was with US CEO
Round 4 - Technical 

(1 Question)

  • Q1. C# basics and Database related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - All questions will be based on the profile you will be giving an interview. Basics to advanced questions will be there. Confidence is must while giving an interview which will help you to get consider.
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 - Technical 

(2 Questions)

  • Q1. Technical interview was taken by Rahul Maheshwari who live in the us, normal c# question they asked
  • Q2. Oops concept, difference between asp.net vs .net core,dependency injection etc

Interview Preparation Tips

Interview preparation tips for other job seekers - basic knowledge of c# and framework question they asked
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about your certifications on Cloud
  • Ans. 

    I am certified in AWS Certified Solutions Architect - Associate and Google Cloud Certified - Professional Cloud Architect.

    • Certified in AWS Certified Solutions Architect - Associate

    • Certified in Google Cloud Certified - Professional Cloud Architect

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. Desing API endpoints
  • Q2. SQL queries test
  • Q3. Basic and intermediate level questions on C#
Round 3 - Group Discussion 

Questions about projects, DI in ASP.NET Core, React Element Tree

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
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
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - Recruiter call 

(1 Question)

  • Q1. About previous roles
Round 2 - One-on-one 

(1 Question)

  • Q1. Hiring manager round
Round 3 - Coding Test 

Take home assignment

Round 4 - One-on-one 

(1 Question)

  • Q1. Assignment review
Round 5 - One-on-one 

(1 Question)

  • Q1. VP interview regarding past work

Interview Preparation Tips

Interview preparation tips for other job seekers - Offer was rescinded. So proceed with caution ⚠️ Keep interviewing elsewhere.

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

Tell us how to improve this page.

PSJ Strategywerks Interview Process

based on 4 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Acviss Interview Questions
4.3
 • 8 Interviews
Reveation Labs Interview Questions
4.3
 • 7 Interviews
QuickRide Interview Questions
2.9
 • 6 Interviews
Elucidata Interview Questions
3.7
 • 6 Interviews
Tech Formation Interview Questions
4.3
 • 5 Interviews
Hasura Interview Questions
4.3
 • 4 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.6

Promotions

3.4

Work satisfaction

Explore 25 Reviews and Ratings
Software Developer
7 salaries
unlock blur

₹6 L/yr - ₹10.8 L/yr

Software Development Engineer
4 salaries
unlock blur

₹8.8 L/yr - ₹22 L/yr

HR Executive
4 salaries
unlock blur

₹3.8 L/yr - ₹5.5 L/yr

Software Development Engineer 1
4 salaries
unlock blur

₹6 L/yr - ₹16 L/yr

Sde1
4 salaries
unlock blur

₹8 L/yr - ₹16 L/yr

Explore more salaries
Compare PSJ Strategywerks with

QuickRide

2.9
Compare

sysotel.ai

2.3
Compare

Reveation Labs

4.3
Compare

Procol

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