Upload Button Icon Add office photos

Filter interviews by

Platinus Technologies Javascript Developer Interview Questions and Answers

Updated 23 Sep 2022

Platinus Technologies Javascript Developer Interview Experiences

1 interview found

I applied via Company Website and was interviewed before Sep 2021. There were 2 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 

(2 Questions)

  • Q1. Java language in coding with are smart language
  • Q2. Top mention in c++ language for technical

Interview Preparation Tips

Topics to prepare for Platinus Technologies Javascript Developer interview:
  • Java script
Interview preparation tips for other job seekers - 1 year experience in javascript language for programming

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Jul 2023. 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 tips
Round 2 - Aptitude Test 

In this round mcq question were asked, related to javascript.

Round 3 - Coding Test 

In this round, javascript data structures and algorithms questions from freecodecamp were asked.

Interview Preparation Tips

Topics to prepare for Hummingbird Web Solutions Javascript Developer interview:
  • Javascript
Interview preparation tips for other job seekers - Basic knowledge of JavaScript is must.There were easy to moderate question.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How do you check if a number s even in JavaScript?
  • Ans. 

    Check if a number is even by using the modulo operator.

    • Use the modulo operator (%) to check if the number divided by 2 has a remainder of 0.

    • If the remainder is 0, then the number is even.

    • Example: if(num % 2 === 0) { // number is even }

  • Answered by AI
  • Q2. Use the modulo operator.
  • Ans. 

    The modulo operator returns the remainder of a division operation.

    • Use the % symbol to perform the modulo operation.

    • Example: 10 % 3 will return 1 (10 divided by 3 is 3 with a remainder of 1).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - "Prepare thoroughly for interviews."
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How do you declare a variable in JavaScript?
  • Ans. 

    Variables in JavaScript are declared using the 'var', 'let', or 'const' keywords.

    • Use 'var' to declare a variable with function scope.

    • Use 'let' to declare a variable with block scope.

    • Use 'const' to declare a constant variable.

    • Example: var x = 5; let y = 'hello'; const PI = 3.14;

  • Answered by AI
  • Q2. In JavaScript using, u can declare a variable using var, let or const

Interview Preparation Tips

Interview preparation tips for other job seekers - "Stay updated with industry trends and keep learning."

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 5 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 tips
Round 2 - Coding Test 

Duration is around 1 hour

Round 3 - Technical 

(1 Question)

  • Q1. 1. Basic programming concepts 2. OOP concepts and basic problem solving skills
Round 4 - Technical 

(1 Question)

  • Q1. Programming question
Round 5 - HR 

(1 Question)

  • Q1. 1. Basic questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Second largest number in an array
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the strings to numbers for comparison.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
  • Q2. Pairs with given sum
  • Ans. 

    Find pairs in an array that sum up to a given target value.

    • Use a hash set to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hash set.

    • Return the pairs that sum up to the target value.

  • 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 Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS based questions
  • Q2. Basic language based questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

Platinus Technologies Interview FAQs

How many rounds are there in Platinus Technologies Javascript Developer interview?
Platinus Technologies interview process usually has 2 rounds. The most common rounds in the Platinus Technologies interview process are Resume Shortlist and Technical.
What are the top questions asked in Platinus Technologies Javascript Developer interview?

Some of the top questions asked at the Platinus Technologies Javascript Developer interview -

  1. Java language in coding with are smart langu...read more
  2. Top mention in c++ language for techni...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 32 Interviews
View all

Platinus Technologies Javascript Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

1.0

Skill development

3.0

Work-life balance

5.0

Salary

5.0

Job security

4.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Bench Sales Recruiter
65 salaries
unlock blur

₹1 L/yr - ₹7 L/yr

Technical Associate
22 salaries
unlock blur

₹1.8 L/yr - ₹4.1 L/yr

Executive Accountant
19 salaries
unlock blur

₹2.1 L/yr - ₹6 L/yr

OPT Recruiter
15 salaries
unlock blur

₹1.8 L/yr - ₹6.6 L/yr

Senior Bench Sales Recruiter
14 salaries
unlock blur

₹2.8 L/yr - ₹7.3 L/yr

Explore more salaries
Compare Platinus Technologies with

Cogniter Technologies

3.4
Compare

IVTL Infoview Technologies

3.6
Compare

Apmosys Technologies

3.5
Compare

Pitney Bowes

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