Upload Button Icon Add office photos

Filter interviews by

JMG Corporation Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are the fundamentals of cloud computing?
  • Ans. 

    Fundamentals of cloud computing include on-demand access, scalability, pay-as-you-go pricing, and self-service capabilities.

    • On-demand access: Resources can be provisioned and accessed instantly as needed.

    • Scalability: Ability to easily scale resources up or down based on demand.

    • Pay-as-you-go pricing: Users only pay for the resources they use, avoiding upfront costs.

    • Self-service capabilities: Users can manage and configu...

  • Answered by AI
  • Q2. Question about EC2 instance and storages
Round 2 - One-on-one 

(1 Question)

  • Q1. What motivates you to apply for a position at this company?
  • Ans. 

    I am motivated to apply for this position because of the company's reputation for innovation and commitment to excellence.

    • I am impressed by the company's track record of success in the cloud computing industry.

    • I am excited about the opportunity to work with cutting-edge technology and contribute to the company's growth.

    • I am drawn to the company's culture of collaboration and continuous learning.

    • I believe that my skills...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. Asking regarding self introduction.
  • Q2. Asking somthing as wish of interviewer.
  • Q3. So wonderful ,Iready for interview
  • Q4. Asking regarding my company.
  • Q5. Asking regarding my job roll.
Round 2 - Group Discussion 

Asking regarding electrical designing.

Round 3 - Technical 

(2 Questions)

  • Q1. Asking regarding cable try modelling.
  • Q2. Asking regarding equipment modelling.

Interview Preparation Tips

Topics to prepare for Acer India Electrical Designer interview:
  • Cable try modelling, equipment m
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you please introduce yourself?
  • Ans. 

    I am a Software Development Engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in developing web applications

    • Good team player

  • Answered by AI
  • Q2. What type of questions are being asked?

Interview Preparation Tips

Interview preparation tips for other job seekers - I am Anjali Singh from Prayagraj in Uttar Pradesh, and I have completed a Postgraduate Diploma in Computer Applications.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Assignment 

They share an assignment I do it which is very large and they don't give respective time intervals but I clear that round

Round 2 - Technical 

(5 Questions)

  • Q1. Basic questions
  • Q2. What's is redux
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux is a state management tool commonly used with React.

    • It helps manage the state of an application in a predictable way.

    • Redux stores the entire state of an application in a single immutable object.

  • Answered by AI
  • Q3. What is react how it is different from html and angular
  • Ans. 

    React is a JavaScript library for building user interfaces, while HTML is a markup language and Angular is a framework.

    • React is a JavaScript library for building interactive user interfaces.

    • HTML is a markup language used for structuring content on web pages.

    • Angular is a full-fledged framework for building web applications.

    • React uses a virtual DOM for efficient rendering, while Angular uses two-way data binding.

    • React co...

  • Answered by AI
  • Q4. What is contex api in react js
  • Ans. 

    Context API is a feature in React that allows sharing data between components without having to pass props through every level of the component tree.

    • Context API provides a way to pass data through the component tree without having to pass props down manually at every level.

    • It is useful for sharing global data such as themes, user authentication, or language preferences.

    • Context API consists of three main parts: Provider...

  • Answered by AI
  • Q5. What are hooks in react and how to use
  • Ans. 

    Hooks in React are functions that let you use state and other React features without writing a class.

    • Hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.

    • useState() is a hook that allows you to add state to functional components.

    • useEffect() is a hook that allows you to perform side effects in functional components.

    • Custom hooks are reusable functions that can contain log

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I clear all the rounds in interview but in last they tell me we will not go further with you without any reason.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. General questions with respect to market research and people management

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process was a sham. Probably, it was just for the sake of showing off and they had an internal candidate in mind. Go for interview for this organization only if you do not have a job at the moment. They have 0 respect for anybody's time. I went for the interview, waited or an hour and was then moved to a meeting room. Waited there again and was then asked to move to some other floor (manager could not come downstairs). Manager had 0 interest in asking questions and behaved as if she was doing a favor. She asked very few questions. I took a leave to attend the interview.
Note to Monotype: How you treat candidates actually reflects on your management and work culture. Very sorry to say it is poor in your organization.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Priority and severity? Scrum and agile?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

I applied through the careers page and after a week HR called me and scheduled an online test on Hacker Rank which contained 5 questions, 2 DSA, 1 Sql Query, 1 Rest Apis and 1 Problem Which I had to complete using IDE, that was a Spring Boot project and I need to validate the incoming request

Round 2 - Technical 

(2 Questions)

  • Q1. Count the Characters in a String
  • Ans. 

    Count the number of characters in a given string.

    • Iterate through the string and increment a counter for each character encountered.

    • Use the length() method of the String class to get the total number of characters.

    • Consider handling edge cases like empty strings or null inputs.

  • Answered by AI
  • Q2. Count the Words in a String
  • Ans. 

    Count the number of words in a given string.

    • Split the string by spaces to get an array of words

    • Get the length of the array to count the number of words

    • Consider handling special cases like multiple spaces or punctuation

  • 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 Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the use of firewall
  • Ans. 

    Firewall is a network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules.

    • Firewalls can prevent unauthorized access to a network or computer system

    • They can block malicious traffic such as viruses, worms, and hackers

    • Firewalls can be hardware-based or software-based

    • Examples of firewalls include Cisco ASA, Palo Alto Networks, and Windows Firewall

  • Answered by AI
  • Q2. Difference between network cable and fiber cabela
  • Ans. 

    Network cables use copper wires to transmit data, while fiber cables use glass or plastic fibers to transmit data using light signals.

    • Network cables use copper wires to transmit data signals.

    • Fiber cables use glass or plastic fibers to transmit data using light signals.

    • Network cables are typically used for shorter distances, while fiber cables are used for longer distances and higher data transfer speeds.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Need hard knowledge of Server switched and routers. Also IP, LSI, and much more

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Regarding ERP process
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Bank recon process
  • Q2. Cash basis vs Accrual
  • Ans. 

    Cash basis records transactions when cash is exchanged, while accrual basis records transactions when they occur.

    • Cash basis recognizes revenue and expenses when cash is received or paid.

    • Accrual basis recognizes revenue and expenses when they are earned or incurred.

    • Accrual basis provides a more accurate picture of a company's financial position.

    • Cash basis is simpler and easier to understand for small businesses.

    • Example:...

  • Answered by AI

Tell us how to improve this page.

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Monotype Interview Questions
4.1
 • 22 Interviews
Izmo Interview Questions
3.7
 • 11 Interviews
AeonX Digital Interview Questions
3.9
 • 10 Interviews
Nxtra Data Interview Questions
4.1
 • 9 Interviews
Apex Systems Interview Questions
4.6
 • 4 Interviews
View all
Compare JMG Corporation with

HCL Infosystems

3.9
Compare

Ricoh

3.8
Compare

AYN InfoTech

4.7
Compare

Riddhi Corporate Services

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview