If the elements “A”, “B”, “C” and “D” are placed in a stack and are deleted one at a time, what is the order of removal?
Anonymous Quiz
21%
ABCD
68%
DCBA
7%
DCAB
4%
ABDC
❤1🔥1
Which one of the following symbol is used for creating comments in the javascript:
Anonymous Quiz
20%
\\
45%
//
28%
\* *\
7%
\* */
👍2
Which of these literals can be contained in float data type variable?
Anonymous Quiz
20%
-1.7e+308
37%
-3.4e+038
34%
+1.7e+308
10%
-3.4e+050
For printing the value of a and b given, which printf() statement will you use?
Anonymous Quiz
9%
printf("%Lf %f", a, b);
29%
printf("%Lf %Lf", a, b);
24%
printf("%f %Lf", a, b);
38%
printf("%f %lf", a, b);
👍1👏1
What will be the output of the C++ program?
Anonymous Quiz
28%
Hello
6%
World
31%
Error
36%
Hello World
A linear list of elements in which deletion can be done from one end (front) and insertion can take place only at the other end (rear) is known as _____________
Anonymous Quiz
60%
Queue
23%
Stack
3%
Tree
14%
Linked list
What are the three important manipulations for a loop on a loop variable?
Anonymous Quiz
23%
Updation, Incrementation, Initialization
46%
Initialization, Testing, Incrementation
4%
Testing, Updation, Testing
27%
Initialization, Testing, Updation
👏1
Forwarded from Web development
Some terms you should be familiar about
🔹 HTML (Hypertext Markup Language): The standard language used for creating the structure and content of web pages.
🔹 CSS (Cascading Style Sheets): A language used to describe the presentation and visual styling of HTML elements on a web page.
🔹 JavaScript: A programming language that adds interactivity and dynamic behavior to websites.
🔹 Responsive Web Design: Designing and building websites that adapt and look good on different devices and screen sizes, such as desktops, tablets, and mobile phones.
🔹 Front-end Development: The practice of creating the user-facing side of a website or application using HTML, CSS, and JavaScript.
🔹 Back-end Development: The development of the server-side logic and functionality that powers websites and applications.
🔹 API (Application Programming Interface): A set of rules and protocols that allow different software applications to communicate and share data with each other.
🔹 CMS (Content Management System): A software application that enables users to create, manage, and publish digital content on the web without requiring advanced technical knowledge.
🔹 Framework: A pre-built set of tools, libraries, and conventions that provide a foundation for building web applications, making development faster and more efficient.
🔹 UX (User Experience): The overall experience and satisfaction a user has while interacting with a website or application.
🔹 UI (User Interface): The visual design and layout of a website or application that users interact with.
🔹 SEO (Search Engine Optimization): The process of improving a website's visibility and ranking in search engine results to attract more organic (non-paid) traffic.
🔹 Domain Name: The unique address that identifies a website on the internet, such as www.example.com.
🔹 Hosting: The service of storing and making web pages or applications accessible on the internet.
🔹 SSL (Secure Sockets Layer): A security protocol that encrypts the data transmitted between a web server and a user's browser, ensuring secure communication.
🔹 Debugging: The process of identifying and fixing errors or issues in software code.
🔹 Version Control: The management of changes to software code, allowing developers to track revisions, collaborate, and revert to previous versions if needed.
🔹 Deployment: The process of making a website or application available for public use, typically by uploading it to a web server or hosting platform.
🔹 UX/UI Design: The process of creating visually appealing and user-friendly interfaces that provide a positive user experience.
🔹 Wireframe: A basic visual representation or blueprint that outlines the structure and layout of a web page or application before any detailed design elements are added.
🔹 HTML (Hypertext Markup Language): The standard language used for creating the structure and content of web pages.
🔹 CSS (Cascading Style Sheets): A language used to describe the presentation and visual styling of HTML elements on a web page.
🔹 JavaScript: A programming language that adds interactivity and dynamic behavior to websites.
🔹 Responsive Web Design: Designing and building websites that adapt and look good on different devices and screen sizes, such as desktops, tablets, and mobile phones.
🔹 Front-end Development: The practice of creating the user-facing side of a website or application using HTML, CSS, and JavaScript.
🔹 Back-end Development: The development of the server-side logic and functionality that powers websites and applications.
🔹 API (Application Programming Interface): A set of rules and protocols that allow different software applications to communicate and share data with each other.
🔹 CMS (Content Management System): A software application that enables users to create, manage, and publish digital content on the web without requiring advanced technical knowledge.
🔹 Framework: A pre-built set of tools, libraries, and conventions that provide a foundation for building web applications, making development faster and more efficient.
🔹 UX (User Experience): The overall experience and satisfaction a user has while interacting with a website or application.
🔹 UI (User Interface): The visual design and layout of a website or application that users interact with.
🔹 SEO (Search Engine Optimization): The process of improving a website's visibility and ranking in search engine results to attract more organic (non-paid) traffic.
🔹 Domain Name: The unique address that identifies a website on the internet, such as www.example.com.
🔹 Hosting: The service of storing and making web pages or applications accessible on the internet.
🔹 SSL (Secure Sockets Layer): A security protocol that encrypts the data transmitted between a web server and a user's browser, ensuring secure communication.
🔹 Debugging: The process of identifying and fixing errors or issues in software code.
🔹 Version Control: The management of changes to software code, allowing developers to track revisions, collaborate, and revert to previous versions if needed.
🔹 Deployment: The process of making a website or application available for public use, typically by uploading it to a web server or hosting platform.
🔹 UX/UI Design: The process of creating visually appealing and user-friendly interfaces that provide a positive user experience.
🔹 Wireframe: A basic visual representation or blueprint that outlines the structure and layout of a web page or application before any detailed design elements are added.
👍9👏2
A long integer is at least 32 bits wide and a short integer is at least 16 bits wide in C
Anonymous Quiz
71%
True
29%
False
Which of the following is used to terminate the function declaration in C++?
Anonymous Quiz
74%
;
5%
]
16%
)
5%
:
Best mock coding interview platforms for Software Engineers
Interviewing is a skill that you can get better at. The steps mentioned above can be rehearsed over and over again until you have fully internalized them and following those steps become second nature to you. A good way to practice is to find a friend to partner with and the both of you can take turns to interview each other.
✅ interviewing.io
A great resource for practicing mock coding interviews would be interviewing.io. interviewing.io provides anonymous practice technical interviews with Google and Facebook engineers, which can lead to real jobs and internships. By virtue of being anonymous during the interview, the inclusive interview process is de-biased and low risk. At the end of the interview, both interviewer and interviewees can provide feedback to each other for the purpose of improvement.
✅ Pramp
Another platform that allows you to practice coding interviews is Pramp. Where interviewing.io matches potential job seekers with seasoned technical interviewers, Pramp takes a different approach. Pramp pairs you up with another peer who is also a job seeker and both of you take turns to assume the role of interviewer and interviewee. Pramp also prepares questions for you, along with suggested solutions and prompts to guide the interviewee.
✅ Meetapro
Envision Meetapro as the Airbnb for mock interviews and career coaching. It connects job seekers with seasoned FAANG interviewers who provide invaluable feedback, getting you ready for real-life interviews. Numerous job seekers have already reaped the benefits of this platform.
🔗 Read in detail
Interviewing is a skill that you can get better at. The steps mentioned above can be rehearsed over and over again until you have fully internalized them and following those steps become second nature to you. A good way to practice is to find a friend to partner with and the both of you can take turns to interview each other.
✅ interviewing.io
A great resource for practicing mock coding interviews would be interviewing.io. interviewing.io provides anonymous practice technical interviews with Google and Facebook engineers, which can lead to real jobs and internships. By virtue of being anonymous during the interview, the inclusive interview process is de-biased and low risk. At the end of the interview, both interviewer and interviewees can provide feedback to each other for the purpose of improvement.
✅ Pramp
Another platform that allows you to practice coding interviews is Pramp. Where interviewing.io matches potential job seekers with seasoned technical interviewers, Pramp takes a different approach. Pramp pairs you up with another peer who is also a job seeker and both of you take turns to assume the role of interviewer and interviewee. Pramp also prepares questions for you, along with suggested solutions and prompts to guide the interviewee.
✅ Meetapro
Envision Meetapro as the Airbnb for mock interviews and career coaching. It connects job seekers with seasoned FAANG interviewers who provide invaluable feedback, getting you ready for real-life interviews. Numerous job seekers have already reaped the benefits of this platform.
🔗 Read in detail
www.techinterviewhandbook.org
Best mock coding interview platforms for Software Engineers | Tech Interview Handbook
Review of top mock interview platforms for Software Engineer coding interviews
❤3👍3