Tip 1 : Prepare your Introduction very well, as first impression is last impression.
Tip 2 : Study and prepare well for the major projects you have mentioned.
Tip 3 : Be confident enough to answer all the questions
Tip 4 : In case u don't know any question, then say Sir/Mam i don't know this.
Tip 1 : Write only those Coding languages which you are enough aware about
Tip 2 : At least 2 major projects should be there.
Tip 3 : If possible, Limit your resume to one page.
Section I – Reasoning Ability test – 15 questions – 25 minutes Section II – Mathematical Ability test – 10 questions – 35 minutes Section III – Verbal Ability test – 20 questions – 20 minutes Section IV – Pseudocode test – 5 questions – 10 minutes Section V – Puzzle Solving test – 4 questions – 10 minutes. Total - 54 MCQS.
Complete the series:
5, 20, 24, 6, 2, 8, ?
Fill in the Blanks with correct choice :
The bus met with an accident and was _____ the traffic, so he had a hard time driving through the downtown.
integer a,b,c
b=40, a=20, c=2-
a=a+c
c=c+a
a=a+c
c=c+a
Display(a+b+c)
Find value of z?
set integer a=5
set integer b= -10
set integer m=4
set integer n=2
set integer z=a++ + --b*n/m



If the given input string is "Welcome to Coding Ninjas", then you should return "Ninjas Coding to Welcome" as the reversed string has only a single space between two words and there is no leading or trailing space.
Initially, reverse the individual words of the given string one by one
Reverse the whole string from start to end to get the desired output
We can also do the above task by splitting and saving the string in a reverse manner.



Anagrams are defined as words or names that can be formed by rearranging the letters of another word. Such as "spar" can be formed by rearranging letters of "rasp". Hence, "spar" and "rasp" are anagrams.
'triangle' and 'integral'
'listen' and 'silent'
Since it is a binary problem, there is no partial marking. Marks will only be awarded if you get all the test cases correct.
This method assumes that the set of possible characters in both strings is small. In the following implementation, it is assumed that the characters are stored using 8 bit and there can be 256 possible characters.
Create count arrays of size 256 for both strings. Initialize all values in count arrays as 0.
Iterate through every character of both strings and increment the count of character in the corresponding count arrays.
Compare count arrays. If both count arrays are same, then return true.
Technical and behavioral round
Self introduction
Latest trends in IT industry
What is OOPS
Types of loops in C++.
What is Cloud Computing
About the certifications i have done in Azure
About Major projects
Difference between While and Do-while loop
About SDLC and its phases
My role in Project.
Difficulties faced during project and how i overcame them.
Importance of audience feedback during project presentation in seminar.
Importance of Time management in life.

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: