Upload Button Icon Add office photos

Filter interviews by

OKI INDIA AM-IT Interview Questions and Answers

Updated 2 Jul 2024

OKI INDIA AM-IT Interview Experiences

1 interview found

AM-IT Interview Questions & Answers

user image Anonymous

posted on 31 Mar 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
-

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. They don't ask any questions
Round 2 - Technical 

(3 Questions)

  • Q1. What is difference between Desktop and the server
  • Ans. 

    Desktop is used by individual users for personal tasks, while servers are used to store and manage data for multiple users.

    • Desktops are typically used by individual users for personal tasks such as browsing the internet, creating documents, and playing games

    • Servers are powerful computers designed to store, manage, and process data for multiple users or clients

    • Desktops usually have limited processing power and storage c...

  • Answered by AI
  • Q2. How roun Robin works?
  • Ans. 

    Round Robin is a CPU scheduling algorithm that assigns a fixed time unit to each process in a circular queue.

    • Each process is given a small unit of CPU time, then moved to the end of the queue.

    • The next process in the queue is then given a turn, and this continues until all processes have had a turn.

    • Helps in achieving fairness in CPU scheduling by ensuring that no process is starved of CPU time.

    • Example: If there are 3 pr...

  • Answered by AI
  • Q3. How do you configure HA
  • Ans. 

    High Availability (HA) configuration involves setting up redundant systems to ensure continuous operation in case of failure.

    • Set up redundant servers or nodes to ensure failover capability

    • Configure load balancers to distribute traffic evenly across the servers

    • Implement clustering technology to ensure high availability

    • Regularly test failover mechanisms to ensure they work as expected

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Never ever join this company it's political party it's not a company if you have free time to fight over an Email with each other then join

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2022. There were 4 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 - HR 

(3 Questions)

  • Q1. Tell me about your self.
  • Q2. Reason of change from previous company.
  • Q3. Long term prospect if you selected for the company
Round 3 - Technical 

(3 Questions)

  • Q1. What check you have done while preparing GSTR 1 and GSTR 3B register.
  • Ans. 

    I have checked for accuracy of data, completeness of invoices, correct tax rates, and timely filing.

    • Checked for accuracy of data entered in GSTR 1 and GSTR 3B registers

    • Ensured all invoices are complete and contain necessary details

    • Verified correct tax rates are applied to each transaction

    • Ensured timely filing of GSTR 1 and GSTR 3B to avoid penalties

  • Answered by AI
  • Q2. How to tackle GSTR 2A reconciliation issues.
  • Ans. 

    To tackle GSTR 2A reconciliation issues, one must compare the data in GSTR 2A with purchase records and address any discrepancies.

    • Regularly download GSTR 2A from the GST portal

    • Compare the data in GSTR 2A with purchase records to identify any mismatches

    • Investigate the reasons for discrepancies such as missing invoices or incorrect data entry

    • Communicate with vendors to rectify any errors or missing invoices

    • Maintain prope...

  • Answered by AI
  • Q3. TDS complaince procedure and rules.
  • Ans. 

    TDS compliance involves deducting tax at source as per rules and depositing it with the government.

    • TDS should be deducted at the time of payment or credit, whichever is earlier.

    • TDS rates vary based on the nature of payment and the status of the deductee.

    • TDS returns should be filed quarterly using Form 26Q, 24Q, 27Q, or 27EQ.

    • Late filing or non-compliance can lead to penalties and legal consequences.

  • Answered by AI
Round 4 - Behavioral 

(1 Question)

  • Q1. Just a face to face meeting.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Feb 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. How you solve palindrome Reverse an string
  • Ans. 

    To solve a palindrome, compare the string with its reverse. To reverse a string, iterate through it in reverse order.

    • Iterate through the string in reverse order to create the reversed string.

    • Compare the original string with the reversed string to check if it is a palindrome.

    • Handle cases where the input string is empty or null.

  • Answered by AI
  • Q2. Revers a string
  • Ans. 

    Reverse a string

    • Use a loop to iterate through the characters of the string

    • Swap the characters from start to end to reverse the string

    • Return the reversed string

  • Answered by AI
  • Q3. Multiple jagged array how to iterate
  • Ans. 

    Use nested loops to iterate through each array and each element in a jagged array of strings.

    • Use a nested loop to iterate through each array in the jagged array

    • Within the nested loop, iterate through each element in the current array

    • Access each element using the indices of the arrays

  • Answered by AI
  • Q4. What is static value
  • Ans. 

    Static value is a value that remains constant and does not change.

    • Static value does not vary or fluctuate.

    • It remains the same regardless of external factors.

    • Examples include mathematical constants like pi (π) or physical constants like the speed of light.

  • Answered by AI
  • Q5. How to use debugging
  • Ans. 

    Debugging is the process of identifying and fixing errors in code to ensure it runs smoothly.

    • Use print statements to track the flow of the program and identify where the error occurs

    • Utilize debugging tools like breakpoints to pause the program at specific points and inspect variables

    • Step through the code line by line to understand the execution flow and pinpoint the issue

    • Check for syntax errors, logical errors, and run

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Why not MS?

Interview Preparation Tips

Round: Test
Experience: It was constituted of two parts: Logic and DI. Both parts were simple. Questions were CAT type.

Round: Technical Interview
Experience: Simple C, C++ questions were asked. Technical questions based on internship project were asked. General questions asked to check reaction to sudden stress (for example: Why do earthquakes occur?).
Tips: Courses like DSP (application based) and information systems should be thorough. Knowing 1 programming language is very essential.

Round: HR Interview
Experience: Resume based questions were asked.
Tips: Know complete details of your interns, BTP and resume thoroughly.

College Name: IIT KANPUR

Interview Questionnaire 

1 Question

  • Q1. A pseudo code or solution(if you can) for solving the rubik's cube
  • Ans. 

    A solution for solving the Rubik's cube

    • Use the layer-by-layer method

    • Solve the first layer cross

    • Solve the first layer corners

    • Solve the second layer

    • Solve the third layer cross

    • Solve the third layer corners

    • Orient the third layer corners

    • Permute the third layer corners

    • Permute the third layer edges

  • Answered by AI

Interview Preparation Tips

Round: Interview
Experience: A systematic approach is all what he expects from us. Our approach and our way of thinking is what he observes. An algorithm to solve a single face worked in my case. So called HR interview was more technical and a discussion about the projects mentioned in my resume.
Tips: An overview on problems like sudoku, rubik's cube, chess etc. A proper approach and a structure for solving the problem should be mentioned.

Round: Interview
Experience: Some questions on basic data structures, dynamic programming and recursion.
Tips: Recognize the problem(dp, recursion, etc.). Throw some algorithm.

General Tips: Be clear with basics.
Skill Tips: ""
Skills: Data structures, Data Processing, Recursion
College Name: IIT Madras
Motivation: SAMSUNG!
Funny Moments: A saviour for the leftover cse students especially b.tech and dual. It does not depend on whether your interview went well or not. Just basic cse stuff is enough.

Interview Questionnaire 

6 Questions

  • Q1. Questions on routing protocols and CDMA
  • Q2. Questions based on the previous day's coding test
  • Q3. A small portion of the questions were centered on their current projects
  • Q4. Scholastic achievements
  • Q5. Preference of location
  • Ans. 

    I am open to working in any location as long as the job is challenging and rewarding.

    • Open to relocation

    • Prioritize job satisfaction over location

    • Flexible with work arrangements

  • Answered by AI
  • Q6. Further studies

Interview Preparation Tips

Round: Test
Experience: Objective test in C(30 min),followed by a paper-based coding test.(1 hour, Written ).
Tips: There are old Samsung tests available online. The questions are based on the same fundamentals.Coding test focuses more on getting the pseudo code and logic right
Duration: 90 minutes

Round: Technical Interview
Experience: Interview questions were mostly based on projects and skills mentioned in the resume.Be sure to read up on your projects.They asked to explain the code.On the lines of how would I approach the problem of getting faster downloads in cellphones.

General Tips: I got selected because of my projects fit the profile they were looking for. They seemed to like the Olympiad ranks too.Data structures and algorithms basic fundaes, C coding and theory (asked in every profile), Revision of your electives (depending the core specialization)For any communication profile, do not ignore revision of courses and also it was necessary to read up
further as MTechs and MS students have an edge.
Skill Tips: Went through all the literature for all my projects.My courses and projects were all related to Communication Networks and Communication Systems. This background made the questions easier to answer. Majority of questions were about network protocols and network architecture.Started preparing DS&A at the beginning of seventh sem because I had never taken the course. The rest of it can be revised a couple of weeks before the tests start.
Skills: Algorithm, C Programming, Communication Networks, Communication Systems, Network protocols, Network architecture.
College Name: IIT Madras

Interview Preparation Tips

Round: Resume Shortlist
Experience: Shortlisting done based on resume.
Tips: Create good resume highlighting projects and research work. Remain updated about the company's research work.

Round: Test
Experience: There are two written tests. One is based on C and algorithms.
Tips: Old Samsung tests that are available online.Knowledge of C is must.
Duration: 30 minutes

Round: Test
Experience: The second test is paper-based coding test.
Tips: Coding test is used to mainly gauge your logic applying abilities.
Duration: 60 minutes

Round: Interview
Experience: Personal Interview: one round lasting around 40 minutes.
 Interview questions were mostly straightforward, technical and based on projects and
research work mentioned in the resume.
 Previous day's code is also asked to explain.
 Couple of questions were about the company's on-going work. In-depth knowledge regarding courses related to the profile is necessary.
Tips: Revise courses, Project work. Additional reading is recommended.
Basics of core subjects.

College Name: IIT Madras

Interview Preparation Tips

Round: Test
Experience: The first consisted of an online test which had an aptitude section which was pretty simply and then a programming section consisting of three different programs. The programs were logical required basic knowledge of array, sorting and a little bit of data structures.

Round: Technical Interview
Experience: Around 13 of us were shortlisted for the interview round, B.Tech and M.Tech included. The interview round was mostly interactive, where we had to mention about the various interns that we went through. A few programming questions were asked based on topics which we were comfortable with.
Tips: Just get used to coding, data structures and basic aptitude. GRE preparation as such helped me.

Round: HR Interview
Experience: Finally there was a HR round in which I was asked as to why I would like to work in Samsung R&D and general things about interests and future plans. On the whole Samsung took 3 B.Tech students and 2 M.Tech students when they came for placements apart from PPOs.

General Tips: Personally I feel that one should apply in only those companies in which they are sure of having job satisfaction. So don't apply to companies which you are not interested in just for the sake of having a backup because once you are placed you do not have a second chance.
Do not get dejected if you do not get through in the first few tries. Keep your hopes up and be confident when ever you get to interview rounds. Try to be assertive when giving answers. It is some times exhausting to go through placements but the moment you get placed you will have the best feeling ever.
Skill Tips: Just chill and take the test. Once you clear the online test, irrespective of your pointer if you have a good profile you can convince the interviewers.
Skills:
College Name: NIT Surathkal

Senior Engineer Interview Questions & Answers

HP India user image Abhishek Bandejia

posted on 5 Feb 2015

Interview Questionnaire 

2 Questions

  • Q1. Coding questions on data structures and oops
  • Q2. Various questions on cv, projects, por's, etc

Interview Preparation Tips

Round: Test
Experience: Questions were normal like any other aptitude or coding tests.
Tips: Time given was enough for other sections but you need to hurry a little in aptitude part.
Duration: 60 minutes
Total Questions: 60

Round: Technical Interview
Experience: The questions were basic, some where well known like reversing a link list using recursion, designing of car parking lot using concept of oops, find tree height/diameter, etc.
Tips: 1. They ask you to write complete code on paper. This sometimes turn out to be a challenging task when you don't have compiler to correct you on basic things. Practice writing codes on paper.
2. They surely ask questions on oops, like polymorphism, inheritance, etc. besides their definition, also practice writing sudo codes to explain them

Round: HR Interview
Experience: Mainly i was asked questions on my internship experience and POR's.
Tips: They will try to grill you on some questions like 'Why we should hire you?', have a clear reason in your mind. Your other answers should not contradict with your reasons

General Tips: I don't know about other colleges but HP recruits small number of students from my university. Coding questions were average level and can easily be tackled. Many students were rejected after HR interview so don't take it lightly. They do grill you in a very good style if they are in doubt about your selection
Skills: willingness, Enthusiasm, Coding skills, Aptitude skills
College Name: IIT Guwahati

Interview Questionnaire 

13 Questions

  • Q1. ISO / OSI Model all layers
  • Ans. 

    The ISO/OSI model is a conceptual framework that standardizes the functions of a communication system into seven layers.

    • The ISO/OSI model stands for International Organization for Standardization/Open Systems Interconnection model.

    • It is a layered model that helps in understanding and designing network protocols.

    • The seven layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each la...

  • Answered by AI
  • Q2. Socket Programming
  • Q3. Linux : How to lock a file
  • Ans. 

    To lock a file in Linux, use the flock command or the fcntl system call.

    • The flock command can be used to lock a file by acquiring an exclusive or shared lock.

    • The fcntl system call can be used to lock a file by setting the F_SETLK or F_SETLKW command.

    • Locking a file prevents other processes from modifying or accessing it until the lock is released.

    • Locking can be done at the file level or at specific regions within a file...

  • Answered by AI
  • Q4. ACID property
  • Q5. Binary Search
  • Q6. Testing
  • Q7. Normalizaton
  • Q8. CSS Full form . Why we use CSS in HTML page
  • Ans. 

    CSS stands for Cascading Style Sheets. It is used to style the appearance of HTML elements on a webpage.

    • CSS helps in separating the content of a webpage from its design, making it easier to maintain and update.

    • It allows for consistent styling across multiple pages of a website.

    • CSS can be used to control layout, colors, fonts, and other visual aspects of a webpage.

    • It enables responsive design, making websites adapt to d...

  • Answered by AI
  • Q9. How to find a loop in linked list
  • Ans. 

    To find a loop in a linked list, we can use the Floyd's cycle-finding algorithm.

    • Use two pointers, one moving at a speed of one node at a time and the other at a speed of two nodes at a time.

    • If there is a loop, the two pointers will eventually meet at the same node.

    • To find the starting point of the loop, move one pointer back to the head and then move both pointers at a speed of one node at a time.

    • The point where they m...

  • Answered by AI
  • Q10. OOps Concept
  • Q11. Projects
  • Q12. Your interests
  • Ans. 

    I enjoy exploring new technologies, solving complex problems, and collaborating with others to create innovative solutions.

    • Exploring new technologies

    • Solving complex problems

    • Collaborating with others

    • Creating innovative solutions

  • Answered by AI
  • Q13. How do you see software industry after 10 years

Interview Preparation Tips

Round: Test
Experience: 1. Aptitute

2. DS & C : Maninly queue , Dequeue and linked list

3. C++ : Theory part

4. Network : OSI Layer's working

College Name: NA

Skills evaluated in this interview

OKI INDIA Interview FAQs

How many rounds are there in OKI INDIA AM-IT interview?
OKI INDIA interview process usually has 2 rounds. The most common rounds in the OKI INDIA interview process are HR and Technical.
What are the top questions asked in OKI INDIA AM-IT interview?

Some of the top questions asked at the OKI INDIA AM-IT interview -

  1. What is difference between Desktop and the ser...read more
  2. How roun Robin wor...read more
  3. How do you configure...read more

Tell us how to improve this page.

OKI INDIA AM-IT Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Samsung Interview Questions
3.9
 • 543 Interviews
HP India Interview Questions
4.1
 • 139 Interviews
kipi.ai Interview Questions
4.3
 • 55 Interviews
Magic Edtech Interview Questions
3.0
 • 50 Interviews
Affine Interview Questions
3.3
 • 48 Interviews
View all

OKI INDIA AM-IT Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Maintenance Engineer
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Service Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Repair Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare OKI INDIA with

Canon

4.0
Compare

Epson

4.5
Compare

HP India

4.1
Compare

Samsung

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview