Interview Prep
Interview Prep
Making an Impact
Deloitte is a leading global provider of consulting, financial advisory,
rish advisory, tax and related services.
C++
C++ is used to create high performance application. Control over system resorces
and memory.
int main() is a function, any code inside its curly brackets will be executed.
Structures:- are a way to group several realted variables into one place.
By giving a name to a structure, we can treat it as a data type.
Reference and pointers are important in c++, because they give the ability to
manipulate
the date in computer's memory-
which can reduce the code and improve the performance.
Dereference in output if we use * it give the value of ptr,
if we don't use * it gives the value of memory address.
Constructor- A function in class that has no return data type, which will be
excecuted when the object
is created. Destructor- '~' Tidel symbol is used to
destruct
Frind keyword is used to declare another class as friend, thus it has access to
private and protected
members of the class. inside main class 'FRIEND INT FUNCTION ();'
OOPs
Abstraction: Hiding the implementation details and showing only the essential
features of an object.
Inheritance: Creating a new class based on an existing class and inheriting its
properties and behaviors.
SQL
SELECT column1, column2, ...
READ
FROM table_name;
//
SELECT DISTINCT Country FROM Customers;
//
SELECT * FROM Customers
WHERE (NOT) Country='Mexico'; (where condition1 AND (condition2 OR condition3))
//
SELECT column1, column2, ...
FROM table_name
ORDER BY column1, column2, ... ASC|DESC;
//
SELECT count(column_name) (COUNT, AVG,SUM)
FROM table_name
WHERE condition;
//
INSERT INTO table_name (column1, column2, column3, ...)
CREATE
VALUES (value1, value2, value3, ...);
//
CREATE DATABASE databasename;
//
CREATE TABLE Persons (
PersonID int,
LastName varchar(255),
FirstName varchar(255),
Address varchar(255),
City varchar(255)
);
//
CREATE TABLE Persons (
ID int NOT NULL,
LastName varchar(255) NOT NULL,
FirstName varchar(255),
Age int,
CONSTRAINT UC_Person UNIQUE (ID,LastName)
);
//
UPDATE Customers
UPDATE
SET ContactName = 'Alfred Schmidt', City= 'Frankfurt'
WHERE CustomerID = 1;
//
ALTER TABLE table_name
ADD column_name datatype;
//
DELETE FROM table_name WHERE condition;
DELETE
//
DROP DATABASE databasename;
//
TRUNCATE TABLE table_name;
CLOUD Computing
Cloud computing is a model for delivering information technology services in which
resources are made
available over the internet, With cloud ocmputing users can access data and
services remotely through
the internet, eliminating the need fore local harware and software.
GO THROUGH RESUME
As Analyst Intern in SRMTECH, I had the opportunity to use Google Analystic on the
webstite named
THEFEDRAL, I learnt to use MS EXCEL for DATA entry, Data cleaning, data Analysis,
Data Visulazation.
I also conducted research on costumer engagment and helped supporting their
decision making processes.
Raspberry PI is a popular low cost computer that is used for IOT projects, In NSIC
I learnt to use
raspberry Pi and made little project to learn the implimentation, And I had a
project to be done in
college and I applied the knowledge I learnt from there in this project to make
Fire detection using
Arduino UNO and GSM module.
Antenna project, We are trying to create an antenna that can simultaneously tranfer
energy (power) and
information, currently there are proposal for Micro drone that can charge by never
coming to the ground,
and electric vechiles, in my project we are trying to do it for vechile to
everything ie (Network,
vechile, infrastructure, pedestrian). 2x2 matric microstrip patch array antenna.
and FR4 as base material
5.85-5.95 GHz, C band, s parameter nearly 25.
Appsmith is a low-code platform that allows developers to build and deploy web
application quickly
and easily.
Docker is an open source platform for automating the deployment, scaling and
managemenet of containerized
application.
A container is a lightweight, stand alone, executable package of a piece of
software that includes
everthing needed to run it: Code, runtime, system tools, libraries and setting.
docker containers consist of applications and all their dependencies.
Docker image is a per built and packaged version of a software application and its
dependencies that
can run in a docker container. It acts as a blueprint for creating a docker
container, and stored in a
registry, such as docker hub, for distribution and deployment.
HR
1st 2 week- software training (HTML, LINUX, DOCKER, KUBERNETERS, APPSMITH, SQL)
3rd week- In ubuntu Linux, installing docker. In Windows Installing docker.
4 and 5th week- Using docker to run appsmith.
5th week- Integrating MS SQL with appsmith.
6th week- Integrating MS SQL using ngrok with appsmith which is running on docker.
8th week- Port issue
Attenstion to detail.
Thank you so much for the opportunity to have this interview. I am truly greateful
for
the time you took to meet and learn more about my background and experience. I am
excited about the
possibility of joining your team. Thank you sir/madam.