Upload Button Icon Add office photos
Engaged Employer

i

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

Mindgraph Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Mindgraph Junior Trainee Interview Questions and Answers

Updated 27 Oct 2023

Mindgraph Junior Trainee Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Odd or even Program without using loop
  • Ans. 

    Check if a number is odd or even without using loops

    • Use bitwise AND operator with 1 to check if the least significant bit is 1 or 0

    • If the result is 1, the number is odd. If the result is 0, the number is even

    • Example: int num = 5; if((num & 1) == 1) { // odd number } else { // even number }

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Oops Concepts ,
  • Q2. College Projects

Skills evaluated in this interview

Interview questions from similar companies

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

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

Pharmacy related questions and pharmacovigilance related adverse drug reactions, adverse effects

Round 2 - Case Study 

What the case study and time during of the. Case study

Round 3 - HR 

(3 Questions)

  • Q1. Previous experience
  • Q2. Salary discussion
  • Q3. Currently working related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Tailor Your Resume and Cover Letter: Customize both to match the job description. Highlight your skills and experiences that align with the role you're applying for. Recruiters often skim resumes, so make sure your most relevant experience stands out.

Build a Strong LinkedIn Profile: In today’s job market, having a polished LinkedIn profile is crucial. Make sure it reflects your most recent skills, experiences, and any endorsements or recommendations you’ve received.

Network: Connect with people in your industry, attend virtual or in-person events, and reach out to professionals for informational interviews. Networking can often open doors to opportunities that aren’t posted publicly.

Research Companies: Before applying, make sure you understand the company’s culture, values, and what they look for in candidates
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(5 Questions)

  • Q1. What is NOS and NEC
  • Ans. 

    NOS stands for Network Operating System, which is software that controls network resources. NEC stands for National Electrical Code, which sets standards for electrical installations.

    • NOS is software that manages network resources and allows computers to communicate with each other.

    • Examples of NOS include Windows Server, Linux, and Cisco IOS.

    • NEC is a set of standards for electrical installations to ensure safety and com...

  • Answered by AI
  • Q2. What is DIFFERENT types of laceration repair
  • Q3. What is epistaxis
  • Q4. Guidelines of incision and drainage
  • Q5. How many organ system jn body

Interview Preparation Tips

Interview preparation tips for other job seekers - Qualification is must

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Apr 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Angular basic to advance.
  • Q2. Js code remove the duplicate from array.
  • Ans. 

    Use Set to remove duplicates from array of strings in JavaScript.

    • Create a Set from the array to automatically remove duplicates.

    • Convert the Set back to an array to get the unique values.

    • Example: const array = ['apple', 'banana', 'apple']; const uniqueArray = [...new Set(array)];

  • Answered by AI

Skills evaluated in this interview

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

Own Topic is given to me and I took the topic as " Cultural Event in my College"

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Have to speak on any topic for 2 min
Round 2 - HR 

(1 Question)

  • Q1. What is international banking
  • Ans. 

    International banking refers to financial services provided by banks across different countries to facilitate global trade and investment.

    • International banking involves services such as foreign exchange, trade finance, cross-border payments, and international investment.

    • Banks establish branches or subsidiaries in different countries to offer services to clients operating internationally.

    • International banking helps busi...

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

I applied via campus placement at Dayananda Sagar College of Engineering, Bangalore and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Coding Test 

It wa easy , there were 20 mcq and 2 coding question .

Round 2 - One-on-one 

(1 Question)

  • Q1. In the first round of interview it was all techical based question . Topics like OOPs , Data structures were covered.
Round 3 - One-on-one 

(1 Question)

  • Q1. This round was a technical+managerial round. I was given senarious ans situations and asked for solutions for them.
Round 4 - HR 

(1 Question)

  • Q1. This was the last round , and was purely HR based.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Basic questions on technical topics of computer science

Round 2 - Technical 

(1 Question)

  • Q1. How to find middle of a linked list using 2 pointers method
  • Ans. 

    Use two pointers, one moving twice as fast as the other, to find the middle of a linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list

    • Move slow pointer by one node and fast pointer by two nodes until fast pointer reaches the end

    • The node pointed to by slow pointer will be the middle of the linked list

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself and explain projects

Skills evaluated in this interview

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

Palindrom test with binary search algo

Round 2 - Coding Test 

Trapping rain water test with leetcode

Round 3 - HR 

(1 Question)

  • Q1. Ctc culture fit and other diwcussion
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Telegram and was interviewed in Sep 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 

Reasoning ability ,verbality ,arthamatic ability and communication skills

Round 3 - Technical 

(1 Question)

  • Q1. Oops ,Basic keywords of computer ,c language, coding
Round 4 - HR 

(1 Question)

  • Q1. Relocation, Discussed about the work location

Mindgraph Interview FAQs

How many rounds are there in Mindgraph Junior Trainee interview?
Mindgraph interview process usually has 3 rounds. The most common rounds in the Mindgraph interview process are HR and Resume Shortlist.
What are the top questions asked in Mindgraph Junior Trainee interview?

Some of the top questions asked at the Mindgraph Junior Trainee interview -

  1. odd or even Program without using l...read more
  2. Oops Concept...read more
  3. College Proje...read more

Tell us how to improve this page.

Mindgraph Junior Trainee Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
Nagarro Interview Questions
4.0
 • 759 Interviews
View all
Software Engineer
32 salaries
unlock blur

₹2.5 L/yr - ₹10.5 L/yr

Software Developer
13 salaries
unlock blur

₹4.6 L/yr - ₹12 L/yr

Azure DevOps Engineer
8 salaries
unlock blur

₹5 L/yr - ₹6.1 L/yr

Data Analytics Engineer
7 salaries
unlock blur

₹4 L/yr - ₹4.5 L/yr

Data Engineer
7 salaries
unlock blur

₹3.6 L/yr - ₹5 L/yr

Explore more salaries
Compare Mindgraph with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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