logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • How can you make sure your dependencies are safe ?


  • Correct Answer
  • When writing Nodejs applications, ending up with hundreds or even thousands of dependencies can easily happen For example, if you depend on Express, you depend on 27 other modules directly, and of course on those dependencies' as well, so manually checking all of them is not an option! The only option is to automate the update / security audit of your dependencies For that there are free and paid options: 1 npm outdated 2 Trace by RisingStack 3 NSP 4 GreenKeeper 5 Snyk 

  • Tags: Analyst, Database Administrator, IT Trainer

    Technology problems


    Search Results


    • 1. If sub class data member is hiding super class data member then how to access super class data member inside sub class methods?
    • Discuss
    • 2. What is the fastest type of JDBC driver ?
    • Discuss
    • 3. What is a package?
    • Discuss
    • 4. Which of the following are valied?

    • Options
    • A. A class can extend any number of classes simulteneously
    • B. A class can implement only one interface at a time
    • C. A class can extend other class or can implement interface but not both simulteneously
    • D. None of the above
    • Discuss
    • 5. X implements Y extends Z

    • Options
    • A. X can be class Y,Z are interfaces
    • B. X is an interface Y,Z are classes
    • C. X,Y are classes Z is an interface
    • D. Complilation error
    • Discuss
    • 6. What is the difference between creating String as new() and literal ?
    • Discuss
    • 7. How do you handle error condition while writing stored procedure or accessing stored procedure from java ?
    • Discuss
    • 8. Which is a reserved word in the java programming language?

    • Options
    • A. Variable
    • B. Identifier
    • C. Keyword
    • D. Main
    • Discuss
    • 9. Which of the following best describes JavaScript?

    • Options
    • A. a scripting language precompiled in the browser.
    • B. an object-oriented scripting language
    • C. a low-level programming language.
    • D. a compiled scripting language.
    • Discuss
    • 10. Is it possible to nest functions in javascript?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment