Tip 1 : Practice for Aptitude and logical reasoning questions
Tip 2 : Must Have good practice of Data Structures and Algorithms
Tip 1 : Must have atleast 3 to 4 projects on your resume
Tip 2 : Never put false things in your resume
It was basically an Online MCQ round which comprises of questions related to Logical reasoning, Verbal, Output related questions, MS Excel questions and some questions related to networking. Total - 90 Questions.
It was a coding round we received just after if we clear online MCQ round. It comprises of two coding question One is of easy level and another is of medium level.
1. No two vehicles can have the same registration number.
2. Two registration numbers are said to be different if they have at least a different character or a digit at the same location. For eg. DL 05 AC 1234 and DL 05 AC 1235 are different, DL 05 AC 1234 and DL 05 AB 1234 are different registration numbers.
3. All the cars will have the same first two characters as they have to be registered in the same state.
4. The numbering of the districts in the state starts from ‘1’ (which will obviously be written as 01 in registration number).
The number of positive integers and negative integers may not be equal. In such cases, add the extra integers at the end.
For array {4, -9, -2, 6, -8}, the output will be {-9, 4, -2, 6, -8}
For array {1, 2, 3, -5}, the output will be {-5, 1, 2, 3}
Section-1:Read the sentences(8)
Section 2: Repeat the sentence.(12)
Section 3: Answer with single word(16)
Section 4: Repeat the paragraph/story.(3)
Section 5: There were 2 topics given and time to think and later for a minute we need to speak on the topic.(2)
It was basically the HR round and comprises of the questions like related
-Introduction
-Explain Projects
-Favourite subject and why.
-Why do you opt for technical jobs.
-Ready for Relocation.
-Where do you see yourself in 5 years.
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is the output of print(type("Python"))?