Upload Button Icon Add office photos

Filter interviews by

Paramatrix Technologies Interview Questions and Answers

Updated 16 Oct 2024

Paramatrix Technologies Interview Experiences

Popular Designations

10 interviews found

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

I applied via Walk-in and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and experienced Application Support Engineer with a strong background in troubleshooting and resolving technical issues.

    • Over 5 years of experience in providing technical support for various applications

    • Proficient in analyzing and troubleshooting software and hardware issues

    • Skilled in communicating effectively with clients and team members

    • Certified in ITIL and experienced in following ITIL best practice...

  • Answered by AI
  • Q2. About your project

Application Support Engineer Interview Questions asked at other Companies

Q1. what do you know about SQL , Unix , explain in brief
View answer (2)

SDE Interview Questions & Answers

user image Anonymous

posted on 29 Jun 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain your project in detail
  • Ans. 

    Our project is a mobile application that helps users track their daily water intake and reminds them to stay hydrated.

    • Users can set daily water intake goals and track their progress

    • The app sends notifications to remind users to drink water throughout the day

    • Users can log different types of beverages consumed to accurately track their hydration levels

  • Answered by AI

SDE Interview Questions asked at other Companies

Q1. Longest Increasing Subsequence Problem Statement Given an array of integers with 'N' elements, determine the length of the longest subsequence where each element is greater than the previous element. This subsequence must be in strictly inc... read more
Add answer
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Sql questions and scenario based questions

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Asp.net basic concept and SQL basic
  • Q2. Asp.net and SQL

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)

Paramatrix Technologies interview questions for popular designations

 System Support Engineer

 (3)

 Software Developer

 (2)

 Software Engineer

 (2)

 Application Support Engineer

 (1)

 SDE

 (1)

 Software Engineer Trainee

 (1)

Round 1 - Technical 

(1 Question)

  • Q1. Design Patterns , Solid principal, MVP, MVC

Interview Preparation Tips

Interview preparation tips for other job seekers - Study top interview questions and answers

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com 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 tips
Round 2 - HR 

(3 Questions)

  • Q1. Tell me about your self?
  • Q2. Family background
  • Q3. For freshers Bond is compulsory
Round 3 - Technical 

(1 Question)

  • Q1. Complete Certification

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls join this company as fresher For Experienced candidates can't suitable.

System Support Engineer Interview Questions asked at other Companies

Q1. What is Linux, difference between hdd and sdd,basic of network troubleshooting questions
View answer (1)

Jobs at Paramatrix Technologies

View all
Round 1 - Aptitude Test 

Basic appt questions Such as speed, train problems.

Round 2 - Coding Test 

Star pattern programs

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic Java questions. ........

Interview Preparation Tips

Interview preparation tips for other job seekers - ...............

......
..................
.................
Java basic questions

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 Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Had breakfast/ lunch/ dinner?
  • Q2. Are you okay with 3 years of Bond?
  • Ans. 

    Yes, I am okay with a 3-year bond.

    • I understand and accept the requirement of a 3-year bond.

    • I am committed to the company and willing to fulfill the bond period.

    • I believe the bond will provide valuable experience and growth opportunities.

    • I am ready to sign the necessary agreements and fulfill the obligations.

    • I am open to discussing any concerns or clarifications regarding the bond.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Honest advice is DON NOT APPLY FOR JOB if they ask you to sign a BOND of 2/3 years. They will show you a nice presentation about how you will get 8LPA till the 3rd year. But please, believe me, this company will give you hardly 3digit hikes every year. They will do adjustments in CTC. If you don't agree with their appraisals, they simply reply back one of the reasons following:
1. We expect you to perform well.
2. Company did not work well.
3. As per our protocols we already stretch for you.

In that case, you will be forced to accept that 3digit increment or else they straight-away warn you that they won't give you an increased salary and will be continued with the previous.

and if you tried to get out of this bond, they will be very happy to accept your resignation against 3 Lakhs - 5 Lakhs only. TIP: you have to pay more for the release letter and experience letter.
Looting employees by forcing them to break bonds is the company's additional primary business. Please be aware. Connect with ex-employees or currently working people on LinkedIn and them how the appraisal cycle works.

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
Add answer

I applied via Recruitment Consultant and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is mean by networking
  • Ans. 

    Networking refers to the practice of connecting devices together to share resources and communicate with each other.

    • Networking involves the use of hardware and software to connect devices together.

    • Common types of networks include LANs, WANs, and the internet.

    • Networking allows for the sharing of resources such as printers and files.

    • Networking also enables communication between devices, such as sending emails or instant ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Applicant must be proficient in communication skills.

Skills evaluated in this interview

System Support Engineer Interview Questions asked at other Companies

Q1. What is Linux, difference between hdd and sdd,basic of network troubleshooting questions
View answer (1)

I applied via Walk-in and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Introduction, communication skills check
  • Q2. Be confident

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your communication skills

System Support Engineer Interview Questions asked at other Companies

Q1. What is Linux, difference between hdd and sdd,basic of network troubleshooting questions
View answer (1)

Paramatrix Technologies Interview FAQs

How many rounds are there in Paramatrix Technologies interview?
Paramatrix Technologies interview process usually has 1-2 rounds. The most common rounds in the Paramatrix Technologies interview process are Technical, One-on-one Round and Aptitude Test.
How to prepare for Paramatrix 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 Paramatrix Technologies. The most common topics and skills that interviewers at Paramatrix Technologies expect are SQL, Java, ASP.Net, .Net and AWS.
What are the top questions asked in Paramatrix Technologies interview?

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

  1. What is mean by network...read more
  2. Sql questions and scenario based questi...read more
  3. Design Patterns , Solid principal, MVP, ...read more

Tell us how to improve this page.

Paramatrix Technologies Interview Process

based on 6 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
View all

Paramatrix Technologies Reviews and Ratings

based on 183 reviews

4.3/5

Rating in categories

4.4

Skill development

4.3

Work-life balance

4.2

Salary

4.3

Job security

4.3

Company culture

4.2

Promotions

4.3

Work satisfaction

Explore 183 Reviews and Ratings
Trainer (IT)

Mumbai,

Thane

+1

4-6 Yrs

Not Disclosed

Python Developer

Mumbai Suburban,

Navi Mumbai

+1

5-8 Yrs

₹ 4-9 LPA

Explore more jobs
Software Engineer
99 salaries
unlock blur

₹2.7 L/yr - ₹10.3 L/yr

Associate Software Engineer
33 salaries
unlock blur

₹2.7 L/yr - ₹4.5 L/yr

Software Developer
29 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Senior Software Engineer
29 salaries
unlock blur

₹5.1 L/yr - ₹16.1 L/yr

Softwaretest Engineer
16 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Explore more salaries
Compare Paramatrix Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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