Upload Button Icon Add office photos
Engaged Employer

i

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

Jupsoft Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Jupsoft Technologies ERP Coordinator Interview Questions and Answers

Updated 27 Aug 2023

Jupsoft Technologies ERP Coordinator Interview Experiences

1 interview found

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

I applied via Indeed and was interviewed before Aug 2022. There were 2 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 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. Last company job description
  • Q3. Why should you hire you?
  • Q4. How can you know about this job or about company
  • Q5. Your Aim and yourfuture Goal

Interview Preparation Tips

Interview preparation tips for other job seekers - Before apply for this company. Give appraisal on time. Take ESI, PF medical and others faculty. Before join company department give your for 2 to 3 years Bond sign. So kindly think about this.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Case Study 

Business use case and detailed approach to solve that problem statement. Interviewer was looking for approach which you are taking to solve this business problem.

Round 2 - Case Study 

Business case study where they provided problem statement around apparel industry and their how can we use loyality program to benefit that business.

Round 3 - Technical 

(1 Question)

  • Q1. SQL, Excel, PPT Presentation

Interview Questionnaire 

2 Questions

  • Q1. Basic SQL
  • Q2. Joins,triggers,indexes,procedures,functions

I applied via Walk-in and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Employee model CRUD APIS USING SRPING BOOT & MYSQL

Round 2 - Technical 

(5 Questions)

  • Q1. TELL ME ABOUT YOUR SELF
  • Q2. SPRING BOOT VS SPRING
  • Ans. 

    Spring Boot is a framework that simplifies Spring development by providing pre-configured settings and dependencies.

    • Spring Boot is built on top of the Spring framework.

    • Spring Boot provides a standalone executable that can run the application.

    • Spring Boot provides auto-configuration, which reduces the need for manual configuration.

    • Spring Boot provides a wide range of starter dependencies that can be easily added to the p...

  • Answered by AI
  • Q3. JPA VS HIBERNATE WHAT IS ADVANTAGE USING JPA
  • Ans. 

    JPA is a specification while Hibernate is an implementation of JPA. JPA provides a standard API for ORM frameworks.

    • JPA is a standard API for ORM frameworks

    • JPA provides a vendor-neutral interface

    • JPA allows for easy switching between ORM frameworks

    • Hibernate is an implementation of JPA

    • Hibernate provides additional features beyond JPA

  • Answered by AI
  • Q4. WHTA IS MYSQL GROUP BY & DISTINCT
  • Ans. 

    MySQL GROUP BY is used to group rows with same values. DISTINCT is used to remove duplicate values from a column.

    • GROUP BY is used with aggregate functions like COUNT, SUM, AVG, etc.

    • DISTINCT is used to retrieve unique values from a column.

    • GROUP BY and DISTINCT can be used together to group and retrieve unique values.

    • Example: SELECT COUNT(*) FROM table_name GROUP BY column_name;

    • Example: SELECT DISTINCT column_name FROM t

  • Answered by AI
  • Q5. WHAT ARE SCOPES ARE AVAILABLE IN SPRING
  • Ans. 

    Spring has four scopes: Singleton, Prototype, Request, and Session.

    • Singleton scope creates a single instance of a bean.

    • Prototype scope creates a new instance of a bean every time it is requested.

    • Request scope creates a new instance of a bean for each HTTP request.

    • Session scope creates a new instance of a bean for each HTTP session.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PruTech Solutions Software Engineer interview:
  • Java
  • Spring Boot
  • MySQL Database Administration
  • JPA
Interview preparation tips for other job seekers - GOOD ORGANIZATION FOR LEARNERS

Skills evaluated in this interview

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 Aug 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 - Technical 

(4 Questions)

  • Q1. Basic Technical Interview
  • Q2. Basics on Framework used
  • Q3. Infrastructure related
  • Q4. Process and security
Round 3 - HR 

(1 Question)

  • Q1. Salary expectations and negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is average. Stick to basics and be confident
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Java program for duplicate elements in array
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
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Tell about various joins
  • Ans. 

    Joins are SQL operations that combine rows from two or more tables based on related columns.

    • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.id;

    • LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.id;

    • RIGHT JOIN: Returns all records from the right table and matched re...

  • Answered by AI
  • Q2. Tell about materialized view
  • Ans. 

    A materialized view is a database object that stores the result of a query for faster access and improved performance.

    • Materialized views store data physically, unlike regular views which are virtual.

    • They can improve query performance by pre-computing expensive joins and aggregations.

    • Materialized views can be refreshed manually or automatically to keep data up-to-date.

    • Example: A materialized view can aggregate sales dat...

  • Answered by AI

Interview Questionnaire 

2 Questions

  • Q1. Questions from various topics in sql like joins, indexes, subqueries. Statistics and Python as well
  • Q2. Initial round was aptitude round
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I appeared for an interview in Nov 2022.

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 

Strong appitude knowledge is required.

Round 3 - Technical 

(1 Question)

  • Q1. String , arrays, oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Have strong basic concepts.

Jupsoft Technologies Interview FAQs

How many rounds are there in Jupsoft Technologies ERP Coordinator interview?
Jupsoft Technologies interview process usually has 2 rounds. The most common rounds in the Jupsoft Technologies interview process are Resume Shortlist and HR.

Tell us how to improve this page.

Jupsoft Technologies ERP Coordinator Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

CGS Interview Questions
3.5
 • 25 Interviews
ElectrifAi Interview Questions
2.7
 • 17 Interviews
Anlage Infotech Interview Questions
3.5
 • 14 Interviews
Commerce Pundit Interview Questions
4.3
 • 14 Interviews
View all
Software Developer
5 salaries
unlock blur

₹3 L/yr - ₹7.2 L/yr

Quality Analyst
5 salaries
unlock blur

₹2.3 L/yr - ₹3 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹3.8 L/yr - ₹8.4 L/yr

Senior HR Executive
4 salaries
unlock blur

₹3.2 L/yr - ₹5.4 L/yr

DOT NET Developer
4 salaries
unlock blur

₹4.3 L/yr - ₹5 L/yr

Explore more salaries
Compare Jupsoft Technologies with

Primus Global Technologies

3.9
Compare

TriGeo Technologies

3.2
Compare

Plada Infotech Services

3.6
Compare

Infocus Technologies

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