Swift & Objective-C [PART - 1] :- iOS interview Question And Answer Latest in Hindi.

Поделиться
HTML-код
  • Опубликовано: 14 янв 2025

Комментарии • 83

  • @YogeshPateliOS
    @YogeshPateliOS  Год назад +3

    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 ?

  • @acousticmalayali
    @acousticmalayali 2 года назад +4

    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 😊

    • @YogeshPateliOS
      @YogeshPateliOS  2 года назад +3

      Thank you so much for your kind words!
      All the very best for your next technical round! Rock✌🏻👍🏻😄

    • @acousticmalayali
      @acousticmalayali 2 года назад +2

      Thank you sir 😊

  • @rohitdixit1628
    @rohitdixit1628 5 лет назад +2

    Very nice video I learnt lot of from your video thank you sir for teaching us.

  • @DivvyaDhawan
    @DivvyaDhawan 4 года назад +2

    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.

  • @arslanzafar1672
    @arslanzafar1672 4 года назад +3

    thanks bro
    you teach like a pro

    • @YogeshPateliOS
      @YogeshPateliOS  4 года назад +3

      Hey thanks brother 😀😀 Happy👍🏻

  • @sarikasarode7279
    @sarikasarode7279 5 лет назад +1

    Very nice explanation sir..easy to understand..Thank you very much

  • @deepakkumar-qz1ud
    @deepakkumar-qz1ud 6 лет назад +1

    one of the best and best lecture......

  • @PraveenKumar-ot2pv
    @PraveenKumar-ot2pv 7 лет назад +1

    Thankyou YOGESH. It's Very Helpful..

  • @imtiyazahmad3823
    @imtiyazahmad3823 5 лет назад +1

    This is really helpful. I am preparing for interview.
    Can I get latest 2019 swift interview questions here in your next video.

  • @anupamgangwar6198
    @anupamgangwar6198 5 лет назад +1

    Nice sir

  • @sumitrathore8446
    @sumitrathore8446 3 года назад

    Please make video on profiler with simple examples

  • @karishmapatel2226
    @karishmapatel2226 3 года назад +1

    Amazing. !!!

  • @rishilund4120
    @rishilund4120 5 лет назад

    ek no na chava

  • @sunilprajapati2746
    @sunilprajapati2746 5 лет назад +2

    Thank you sir

  • @pathansamiranaimkhan9580
    @pathansamiranaimkhan9580 6 лет назад +1

    This video is so helpful✌️

  • @UdayBabariya
    @UdayBabariya 7 лет назад +1

    great yogesh!!!

  • @swarajrao3298
    @swarajrao3298 7 лет назад +1

    Nice Sir.....

  • @ComedyDisney
    @ComedyDisney 6 лет назад +1

    Sir what is automatic reference counting??

    • @YogeshPateliOS
      @YogeshPateliOS  6 лет назад +1

      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 :)

  • @haraprasadsenapati6662
    @haraprasadsenapati6662 3 года назад +1

    Yogesh just one correction here regarding how many types controllers you know it should be rather how many types of Controls you know.?

  • @ravneetsingh8790
    @ravneetsingh8790 2 года назад

    Sir ye sare questions freshers ke liye hai ya intermediate ke liye bhi hai ?

  • @bhavinkumar6151
    @bhavinkumar6151 5 лет назад

    filter price pe ek video

  • @zulqarnainpatel1988
    @zulqarnainpatel1988 4 года назад

    Please add documents link in description of video

  • @saj5935
    @saj5935 5 лет назад +1

    part 2 bhi follow karna hi ya this is enough

    • @YogeshPateliOS
      @YogeshPateliOS  5 лет назад +2

      Not enough bro need to check that too.

    • @saj5935
      @saj5935 5 лет назад +1

      Yogesh Patel ok my dear big brother

  • @bhavinkumar6151
    @bhavinkumar6151 4 года назад

    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.

    • @bavneetkour4365
      @bavneetkour4365 4 года назад

      Table view is vertical and collection view is horizontal

  • @nasitbinal105
    @nasitbinal105 7 лет назад +1

    thanks sir.....

  • @pk0bcs
    @pk0bcs 5 лет назад

    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

  • @rnegi5901
    @rnegi5901 6 лет назад

    Nice vedio. Please tell something regarding app security with practical example. Thanks in advance.

    • @YogeshPateliOS
      @YogeshPateliOS  6 лет назад

      Hello Rinki, I'm surely upload video on security and plist file !! Thank You :)

  • @Rajveer_7811
    @Rajveer_7811 6 лет назад

    Nice sir...autolayout part2

  • @shahbazafghankhan9803
    @shahbazafghankhan9803 4 года назад +1

    ✌✌✌👍👌

  • @9988khan
    @9988khan 6 лет назад

    Plz add to google drive so we can download.. A copy.. Plz

  • @munishthakur908
    @munishthakur908 6 лет назад +1

    Hello sir, what is plist?

    • @YogeshPateliOS
      @YogeshPateliOS  6 лет назад +1

      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 :)

  • @rushangpatel1814
    @rushangpatel1814 7 лет назад

    Helpful Video..Thanks

    • @YogeshPateliOS
      @YogeshPateliOS  7 лет назад

      Welcome Rushang Patel :) if u have any query must comment me :)

    • @rushangpatel1814
      @rushangpatel1814 7 лет назад

      make a video on How to Coding structure in swift ios Project..

    • @YogeshPateliOS
      @YogeshPateliOS  7 лет назад

      Ok sure Rushang Patel. i will upload video on this.
      Thank You :)

  • @Omy1409
    @Omy1409 6 лет назад

    hi sir pls add how to integrate paytm in ios with chacksum pls help me?

  • @deepakpandey8532
    @deepakpandey8532 7 лет назад

    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

    • @YogeshPateliOS
      @YogeshPateliOS  7 лет назад

      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 :)

  • @Mysterious_fatness1
    @Mysterious_fatness1 6 лет назад

    Sir please please please share a pdf of questions

  • @snehahanchinal7090
    @snehahanchinal7090 2 года назад

    Hi , could you send this pdf all interview questions with answers .

  • @pradeepkumar-tm5et
    @pradeepkumar-tm5et 5 лет назад

    Hi bro can you please do this in english so that it might be helpful who don't know hindi...

  • @arslanilyas4594
    @arslanilyas4594 5 лет назад

    JSON URL ki video ka link??

    • @YogeshPateliOS
      @YogeshPateliOS  5 лет назад

      Hey, Please go to my channel in video section you find all json videos. Thank You :-)

  • @nasitbinal105
    @nasitbinal105 7 лет назад

    hello sir,
    user default ka vedio bnaye plz?

    • @YogeshPateliOS
      @YogeshPateliOS  7 лет назад

      Sure Binal. i will do a video on it :) Thank YOu

  • @sidvanpersi6201
    @sidvanpersi6201 7 лет назад

    bhai tumne ab tak basics headers and and basic obc c pe video nahi banayi :o

    • @YogeshPateliOS
      @YogeshPateliOS  7 лет назад

      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 :)

  • @rogersvm6396
    @rogersvm6396 5 лет назад

    ye video play nahi ho raha h bro? 🤔

  • @siddharthkoshiyar9485
    @siddharthkoshiyar9485 6 лет назад

    Can you send me some interview answer questions??

    • @YogeshPateliOS
      @YogeshPateliOS  6 лет назад

      Hii Sure , please comment me your email ID ..Okay :-)

    • @siddharthkoshiyar9485
      @siddharthkoshiyar9485 6 лет назад

      Yogesh Patel thank you brother
      Here is my email address dtol1994@gmail.com

    • @siddharthkoshiyar9485
      @siddharthkoshiyar9485 6 лет назад

      Not received your mail

    • @AmitBiswastunebox
      @AmitBiswastunebox 4 года назад

      Bro can you send me those questions in my email bamit9160@gmail.com. I am glad bro . Please send me all those

  • @aishakhan7314
    @aishakhan7314 3 года назад +1

    :)
    hi

  • @chandhru999
    @chandhru999 7 лет назад

    please send me question and answers document objective c

    • @YogeshPateliOS
      @YogeshPateliOS  7 лет назад

      My suggestion is that you have to search the questions of this video for objective C.

  • @traptidubey9197
    @traptidubey9197 7 лет назад

    Please provide userdeafualt video

    • @YogeshPateliOS
      @YogeshPateliOS  7 лет назад +1

      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 :)

  • @sagarkyatham6919
    @sagarkyatham6919 6 лет назад

    Only interview questions can you explain in english

    • @YogeshPateliOS
      @YogeshPateliOS  6 лет назад

      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 !!