Premium Employer

i

This company page is being actively managed by Tonik Team. If you also belong to the team, you can get access from here

Tonik

Compare button icon Compare button icon Compare
3.1

based on 10 Reviews

Filter interviews by

Tonik Web Developer Interview Questions and Answers

Updated 22 Jun 2023

Tonik Web Developer Interview Experiences

1 interview found

Web Developer Interview Questions & Answers

user image DON'T TOUCH ME

posted on 22 Jun 2023

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

I applied via Naukri.com and was interviewed before Jun 2022. There were 3 interview rounds.

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 - Technical 

(2 Questions)

  • Q1. What is an angular and how you difference between angular react js
  • Ans. 

    Angular is a front-end framework developed by Google, while React is a JavaScript library for building user interfaces.

    • Angular is a full-fledged front-end framework with its own ecosystem, while React is a JavaScript library focused on building UI components.

    • Angular uses TypeScript, while React uses JavaScript.

    • Angular has a two-way data binding feature, while React uses a one-way data flow.

    • Angular has a steep learning ...

  • Answered by AI
  • Q2. What are the life cycle methods of angular
  • Ans. 

    Angular has several lifecycle methods including ngOnInit, ngOnDestroy, ngDoCheck, etc.

    • ngOnInit - called after the component is initialized

    • ngOnChanges - called when the input properties of a component change

    • ngDoCheck - called during every change detection run

    • ngAfterContentInit - called after content is projected into the component

    • ngAfterContentChecked - called after the projected content has been checked

    • ngAfterViewInit ...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. How many years of experience u have
  • Q2. What was the last python update
  • Ans. 

    The last Python update was Python 3.9.0 released on October 5, 2020.

    • Python 3.9.0 was released on October 5, 2020.

    • It introduced new features like dictionary merge operators, type hinting improvements, and more.

    • Python 3.9.0 also included performance optimizations and security updates.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Web Developer Interview Questions & Answers

ICICI Bank user image Yadav pooja bajarangi

posted on 8 May 2023

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

I applied via Recruitment Consulltant and was interviewed before May 2022. There were 3 interview rounds.

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 - On call 

(3 Questions)

  • Q1. Tell me full form of html and CSS and types
  • Ans. 

    HTML stands for Hypertext Markup Language and CSS stands for Cascading Style Sheets.

    • HTML is used for creating the structure and content of a webpage.

    • CSS is used for styling and formatting the appearance of a webpage.

    • HTML and CSS are the fundamental building blocks of web development.

    • HTML tags are used to define elements on a webpage, while CSS is used to apply styles to those elements.

    • There are different types of HTML

  • Answered by AI
  • Q2. Hyper text markup language and cascading style sheets
  • Q3. Types is internal, external and inline css
  • Ans. 

    Types of CSS are internal, external and inline.

    • Internal CSS is defined within the HTML document using the