Write Util class and method to reverse a Sentence. Ex: "I am Indian" to "Indian am I".
Full Stack Software Developer Interview Questions
1,668 full stack software developer interview questions shared by candidates
What challenges you faced? Why would you join flairstech? What do you know about flairstech?
Produce the data from api in a table
Questions around technical requirements in the job description.
Next was the karat interview: 3 js related questions 1) one was a given code and asked what would print 2) was a question about cross site scripting 3) asked me to define the difference between bandwith and latency and whether wireless networking or mobile connection would have higher or lower bandwith. and asked if it was higher or lower latency 4) ways to improve page perfomance A function matches the given search string if all of the characters in the search string appear in order (but not necessarily consecutively) in the function. For example, consider the function "replacefirst" and the following search strings: replacefirst Search String: ^^^ "rep" matches ^ ^ "rf" matches ^ ^ "fr" matches "fre" does NOT match. There is an f and r in order, but no e after them Write a function that takes in a list of strings representing function names, and a search string, autocomplete(functions, "li") => 6 autocomplete(functions, "rep") => 3 autocomplete(functions, "cize") => 1 autocomplete(functions, "ssh") => 1 autocomplete(functions, "sp") => 3 autocomplete(functions, "fre") => 0 functions = ["blank", "capitalize", "endswith", "escape", "includes", "indexof", "join", "lastindexof", "lowercase", "requotereplacement", "replace", "replacefirst", "reverse", "split", "splitlines", "startswith", "trim", "trimnewline", "triml", "trimr", "uppercase"] and returns how many strings in the list match the search string.
Phone screen: Why do you want to work for Meraki? Recruiter talked about Meraki and what they do and core products, Talked about software team and what they do, Described the teams, Talked about the role, team, day to day events, and other things involved in the internship (networking, events, etc). Then I was asked about me and my resume, my top three languages, my preference (front-end, back-end, or mix), Asked what projects I did and if I did anything with backend, Asked about my python experience, Asked about location preference (sf, chicago, or remote), Talked about the relocation amnt (10k lump sum for sf).Asked expected graduation, Asked about sponsorship, Asked my pay expectation, Asked if I had competing deadlines, Talked about moving forward to the next interview stages
How React works in the background, lifecycle methods, and project-related questions
OOP topics SOLID Principles Akka.Net Framework Angular 2
Why are you interested in this position?
Medium Problems such as game of life. Vanilla Javascript, General system design interview questions.
Viewing 521 - 530 interview questions