What is Virtual DOM Difference between Var and Let what is redux reverse an SLL What is Variable Hoisting What is Virtual SEO Questions related to My internship And projects were asked.
Software Development Interview Questions
37,017 software development interview questions shared by candidates
As there is machine learning in resume do you know neural network? than explain.
1.How do you find out if a number is a power of 2? And how do you know if it is an odd number? 2.How do you find the middle item in a linked list? 3.How would you change the format of all the phone numbers in 10,000 static html web pages? 4.What is the difference between a queue and a stack? 5.In an array with integers between 1 and 1,000,000 one value is in the array twice. How do you determine which one? 6.How would you store a vector in N dimensions in a datatable? 7.Which tools are essential to you for testing the quality of your code? 8.How do you manage conflicts in a web application when different people are editing the same data? 9.What is your advice when a customer wants high performance, high usability and high security? 10.How do you find the middle item in a linked list?
Regarding CV and some basic of oops then after family background etc
They asked 2 DSA question one was easy and other is medium level
What is memory leak ? What is deep copy ? What is interfacing
Java: String vs StringBuilder vs StringBuffer: what is thread synchronization Manual testing concepts of Boundary Value Analysis and Equivalence Partitioning String s = "ABC" String s2 = new String("ABC") s == s2 s.equalsIgnoreCase(s2) Program for "ABC XYZ" to "XYZ ABC" How to alter registry settings via Selenium Why don't we write ChromeDriver dr = new ChromeDriver Difference between get() and navigate() Difference between bug and defect Questions related to API testing, I don't remember
Create a ServerManager class with the functions allocate(string) and deallocate(string) to the following specifications: allocate('apibox') = 'apibox1' allocate('apibox') = 'apibox2' allocate('sitebox') = 'sitebox1' allocate('apibox') = 'apibox3' deallocate('apibox2') allocate('apibox') = 'apibox2'
Sql queries for show all tables
Is array dynamic or static? and if static then how can we declare an dynamic array?
Viewing 2481 - 2490 interview questions