Software Eng Interview Questions

460 software eng interview questions shared by candidates

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"); } } }
avatar

Data Eng

Interviewed at Proofpoint

3.6
May 28, 2017

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.
avatar

Member of Tech Staff (ASIC Design Verification Eng)

Interviewed at Chelsio Communications

3.5
Feb 17, 2015

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.

Viewing 21 - 30 interview questions

Glassdoor has 460 interview questions and reports from Software eng interviews. Prepare for your interview. Get hired. Love your job.