Not most difficult. If we are prepared for few common latest FAQs we can very well clear interview
Lead Developer Interview Questions
3,938 lead developer interview questions shared by candidates
Reactjs HOC Dom Vs Virtual Dom useEffect vs useLayoutEffect stateManagement Testing frameworks Server side scripting
MMT Round 1 What optimization techniquess u followed to achieve ideal live streaming ? How to implement live chatbot ? - using WebSocket. Why Websocket ? Is Js single threaded ? - full story is setState Asynchronous ? - yes its is asynchronous like a microtask If there are 3 setState each having different console log & there is log before 1st & after last what will be the sequence of console logs ? how does react virtual domo works ? -recoincilation How react uniquely identifies element ? identifiers How will react behave when there are multiple id's same id ? but my logic is correct update array will it work ? - yes What are usecase of useMemo & useCallback ? If we pass fn(e.g. a fun to make api call based on id( to child component & you don't it to re-render again we use useCallback in parent component. You can calculate and memoize the value in the parent component using useMemo and send it as props to Pagination What are use Purecomponent ? how to implement it in fn component ? - React.memo Diff b/w promise.all & promise.allSettled ? In promise.all the given array of promises gets resolved in different time with different timers. will the result be in sequence of resolution or sequence of order maintained ? MakeMyTrip round 2 : What is diff b/w CSR & SSR ? When will you use SSR ? - SSR is used for pages that consume highly dynamic data - SSR is used when want page highly SEO-friendly. - When a page is rendered into HTML on the server, all of the heavy-lifting is taken care of. For this reason, when the response makes it to the client’s browser, there isn’t much work left for the browser to display the page. It’s ready to go upon delivery How to manage routing in SSR ? How will client manage routes to get data & api calls in SSR ? Drwabacks of SSR ? - pages are not interactive, bland user experience. - solution is code splitting & hydration How SSR works in depth ? How will client detect route using SSR ? Difference between clieny side rendering & Server side rendering What are web-vitals ? What is CLS, FID ? FID= first input delay, time to ready for interaction. CLS Cumulative Layout shift is sudden change in shift of layout which dusrupts user experience. We can make transition smooth animation or transition. What are hooks in React ? syntax of useEffect ? What is prototype in Javascript ? diff b/w useMemo & useCallback ? How to implement useMemo using useCallback ? Implement a counter in code-sandbox ? Memoize increment function ? use useCallback here ?
design lru, longest non repeating substring,create an application which shows flight route etc
R1 - Covert obj[] to int[] Q - new obj[] {1,2,3, new obj[]{4,5}, new obj[]{6}} expected o/p - 1,2,3,4,5,6 thread related questions calling synchronized method from 2 different instance of object. how to fix that.
what is the back end you have experience in and whats cloud
* 2 Coding questions * Design Patterns * MCQ Questions
How to Scale a RDBMS
* describe yourself as a personality * SOLID principles for object oriented programming * various database questions ( related to normalization, transactions, isolation levels, stored procedures, ORM) * design pattern questions (to give examples but also explain differences between patterns listed by the interviewer) * coding language specific (error detection, special keywords, etc).
1. Tell me something about yourself. 2. Roles and responsibilities in current project 3. Project architecture and on which part you work in project. 4. Git commands 5. Spring boot annotations 6. Few questions on Java 8 7. 2 Java 8 programs 8. Singleton implementation.
Viewing 1861 - 1870 interview questions