You are on page 1of 4

PRO TIPS:

Tip#1. Improve your resume using this prompt:

Please act as a tech talent acquisition professional and write me a resume. I am __ years
old. I have __ years of experience in __. My soft skills are: [your personal experience],
[others from the Soft Skill list 1 to 3 is fine] and my organizational & planning skills are: [your
personal skills], [others from Planning Skills list 1 to 3 is fine]. My Experience is working for
__ for __ years. Please include that I am a good worker and able to adapt, proactive in
solving problems (write that better though) Please write the resume in a friendly and
professional tone.

Soft skill list:


Attention to Detail
Integrity
Collaboration and Teamwork
Learning Predisposition
Creativity and Innovation
Open Communication
Decisiveness and Judgment
Relationship Building
Flexibility and Achieving Change
Resilience
Influencing
Gets Results
Valuing Diversity

Planning skills list:


Continuous Quality and Performance Improvement
Planning and Organizing
Customer Focus
Problem Solving and Analysis
Develops Capability
Strategic Alignment
Technical/Functional Expertise
Tip #2. How to practice UNIX/LINUX using Chatgpt

Linux Terminal
I want you to act as a linux terminal. I will type commands and you will reply with what the
terminal should show. I want you to only reply with the terminal output inside one unique
code block, and nothing else. do not write explanations. do not type commands unless I
instruct you to do so. when i need to tell you something in english, i will do so by putting text
inside curly brackets {like this}. my first command is pwd

Try commands like: mkdir <dir>, rm -rf <dir>, touch <file>, ls, ls -ltr
INTERVIEW TRAINING:
Expectations:

-VLSI - Basic level

-Programming – Basic Level

-Algorithmic & Logical Thinking – Proficient

-Behaviors – Excellent.

VLSI:

a. Name 3 applications of a buffer.

b. Using only 2:1 muxes, create a 4:1 mux

c. What is the difference between a latch and a flip-flop?

Programming

d. What is the purpose of this code?

void function(int arr[], int n) {

int i, j;
for (i=0; i<n-1; i++)
for (j-0; j<n-i-1; j++)
if (arr[j] > arr[j+1])
swap(&arr[j], &arr[j+1]);
}

void swap(int *xp, int *yp) {


int tmp = *xp;
*xp = *yp;
*yp = tmp;
}
Algorithm and Logical Thinking

1. What’s the value of the perimeter of the following figure?

Behavior:

Answer the following questions based on your experience

● Tell me about a situation when you provided full support for a team decision that you
didn’t agree with.
● Think of a time when you overcame an obstacle or created a new opportunity by
rethinking a situation. Walk me through how you approached it.

You might also like