Coding interview preparation
5.8K subscribers
368 photos
52 files
163 links
Download Telegram
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
Top 10 Websites For Internships
πŸ‘11
What will be the output of the C++ program?
Anonymous Quiz
28%
Hello
6%
World
31%
Error
36%
Hello World
Netflix Technologies
😱10πŸ‘6
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
Power BI vs Tableau
πŸ‘1
11 Data Structures used in daily life
πŸ‘9
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.
πŸ‘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
Python Syllabus
❀10πŸ‘2
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
❀3πŸ‘3
Which part of the interview process is the most stressful?
πŸ‘1
Top Power BI Interview Questions and Answers for 2023

According
to Gartner's Magic Quadrant, Microsoft Power BI is one of today’s top business intelligence tools, chiefly because most IT firms rely on Power BI for their business analytics. As a result, the current IT industry finds a massive demand for Power BI Experts.

What is Power BI?
Difference between Power BI and Tableau
Difference between Power Query and Power Pivot
What is Power BI Desktop
What is Power Pivot?
What is Power Query?
What is DAX?
What are Filters in Power BI?
What are Custom Visuals in Power BI?
What is GetData in Power BI?

πŸ”—Article Link
πŸ‘3
πŸ‘1
Git Commands Cheat Sheet
πŸ‘8
Which data type value is returned by all transcendental math functions?
Anonymous Quiz
39%
int
20%
float
28%
double
13%
long