Upload Button Icon Add office photos

Filter interviews by

Mahendra NextWealth IT Junior Executive Interview Questions and Answers

Updated 28 Jun 2024

Mahendra NextWealth IT Junior Executive Interview Experiences

1 interview found

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

3 sections of aptitude test and typing test

Round 2 - HR 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. Fresher or experience
  • Q3. Tell about your favourite certifications

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Only typing test.
  • Q2. Basic questions ask only.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jan 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 

First step is aptitude test . This questions are easy.

Round 3 - Coding Test 

In that aptitude test another section is coding question(2 questions)

Round 4 - Technical 

(2 Questions)

  • Q1. They generally ask basic questions like- what is stack? some queries in SQL
  • Q2. How to create login form in html?
  • Ans. 

    To create a login form in HTML, use the

    element with input fields for username and password.

    • Use the element to create the form.

    • Add elements for username and password fields.

    • Set the 'type' attribute of the input fields to 'text' or 'password'.

    • Include a submit button using the element with 'type' set to 'submit'.

Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for resume based question. In my resume I mentioned ReactJS, so they ask basic question about it.

Skills evaluated in this interview

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

I applied via campus placement at Mahatma Gandhi Institute of Technology, Hyderabad and was interviewed in Dec 2022. There were 3 interview rounds.

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 

It was easy- moderate in difficulty level.

Round 3 - Technical 

(2 Questions)

  • Q1. The questions were purely based on python and SQL
  • Q2. SQL- What are window functions and were asked to write some basic fetching queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

I applied via Campus Placement

Round 1 - Assignment 

To write an small essay.

Round 2 - Group Discussion 

To discuss about the related topic given by the HR either it may positive and negative points.

Round 3 - HR 

(1 Question)

  • Q1. 1. Telling about ourselves 2.questions regarded to our subjects like c programming,Java python etc. 3.finalised

Interview Preparation Tips

Interview preparation tips for other job seekers - Please proceed and continue for this company.
Thank u
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Normal Aptitude MCQs were asked.

Round 3 - Coding Test 

OOPs, Normal output based ques, C ques were asked.

Round 4 - Technical 

(1 Question)

  • Q1. Some string manipulation questions were asked. Basics of Java, SQL and C was also asked
Round 5 - HR 

(1 Question)

  • Q1. Introduce yourself, ques regarding flexible timings, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Its a good company for freshers, learn and switch in 1-1.5 yrs.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. What is the difference between Incremental and Differential Backup?
  • Ans. 

    Incremental backup only backs up data that has changed since the last backup, while differential backup backs up all changes since the last full backup.

    • Incremental backup only backs up data that has changed since the last backup

    • Differential backup backs up all changes since the last full backup

    • Incremental backups are faster and require less storage space than differential backups

    • Differential backups are easier to resto...

  • Answered by AI
  • Q2. What is the difference between an MSI and an .EXE File
  • Ans. 

    MSI files are Windows Installer packages used for installation, while .EXE files are executable files that can perform various tasks.

    • MSI files are used for installing software on Windows systems, while .EXE files can be used for a variety of tasks such as running programs or scripts.

    • MSI files are typically larger in size compared to .EXE files.

    • MSI files can be installed silently using command line options, while .EXE f...

  • Answered by AI
  • Q3. What do you mean by BSOD (Blue Screen Of Death)?
  • Ans. 

    BSOD stands for Blue Screen Of Death, a Windows error screen that appears when the system encounters a critical error.

    • BSOD is a stop error screen that appears on Windows operating systems when a fatal system error occurs.

    • It is often caused by hardware failures, driver issues, or software problems.

    • The screen is blue with white text, hence the name Blue Screen Of Death.

    • BSOD usually includes an error code and a message in...

  • Answered by AI
  • Q4. What are IMAP and SMTP?
  • Ans. 

    IMAP and SMTP are protocols used for sending and receiving emails.

    • IMAP (Internet Message Access Protocol) is used for receiving emails from a mail server.

    • SMTP (Simple Mail Transfer Protocol) is used for sending emails to a mail server.

    • IMAP allows users to access their emails from multiple devices while keeping them synchronized.

    • SMTP is responsible for the transmission of emails between the sender's and recipient's mail

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

7 Questions

  • Q1. Project details and OOP with real time example ?
  • Ans. 

    OOP is a programming paradigm that uses objects to represent real-world entities. Project details can be explained using OOP concepts.

    • OOP is based on the concept of classes and objects

    • Classes are like blueprints for objects

    • Objects have properties and methods

    • Encapsulation, inheritance, and polymorphism are key OOP concepts

    • Example: A car class can have properties like make, model, and year, and methods like start and sto

  • Answered by AI
  • Q2. Interested area in coding Front end and backend
  • Ans. 

    I am interested in both front-end and back-end development.

    • I enjoy creating user interfaces with HTML, CSS, and JavaScript.

    • I also like working with databases and server-side languages like Python and PHP.

    • I believe that having knowledge of both front-end and back-end development is important for creating well-rounded applications.

  • Answered by AI
  • Q3. Table relationship
  • Q4. Asynchronous and multi-threading code. How to stop async code based on specification condition
  • Ans. 

    To stop async code based on specification condition, use cancellation tokens.

    • Use CancellationTokenSource to create a cancellation token

    • Pass the cancellation token to the async method

    • Check the cancellation token in the async method using ThrowIfCancellationRequested()

    • Cancel the token when the specification condition is met

  • Answered by AI
  • Q5. Swap array elements and string reverse by using recursive method
  • Ans. 

    Swapping array elements and reversing string using recursion.

    • Create a recursive function that swaps the first and last elements of the array until the middle is reached.

    • Create a recursive function that reverses the string by swapping the first and last characters until the middle is reached.

    • Use a temporary variable to store the value of the element being swapped.

    • Make sure to handle edge cases such as empty arrays or st

  • Answered by AI
  • Q6. SVG and animation effect
  • Q7. DOM, spread operator

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared brush out all things?

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Why we hire you
  • Ans. Bcoz Im very coachable person I'm hungry to learn I have that zeal you should hire me
  • Answered Anonymously
  • Q2. Tell me your qualification
  • Q3. Tell me one quality
  • Ans. 

    Adaptability

    • Ability to quickly adjust to new situations

    • Flexibility in handling changing priorities

    • Openness to learning and acquiring new skills

    • Capacity to work effectively in diverse teams

    • Example: Successfully adapting to a new software system at a previous job

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Confident while giving interview

I applied via Campus Placement and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Are you flexible to location?
  • Q2. What is an array?
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type in a contiguous block of memory.

    • Arrays can be accessed using an index starting from 0.

    • They have a fixed size, which is determined at the time of declaration.

    • Arrays can store elements of any data type, including strings.

    • Example: ['apple', 'banana', 'orange']

  • Answered by AI
  • Q3. Tell me different types of queues?
  • Ans. 

    Different types of queues include linear, circular, priority, and double-ended.

    • Linear queue follows a First-In-First-Out (FIFO) order.

    • Circular queue is similar to linear queue but the last element points to the first element.

    • Priority queue assigns a priority to each element and dequeues the highest priority element first.

    • Double-ended queue allows insertion and deletion at both ends.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Internet failure has occurred during the interview, and that time it's very late so they terminate the process there.

Skills evaluated in this interview

Mahendra NextWealth IT Interview FAQs

How many rounds are there in Mahendra NextWealth IT Junior Executive interview?
Mahendra NextWealth IT interview process usually has 2 rounds. The most common rounds in the Mahendra NextWealth IT interview process are Aptitude Test and HR.

Tell us how to improve this page.

Mahendra NextWealth IT Junior Executive Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Mahendra NextWealth IT Junior Executive Salary
based on 5 salaries
₹1.8 L/yr - ₹2.6 L/yr
38% less than the average Junior Executive Salary in India
View more details
Processing Executive
258 salaries
unlock blur

₹0.9 L/yr - ₹3.5 L/yr

Senior Processing Executive
120 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Training Executive
105 salaries
unlock blur

₹1 L/yr - ₹2.5 L/yr

Verification Executive
44 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Senior Executive
38 salaries
unlock blur

₹1.3 L/yr - ₹4 L/yr

Explore more salaries
Compare Mahendra NextWealth IT with

Kotak Mahindra Bank

3.8
Compare

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Reliance Industries

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