Upload Button Icon Add office photos

Filter interviews by

Intergraph Software Analyst Interview Questions, Process, and Tips

Updated 20 Oct 2022

Top Intergraph Software Analyst Interview Questions and Answers

View all 9 questions

Intergraph Software Analyst Interview Experiences

4 interviews found

Interview Questionnaire 

17 Questions

  • Q1. What is a microprocessor?
  • Ans. 

    A microprocessor is a small electronic chip that serves as the central processing unit (CPU) of a computer.

    • It is responsible for executing instructions and performing calculations in a computer.

    • It is made up of millions of transistors that work together to process data.

    • Examples include Intel's Pentium and AMD's Ryzen processors.

    • It is the brain of a computer and determines its processing power.

    • It is found in a variety o...

  • Answered by AI
  • Q2. Draw the pin diagram of 8086
  • Ans. 

    Pin diagram of 8086 microprocessor.

    • 8086 has a 40-pin dual in-line package (DIP).

    • Pins are grouped into power supply, data bus, address bus, control and status signals.

    • Pin 1 is at the top left corner and pin 40 is at the bottom right corner.

    • Examples of pins: A0-A15 (address bus), D0-D15 (data bus), RD (read), WR (write), CLK (clock).

  • Answered by AI
  • Q3. Architecture of microprocessor
  • Ans. 

    Microprocessor architecture refers to the design of the internal components of a microprocessor.

    • Microprocessor architecture includes the organization of registers, memory, and instruction sets.

    • It also involves the design of the control unit and the arithmetic logic unit (ALU).

    • Examples of microprocessor architectures include x86, ARM, and MIPS.

    • The architecture can affect the performance, power consumption, and compatibi

  • Answered by AI
  • Q4. What is the latest processor?
  • Ans. 

    The latest processor is the Intel Core i9-11900K.

    • The Intel Core i9-11900K was released in March 2021.

    • It has a base clock speed of 3.5 GHz and a boost clock speed of 5.3 GHz.

    • It has 8 cores and 16 threads.

    • It uses the LGA 1200 socket and is compatible with Intel 500-series motherboards.

  • Answered by AI
  • Q5. What is ASK?
  • Q6. What is FSK?
  • Ans. 

    FSK stands for Frequency Shift Keying, a digital modulation technique used in communication systems.

    • FSK is a form of frequency modulation where the frequency of the carrier signal is shifted between two or more frequencies to represent digital data.

    • It is commonly used in applications such as radio broadcasting, wireless data transmission, and RFID systems.

    • In FSK, the amplitude and phase of the carrier signal remain con...

  • Answered by AI
  • Q7. What are filters and why do we use them?
  • Ans. 

    Filters are used to sort, group, or limit data based on specific criteria.

    • Filters are used to refine data by selecting specific criteria.

    • They can be used to sort data in ascending or descending order.

    • Filters can also be used to group data based on specific attributes.

    • They can be used to limit the amount of data displayed.

    • Examples of filters include date range filters, category filters, and search filters.

  • Answered by AI
  • Q8. FIR , IIR filters
  • Q9. What is fourier transform? Where do we use it?
  • Ans. 

    Fourier transform is a mathematical technique that transforms a signal from time domain to frequency domain.

    • It is used in signal processing to analyze and filter signals

    • It is used in image processing to extract features and compress images

    • It is used in audio processing to remove noise and enhance sound quality

    • It is used in cryptography to encrypt and decrypt data

    • It is used in quantum mechanics to describe the behavior ...

  • Answered by AI
  • Q10. Write a code to print linked list reversely
  • Ans. 

    Code to print linked list reversely

    • Traverse the linked list and push each node into a stack

    • Pop each node from the stack and print its value

  • Answered by AI
  • Q11. Write a code to delete a node from double linked list
  • Ans. 

    Code to delete a node from double linked list

    • Identify the node to be deleted

    • Update the previous node's next pointer to point to the next node

    • Update the next node's previous pointer to point to the previous node

    • Free the memory occupied by the node

  • Answered by AI
  • Q12. Code for bubble sort and some more sorting techniques
  • Q13. Tell me about yourself
  • Ans. 

    I am a software analyst with experience in developing and implementing software solutions.

    • I have a degree in computer science

    • I have worked on various software projects

    • I am proficient in programming languages such as Java and Python

    • I have experience in database management

    • I am a quick learner and enjoy working in a team environment

  • Answered by AI
  • Q14. Why IT?
  • Ans. 

    IT is a constantly evolving field that offers endless opportunities for innovation and problem-solving.

    • IT is a dynamic and challenging field that requires constant learning and adaptation.

    • IT plays a crucial role in virtually every industry, from healthcare to finance to entertainment.

    • IT offers the opportunity to create innovative solutions to complex problems, improving efficiency and productivity.

    • IT provides a platfor...

  • Answered by AI
  • Q15. Why not for higher studies?
  • Ans. 

    I believe that practical experience is more valuable than theoretical knowledge.

    • I prefer to gain hands-on experience in the field rather than pursuing higher studies.

    • I have already gained a lot of practical knowledge through internships and projects.

    • I believe that real-world experience is more valuable than classroom learning.

    • I am constantly learning and improving my skills through online courses and workshops.

    • I am ope...

  • Answered by AI
  • Q16. Puzzles
  • Q17. Few questions on my hobbies

Interview Preparation Tips

Round: Test
Experience: Most of the questions were on heights and distances, time and work, time and distance. It was an easy test.There was no negative marking and the test was objective.
Tips: Accuracy matters a lot.
Duration: 20 minutes
Total Questions: 20

Round: Test
Experience: Most of them are from C language.Some simple codes were given and output was asked.There was no negative marking and the test was objective.
Duration: 20 minutes
Total Questions: 20

Round: HR Interview
Experience: Solving puzzles is one of my hobby. I was asked to tell a puzzle(this helped me a lot).

General Tips: Good knowledge on C,data structures is necessary.
It is good if you have depth in knowledge in core subjects, but basics are compulsory.
ALL THE BEST.
Skills: C language, Strings, Data structures, pointers
College Name: NIT WARANGAL

Skills evaluated in this interview

I applied via Referral and was interviewed before Oct 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

IT TESTS YOU BAIC ABLITIES IN APTITUDE

Round 3 - Coding Test 

IT TEST CODING ABILITIES LIKE C, JAVA

Interview Preparation Tips

Interview preparation tips for other job seekers - pREPARE WELL EIL APTITUDE AND GOOD COMMUNICATION SKILS

Software Analyst Interview Questions Asked at Other Companies

asked in Cognizant
Q1. Merge IntervalsYou are given N number of intervals, where each in ... read more
asked in Cognizant
Q2. DFS TraversalGiven an undirected and disconnected graph G(V, E), ... read more
Q3. Climbing the leaderboardGiven a leaderboard of a game with the fo ... read more
Q4. Design a hashsetDesign a HashSet without using any built-in hash ... read more
Q5. Fenwick TreeYou are given an array/list 'ARR' of ‘N’ integers, an ... read more

Interview Preparation Tips

Round: Technical Interview
Experience: They asked me questions on my B.Tech Project.
Questions on Applied Mechanics.
They gave me puzzles and asked to solve them.
They asked me to write a C program using Switch Statement.
Tips: Make yourself comfortable with the fundamentals of C language.Concentrate on pointers,strings,data structures.

This will help you in clearing the technical part of the written test.
The aptitude part of the written test was easy.
Don't panic when you are attending the interview,attend the interview with confidence.

Round: HR Interview
Experience: Asked me to tell them about myself.
Justify why they need to select me for the job.
I was a bit nervous when I attended the HR Interview but I felt comfortable with the Technical Interview as I gained
confidence while attending this interview.I had Hr Interview first and then Technical Interview.

Round: Test
Total Questions: 20

Round: Test
Experience: Asked questions on C language.
Duration: 20 minutes
Total Questions: 20

Skills: C language, Strings, Data Structures, pointers
College Name: NIT WARANGAL

Interview Preparation Tips

Round: Test
Experience: Speed distence, ages, percentage, c, ds
Total Questions: 80

Round: Technical Interview
Experience: Puzzles, questions on pointers, ds, basic programmes on c.

Round: HR Interview
Experience: General hr, how u r different from others

General Tips: Prepare well in c , ds maintain good cgpa(above 8) be through in reasoning, ready to write simple c programmes.
College Name: NIT WARANGAL

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was on hacker rank. 2 questions easy to medium

Round 2 - One-on-one 

(2 Questions)

  • Q1. Ask questions on trees
  • Q2. Asked questions on OOPS
Round 3 - One-on-one 

(2 Questions)

  • Q1. Asked questions based on resume
  • Q2. Asked some puzzles
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

3 coding question in 1:30 hr
2 medium + 1 hard
1- greedy
2- binary search, prefix sum
3- dp (too hard)

Round 2 - One-on-one 

(1 Question)

  • Q1. Low level design type question
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring manager round. Asked project related questions plus basic hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - confident, clear concept, project knowledge
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Implement hashmaps
  • Ans. 

    Hashmaps are data structures that store key-value pairs for efficient retrieval.

    • Hashmaps use a hash function to map keys to indices in an array.

    • Collision resolution techniques like chaining or open addressing are used to handle multiple keys hashing to the same index.

    • Common operations on hashmaps include insertion, deletion, and lookup of key-value pairs.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. House robber leetcode

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared with dsa

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Normal apti questions.

Round 3 - Technical 

(1 Question)

  • Q1. About you experience in previous organization.

I applied via Campus Placement and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Medium non verbal reasoning, verbal reasoning Os dbms network
No coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Detect loop in a LL.
  • Ans. 

    Detect loop in a linked list.

    • Use two pointers, slow and fast, to traverse the list.

    • If there is a loop, the fast pointer will eventually catch up to the slow pointer.

    • If the fast pointer reaches the end of the list, there is no loop.

  • Answered by AI
  • Q2. String to interger without ASCII conversion
  • Ans. 

    Use parseInt() function to convert string to integer without ASCII conversion.

    • Use parseInt() function with radix parameter to specify the base of the number system

    • If radix is not specified, parseInt() will try to determine the base automatically

    • If the string contains non-numeric characters, parseInt() will return NaN

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduction , why should we hire you?
  • Q2. Project discussion, location

Interview Preparation Tips

Interview preparation tips for other job seekers - Do top questions of every topic
And also for core subjects.
Puzzle also
Confidence matter the most

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Hacker Rank questions
Time ! hour

Round 3 - Technical 

(2 Questions)

  • Q1. 1)grouping of array 2)Recursion 3)creating matrix
  • Q2. Basics on oops concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on DSD concept.
previous company work profile

Intergraph Interview FAQs

How many rounds are there in Intergraph Software Analyst interview?
Intergraph interview process usually has 3 rounds. The most common rounds in the Intergraph interview process are Aptitude Test, Coding Test and Resume Shortlist.
What are the top questions asked in Intergraph Software Analyst interview?

Some of the top questions asked at the Intergraph Software Analyst interview -

  1. Write a code to delete a node from double linked l...read more
  2. What is fourier transform? Where do we use ...read more
  3. What are filters and why do we use th...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Intergraph interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Software Analyst Interview Questions from Similar Companies

View all
Intergraph Software Analyst Salary
based on 4 salaries
₹4.5 L/yr - ₹14.9 L/yr
37% more than the average Software Analyst Salary in India
View more details

Intergraph Software Analyst Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-Life balance

4.0

Salary & Benefits

4.0

Job Security

4.0

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 3 Reviews and Ratings
Senior Software Analyst
13 salaries
unlock blur

₹5.8 L/yr - ₹9.8 L/yr

Software Consultant
6 salaries
unlock blur

₹7.7 L/yr - ₹10.6 L/yr

Senior Software Consultant
6 salaries
unlock blur

₹12 L/yr - ₹18.6 L/yr

Software Analyst
4 salaries
unlock blur

₹4.5 L/yr - ₹14.9 L/yr

Senior Software Engineer
3 salaries
unlock blur

₹8 L/yr - ₹10 L/yr

Explore more salaries
Compare Intergraph with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview