angular basics to advanced based on exp
Software Eng Interview Questions
460 software eng interview questions shared by candidates
Ejemplo de casos complicados con gente del equipo
Question was all related to my current job profile and skills that I have mentioned on resume.
Order of printed messages: class A { public A() { System.out.println("Start - A"); init(); } void init() { System.out.println("Init - A"); } } class B extends A { private int count = 0; public B() { System.out.println("Start - B"); init(); } void init() { if (count == 0) { count = 1; System.out.println("Init - B"); } } }
verilog - basic programs on counters ,blocking non blocking,intra delay and inter delay etc... how to calculate maximum frequency when two flipflops in between combinational paths are given. next focus on academic project,networking protocals.
What was your 1st job out of college and what were your responsibilities?
will you do whatever I say
Tell me about yourself
write c++ program
I was asked if I could teach courses that are not particularly aligned with my field of expertise.
Viewing 21 - 30 interview questions