Tip 1: Practice as many questions as you can from the internet and try to understand the concept from every angle.
Tip 2: Try revising basic concepts for an hour and doing small projects
Tip 3: If you are willing to get a good job in your dream profile never put down your efforts till you get what you wish for.
Tip 1: Have some projects on your resume that you actually did on your own and know everything about that so many times interviewer won't ask other staff they keep on asking about the project and if u have done it you will end up answering everything based on your project
Tip 2: Do not put false things on your resume so that if someone asks, you should not be blank at that point as entering wrong information will lead you in trouble and will make you feel bad in front of the interviewer.
Tip 3: Don't be very creative on your resume be professional on that no fancy things.
Timing is 11am in the morning and it was an online test with facecam on and interviewer was pretty supportive.


Input: ‘n’ = 7, ‘prices’ = [100, 80, 60, 70, 60, 75, 85]
Output: [1, 1, 1, 2, 1, 4, 6]
Explanation:
On the sixth day, when the stock price was 75,
The span came out to be 4 because the last three prices(plus today) were less than the current or the sixth day's price.
Similarly, we can deduce the remaining results.
You don’t need to print anything. Just implement the given function
/* Declare and implement your function here
eg: function example(parameter_name1,parameter_name2....){}
Handle the input/output from main()
*/
process.stdin.resume();
process.stdin.setEncoding('ascii');
var input_stdin = "";
var input_stdin_array = "";
var input_currentline = 0;
process.stdin.on('data', function (data) {
input_stdin += data;
});
process.stdin.on('end', function () {
input_stdin_array = input_stdin.split("\n");
main();
});
function readLine() {
return input_stdin_array[input_currentline++];
}
function main() {
/* Read your input here
eg: For string variables: let str = String(readLine());
For int variables: let var_name = parseInt(readLine());
For arrays : const arr = readLine().replace(/\s+$/g, '').split(' ');
*/
/*
Call your function with the input/parameters read above
eg: let x = example(var_name, arr);
*/
/*
Log your output here
eg: console.log(x);
*/
}
timing around 11am and was an online video call session and interviewer was good and supportive
basics of oops should be clear
Tip 1:go through basics thoroughly
Tip 2:do practice coding questions
basics project-related details manager ask me and previous work experience and related to python few questions
Why Create Data Structures and What are some applications of Data structures?
A data structure is a mechanical or logical way that data is organized within a program. The organization of data is what determines how a program performs. There are many types of data structures, each with its own uses.
Decision Making
Genetics
Image Processing
Blockchain
Numerical and Statistical Analysis
Compiler Design
Database Design and many more
Tip 1: do practice data structure
Tip 2: revise oops concept
basic details where is your location
where do you live can you relocate and other basic questions?
Tip 1:be honest and true
Tip 2:say yes to all the questions

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: