Upload Button Icon Add office photos

Promatics Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Promatics Technologies Interview Questions, Process, and Tips

Updated 23 May 2024

Top Promatics Technologies Interview Questions and Answers

Promatics Technologies Interview Experiences

Popular Designations

6 interviews found

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

I applied via Company Website and was interviewed in Mar 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 - Coding Test 

They asked HTML CSS advance javascript and react questions

Round 3 - Assignment 

User management system in react

Interview Preparation Tips

Topics to prepare for Promatics Technologies Software Programmer interview:
  • OOPS
Interview preparation tips for other job seekers - Clear your concepts in JavaScript.

Software Programmer Interview Questions asked at other Companies

Q1. In the SQL server diff between delete truncate and drop functions.what is stored procedure and it's advantages.diff between function and stored procedure.
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. What is node js express js and normal ds question based on javascipt
  • Q2. What is asynchorneion
  • Ans. 

    Asynchrony is the ability of a system to handle multiple tasks concurrently without blocking the main thread.

    • Asynchrony allows tasks to run independently of each other, improving performance and responsiveness.

    • Node.js uses an event-driven, non-blocking I/O model to handle asynchronous operations.

    • Examples of asynchronous operations in Node.js include reading files, making network requests, and executing database queries

  • Answered by AI
  • Q3. What is spilt methode
  • Ans. 

    The split() method is used to split a string into an array of substrings based on a specified separator.

    • The split() method takes a separator as an argument, which can be a string or a regular expression.

    • The method returns an array of substrings created by splitting the original string at each occurrence of the separator.

    • Example: 'hello world'.split(' ') will return ['hello', 'world']

  • Answered by AI
  • Q4. What is deep copy
  • Ans. 

    Deep copy is a copy of an object that duplicates all of its properties and nested objects, creating a new independent copy.

    • Deep copy creates a new object with all properties and nested objects copied.

    • Changes made to the original object do not affect the deep copy.

    • Deep copy is often used when you need to modify an object without affecting the original.

  • Answered by AI
  • Q5. What is diff bw == and===
  • Ans. 

    The '==' operator checks for equality, while the '===' operator checks for strict equality (including data type).

    • The '==' operator performs type coercion before comparing two values.

    • The '===' operator does not perform type coercion and compares both value and data type.

    • Example: 1 == '1' will return true, but 1 === '1' will return false.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - try to prepare basic question of js

Skills evaluated in this interview

Node JS Developer Interview Questions asked at other Companies

Q1. 2. What are the main modules of Node.js? Explain in detail.
View answer (3)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Oct 2022. 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 - Coding Test 

Java basics questions. Some patterns to print and oops concepts

Round 3 - HR 

(2 Questions)

  • Q1. Introduction and why you join software industry
  • Ans. 

    I joined the software industry because of my passion for problem-solving and creating innovative solutions.

    • Passion for problem-solving

    • Interest in technology and innovation

    • Opportunity to create impactful solutions

    • Love for coding and programming

    • Desire to be part of a fast-paced and dynamic industry

  • Answered by AI
  • Q2. What is your salary expectation
  • Ans. 

    I expect a competitive salary based on my skills, experience, and the market rate for software developers.

    • Consider the average salary range for software developers in your location

    • Research the salary range offered by similar companies in the industry

    • Factor in your years of experience and any specialized skills you possess

    • Be prepared to negotiate and discuss benefits in addition to salary

    • Example: I expect a salary in th

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident . Try to ask everything about your job profile.

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

Web Developer Interview Questions & Answers

user image Anonymous

posted on 31 Dec 2021

Interview Questionnaire 

3 Questions

  • Q1. Experience 0-1yr
  • Ans. They asked about project and give some task to assessment
  • Answered Anonymously
  • Q2. If you're fresher
  • Q3. Can't say , if vacancy are available they may be hired

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majorly a stress test.it lasted for about 1hour

Web Developer Interview Questions asked at other Companies

Q1. Check Indices With Given Difference Problem Statement You are provided with an integer array ARR of size N along with two integers A and B. Your task is to determine if there exist two distinct indices in the array such that the absolute di... read more
View answer (1)

Promatics Technologies interview questions for popular designations

 Software Developer

 (2)

 Node JS Developer

 (1)

 Software Developer Trainee

 (1)

 Software Programmer

 (1)

 Web Developer

 (1)

I applied via Walk-in and was interviewed before Nov 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

20 questions were there and enough time was given. Questions were easy to medium

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basics of programming were asked. You will be asked to make logic for the given problem.
  • Q2. Star pattern, Fibonacci series, swap two numbers without third variable
Round 3 - HR 

(1 Question)

  • Q1. They simply check your communication skills and behaviour

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on the programming part, try to solve logical problems

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

I applied via Job Portal and was interviewed before Jun 2021. There were 4 interview rounds.

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 - Aptitude Test 
Round 3 - Coding Test 
Round 4 - One-on-one 

(1 Question)

  • Q1. Judging Employee mind balance.

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is very good interms of growth of employee and working in modern application. Real time live projects work with team leader. But you can't work with them after a time bcuz salary is very low when you compare with other tech companies.
This is the company for freshers where majority people come to learn and then leave after few months.

Software Developer Trainee Interview Questions asked at other Companies

Q1. 1. Tell me about your self 2. Difference Between c & c++. 3. what is class? 4. what is object? 5. what is polymorphism? types of polymorphism explain real example of polymorphism. 6. what is inheritence? Difference between multiple &amp... read more
View answer (2)

Interview questions from similar companies

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

I applied via campus placement at DMI College of Engineering, Chennai and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Very basic aptitude concepts asked 40 questions 1 hr time

Round 2 - Coding Test 

2 problems to be solved. Myself solved 1 problem but my friends solved 1.5 problem and taken grade is(partially correct) using Google and AI. At last there selected students who are all solved 1 problem also

Round 3 - Technical 

(6 Questions)

  • Q1. Detailed project explanation
  • Q2. Internship experience
  • Q3. OOPS concepts and Resume screening
  • Q4. SQL joins and basics
  • Q5. Favourite programming language asked and said to solve a 2 simple coding problems
  • Q6. The person who solved 1.5 questions out of 2 questions using Google and AI where caught in technical round
Round 4 - HR 

(1 Question)

  • Q1. Beware in HR round Answering to HR questions is seriously hard . Prepare well and be ready to answer question. HR asking questions is about your point of view.

Interview Preparation Tips

Topics to prepare for Infiniti Software Solutions Software Trainee interview:
  • Oops
  • SQL joins
  • Coding
  • Project
Interview preparation tips for other job seekers - Be genuine in coding round. Student who don't use ai only selected. Prepare well for technical specially OOPS concepts, SQL joins and coding
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed in Sep 2024.

Round 1 - HR 

(2 Questions)

  • Q1. About your work experience
  • Q2. About your job profile and your knowledge
Round 2 - Technical 

(2 Questions)

  • Q1. About quality terms and documentations
  • Q2. Why you want to leave previous job
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Complex Searches conducted
  • Q2. Tell me about a time you used data to change something about the hiring process
  • Ans. 

    Utilized data to improve candidate sourcing strategy

    • Implemented tracking system to monitor source of candidate applications

    • Analyzed data to identify most successful sources of hires

    • Adjusted recruitment budget to focus on most effective sourcing channels

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for a tedious and super long process. The recruiter I was interacting with seemed highly disinterested and disengaged until the time I decided to decline the company's offer. Every time the recruiter called to prep me, the interview didn't contain an iota of what they said it would be. The recruiter interaction was highly disappointing and was the main reason I was more inclined to offers by other companies. I didn't appreciate the way I was treated. Additionally, there were multiple aspects of the role which was low-balled to me thinking I would accept their offer and upon me communicating my decision - a lot of it changed and reflected what I truly deserved. But considering I was low-balled, it contributed to my bad experience with the recruiter and lead me to my final decision on Browserstack's offer.
On a positive note, the interviewers (hiring managers, head of the team, HRBP) were super nice and there were high levels of engagement in those rounds. However, there is a lack of transparency in disclosing key information like salary, role level, career progression which are reasons why I couldn't evaluate them fairly amidst multiple offers.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed before Mar 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Based on your applied position
  • Q2. Then deep drive into your expertise areas
  • Q3. This would be from India side
Round 2 - Technical 

(2 Questions)

  • Q1. Validate the previous interviewer fedback
  • Q2. Details verification of your knowledge
Round 3 - HR 

(1 Question)

  • Q1. Your basic details will be checked (Like your vital skills, attitude, eagerness, stability, etc.)

Promatics Technologies Interview FAQs

How many rounds are there in Promatics Technologies interview?
Promatics Technologies interview process usually has 3 rounds. The most common rounds in the Promatics Technologies interview process are Resume Shortlist, Coding Test and One-on-one Round.
How to prepare for Promatics Technologies 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 Promatics Technologies. The most common topics and skills that interviewers at Promatics Technologies expect are Javascript, Analytical, HTML, CSS and IOS.
What are the top questions asked in Promatics Technologies interview?

Some of the top questions asked at the Promatics Technologies interview -

  1. what is diff bw == and...read more
  2. what is asynchorne...read more
  3. what is spilt meth...read more

Tell us how to improve this page.

Promatics Technologies Interview Process

based on 4 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 48 Interviews
Saffron Tech Interview Questions
3.9
 • 5 Interviews
Techugo Interview Questions
4.1
 • 4 Interviews
Mindinventory Interview Questions
3.5
 • 3 Interviews
View all

Promatics Technologies Reviews and Ratings

based on 59 reviews

3.0/5

Rating in categories

3.4

Skill development

2.6

Work-life balance

2.8

Salary

2.6

Job security

2.5

Company culture

2.9

Promotions

2.7

Work satisfaction

Explore 59 Reviews and Ratings
Software Developer
8 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Associate Web Developer
8 salaries
unlock blur

₹1.8 L/yr - ₹3.2 L/yr

Web Developer
8 salaries
unlock blur

₹1 L/yr - ₹2.4 L/yr

Associate Android Developer
7 salaries
unlock blur

₹1.2 L/yr - ₹3 L/yr

Business Analyst
6 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Explore more salaries
Compare Promatics Technologies with

SPARX IT Solutions

3.6
Compare

Saffron Tech

3.9
Compare

Techugo

4.1
Compare

Hidden Brains InfoTech

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