Ios Android Developer Interview Questions

32 ios android developer interview questions shared by candidates

This is the hands-on development position.So,you need to have very good programming skills first round is basic programming round and if you clear this then 2-3 technical interviews as per requirement. following programs were asked: 1) check whether the string is palindrome or not 2) merge two arrays alternatively. 3)write a program to print numbers from 100 to 500 but print 'cool' instead of number if the number is multiple of 5,print 'dude' if number is multiple 11 and print 'cool dude' if the number is multiple of both. 4)print the sequence 50 51 52 53 54 55 40 41...10 11 12 13 14 15 5) print the number if the remainder is 3 when divided by 7 and exit if user press 0
avatar

Android/IOS Developer

Interviewed at Raja Software Labs

3.9
Feb 14, 2018

This is the hands-on development position.So,you need to have very good programming skills first round is basic programming round and if you clear this then 2-3 technical interviews as per requirement. following programs were asked: 1) check whether the string is palindrome or not 2) merge two arrays alternatively. 3)write a program to print numbers from 100 to 500 but print 'cool' instead of number if the number is multiple of 5,print 'dude' if number is multiple 11 and print 'cool dude' if the number is multiple of both. 4)print the sequence 50 51 52 53 54 55 40 41...10 11 12 13 14 15 5) print the number if the remainder is 3 when divided by 7 and exit if user press 0

Given a 14 digit date time value as input (D), whose format is YYYYMMDDHHMISS. YYYY – represents year (Examples: 1947, 2000, 2015) MM – represents month (Examples: 12, 01, 03) DD – represents day (Examples: 31, 01, 15) HH – represents hour (Examples: 00, 01, 12, 23) MI – represents minute (Examples: 59, 50, 00, 05) SS – represents second (Examples: 59, 50, 00 06) You will also be given another integer, called the offset value (O), in seconds. You are required to print a 14 digit output date in the format YYYYMMDDHHMISS which is adjusted for the offset from the input date. Constraints: 10010101000000 < D < 39991231235959 -94638758399 < O < 94638758399 Sample Input: 19470815000008 17 Sample Output: 19470815000025 Explanation: The input 19470815000008 represents August 15, 1947 00:00:08. If you adjust the input date with 17 seconds, you will get the date August 15, 1947 00:0025. Hence the output is 19470815000025.
avatar

Web, Android and IOS Developer

Interviewed at Mallow Technologies

4.2
Jan 24, 2016

Given a 14 digit date time value as input (D), whose format is YYYYMMDDHHMISS. YYYY – represents year (Examples: 1947, 2000, 2015) MM – represents month (Examples: 12, 01, 03) DD – represents day (Examples: 31, 01, 15) HH – represents hour (Examples: 00, 01, 12, 23) MI – represents minute (Examples: 59, 50, 00, 05) SS – represents second (Examples: 59, 50, 00 06) You will also be given another integer, called the offset value (O), in seconds. You are required to print a 14 digit output date in the format YYYYMMDDHHMISS which is adjusted for the offset from the input date. Constraints: 10010101000000 < D < 39991231235959 -94638758399 < O < 94638758399 Sample Input: 19470815000008 17 Sample Output: 19470815000025 Explanation: The input 19470815000008 represents August 15, 1947 00:00:08. If you adjust the input date with 17 seconds, you will get the date August 15, 1947 00:0025. Hence the output is 19470815000025.

Viewing 1 - 10 interview questions

Glassdoor has 32 interview questions and reports from Ios android developer interviews. Prepare for your interview. Get hired. Love your job.