Upload Button Icon Add office photos

Filter interviews by

Gibraltar Technologies Junior Software Developer Interview Questions and Answers

Updated 19 Jun 2021

Gibraltar Technologies Junior Software Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Which of the following is not a storage class in C? a) auto. b)extern. ...
  • Ans. 

    In C, 'dynamic' is not a storage class; valid ones include auto, extern, and static.

    • Storage classes define the scope, visibility, and lifetime of variables.

    • auto: Default storage class for local variables, e.g., 'int x;' inside a function.

    • extern: Used to declare a variable that is defined in another file, e.g., 'extern int y;'.

    • static: Preserves variable value between function calls, e.g., 'static int count = 0;'.

  • Answered by AI
  • Q2. What is a lint? a) Analyzing tool. b)compiler. c)debugger. ...
  • Ans. 

    A lint is an analyzing tool used to identify and report coding errors, bugs, and stylistic issues in software code.

    • Lint is commonly used in programming languages like C, C++, Java, and Python.

    • It helps developers catch potential bugs and improve code quality.

    • Lint tools can detect issues such as unused variables, missing semicolons, and inconsistent indentation.

    • Examples of popular linters include ESLint for JavaScript an...

  • Answered by AI
  • Q3. Int x:4; what does it mean ? a) x is a four digit number. b)x is four bit integer. c)x is cannot be greater than 4 digits. ...
  • Ans. 

    b) x is four bit integer.

    • The statement 'int x:4;' indicates that x is a four bit integer.

    • A four bit integer can have values ranging from 0 to 15.

    • The colon followed by the number 4 specifies the number of bits allocated for x.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - interview is a technical but was majorly a typical one .it is intial step we have to take up carefully to get a good way for monitoring our future.instead of being anxiety and tensing ,maintain patience while interviewing.it will helps you to show your soft skills and atttention towards towards your activities.and also check each and every line of your resume before submittion.

Skills evaluated in this interview

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Gibraltar Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Data Structure related questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Java related interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Study Data structure and Java code properly

Junior Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Given n coins for two players playing a game. Each player picks c ... read more
Q2. Which of the following is not a storage class in C? a) auto b) ex ... read more
asked in Pisolv Tech
Q3. Did You Know what is golang and where did You uses that? Why You ... read more
Q4. What does 'int x:4;' mean? a) x is a four-digit number. b) x is a ... read more
Q5. What is a lint? a) Analyzing tool. b) Compiler. c) Debugger. d) I ... read more

I applied via Referral and was interviewed before Oct 2020. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell Us about yourself?
  • Ans. I am from Kolkata. I have convey about my Educational Background to Interviewer.
  • Answered by Tanay Lakshman
  • Q2. Tell us about Coalnet Architecture of MMS Module?
  • Ans. I have convey about Indent,Purchase Order,Receipt and Issue in MMS Module to Interviewer.They have taken my Personal Documentation.
  • Answered by Tanay Lakshman

Interview Preparation Tips

Interview preparation tips for other job seekers - The documentation got approved by Samuel Of Oracle Australia Office.I was interviewed by Samuel by Telephone.Outcome will be Given in Email.It consists of 15 minutes technical interview.

I applied via Naukri.com and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked based on scenarios, all were practical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join as a contractor. Join only if you are permanent with Deloitte.

I applied via Naukri.com and was interviewed in Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is web service flow
  • Ans. 

    Web service flow is the sequence of steps involved in the communication between a client and a server over the internet.

    • Web service flow involves a client sending a request to a server

    • The server processes the request and sends a response back to the client

    • The response can be in various formats such as XML, JSON, or plain text

    • Web service flow can be synchronous or asynchronous

    • Examples of web services include RESTful API...

  • Answered by AI
  • Q2. How to check ports in Solaris or linux machine
  • Ans. 

    To check ports in Solaris or Linux machine, use the netstat command.

    • Open the terminal and type 'netstat -an' to display all open ports.

    • Use 'netstat -an | grep ' to check if a specific port is open.

    • To check listening ports, use 'netstat -an | grep LISTEN'.

    • For Solaris, use 'netstat -an | grep .' instead of '| grep '.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Total pathetic experience. What job description is given to you, doesn't matters because you won't be asked for that. Your resume will get shortlisted and then it doesn't matter what u have covered up in your career path, because interview rounds will consist of questions out of your scope. Your resume doesn't needs to be shortlisted at first end if it doesn't suit thier needs. HR people, they are on another level. You share your resume to them, and they will never ever reply back to you. Not a single HR, but it seems everyone has same culture. You keep trying to connect them for support. But they will just keep finding smarter ways to avoid.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. DS Algo Questions on Trees. Leadership Principles

Interview Preparation Tips

Interview preparation tips for other job seekers - Read up on DS Algo and white paper coding and Leadership Principles
Be interview-ready. Browse the most asked HR questions.
illustration image

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

Round duration - 90 minutes
Round difficulty - Easy

This round consist of two questions and we have to solve both the questions to qualify for the next round.

Round 2 - Face to Face 

Round duration - 40 minutes
Round difficulty - Easy

A single coding question was asked that had a lot of corner cases.

Round 3 - Face to Face 

(1 Question)

Round duration - 45 minutes
Round difficulty - Easy

It had 3 coding questions followed by basic concepts of DP.

  • Q1. How do you find the maximum difference between a node and its descendant in the same path in a binary tree?
  • Ans. 

    To find the maximum difference between a node and its descendant in the same path in a binary tree, we can perform a depth-first search while keeping track of the minimum value encountered so far.

    • Perform a depth-first search on the binary tree, keeping track of the minimum value encountered so far in the path.

    • At each node, calculate the difference between the current node value and the minimum value encountered so far ...

  • Answered by AI
Round 4 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

It had 2 coding questions which were of good level.

  • Q1. How can you find a Minimum Spanning Tree (MST) from a given graph using Kruskal’s algorithm?
  • Ans. 

    Kruskal's algorithm finds MST by sorting edges, adding smallest edge that doesn't create a cycle, repeat until all vertices are connected.

    • Sort all edges in non-decreasing order of their weights.

    • Initialize an empty graph to store the MST.

    • Iterate through sorted edges and add the smallest edge that doesn't create a cycle in the MST.

    • Repeat until all vertices are connected in the MST.

  • Answered by AI
Round 5 - Face to Face 

Round duration - 30 minutes
Round difficulty - Easy

This was the last round.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Delhi Technological University. I applied for the job as SDE - 1 in HyderabadAmazon interview preparation:Topics to prepare for the interview - Data structures and Algorithms, Computer fundamentals subjects. Basics of every skill that you have written in your resume and also knowledge of concepts related to your projects. You should know whatever you have written in your resume.Time required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Don’t create panic in any case in the interview , as even if you are not selected you will learn a lot from your interview experience and perform well in the future. Also I would recommend you Coding Ninjas as according to me it is a good platform to learn basic coding concepts and to practice coding.   

Application resume tips for other job seekers

Write whatever you are sure about and have actually done that. CGPA plays a good role but not a complete role as it is just eligibility criteria for some companies. Have at least 1 or 2 good projects from which you know everything involved in the project.

Final outcome of the interviewSelected

Skills evaluated in this interview

Are these interview questions helpful?

Interview Questionnaire 

2 Questions

  • Q1. PATTERN PROBLEMS
  • Q2. CALCULATION OF CHILDREN AND GRANDCHILDREN
  • Ans. 

    Calculate the number of children and grandchildren

    • Count the number of direct children of a person

    • Count the number of grandchildren of a person

    • Use recursion to count all descendants

    • Consider only living descendants

    • Exclude step-children and adopted children

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the logic
Practice

I applied via Approached by Company and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is difference between abstract class and interface?

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about java and object oriented programming programming.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How do you handle downtime

Interview Preparation Tips

Interview preparation tips for other job seekers - Because confident and prepare well for versant test

Gibraltar Technologies Interview FAQs

What are the top questions asked in Gibraltar Technologies Junior Software Developer interview?

Some of the top questions asked at the Gibraltar Technologies Junior Software Developer interview -

  1. which of the following is not a storage class in C? ...read more
  2. int x:4; what does it mean ? a) x is a four digit number. ...read more
  3. what is a lint? a) Analyzing tool. ...read more

Tell us how to improve this page.

Interview Questions from Trending Companies on AmbitionBox

Barclays Interview Questions
3.7
 • 289 Interviews
Info Edge Interview Questions
3.9
 • 352 Interviews
IQVIA Interview Questions
3.8
 • 502 Interviews
Bank of America Interview Questions
4.2
 • 265 Interviews
Wissen Technology Interview Questions
3.7
 • 166 Interviews
Yes Bank Interview Questions
3.7
 • 493 Interviews
HCLTech Interview Questions
3.4
 • 4.2k Interviews
ITC Interview Questions
3.9
 • 620 Interviews
View all

Gibraltar Technologies Junior Software Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
22 salaries
unlock blur

₹5.1 L/yr - ₹10 L/yr

Software Developer
16 salaries
unlock blur

₹5 L/yr - ₹11.7 L/yr

Consultant
13 salaries
unlock blur

₹9.1 L/yr - ₹17.1 L/yr

Technical Lead
13 salaries
unlock blur

₹12.8 L/yr - ₹21.4 L/yr

Senior Associate
12 salaries
unlock blur

₹2 L/yr - ₹3.1 L/yr

Explore more salaries
write
Share an Interview