Upload Button Icon Add office photos

Filter interviews by

NextGen Interview Questions and Answers

Updated 7 Oct 2024

NextGen Interview Experiences

Popular Designations

4 interviews found

Software Tester Interview Questions & Answers

user image Pallavi Annamsetti

posted on 7 Oct 2024

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

(1 Question)

  • Q1. Hil testing topics what is the hil testing

Software Tester Interview Questions asked at other Companies

Q1. Which is a best technique to generate automated test report ?
View answer (1)

Tutor for tally prime with gst Interview Questions & Answers

user image Anonymous

posted on 1 Nov 2023

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 Oct 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. Did you have a experience in tally prime and gst, and will you able to take classes to student
  • Ans. I have 6 years experience in tally Erp9 and tally prime(1 year). Yes i can take classes to student
  • Answered Anonymously
Round 3 - Demo 

(1 Question)

  • Q1. We Arranged demo classes for u
  • Ans. Ok, i take demo classes to student then they selected me
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Preform well to your interview very bold and clear speach like confident
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Demo was taken.
Round 2 - One-on-one 

(1 Question)

  • Q1. Demo was taken and was asked expected salary

Mother Teacher Interview Questions asked at other Companies

Q1. How are you going to teach adjective to the first grade children?
View answer (1)

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

Interview Questionnaire 

4 Questions

  • Q1. Why should we hire you ?
  • Ans. 

    I have a strong eye for design and a passion for creating visually appealing content that effectively communicates a message.

    • I have extensive experience in graphic design, including creating logos, branding materials, and marketing collateral.

    • I am proficient in Adobe Creative Suite, including Photoshop, Illustrator, and InDesign.

    • I am a creative problem solver and enjoy collaborating with others to find innovative solut...

  • Answered by AI
  • Q2. How many yrs experience do you have ?
  • Ans. 

    I have 5 years of experience as a graphic designer.

    • I have worked with various clients and industries, including fashion, food, and technology.

    • During my tenure, I have designed logos, brochures, websites, and social media graphics.

    • I am proficient in Adobe Creative Suite, including Photoshop, Illustrator, and InDesign.

    • I have also collaborated with copywriters and marketing teams to create cohesive branding strategies.

    • I a...

  • Answered by AI
  • Q3. Why did left your last job ?
  • Ans. 

    Better growth opportunities and work-life balance.

    • Left for better growth opportunities and work-life balance.

    • Wanted to explore new challenges and expand skillset.

    • Previous job did not align with long-term career goals.

    • No issues with the company or colleagues.

    • Grateful for the experience gained and lessons learned.

  • Answered by AI
  • Q4. What was your last CTC ?
  • Ans. 

    My last CTC was INR 8 lakhs per annum.

    • My last CTC was INR 8 lakhs per annum

    • I received a salary of INR 66,666 per month

    • This was my salary at my previous job

    • I am open to negotiation for my next CTC

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Polite and calm .
Give your answer and reply in confident
show your portfolios with video , booklet or youtube link.

Graphic Designer Interview Questions asked at other Companies

Q1. If assignment goes perfect and you are suitable for the job then only you will be able to face this final round and in this round asking about the expected salary but at the end offers their criteria with fix salary only.
View answer (8)

NextGen interview questions for popular designations

 Graphic Designer

 (1)

 Mother Teacher

 (1)

 Software Tester

 (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

General basic assessment.

Round 2 - MCQ 

(1 Question)

  • Q1. They will give you few PDFs to read and then MCQ from that.

Interview Preparation Tips

Interview preparation tips for other job seekers - So the job application process will start from emailing them to the MCQ. Then if selected you'll receive email with next steps which involves Skype chat(no involvement of voice call or video, only chat). Then after the technical setup you need to email them again that you're done with that, after that you'll get another mail with a link to choose a starting date.
On the starting date you'll again message one person(Yashima Kamra) on Skype, they'll give you 'Zulip'(it's an open source chat system, interface is kind of like Discord but too basic) access. Now you need to message in an assigned group in Zulip. The Zulip part is 'Training' in real but good luck getting any support from the other person. He/she will just give you commands, and if you ask any questions or ask for assistance to understand the new process they'll simply ignore that.
Then if you're lucky like me one day they'll report that you're ate fault, you haven't reported so they've revoked your Zulip access.

I have joined there or you can say hoped to work atleast(as it was 4 hours/day job) but that's not possible it seems.

If you're looking for jobs here I'd suggest to give it a try ofcourse so that people can actually know about this company's rubbish people.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q2. Find missing number from nth number array.
  • Ans. 

    Find missing number from nth number array.

    • Iterate through the array and calculate the sum of all numbers

    • Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2

    • Subtract the sum of array from the sum of numbers from 1 to n to find the missing number

  • Answered by AI
  • Q3. Explain inheritance and it types
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows a class to reuse code from another class.

    • Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.

    • Example: Class B inherits from Class A, so Class B can access

  • Answered by AI
  • Q4. Find 2nd max elements from aaray
  • Ans. 

    Find 2nd max element from array of strings

    • Sort the array in descending order

    • Skip the first element (max element)

    • Return the second element

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding Test consists of 3 Problem Question (2 Logical questions and 1 SQL Query ) and Around 20 MCQS
Platform - CoderByte

Round 2 - Aptitude Test 

30 Aptitude Question
3 Mail Writing Question

Round 3 - Technical 

(5 Questions)

  • Q1. Explain 1st Problem Solved in Coding Test. Optimize it.
  • Q2. Explain 2nd Problem Solved in Coding Test. I failed 1 test case in 1st round which was told to solve again.
  • Q3. Explain 3rd Question based on SQL Query.
  • Q4. Write a code to Reverse Digits.
  • Q5. A problem question for solving a SQL Query.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well,
Stay continuously in contact, call the HR for updates as they don't call you, We need to call them else you will wait entire life.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self.
  • Ans. 

    I am a passionate software engineering student with experience in web development and a strong desire to learn and grow.

    • Currently pursuing a degree in Computer Science

    • Proficient in programming languages such as Java, Python, and JavaScript

    • Experience with front-end technologies like HTML, CSS, and React

    • Completed internships at tech companies like XYZ Inc.

    • Interested in exploring machine learning and artificial intelligen

  • Answered by AI
  • Q2. What's your skill and experience.
  • Ans. 

    I have strong skills in programming languages such as Java, Python, and C++, as well as experience with web development and database management.

    • Proficient in Java, Python, and C++ programming languages

    • Experience with web development using HTML, CSS, and JavaScript

    • Familiarity with database management systems like MySQL and MongoDB

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GrapplTech Software Engineer Intern interview:
  • Java
  • Javascript
  • React.Js
  • Node.Js
  • MySQL
  • OOPS
  • DSA
Interview preparation tips for other job seekers - It's a Great Platform for job seekers.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and experienced Virtual Relationship Manager with a passion for building strong connections and providing excellent customer service.

    • Over 5 years of experience in virtual relationship management

    • Skilled in communication, problem-solving, and relationship-building

    • Proven track record of exceeding customer satisfaction goals

    • Proficient in CRM software and virtual communication tools

  • Answered by AI
  • Q2. Why do you want to join
  • Ans. 

    I am passionate about leveraging technology to enhance customer relationships and provide personalized solutions.

    • Passionate about using technology to improve customer relationships

    • Excited about providing personalized solutions

    • Believe in the importance of virtual communication in today's digital world

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very bad experience till date.. no response from the employer for any kind of queries. No formal documents are provided for company policies. Misleaded on the interview.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Reasoning , maths , coding, english

Round 2 - Coding Test 

Java python css c programming sql, html.

Interview Preparation Tips

Interview preparation tips for other job seekers - No comments

NextGen Interview FAQs

How many rounds are there in NextGen interview?
NextGen interview process usually has 2 rounds. The most common rounds in the NextGen interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for NextGen 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 NextGen. The most common topics and skills that interviewers at NextGen expect are Communication Skills, Client Engagement, Event Management, Public Speaking and Content Writing.
What are the top questions asked in NextGen interview?

Some of the top questions asked at the NextGen interview -

  1. hil testing topics what is the hil test...read more
  2. Demo was taken and was asked expected sal...read more
  3. We Arranged demo classes fo...read more

Tell us how to improve this page.

NextGen Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 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.7k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
Busibud Interview Questions
4.0
 • 42 Interviews
View all

NextGen Reviews and Ratings

based on 40 reviews

4.1/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

3.7

Salary

3.6

Job security

3.7

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 40 Reviews and Ratings
Senior Legal Associate
6 salaries
unlock blur

₹3 L/yr - ₹4.1 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹8 L/yr - ₹25.9 L/yr

Software Developer
5 salaries
unlock blur

₹1.2 L/yr - ₹4.9 L/yr

Senior Engineer
5 salaries
unlock blur

₹10 L/yr - ₹18 L/yr

Team Lead
5 salaries
unlock blur

₹2.2 L/yr - ₹9.4 L/yr

Explore more salaries
Compare NextGen with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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