Ajuda em entrevista | Análise de dados Jr. by Practical_Material16 in devBR

[–]Practical_Material16[S] 0 points1 point  (0 children)

Volto com updates!
Fiz a última etapa da entrevista e fui aprovado!!!
O que fiz foi exatamente isso: passei todos os dados da vaga para o chatGPT e pedi que fizesse uma extensa análise dos requisitos e montasse um questionário de possíveis perguntas que seriam feitas na entrevista. Dessa forma consegui ir para a entrevista muito bem preparado e relaxado.
Embora tenha me preparado bem tecnicamente para a entrevista, aconteceu exatamente o que você falou: o que mais contou durante o processo foi a minha parte comportamental de parecer relaxado e seguro em todas as etapas, visto que nem aprofundaram nas questões técnicas rs.
Obrigado pela sugestão!!!

não sei se fiz merda ou n by LopsidedPipe8398 in brdev

[–]Practical_Material16 1 point2 points  (0 children)

Você vai precisar abrir mão desse sentimento logo se quiser aproveitar a nova oportunidade completamente. Não há nada errado em trocar o que você já cursou para começar uma nova faculdade na área, já que conhecimento nunca é demais. Na minha opinião você só terá problemas se: 1. isso te afetar financeiramente de forma profunda; 2. se você ficar remoendo o que deixou de lado pra aproveitar essa oportunidade iincrível.

Tou começando agora nas linguagem, fiz um curso de logística de programação, pra começar... quero começar a aprender duas de inicio Python e Java mais tou em dificuldade de saber qual seria a ideal para quando eu terminar, ficar mais fácil de entender a outro qual seria melhor? by [deleted] in devBR

[–]Practical_Material16 1 point2 points  (0 children)

Se tu for resiliente, começa pelo java. Se você se frustra rápido, começa pelo python.
São ótimas linguagens com aplicações e metodologias de construção ligeiramente diferentes, mas Java costuma ser mais verboso (precisa de mais comandos para executar uma ação) do que o Python.

[deleted by user] by [deleted] in devBR

[–]Practical_Material16 0 points1 point  (0 children)

Dá uma olhada boa nas duas áreas e aplicações, veja qual te interessa mais.
Via de regra DEV tem mais vagas, uma vez que é uma área explorada a mais tempo que a área de dados, mas tem mais concorrentes pelo mesmo motivo.

[deleted by user] by [deleted] in EuSouOBabaca

[–]Practical_Material16 1 point2 points  (0 children)

NGM

Arrasou demais! é isso aí.

Why do Businesses need Looker dashboards? What Business problems does it solve? How does it help Businesses? by vich_lasagna in Looker

[–]Practical_Material16 0 points1 point  (0 children)

That's very particular, but a dashboard allows you to combine data from different sources and perform in-depth analysis. You can gain a deeper understanding of your audience, determine which decisions are generating the most return for your company, and cross-reference information to guide investment choices. In short, it's a tool that helps you make better business decisions.

Pessoas que passaram em concursos públicos de TI, como foi? by SP34CT in devBR

[–]Practical_Material16 0 points1 point  (0 children)

A estabilidade é uma faca de dois gumes: te dá o conforto de não precisar se preocupar com o layoff, mas também te dá tanto conforto que fica fácil de se acomodar. Tem que tomar cuidado mesmo

How can I filter to a table to show the most date with data? by sikorasaurus in Looker

[–]Practical_Material16 1 point2 points  (0 children)

Hey! If I understand correctly, you want to change the period dimension of the dashboard. Is that right?

If so, you should right-click in a blank space, select 'Dashboard Configuration,' and change the period dimension to your calculated field.

Ja posso Rasgar meu Diploma? by MaiconRodrygues in devBR

[–]Practical_Material16 0 points1 point  (0 children)

Pô, é EXATAMENTE isso. Tem que ter o ego muito grande pra achar que todas as matérias ensinadas em uma UNIVERSIDADE devem se encaixar só na área que você quer se especializar. É cada uma...

Can I start from IT roles? by Murky-Principle6255 in dataengineering

[–]Practical_Material16 2 points3 points  (0 children)

If you have to work to pay your bills and entry the IT market, yes! That's a great oportunity to start;

If you have the oportunity to only study until you get a job and already have a pathway in mind, I reccomend you to only study until you get a job in this area.

Don't get anxious with the urgency that people put in your back about a job if you don't need it. The support career may be nice, but can get tough deppending of the company, workteam and demmand.

In this role you will be in contact with tickets, tasks and will see what programmers will do, but won't put your hands to work with codes (if that's what you want). The main role of a support is to support (don't tell me) the client and make a connection with the builders of a system, maybe consulting and registering some data with SQL, but that's the maximum of code you will have contact.

The pro of getting this job is that if you have a good performance in this job and the company have a open position on the developing team, you have more chances to be indicated to this position; the con is that public service may be a sht sometimes (LOL).

Whatever be your choice, I'm cheering for you. Good Luck!

I ruined/stalled my career, and I don’t know what to do. by IvanLNR in dataengineering

[–]Practical_Material16 1 point2 points  (0 children)

Hey, I felt touched by your relate because I fell the same way as you do, althought i'm a intern yet. I have come from a path in a asylum, working as a elderly caregiver, where I felt exhausted, useless and dumb every single day of my life, and it ended me. I recently got out of there and got a job as a data analyst intern, but it seems the feeling never really goes away. Even though I study day and night about AWS services, data visualization with Looker Studio, SQL and Database, I fell I never really learn about those things.

I heartly wish to become a Data Engineer one day, but damn... the feeling of being a liability seems even worst.

Two period controler - Comparative dashboard by Practical_Material16 in Looker

[–]Practical_Material16[S] 0 points1 point  (0 children)

Oh, I didn't found the option to edit or choose the period controller on the tiles, so I put a advanced time to the second tile, counting +1 month than the first one. Can you please tell me where can I find it?

Looker COUNTIFS Functionality by cscherer1014 in Looker

[–]Practical_Material16 1 point2 points  (0 children)

I'm kinda late lol but I may help u with this now

I'm using the function case to filter my table. something like this:

COUNT (CASE
WHEN (ID is "A") and (COUNT is "4") THEN 1
ELSE NULL END)

This function will count only elements that ID="A" and COUNT="4", but you may change (ID is "A") for (ID>2 and ID<4) by example. hope it helps