question about the company's engineering strategy (testing, Scrum, etc) Nerd out about stuff. Show you're proud of what you've done, you're amped about what they're doing, and you have opinions about languages and workflows. Communicate. Once you get into the coding questions, communi...
Question-76. What is C++ ? Answer- C++ is an object oriented programming language created by Bjarne Stroustrup. It is released in 1985. Question-77. What are the advantages of C++ ? Answer- C++ doesn't only maintains all aspects from C language, it also simplify memory management and add...
To learn more about API design, check out this mock interview from Exponent, on designing the Twitter API: 8. How would you design a messaging app? Real-time messaging apps are a common standalone product, or a built-in feature of larger systems. For this question, you might be asked ...
Answer This question is compilable and deterministic. Its output is “012012”. Explanation Whether you post-increment or pre-increment i, its value does not change until after the loop body has executed. SOURCE Related C++: GUI Enabling/Disabling of Controls September 1, 2017 In "C++" Septembe...
“So …tell me about yourself. ”The toughest job interview question may seem like a softball from the interviewer’s perspective: It seems because it feels like a free pass: no request for real-life examples, no technical challenge, not even the feared “What’s your biggest fault? ”Just...
This question assesses your ability to write robust C# code that can handle unexpected input and recover gracefully from errors. It’s also a good opportunity to demonstrate your knowledge of .NET’s I/O and exception-handling capabilities. ...
A little groundwork about the company should help you answer this question. 55. What is the result if a jQuery Event Handler returns false? If a jQuery event handler returns false, it prevents the default behavior of the event and stops the event from propagating further. This can be used...
This question tests for the interview candidate’s understanding of one common type of smart pointer.Possible answersThe correct answer is that this code won’t even compile. The std::unique_ptr type cannot be copied, so passing it as a parameter to a function will fail to compile....
这些问题覆盖了 Objective-C Runtime 的多个方面,包括消息发送、转发、动态特性、关联对象、方法交换等,旨在评估面试者对 Objective-C Runtime 机制的深入理解和实际应用能力。 请解释 Objective-C 中消息发送的过程,包括objc_msgSend的作用 在Objective-C 中,消息发送是一个核心概念,它涵盖了将一个消息(方法调用)...
Sample Programming Interview Question Writing programming interview questions hasn't made me rich yet ... so I might give up and start trading Apple stocks all day instead. First, I wanna know how much money Icould havemade yesterday if I'd been trading Apple stocks all day. ...