Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Promact InfoTech Team. If you also belong to the team, you can get access from here

Promact InfoTech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Promact InfoTech Interview Questions and Answers

Updated 18 Jan 2025
Popular Designations

6 Interview questions

A Data Science Manager was asked 11mo ago
Q. Explain the transformer architecture.
Ans. 

Transformer architecture is a type of deep learning model that utilizes self-attention mechanism for processing sequential data.

  • Utilizes self-attention mechanism to weigh the importance of different input elements

  • Consists of encoder and decoder layers for processing input and generating output

  • Introduced in the paper 'Attention is All You Need' by Vaswani et al. in 2017

View all Data Science Manager interview questions
A Data Science Manager was asked 11mo ago
Q. Explain the RAG architecture.
Ans. 

Rag architecture is a data architecture pattern that stands for Raw, Aggregated, and Generated data layers.

  • Rag architecture is a data architecture pattern used to organize data into three layers: Raw, Aggregated, and Generated.

  • Raw data layer stores the original, unprocessed data as it is collected.

  • Aggregated data layer contains summarized and aggregated data for faster querying and analysis.

  • Generated data layer in...

View all Data Science Manager interview questions
A Software Engineer was asked
Q. What is JMM (Java Memory Model)?
Ans. 

JMM stands for Java Memory Management, which is responsible for managing memory allocation and deallocation in Java programs.

  • JMM ensures that objects are allocated and deallocated properly in Java programs.

  • It includes features like garbage collection to reclaim memory from unused objects.

  • JMM helps prevent memory leaks and optimize memory usage in Java applications.

View all Software Engineer interview questions
A Software Engineer was asked
Q. Tell me about exception handling in Java.
Ans. 

Exception handling in Java is a mechanism to handle runtime errors and prevent program crashes.

  • Java uses try-catch blocks to handle exceptions.

  • Exceptions can be caught and handled using catch blocks.

  • The finally block is used to execute code regardless of whether an exception is thrown or not.

  • Java provides predefined exception classes like NullPointerException, ArrayIndexOutOfBoundsException, etc.

  • Custom exceptions ...

View all Software Engineer interview questions
A Software Engineer was asked
Q. What is void in Java?
Ans. 

void in Java is a keyword used to indicate that a method does not return any value.

  • Void is used as the return type of a method that does not return any value.

  • It is used to define methods that perform actions without returning a value.

  • Example: public void printMessage() { System.out.println("Hello!"); }

View all Software Engineer interview questions
A Software Engineer was asked
Q. Tell me about abstract classes and interfaces.
Ans. 

Abstract classes and interfaces are used in object-oriented programming to define common behaviors and characteristics for classes.

  • Abstract classes can have both abstract and concrete methods, while interfaces can only have abstract methods.

  • A class can implement multiple interfaces, but can only inherit from one abstract class.

  • Abstract classes can have constructors, while interfaces cannot.

  • Abstract classes can hav...

View all Software Engineer interview questions

Promact InfoTech Interview Experiences

8 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain about your project?
  • Ans. 

    Developed a web application for tracking personal fitness goals and progress.

    • Used HTML, CSS, and JavaScript for front-end development.

    • Implemented a RESTful API using Node.js and Express for back-end functionality.

    • Utilized MongoDB for database storage and retrieval of user data.

    • Incorporated chart.js library for visualizing fitness data trends.

  • Answered by AI
  • Q2. Some more simple tech and HR related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - The selection process is relatively simple, as they mainly inquire about the project without asking many technical questions. At the end of the internship, however, they conduct another interview for a full-time offer with the company. Additionally, during the selection or PPO interview, there is only one round of interview that combines both technical and HR questions.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Time was 1 hr for aptitute and then technical exam and then there was a call for an interview where the questions asked were from basic dsa

Round 2 - Coding Test 

The topic was on dsa and very easy oop concept and it can be solved easily

Interview Preparation Tips

Interview preparation tips for other job seekers - Try hard it aint that heard as it seems just some basic topics can land you in a good position
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain Rag architecture
  • Ans. 

    Rag architecture is a data architecture pattern that stands for Raw, Aggregated, and Generated data layers.

    • Rag architecture is a data architecture pattern used to organize data into three layers: Raw, Aggregated, and Generated.

    • Raw data layer stores the original, unprocessed data as it is collected.

    • Aggregated data layer contains summarized and aggregated data for faster querying and analysis.

    • Generated data layer include...

  • Answered by AI
  • Q2. Explain transformer architecture
  • Ans. 

    Transformer architecture is a type of deep learning model that utilizes self-attention mechanism for processing sequential data.

    • Utilizes self-attention mechanism to weigh the importance of different input elements

    • Consists of encoder and decoder layers for processing input and generating output

    • Introduced in the paper 'Attention is All You Need' by Vaswani et al. in 2017

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jun 2023. There were 4 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 

It was an online test. there was total 60 questions categorised in 6 sections having 5 questions and 1 section having 30 questions. total time given was 30 minute

Round 3 - Coding Test 

There was total 3 questions and had a time limit of 1 hr 30 minutes. this test was offline at an institution, each student was given a computer. questions were on easy level.

Round 4 - Technical 

(6 Questions)

  • Q1. It was both technical and hr round. i was asked questions on java language and oops concept. here are few examples.
  • Q2. What is jvm, jre, jdk?
  • Q3. What is jmm(java memory management)?
  • Q4. Tell me about abstract classes and interfaces
  • Q5. Tell about exception handling in java.
  • Q6. What is void in java?

Interview Preparation Tips

Topics to prepare for Promact InfoTech Software Engineer interview:
  • OOPS
  • Core Java
  • DBMS
  • SQL
Interview preparation tips for other job seekers - always be confident in your knowledge and skills.

Skills evaluated in this interview

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 Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Asp.net core question and whatever you write on resume that will also ask
  • Q2. Middlwware,solid principal basic of c#
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Aug 2023.

Round 1 - Aptitude Test 

On Campus Aptitude test moderate level

Round 2 - Coding Test 

Coding Difficulty was medium. They Ask Array, DP and graph based Question

Round 3 - Technical 

(1 Question)

  • Q1. Technical and hr both conducted in one single round. Technically question based on DBMS, OOPS, JavaScript and One known programming language.

Software Engineer Interview Questions & Answers

user image Abhula Ullul

posted on 27 Aug 2023

Interview experience
2
Poor
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 - Aptitude Test 

Ethics and Technical questions

Round 3 - Coding Test 

3 coding problems are there

Round 4 - Technical 

(1 Question)

  • Q1. Question on web development and oops

Intern Interview Questions & Answers

user image Anonymous

posted on 15 Sep 2023

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

I appeared for an interview in Mar 2023.

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 

Basic aptitude questions

Round 3 - HR 

(1 Question)

  • Q1. Basic Information about self ,family background, details of company and the domains that you want to start.

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Promact InfoTech?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Jan 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 - HR 

(1 Question)

  • Q1. More than technology,a senior recruiter asks where you stay which gali you stay,which temple is near by,what your husband do,getting into more personal and final he will ask your janam kundali and tell you...
Round 3 - One-on-one 

(1 Question)

  • Q1. Senior recruiter will ask more personal questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Girls and ladies please don't join this company as it is more into priest kinda,they check your caste,class rather your hardwork it seems. This so called senior recruiter totally flirts with you if you are single,divorce,seperarated and also heard his eyes rolls on always girls upper part,no matter whatever she is wearing. I heard after complaining also higher authorities didn't taken the action. Now you people only imagine how is it safe for a girl to work in that disgusting atmosphere. And in any MNC company if the complain is raised the higher authority should take an action but still they kept him then think what kinda company is this. INDIA HR cgs is worst the worst. They are not giving you secured job,HR are saving there job to close that position and you are bakra,who will be paid with very less salary comparative outside and also you are treated like a dog. Think twice thrice to take the decision.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basics of C language

Promact InfoTech Interview FAQs

How many rounds are there in Promact InfoTech interview?
Promact InfoTech interview process usually has 2-3 rounds. The most common rounds in the Promact InfoTech interview process are Technical, Aptitude Test and Coding Test.
How to prepare for Promact InfoTech 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 Promact InfoTech. The most common topics and skills that interviewers at Promact InfoTech expect are Javascript, Scrum, Unit Testing, Technical Support and Agile.
What are the top questions asked in Promact InfoTech interview?

Some of the top questions asked at the Promact InfoTech interview -

  1. tell me about abstract classes and interfa...read more
  2. what is jmm(java memory managemen...read more
  3. tell about exception handling in ja...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.5/5

based on 10 interview experiences

Difficulty level

Easy 40%
Moderate 60%

Duration

Less than 2 weeks 80%
2-4 weeks 20%
View more

Interview Questions from Similar Companies

CGS Interview Questions
3.6
 • 25 Interviews
Fusion Interview Questions
3.2
 • 17 Interviews
Anlage Infotech Interview Questions
3.4
 • 17 Interviews
Commerce Pundit Interview Questions
4.2
 • 14 Interviews
View all

Promact InfoTech Reviews and Ratings

based on 33 reviews

3.4/5

Rating in categories

3.8

Skill development

3.2

Work-life balance

3.1

Salary

3.0

Job security

3.4

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 33 Reviews and Ratings
Performance Marketing Executive

Vadodara

4-6 Yrs

Not Disclosed

Chief Human Resource Officer - CHRO

Vadodara

10-20 Yrs

Not Disclosed

Graphic Designer

Vadodara

1-2 Yrs

Not Disclosed

Explore more jobs
Software Developer
18 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Software Engineer
17 salaries
unlock blur

₹5 L/yr - ₹7 L/yr

Software Engineer2
10 salaries
unlock blur

₹4.8 L/yr - ₹11.5 L/yr

Business Analyst
8 salaries
unlock blur

₹3.8 L/yr - ₹10 L/yr

Devops Engineer
6 salaries
unlock blur

₹6.5 L/yr - ₹7.4 L/yr

Explore more salaries
Compare Promact InfoTech with

Primus Global Technologies

3.9
Compare

TriGeo Technologies

3.2
Compare

GrapplTech

4.8
Compare

Plada Infotech Services

3.5
Compare
write
Share an Interview