Tip 1 : Atleast 3 project like from frontend development or any ml or data science relevent project, as well as hard work and smart work is required. Be continue with positive consistancy
Tip 2 : Do atleast 2 projects
Tip 1 : Resume should be professional mention those point that you are able to give the answer related to your resume which you have montioned.
3 Coding question, 15 Aptitude(mcq), Reasoning and English(mcq)
#include
using namespace std;
int vowelCount(char *sptr)
{
// Create a counter
int count = 0;
// Iterate the loop until null character encounter
while ((*sptr) != '\0') {
// Check whether character pointer finds any vowels
if (*sptr == 'a' || *sptr == 'e' || *sptr == 'i'
|| *sptr == 'o' || *sptr == 'u') {
// If vowel found increment the count
count++;
}
// Increment the pointer to next location
// of address
sptr++;
}
return count;
}
int main()
{
char str[] = "mindtree";
cout << "Vowels in above string: " << vowelCount(str);
return 0;
}
English grammar tense, parts of speech , listening and writing, correct the wrong sentences, comprehensive paragraph, listening and speaking
They asked me some programming question I have to write only logic. Questions were from array, string and oops



We have to compare two strings.
1) In first question map the length of string later on compare to each other using if else
2) in the loop use i = i + 2 and swap it this logic become fine


Example :
For N=5, Pattern:
E
DE
CDE
BCDE
ABCDE
1) Tell me about yourself
2) Why are you having gap after graduation (at least 7 to 8 month).
3) What was certification you have done
4) What was your role in your capstone project during your college semester
5) What do you know about the company (mindtree)

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: