Upload Button Icon Add office photos

Filter interviews by

TCS iON Web Developer Interview Questions and Answers

Updated 7 Oct 2024

TCS iON Web Developer Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is PHP? Full form of PHP? PHP latest version??
  • Ans. 

    PHP is a server-side scripting language used for web development. Full form is Hypertext Preprocessor. Latest version is PHP 8.0.

    • PHP is a popular scripting language for creating dynamic web pages.

    • Full form of PHP is Hypertext Preprocessor.

    • Latest version of PHP is PHP 8.0, released in November 2020.

  • Answered by AI
  • Q2. Different between Mysql vs Nosql?
  • Ans. 

    MySQL is a relational database management system, while NoSQL is a non-relational database management system.

    • MySQL is a structured database with tables and rows, while NoSQL is unstructured and can store data in various formats like key-value pairs, documents, graphs, etc.

    • MySQL is ACID-compliant, ensuring data integrity, while NoSQL sacrifices some ACID properties for better scalability and performance.

    • MySQL is suitabl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please study that all basic question answer

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. I don't have any questions
  • Q2. I don't want to ask any question
  • Q3. Java opps concept
  • Q4. Database related questions
  • Q5. Web development questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes

Web Developer Interview Questions Asked at Other Companies

Q1. Check Indices With Given Difference Problem Statement You are pro ... read more
asked in Evalueserve
Q2. Reverse Linked List Problem Statement Given a singly linked list ... read more
Q3. Intersection of Linked List Problem You are provided with two sin ... read more
Q4. Last Index of Element The task is to determine the index of the l ... read more
Q5. Most Frequent Non-Banned Word Problem Statement Given a paragraph ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

Logical reasoning and mental ability and maths and any other

Interview Preparation Tips

Interview preparation tips for other job seekers - Self dedicated

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Coding Test 

The interview will last for 30 minutes and will include basic Node.js questions, followed by two coding questions.

I applied via campus placement at Parul Institute of Management and Research, Vadodara and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Assignment 

Nees to create an Assignment within a give time slot my was from 9am - 4pm and need to create a CRUD app small that can have update delete and insert function

Round 2 - Technical 

(1 Question)

  • Q1. It was about MYSQL query and how to slove if multiple data fetch request come through and how the server will handle load balancing
Round 3 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just Do give your best and be relax If you make tour comfort it will be a piece of cake in the interview and do know the basics of what the assignment was because questions come from their only

Interview Questionnaire 

5 Questions

  • Q1. What is the viewport?
  • Ans. 

    The viewport is the visible area of a web page displayed on a device's screen.

    • It determines the layout and dimensions of the content on the screen.

    • It can be adjusted using meta tags in the HTML head section.

    • It is important for responsive design and mobile optimization.

    • It can be simulated in web development tools like Chrome DevTools.

  • Answered by AI
  • Q2. Inline elements and block elements in CSS
  • Ans. 

    Inline elements are displayed inline with text while block elements take up the full width available.

    • Inline elements do not start on a new line

    • Block elements start on a new line and take up the full width available

    • Inline elements can have padding and margin applied horizontally but not vertically

    • Block elements can have padding and margin applied in all directions

    • Examples of inline elements include and , while examples

  • Answered by AI
  • Q3. Display inline vs. display block
  • Ans. 

    display inline is used for inline elements while display block is used for block-level elements.

    • display inline elements are placed next to each other horizontally

    • display block elements take up the entire width of their container

    • display inline-block elements are placed next to each other horizontally and can have a width and height set

  • Answered by AI
  • Q4. Flex and grid
  • Q5. Pseudo-classes in css
  • Ans. 

    Pseudo-classes are used in CSS to select and style elements based on their state or position in the document.

    • Pseudo-classes start with a colon (:)

    • Common pseudo-classes include :hover, :active, :focus, :first-child, :last-child

    • Pseudo-classes can be combined with selectors to target specific elements

    • Pseudo-classes can also be used to style links based on their state

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Javascript question
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Angular basics regarding lifecycle hooks, rxjs, data bindingetc
  • Q2. Coding to find the common characters comparing 3 strings
  • Ans. 

    Finding common characters in 3 strings using coding

    • Create a function that takes in 3 strings as input

    • Iterate through each character of the first string and check if it exists in the other 2 strings

    • Store the common characters in an array and return it

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

1 hr -duration and Question is Full of basics and technology what we have used

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Prev job exp details

TCS iON Interview FAQs

How many rounds are there in TCS iON Web Developer interview?
TCS iON interview process usually has 1-2 rounds. The most common rounds in the TCS iON interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in TCS iON Web Developer interview?

Some of the top questions asked at the TCS iON Web Developer interview -

  1. What is PHP? Full form of PHP? PHP latest versio...read more
  2. Different between Mysql vs Nos...read more
  3. I don't want to ask any quest...read more

Tell us how to improve this page.

TCS iON Web Developer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
TCS iON Web Developer Salary
based on 11 salaries
₹3 L/yr - ₹7 L/yr
6% more than the average Web Developer Salary in India
View more details

TCS iON Web Developer Reviews and Ratings

based on 9 reviews

4.2/5

Rating in categories

4.3

Skill development

4.2

Work-life balance

4.3

Salary

4.2

Job security

4.3

Company culture

4.2

Promotions

4.3

Work satisfaction

Explore 9 Reviews and Ratings
Operations Executive
251 salaries
unlock blur

₹1.2 L/yr - ₹5.5 L/yr

Software Developer
145 salaries
unlock blur

₹3.6 L/yr - ₹13.6 L/yr

Software Engineer
118 salaries
unlock blur

₹2.1 L/yr - ₹9 L/yr

System Engineer
111 salaries
unlock blur

₹2 L/yr - ₹9.2 L/yr

IT Manager
57 salaries
unlock blur

₹1.2 L/yr - ₹4.2 L/yr

Explore more salaries
Compare TCS iON with

Wipro

3.7
Compare

Amazon

4.1
Compare

TCS

3.7
Compare

Infosys

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