Access Softek logo

Candidate-reported interview insights

Access Softek Interview Questions

Explore commonly reported questions, interview rounds, difficulty, duration, and candidate experiences at Access Softek.

3.9 rating Software Development

Interview overview

Difficulty

Average

Average rounds

3.6

Difficulty and candidate experience

Interview difficulty

easy22.2%
average55.6%
difficult22.2%

Candidate experience

positive77.8%
neutral11.1%
negative11.1%

Candidate-reported interview process

The interview with the Director of Tech Support was pretty chill. We talked through some made-up problems that weren't even IT related. It felt more like just chatting than a real interview. I liked this way of getting to know someone though.

You will meet around 3 to 4 people during a multi-step interview that usually has 4 to 6 steps. First, you meet HR, then there's a short initial test with a time limit. After that, there's a technical interview with 2 or 3 people. Finally, you talk to your future manager and get an offer.

The whole interview process was really well put together, and it only took me about two weeks from the first chat to get the job offer. I spoke with a couple of HR folks, then a few product leads, and finally had a Skype call with the head of product.

Common Access Softek interview questions

A focused selection of the most detailed candidate-submitted questions.

  1. 1

    Find the bug in the following routine which is supposed to append string_tail to string_head without using strcat(). It assumes string_head has enough space: char* AppendString(char* string_head, char* string_tail) { int length; length = strlen(string_tail); strcpy(string_head + length, string_tail); return string_head; }

  2. 2

    What is the aim of the following code fragment? What are adv/disadv of this solution? Implement better fragment. static int Foo( int a, int b, int c ) { if ( 1 < c ) return Foo( b, b + a, c - 1 ); else return a; }

  3. 3

    Describe steps of building a website for a client from a Project Manager perspective.

  4. 4

    What are your approaches to complex version control of a giant asset database?

Interview question formats

Technical40%
Behavioral30%
Coding15%
Presentation10%
Other5%

Popular Access Softek roles

  • Software Engineer3 reports
  • Technical Support1 report
  • Product Manager1 report
  • Software Manager1 report
  • Application Support Engineer1 report
  • Qa Engineer1 report
  • Manager1 report

Ready to prepare for Access Softek?

Practice technical, system design, and behavioral questions with Zitlee.

Interview information is based on candidate reports and may not represent the current official hiring process of Access Softek.