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
3.4

based on 25 Reviews

Filter interviews by

PSJ Strategywerks Software Developer Interview Questions, Process, and Tips

Updated 22 Aug 2024

PSJ Strategywerks Software Developer Interview Experiences

1 interview 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

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Let var const difference
  • Ans. 

    var, let, and const are all used to declare variables in JavaScript, but they have different scopes and mutability.

    • var is function-scoped and can be redeclared and reassigned

    • let is block-scoped and can be reassigned but not redeclared

    • const is block-scoped and cannot be reassigned or redeclared

  • Answered by AI
  • Q2. Polyfills of bind method
  • Ans. 

    Polyfills of bind method provide a way to use the bind method in older browsers that do not support it natively.

    • Polyfill code typically checks if the bind method is available and if not, it creates a new function that mimics the behavior of bind.

    • One common polyfill for the bind method is the following: Function.prototype.bind = Function.prototype.bind || function() { // polyfill code here };

    • Polyfills are often used to ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Make a search bar in React
  • Ans. 

    Create a search bar component in React for filtering data

    • Create a functional component for the search bar

    • Use state to store the search query

    • Implement a onChange event handler to update the search query

    • Filter the data based on the search query

  • Answered by AI
  • Q2. React js core concepts
Round 3 - HR 

(2 Questions)

  • Q1. How you structure your work
  • Ans. 

    I structure my work by breaking down tasks, setting priorities, creating timelines, and regularly reviewing progress.

    • Break down tasks into smaller, manageable chunks

    • Set priorities based on deadlines and importance

    • Create timelines to track progress and ensure timely completion

    • Regularly review progress and adjust plans as needed

  • Answered by AI
  • Q2. How you make a project from scratch
  • Ans. 

    To make a project from scratch, start by defining requirements, creating a plan, designing the architecture, implementing the code, testing, and deploying.

    • Define project requirements and goals

    • Create a project plan with timelines and milestones

    • Design the architecture of the project, including database schema and system components

    • Implement the code following best practices and coding standards

    • Test the project thoroughly ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Divisibility, LCM, HCF.
Numbers, Decimals, Fractions, Powers.
Profit, Loss.
Simple interest and Compound interest.
Speed, Distance, Time.
Work and wages.
Trains, Boats, Streams-upstream/downstream, Circular track questions.
Cistern and pipes.

Round 2 - Coding Test 

Coding interviews test candidates' technical knowledge, coding ability, problem solving skills, and creativity, typically on a whiteboard.

Round 3 - Assignment 

Choose a topic based on the assignment.
2 Conduct research.
3 Write a thesis statement

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

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Promises in javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Answered by AI

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 at National Institute of Engineering (NIE) and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions, Easy and medium based

Round 2 - Technical 

(1 Question)

  • Q1. Stacks queues and array questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions on projects
Round 4 - HR 

(1 Question)

  • Q1. How to tackle any uncertain situations? Behavioural questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - 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
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. Architecture of current project
  • Ans. 

    The current project follows a microservices architecture with Docker containers for scalability and flexibility.

    • Microservices architecture is used to break down the application into smaller, independent services that can be developed, deployed, and scaled independently.

    • Docker containers are utilized for packaging the application and its dependencies into a standardized unit for easy deployment and management.

    • Service di...

  • Answered by AI
  • Q2. Spring and Hibernate questions
Round 2 - Coding Test 

Basic coding questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Walk-in and was interviewed in Mar 2023. There were 3 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 - Aptitude Test 

Puzzle mostly in probality and train speed relationship 6question

Round 3 - Coding Test 

C programming basic return type strcoy stelen and malloc

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
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Aptitude Test 

60 Minute Duration on 3 topics, including logical, oop and mathematical

PSJ Strategywerks Interview FAQs

How many rounds are there in PSJ Strategywerks Software Developer interview?
PSJ Strategywerks interview process usually has 2 rounds. The most common rounds in the PSJ Strategywerks interview process are Technical.
How to prepare for PSJ Strategywerks Software Developer 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 Angular, Javascript, MongoDB, MySQL and Node.Js.
What are the top questions asked in PSJ Strategywerks Software Developer interview?

Some of the top questions asked at the PSJ Strategywerks Software Developer 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.

Interview Questions from Similar Companies

Elucidata Interview Questions
3.7
 • 6 Interviews
Acviss Interview Questions
4.3
 • 5 Interviews
QuickRide Interview Questions
2.8
 • 5 Interviews
Tech Formation Interview Questions
4.7
 • 5 Interviews
Procol Interview Questions
4.0
 • 4 Interviews
ActualPixel Interview Questions
4.9
 • 3 Interviews
View all
PSJ Strategywerks Software Developer Salary
based on 7 salaries
₹6 L/yr - ₹10.8 L/yr
14% more than the average Software Developer Salary in India
View more details

PSJ Strategywerks Software Developer Reviews and Ratings

based on 4 reviews

1.3/5

Rating in categories

1.8

Skill development

1.3

Work-Life balance

1.3

Salary & Benefits

1.3

Job Security

1.5

Company culture

1.3

Promotions/Appraisal

1.3

Work Satisfaction

Explore 4 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.8
Compare

Tech Formation

4.7
Compare

sysotel.ai

2.3
Compare

Sekel Technologies

4.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview