Faster and better experience!
Filter interviews by
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
First round was aptitude test
To reverse a string, iterate through the characters and build a new string in reverse order.
Iterate through the characters of the input string from end to start.
Append each character to a new string to build the reversed string.
Return the reversed string as the output.
Break is used to exit a loop, while continue is used to skip the current iteration and move to the next one.
Break is used to terminate the loop and move to the next statement outside the loop.
Continue is used to skip the current iteration and move to the next one in the loop.
Example: for(int i=0; i<5; i++){ if(i==3) break; System.out.println(i); } // Output: 0 1 2
Example: for(int i=0; i<5; i++){ if(i==2) continue; Syst
Reverse an array of strings
Create a new array to store the reversed strings
Iterate through the original array in reverse order and add each element to the new array
Return the new array as the reversed version of the original array
I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.
Recent graduate with a degree in Computer Science
Passionate about coding and problem-solving
Strong communication and teamwork skills
I become nervous when I have to speak in front of a large audience or when I am faced with a high-pressure situation.
Speaking in front of a large audience
High-pressure situations
Meeting important deadlines
Making important decisions
Facing unexpected challenges
I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.
I applied via Campus Placement and was interviewed before Jan 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Jul 2020. There were 4 interview rounds.
The project involved designing and implementing a new network infrastructure for a large corporation.
Conducted a thorough analysis of the existing network infrastructure
Designed a new network architecture that met the company's needs
Implemented the new network infrastructure with minimal disruption to business operations
Tested and optimized the new network to ensure optimal performance
Provided ongoing support and maint
I applied via Walk-in and was interviewed before Feb 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Feb 2020. There was 1 interview round.
I applied via Recruitment Consultant and was interviewed before Aug 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.
based on 1 interview
Interview experience
Applications Engineer
5
salaries
| ₹5 L/yr - ₹7 L/yr |
Senior Automation Engineer
5
salaries
| ₹15 L/yr - ₹18.8 L/yr |
Automation Lead
3
salaries
| ₹25 L/yr - ₹28 L/yr |
TCS
Accenture
Wipro
Cognizant