Which format specifier is used for printing double value in C language?
Anonymous Quiz
19%
%Lf
18%
%L
45%
%lf
17%
None of the above
๐1
ansudheerj/vuejs-interview-questions
List of 300 VueJS Interview Questions And Answers
Creator: Sudheer Jonna
Stars โญ๏ธ: 1.7k
Forked By : 467
GitHub Repo: https://github.com/sudheerj/vuejs-interview-questions#why-do-you-need-to-use-key-attribute-on-for-directive
#Vue #VueJS
โโโโโโโโโโโโโโ
Join @coding_interview_preparation for more interview questions.
*This channel belongs to @bigdataspecialist group
List of 300 VueJS Interview Questions And Answers
Creator: Sudheer Jonna
Stars โญ๏ธ: 1.7k
Forked By : 467
GitHub Repo: https://github.com/sudheerj/vuejs-interview-questions#why-do-you-need-to-use-key-attribute-on-for-directive
#Vue #VueJS
โโโโโโโโโโโโโโ
Join @coding_interview_preparation for more interview questions.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - sudheerj/vuejs-interview-questions: List of 300 VueJS Interview Questions And Answers
List of 300 VueJS Interview Questions And Answers. Contribute to sudheerj/vuejs-interview-questions development by creating an account on GitHub.
983_WordPress_Interview_Questions_Answers_Guide.pdf
101.6 KB
WordPress Job Interview Questions & Answers
by interviewquestionsanswers.org
๐8 pages
#Wordpress
โโโโโโโโโโโโโโ
Join @coding_interview_preparation for more.
*This channel belongs to @bigdataspecialist group
by interviewquestionsanswers.org
๐8 pages
#Wordpress
โโโโโโโโโโโโโโ
Join @coding_interview_preparation for more.
*This channel belongs to @bigdataspecialist group
In the JavaScript, which one of the following is not considered as an error:
Anonymous Quiz
13%
Syntax error
50%
Missing of semicolons
28%
Division by zero
9%
Missing of Bracket
๐3
Top 23 Cassandra Interview Questions and Answers for 2022
In this article, we have created a handpicked list of Apache Cassandra interview questions and answers for freshers and experienced candidates. These Cassandra Database interview questions are likely to be asked during your job interview, and they will help you easily crack the interview.
1) Explain what is Cassandra?
2) What is the use of Cassandra and why to use Cassandra?
3) Explain what is composite type in Cassandra?
4) How Cassandra stores data?
5) Mention what are the main components of Cassandra Data Model?
๐Article Link
In this article, we have created a handpicked list of Apache Cassandra interview questions and answers for freshers and experienced candidates. These Cassandra Database interview questions are likely to be asked during your job interview, and they will help you easily crack the interview.
1) Explain what is Cassandra?
2) What is the use of Cassandra and why to use Cassandra?
3) Explain what is composite type in Cassandra?
4) How Cassandra stores data?
5) Mention what are the main components of Cassandra Data Model?
๐Article Link
Guru99
Top 23 Cassandra Interview Questions and Answers for 2022
1) Explain what is Cassandra? Cassandra is an open source data storage system developed at Facebook for inbox search and designed for storing and managing large amounts of data across commodity server
๐1
Top 50 Shell Scripting Interview Questions & Answers (2022)
1: What is a shell?
2: What are the different types of commonly used shells on a typical Linux system?
3: What is the equivalent of a file shortcut that we have a window on a Linux system?
4: What is the difference between soft and hard links?
5: How will you pass and access arguments to a script in Linux?
6: What is the significance of $#?
๐Article Link
1: What is a shell?
2: What are the different types of commonly used shells on a typical Linux system?
3: What is the equivalent of a file shortcut that we have a window on a Linux system?
4: What is the difference between soft and hard links?
5: How will you pass and access arguments to a script in Linux?
6: What is the significance of $#?
๐Article Link
Guru99
50 Shell Scripting Interview Questions and Answers (2025)
1: What is a shell? Shell is an interface between the user and the kernel. Even though there can be only one kernel; a system can have many shell running simultaneously. So, whenever a user enters a c
Which of these best describes an array?
Anonymous Quiz
17%
A data structure that shows a hierarchical behavior
64%
Container of objects of similar types
13%
Arrays are immutable once initialised
6%
Array is not a data structure
๐1
Typescript Interview Questions
1) What is Typescript?
2) What are generics in TypeScript?
3) List some features of Typescript?
4) List some benefits of using Typescript?
5) List the built-in types in Typescript?
6) How to compile a Typescript file?
7) What are Modules in Typescript?
8) What are Mixins in TypeScript?
9) Who developed Typescript and what is the current stable version of Typescript?
10) Tell the minimum requirements for installing Typescript. Also, mention the steps involved in it.
๐Article Link
1) What is Typescript?
2) What are generics in TypeScript?
3) List some features of Typescript?
4) List some benefits of using Typescript?
5) List the built-in types in Typescript?
6) How to compile a Typescript file?
7) What are Modules in Typescript?
8) What are Mixins in TypeScript?
9) Who developed Typescript and what is the current stable version of Typescript?
10) Tell the minimum requirements for installing Typescript. Also, mention the steps involved in it.
๐Article Link
๐1
Which of the following variables takes precedence over the others if the names are the same?
Anonymous Quiz
50%
Global variable
37%
The local element
8%
The two of the above
5%
None of the above
10 Essential Swift Interview Questions
Toptal sourced essential questions that the best Swift developers and engineers can answer. Driven from our community, we encourage experts to submit questions and offer feedback.
๐Article Link
Toptal sourced essential questions that the best Swift developers and engineers can answer. Driven from our community, we encourage experts to submit questions and offer feedback.
๐Article Link
Toptal
Essential Ruby Interview Questions | Toptalยฎ
Know what to ask. Know how to answer.
How do you initialize an array in C?
Anonymous Quiz
18%
int arr[3] = (1,2,3);
11%
int arr(3) = {1,2,3};
68%
int arr[3] = {1,2,3};
2%
int arr(3) = (1,2,3);
10 Essential WordPress Interview Questions
๐Is WordPress safe from brute force login attempts? If not, how can you prevent such an attack vector?
๐How would you change all the occurrences of โHelloโ into โGood Morningโ in post/page contents, when viewed before 11AM?
๐Suppose you have a non-WordPress PHP website with a WordPress instance in the โ/blog/โ folder. How can you show a list of the last 3 posts in your non-WordPress pages?
๐Article Link
๐Is WordPress safe from brute force login attempts? If not, how can you prevent such an attack vector?
๐How would you change all the occurrences of โHelloโ into โGood Morningโ in post/page contents, when viewed before 11AM?
๐Suppose you have a non-WordPress PHP website with a WordPress instance in the โ/blog/โ folder. How can you show a list of the last 3 posts in your non-WordPress pages?
๐Article Link
Toptal
Essential WordPress Development Interview Questions | Toptalยฎ
Know what to ask. Know how to answer.
Which one of the following is the correct way for calling the JavaScript code?
Anonymous Quiz
13%
Preprocessor
23%
Triggering Event
5%
RMI
59%
Function/Method
๐1๐ฅ1
Top 16 Microsoft Access Database Interview Questions & Answers (2022)
1) Explain how you can import data from other sources into Access database?
2) Explain what is the size limitation for an Access database?
3) Between different dataโs what are the types of relationship can be formed?
4) Explain how you can build a relationship between the different databases in Access?
5) Name some of the file extension for MS Access?
6) Explain what do you mean by queries?
7) Explain what joins are and how you can open the database in Access?
8) Mention how you can create a simple query in Access 2013?
9) Explain how you can export data in Excel format?
10) Explain how you can create a table using MAOL (Microsoft Access Object Library)?
๐Article Link
1) Explain how you can import data from other sources into Access database?
2) Explain what is the size limitation for an Access database?
3) Between different dataโs what are the types of relationship can be formed?
4) Explain how you can build a relationship between the different databases in Access?
5) Name some of the file extension for MS Access?
6) Explain what do you mean by queries?
7) Explain what joins are and how you can open the database in Access?
8) Mention how you can create a simple query in Access 2013?
9) Explain how you can export data in Excel format?
10) Explain how you can create a table using MAOL (Microsoft Access Object Library)?
๐Article Link
Guru99
Top 16 MS Access Interview Questions and Answers (2024)
1) Explain how you can import data from other sources into Access database? To import data into Access data-base In the main menu, click on EXTERNAL DATA, in the Import and Link group Choose the type
๐1
How do you instantiate an array in Java?
Anonymous Quiz
25%
int arr[] = new int(3);
16%
int arr[];
56%
int arr[] = new int[3];
3%
int arr() = new int(3);
๐ฅ2
28 MongoDB NoSQL Database Interview Questions and Answers
MongoDB is the best free open source NoSQL document oriented database. If you are preparing for the technical interview on MongoDB NoSQL database, must prepare the following MongoDB NoSQL database interview questions. These MongoDB NoSQL database interview questions cover basic concepts of NoSQL databases, Replication, Sharding, Transactions and Locking, Profiler, Nuances, Journalling features etc. Lets have a look on following MongoDB NoSQL database interview questions:
๐Article Link
MongoDB is the best free open source NoSQL document oriented database. If you are preparing for the technical interview on MongoDB NoSQL database, must prepare the following MongoDB NoSQL database interview questions. These MongoDB NoSQL database interview questions cover basic concepts of NoSQL databases, Replication, Sharding, Transactions and Locking, Profiler, Nuances, Journalling features etc. Lets have a look on following MongoDB NoSQL database interview questions:
๐Article Link
Blogspot
28 MongoDB NoSQL Database Interview Questions and Answers
Delphi, C#, Python, Machine Learning, Deep Learning, TensorFlow, Keras
Which of the following is the correct way to declare a multidimensional array in Java?
Anonymous Quiz
12%
int[] arr;
30%
int arr[[]];
52%
int[][]arr;
6%
int[[]] arr;
15 Basic MySQL Interview Questions for Database Administrators
1. How would you check if MySql service is running or not?
2. If the service is running/stop how would you stop/start the service?
3. How will you login to MySQL from Linux Shell?
4. How will you obtain list of all the databases?
5. How will you switch to a database, and start working on that?
๐Article Link
1. How would you check if MySql service is running or not?
2. If the service is running/stop how would you stop/start the service?
3. How will you login to MySQL from Linux Shell?
4. How will you obtain list of all the databases?
5. How will you switch to a database, and start working on that?
๐Article Link
20 Most Commonly Asked MySQL Interview Questions
MySQL Database Interview Questions and Answers
Are you preparing for a MySQL database interview? Check out these frequently asked questions and their answers to help you land your dream job!