Developer

IOS developer Interview questions
By default, any variable that points to another object does so with what is referred to as a “strong” reference. A retain cycle occurs when two or more objects have reciprocal strong references (i.e., strong references to each other). Any such objects will never be destroyed by ARC (iOS’ Automatic Reference…
Documents that require apostilles. Birth certificate apostille. If you have any questions.
Read more

Applications developer Interview questions
Many software developers I have talked to absolutely dread job interviews. And I have seen job candidates absolutely flub a number of questions. Some are standard interview questions, but a developer will still need to answer them in a way that relates them to the job. Other questions are specific to the software development industry. Here are 10 job interview questions that…
Read more

Salesforce developer Interview questions
Preface : this post is part of the How to get a Salesforce developer job series. I’ve been hesitant to write this post because this kind of information is extremely sensitive. You’re getting an unfair advantage over your competitors, plus, you basically get a shortcut through the whole learning phase. The worst part is that I personally use a ton of these questions when interviewing…
Read more

Java web developer Interview questions
SEOmoz has recently been interviewing applicants for a web developer position. Prior to conducting the interview, I wrote up a list of technical questions I wanted to ask. After interviewing, I decided to build upon this list and put together a larger one that everyone could use - both for interviewers and interviewees. The list is not specific to any particular type of development…
Read more

Software developer technical Interview questions
Hiring managers want to see the cognitive process that applicants go through when working on a problem or a puzzle. Always talk out loud when answering, address the pros and cons of your algorithm you ve written, and talk about space/time complexity in terms of Big-O. A. Time/Space Complexity: B. Arrays/Strings: C. Linked Lists: D. Stacks/Queue E. Trees/Graphs: a. Merge two…
Read more

Interview questions for business Development
This Business development manager interview questions profile brings together a snapshot of what to look for in candidates with a balanced sample of suitable interview questions. Jump to section: Business development managers (BDM) are found in all industries where they generate new business for a company. Higher education is usually optional except in some fields (e.g. chemical…
Read more

Development Interview questions
If your sales team has grown large enough to warrant role specialization, you ll not only need to shake up the organization s structure - you must also revamp the hiring process. Prospecting and closing are two distinct tasks, so it doesn t make sense to ask the same interview questions to both sales rep and business development candidates. Different jobs require different…
Read more

Organizational Development Interview questions
Getting the in-depth story behind the experience an individual has within an organisation is one of the advantages of using interviews as a diagnostic tool. They are also useful as a questionnaire follow-up to get more information around a topic or responses which may require further investigation. Interviews can provide the OD practitioner with information on a variety of…
Read more

Oracle SQL developer Interview questions
SQL Interview Questions (few questions are repeated with small differences in their answers) What Is SQL? SQL (pronounced as the letters S-Q-L or as sequel) is an abbreviation for Structured Query Language. SQL is a language designed specifically for communicating with databases. SQL is designed to do one thing and do it well—provide you with a simple and efficient way to read…
Read more

Database Interview questions for Java Developers
Question 1: SQL Query to find second highest salary of Employee Answer: There are many ways to find second highest salary of Employee in SQL, you can either use SQL Join or Subquery to solve this problem. Here is SQL query using Subquery: select MAX(Salary) from Employee WHERE Salary NOT IN (select MAX(Salary) from Employee ); Question 2: SQL Query to find Max Salary from each…
Read more

Software Development Life Cycle Interview questions
Answer: SDLC (Software Development Life Cycle) is the process of developing software through business needs, analysis, design, implementation and maintenance. Software has to go through various phases before it is born which are as follows: (i)Generating a Concept – A concept comes from the users of the software. For example, a Pizza Hut may need software to sell pizza. An…
Read more

Economic Development Interview questions
Interviewing for your next job is tough work! Last year, I published The 1 Thing You Must Do In Every Job Interview. The article received a lot of feedback—some in support and some in opposition. Interviews have remained a hot topic for me over the past year, especially as I work to scale our team at Likeable Local. This year, I thought I’d ask my friends over at the Young…
Read more