Consider 4 components of a color where: unsigned char red = 0x10; unsigned char green = 0xFF; unsigned char blue = 0x0F; unsigned char alpha = 0x44; Generate a packed color ARGB which is a 32 bit integer such that A is in the MSB of ARGB followed by red, green, blue ----------------- | A | R | G | B | -----------------
Sr Engineer Interview Questions
107,169 sr engineer interview questions shared by candidates
solve following program void main(){ int x =10; { int y =20; } pfintf('x=%d,y = %d',x. y); }
fibonacci series
Given a 2D map w/ walls: -------- | | |xxxx | | | ------------- Write a function that finds the shortest route distance between any two empty points in the map.
1. Spring MVC Architecture 2.OOPS Concepts 3.Hibernate ORM 4. What is IOC Controller 5. JDBC Connections etc..
Why did you leave previous company
If I put you in front of a system no one has ever used before and asked you to spin up 100 servers, how long would you tell me it would take?
what should be the approximate diameter of household electrical wires? Explain: Household voltage system
1. Given an Array , E.g. [2,5,6,3,9,5,10,56,25] and a number X. now find all the contigous subarrays with length X , if X=3, then all the subarrays are [2,5,6], [5,6,3], [6,3,9] etc. now in all these subarrays find the minimum element. and out of all those minimum elements, return the maximum one. 2. Given a URL, Query the URL and fetch the JSON result (paginated), find all the subsequent result from new pages. parse the json and do some manipulation on that data, find a specific dataset from that json.
How many days you will wok in our company?
Viewing 161 - 170 interview questions