What do you mean by 'startup spirit'? What exactly do you not like about your current company?
Frontend
What was the most memorable task you had to solve?
What is Long Polling in your understanding?
What RxJS operators do you know and which ones have you used in practice?
How was the search in the table implemented using RxJS — how exactly was the request sent to the server?
You mentioned that you had a mentor — did you take any additional courses or study the profession only with a mentor? How exactly was the training conducted?
Can you somehow confirm your work experience (more than 5.25 years) listed in your resume? For example, with a work book or a certificate extract?
What do you want to find in a new company? Maybe you want to take on more responsibility, or on the contrary, avoid it?
What other optimizations of the table have you done besides pagination and filtering?
What does the First Meaningful Paint (or First Contentful Paint) metric indicate?
Are you still working at the company or have you already left?
What types of interaction/protocols between client and server do you know (REST, GraphQL, etc.)?
When a user enters google.com in the browser, what is the first HTTP request sent to the server and by which method?
Code analysis in RxJS: what will be printed to the console if catchError and of operator are used to handle errors?
What are the disadvantages of WebSocket compared to other methods of client-server interaction?
The table constructor you mentioned, what was it implemented with — did you use any libraries or was it within pure Angular?
Tell me about the project at your current/last place of work: what kind of project it was, how many people were in the team and their roles, and also tell about a difficult or interesting task you performed — what was the difficulty and how did you solve it.
What is the difference between Short Polling and Long Polling?