iOS iNTERVIEW qUESTION :) Introduced Your Self ?? Basic ?? C C++ Xcode Version ?? Have you know Objective-C OR Swift ? How to add data into Array ?? Dictionary ?? Mutable And imMutable Diff Let and var diff ?? Where can you test Apple iPhone apps if you don’t have the device? A: iOS Simulator can be used to test mobile applications. Does iOS support multitasking? A: iOS 4 and above supports multi-tasking and allows apps to remain in the background until they are launched again or until they are terminated. What are the tools required to develop iOS applications? A: iOS development requires Intel-based Macintosh computer and iOS SDK. Who calls the main function of you app during the app launch cycle? A: During app launching, the system creates a main thread for the app and calls the app’s main function on that main thread. What is the purpose of UIWindow object? A:The presentation of one or more views on a screen is coordinated by UIWindow object. What is App Bundle? A:An iOS app bundle contains the app executable file and supporting resource files such as app icons, image files, and localized content. Whats a struct? A:A struct is a special C data type that encapsulates other pieces of data into a single cohesive unit. Like an object, but built into C. Whats the difference between NSArray and NSMutableArray? A:NSArrayʼs contents can not be modified once itʼs been created whereas a NSMutableArray can be modified as needed, i.e items can be added/removed from it. Explain retain counts. A:Retain counts are the way in which memory is managed in Objective-C. How Many Types of Controller You Know ? Tableview Delegate AND Datasource Method ? How To Navigate One View TO Another View Controller ? We Have a 10 View Controller so how I can pass data like array, label ? What is Protocol And Delegate CollectionView Delegate And Datasource Method ?? In Number Section Will 0 then my table Data is print or not ? How I can store a Data Locally ? UserDefault ?? Core Data ?? Have You ever integrate a Map View ?? Yes Explain ? WebView ? Have You integrate Social like FaceBook, Twitter ?? Yes Then Explain How How Many Types Of Notification are there ??? Then Explain ?? What are the third Party You Know ?? Then Tell me How you can do this ? Image Upload ?? Json URL ?? Get And Post How you can store Data into database ? How many types of database that you used ? You Know The Query For Select Data in to Table ?? Why Core Data is Used ??? Means You ever here this word >?? Yes then explain. LifeCycle Of ViewController And AppLication ?? Property Of Objective-C ?? Why WE use thirdparty ?
Thanks a lot sir.All yr interview questions and answers helped to pass my first round of technical interview which lasts for 60mind in VMware.Almost all the questions they asked me.Waiting for next round of interview at VMware which is scheduled on coming Thursday 😊
Hi Yogesh, How are you. I Like watching your videos. I am disappointed with you as you have not added these questions and answers anywhere. Please do that.
Hello Ashish, it's big topic but i explain in short word that if we have class Ashish{ } then, let ashish1 = Ashish() let ashish2 = ashish1 let ashish3 = ashish2 so now there three instance of class name Ashish when we dealloc the ashish 1 then we have to dealloc ashish2 & ashish 3 because we have to pass or assign the reference of the class this is called Automatic Reference Couting !!! And Automatic Release Pool Means if we don't dealloc the variable or peroperty or instances these are go to the Automatic Release Pool basically it is a stack last in first out and it dealloc one by one !! i hope that you are cleared now !! Thank You !!Please Follow Me on Twitter :- twitter.com/yogeshpatelios Keep Supporting :)
Yogesh,sir Q1. what difference Tableview and Collectionview in swift 5 ? A. This question ask in my interview and you have answered this question i say sam word but he ask other diffrent in table and collection view. Please tell ne about other diffrent in tableview and collectionview.
Hello Munish, it's great we use this for data read and write and security purpose also for HTTPS And Camera !! i explain briefly on this topic in my video don't worry nice topic good to share !! Make Sure to Subscribe My Channel :) Please Follow Me on Twitter :- twitter.com/yogeshpatelios Keep Supporting :)
Hello sir,I am new in iOS ,,,so I want to know that what is the future scope of iOS developer in India? And what is the average salary package of an iOS developer in India and outside india?? Please rply.Thanks
IPhone is a international Platform You can build app in india as well as outside of india. For salary is depend on you that how better you code in ios Swift or Objective-C. Thank You :)
Hello Sagar, ok i will upload video on english for interview question :) Thank You !! Make Sure To Subscribe my Channel :) if You have any Query then Please Comment Me !!
iOS iNTERVIEW qUESTION :)
Introduced Your Self ??
Basic ?? C C++
Xcode Version ??
Have you know Objective-C OR Swift ?
How to add data into Array ??
Dictionary ??
Mutable And imMutable Diff
Let and var diff ??
Where can you test Apple iPhone apps if you don’t have the device?
A: iOS Simulator can be used to test mobile applications.
Does iOS support multitasking?
A: iOS 4 and above supports multi-tasking and allows apps to remain in the background until they are launched again or until they are terminated.
What are the tools required to develop iOS applications?
A: iOS development requires Intel-based Macintosh computer and iOS SDK.
Who calls the main function of you app during the app launch cycle?
A: During app launching, the system creates a main thread for the app and calls the app’s main function on that main thread.
What is the purpose of UIWindow object?
A:The presentation of one or more views on a screen is coordinated by UIWindow object.
What is App Bundle?
A:An iOS app bundle contains the app executable file and supporting resource files such as app icons, image files, and localized content.
Whats a struct?
A:A struct is a special C data type that encapsulates other pieces of data into a single cohesive unit. Like an object, but built into C.
Whats the difference between NSArray and NSMutableArray?
A:NSArrayʼs contents can not be modified once itʼs been created whereas a NSMutableArray can be modified as needed, i.e items can be added/removed from it.
Explain retain counts.
A:Retain counts are the way in which memory is managed in Objective-C.
How Many Types of Controller You Know ?
Tableview Delegate AND Datasource Method ?
How To Navigate One View TO Another View Controller ?
We Have a 10 View Controller so how I can pass data like array, label ?
What is Protocol And Delegate
CollectionView Delegate And Datasource Method ??
In Number Section Will 0 then my table Data is print or not ?
How I can store a Data Locally ?
UserDefault ??
Core Data ??
Have You ever integrate a Map View ?? Yes Explain ?
WebView ?
Have You integrate Social like FaceBook, Twitter ?? Yes Then Explain How
How Many Types Of Notification are there ??? Then Explain ??
What are the third Party You Know ?? Then Tell me How you can do this ?
Image Upload ??
Json URL ?? Get And Post
How you can store Data into database ?
How many types of database that you used ?
You Know The Query For Select Data in to Table ??
Why Core Data is Used ??? Means You ever here this word >?? Yes then explain.
LifeCycle Of ViewController And AppLication ??
Property Of Objective-C ??
Why WE use thirdparty ?
Thanks a lot sir.All yr interview questions and answers helped to pass my first round of technical interview which lasts for 60mind in VMware.Almost all the questions they asked me.Waiting for next round of interview at VMware which is scheduled on coming Thursday 😊
Thank you so much for your kind words!
All the very best for your next technical round! Rock✌🏻👍🏻😄
Thank you sir 😊
Very nice video I learnt lot of from your video thank you sir for teaching us.
Hi Yogesh, How are you. I Like watching your videos. I am disappointed with you as you have not added these questions and answers anywhere. Please do that.
thanks bro
you teach like a pro
Hey thanks brother 😀😀 Happy👍🏻
Very nice explanation sir..easy to understand..Thank you very much
one of the best and best lecture......
Thankyou YOGESH. It's Very Helpful..
Thanks For Your Valuable Response :)
This is really helpful. I am preparing for interview.
Can I get latest 2019 swift interview questions here in your next video.
Nice sir
Please make video on profiler with simple examples
Amazing. !!!
Thanks Karishma 🤘🏻
ek no na chava
Thank you sir
This video is so helpful✌️
great yogesh!!!
Thanks Uday :)
Nice Sir.....
Thank You Bro :)
Sir what is automatic reference counting??
Hello Ashish, it's big topic but i explain in short word that
if we have class Ashish{
}
then,
let ashish1 = Ashish()
let ashish2 = ashish1
let ashish3 = ashish2
so now there three instance of class name Ashish
when we dealloc the ashish 1 then we have to dealloc ashish2 & ashish 3 because we have to pass or assign the reference of the class this is called Automatic Reference Couting !!!
And Automatic Release Pool Means if we don't dealloc the variable or peroperty or instances these are go to the Automatic Release Pool basically it is a stack last in first out and it dealloc one by one !! i hope that you are cleared now !!
Thank You !!Please Follow Me on Twitter :- twitter.com/yogeshpatelios
Keep Supporting :)
Yogesh just one correction here regarding how many types controllers you know it should be rather how many types of Controls you know.?
Yes I think it's controls thanks!
Sir ye sare questions freshers ke liye hai ya intermediate ke liye bhi hai ?
freshers ke liye sahi hai bro
@@YogeshPateliOS thanks
filter price pe ek video
Please add documents link in description of video
part 2 bhi follow karna hi ya this is enough
Not enough bro need to check that too.
Yogesh Patel ok my dear big brother
Yogesh,sir
Q1. what difference Tableview and Collectionview in swift 5 ?
A. This question ask in my interview and you have answered this question i say sam word but he ask other diffrent in table and collection view.
Please tell ne about other diffrent in tableview and collectionview.
Table view is vertical and collection view is horizontal
thanks sir.....
Welcome Binal Patel :)
i need demo like live tracking of google api with custom pins and calculate distance and time taken to reach destination and price per km
Nice vedio. Please tell something regarding app security with practical example. Thanks in advance.
Hello Rinki, I'm surely upload video on security and plist file !! Thank You :)
Nice sir...autolayout part2
✌✌✌👍👌
Plz add to google drive so we can download.. A copy.. Plz
Hello sir, what is plist?
Hello Munish,
it's great we use this for data read and write and security purpose also for HTTPS And Camera !!
i explain briefly on this topic in my video don't worry nice topic good to share !!
Make Sure to Subscribe My Channel :)
Please Follow Me on Twitter :- twitter.com/yogeshpatelios
Keep Supporting :)
Helpful Video..Thanks
Welcome Rushang Patel :) if u have any query must comment me :)
make a video on How to Coding structure in swift ios Project..
Ok sure Rushang Patel. i will upload video on this.
Thank You :)
hi sir pls add how to integrate paytm in ios with chacksum pls help me?
Hello sir,I am new in iOS ,,,so I want to know that what is the future scope of iOS developer in India? And what is the average salary package of an iOS developer in India and outside india?? Please rply.Thanks
IPhone is a international Platform You can build app in india as well as outside of india.
For salary is depend on you that how better you code in ios Swift or Objective-C.
Thank You :)
Sir please please please share a pdf of questions
Hi , could you send this pdf all interview questions with answers .
Hi sir
Hi bro can you please do this in english so that it might be helpful who don't know hindi...
JSON URL ki video ka link??
Hey, Please go to my channel in video section you find all json videos. Thank You :-)
hello sir,
user default ka vedio bnaye plz?
Sure Binal. i will do a video on it :) Thank YOu
bhai tumne ab tak basics headers and and basic obc c pe video nahi banayi :o
Haa Bro Sry for let reply i will upload video on all basic stuff of obj c header and init all the topic as soon as i can Thank You :)
ye video play nahi ho raha h bro? 🤔
it's working for me bro ?
Can you send me some interview answer questions??
Hii Sure , please comment me your email ID ..Okay :-)
Yogesh Patel thank you brother
Here is my email address dtol1994@gmail.com
Not received your mail
Bro can you send me those questions in my email bamit9160@gmail.com. I am glad bro . Please send me all those
:)
hi
please send me question and answers document objective c
My suggestion is that you have to search the questions of this video for objective C.
Please provide userdeafualt video
Sure Trapti Dubey, i will make a video on Userdefault as soon as i can.
Thanks For support if there is any query then must comment me :)
Only interview questions can you explain in english
Hello Sagar, ok i will upload video on english for interview question :) Thank You !! Make Sure To Subscribe my Channel :)
if You have any Query then Please Comment Me !!