Interview Questions වලට Support එකක් දෙමුද ?

Interview Questions වලට Support එකක් දෙ&#3512

  • support එකක් දෙනවා

    Votes: 133 85.3%
  • වෙලාවක් නැ

    Votes: 23 14.7%

  • Total voters
    156

saja

Well-known member
  • Jan 8, 2007
    16,203
    2
    10,802
    113
    Home Sweet Home
    Category : IQ
    Target Group : Software Engineer , Software Developer , Any IT or NON IT Jobs


    Three Cuts to Turn a Round Cake Into Eight Equal Slices

    Answer

     

    JokerFan

    Well-known member
  • May 29, 2016
    15,849
    9,539
    113
    Arkham City
    Language Framework prashna witharada bn ahanne, Data Structures, algorithm prashna ahanne nadda bn?


    oya samaharak company wala paper ehema denawa neda? monawada owa wala ahanne? :baffled:
     
    • Like
    Reactions: saja

    saja

    Well-known member
  • Jan 8, 2007
    16,203
    2
    10,802
    113
    Home Sweet Home
    A & B are two integer arrays. Put their values into new array and sort it. Write an algorithm to do so.

    මේ වගේ Questions ද ? දාන්නම් දාන්නම් , මේ දවස්වල AnguarJS , knockoutJS ASP .NET MVC එකක ඔට්ටුවෙනවා :yes:, එකයි busy , හුටා WCF බැලුවෙත් නැ :baffled:


    Language Framework prashna witharada bn ahanne, Data Structures, algorithm prashna ahanne nadda bn?


    oya samaharak company wala paper ehema denawa neda? monawada owa wala ahanne? :baffled:
     
    • Like
    Reactions: JokerFan

    JokerFan

    Well-known member
  • May 29, 2016
    15,849
    9,539
    113
    Arkham City
    A & B are two integer arrays. Put their values into new array and sort it. Write an algorithm to do so.

    මේ වගේ Questions ද ? දාන්නම් දාන්නම් , මේ දවස්වල AnguarJS , knockoutJS ASP .NET MVC එකක ඔට්ටුවෙනවා :yes:, එකයි busy , හුටා WCF බැලුවෙත් නැ :baffled:

    :rolleyes::D ow ow thawa monawada oya papers walata ehema ahanne? Intern/ Trainee level eke ungen ahanne mona wage prashnada :rolleyes:
     

    kellsupun

    Member
    Feb 12, 2010
    61,910
    3,299
    0
    Disce aut Discede
    avatar510186_5.gif
     
    • Like
    Reactions: saja

    dentis

    Active member
  • Nov 21, 2013
    311
    101
    43
    Advantages of stored procedures.


    Maintainability
    Because scripts are in one location, updates and tracking of dependencies based on schema changes becomes easier

    Testing
    Can be tested independent of the application

    Isolation of Business Rules
    Having Stored Procedures in one location means that there’s no confusion of having business rules spread over potentially disparate code files in the application

    Speed / Optimization
    Stored procedures are cached on the server
    Execution plans for the process are easily reviewable without having to run the application

    Utilization of Set-based Processing
    The power of SQL is its ability to quickly and efficiently perform set-based processing on large amounts of data; the coding equivalent is usually iterative looping, which is generally much slower

    Security
    Limit direct access to tables via defined roles in the database
    Provide an “interface” to the underlying data structure so that all implementation and even the data itself is shielded.
    Securing just the data and the code that accesses it is easier than applying that security within the application code itself
     
    • Like
    Reactions: JokerFan

    JokerFan

    Well-known member
  • May 29, 2016
    15,849
    9,539
    113
    Arkham City
    Advantages of stored procedures.


    Maintainability
    Because scripts are in one location, updates and tracking of dependencies based on schema changes becomes easier

    Testing
    Can be tested independent of the application

    Isolation of Business Rules
    Having Stored Procedures in one location means that there’s no confusion of having business rules spread over potentially disparate code files in the application

    Speed / Optimization
    Stored procedures are cached on the server
    Execution plans for the process are easily reviewable without having to run the application

    Utilization of Set-based Processing
    The power of SQL is its ability to quickly and efficiently perform set-based processing on large amounts of data; the coding equivalent is usually iterative looping, which is generally much slower

    Security
    Limit direct access to tables via defined roles in the database
    Provide an “interface” to the underlying data structure so that all implementation and even the data itself is shielded.
    Securing just the data and the code that accesses it is easier than applying that security within the application code itself
    repped for the second time ... thanks alot :yes:
     
    • Like
    Reactions: saja